summaryrefslogtreecommitdiffstats
path: root/sys/compat/netbsd/netbsd_exec.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Maintaining a broken compatibility layer for a broken OS is not a productivebeck2007-05-281-111/+0
| | | | | activity for anyone. Bye bye COMPAT_NETBSD. ok tedu@, deraadt@, and many others in the hackathon room.
* redo (w/ proper changes everywhere ;):mickey2006-01-191-2/+2
| | | | | | take interp[MAXPATHLEN] off the stack. from mickey, ok otto while here, switch above from malloc to pool, remove stupid casts tedu@ miod@ ok
* rework access to emulations slightly in an effort to both merge andtedu2004-04-151-3/+3
| | | | | | separate exec format from emulation. consistent naming of freebsd emuls. not much in the way of functional changes yet. testing and ok deraadt@ and others along the way.
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
| | | | (Look ma, I might have broken the tree)
* Unnecessary wrapper.art2001-09-211-20/+2
|
* Save some space on the stack for AuxInfo. Dynamic binaries now have the correct argv.art2001-09-211-2/+2
|
* Unnecessary and redundant includes.art2001-08-111-3/+1
|
* include syscallnames only if compiling w/ SYSCALL_DEBUG.mickey1999-11-101-2/+7
| | | | | was already so for native and sunos, the rest was just wasting space on it. niels@ millert@ ok
* netbsd_sendsig() + supporting codekstailey1999-09-261-12/+18
|
* improved OS brand PT_NOTE detectionkstailey1999-09-191-5/+4
|
* use PT_NOTE to identify NetBSD ELF64 binarieskstailey1999-09-191-2/+7
|
* alternate pathkstailey1999-09-171-2/+1
|
* Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls.kstailey1999-09-121-0/+117