summaryrefslogtreecommitdiffstats
path: root/sys/compat/netbsd/netbsd_exec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Maintaining a broken compatibility layer for a broken OS is not a productivebeck2007-05-281-111/+0
* redo (w/ proper changes everywhere ;):mickey2006-01-191-2/+2
* rework access to emulations slightly in an effort to both merge andtedu2004-04-151-3/+3
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* 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
* 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