Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Maintaining a broken compatibility layer for a broken OS is not a productive | 2007-05-28 | 1 | -111/+0 | |
| | | | | | activity for anyone. Bye bye COMPAT_NETBSD. ok tedu@, deraadt@, and many others in the hackathon room. | ||||
* | redo (w/ proper changes everywhere ;): | 2006-01-19 | 1 | -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 and | 2004-04-15 | 1 | -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. | 2001-11-06 | 1 | -2/+2 | |
| | | | | (Look ma, I might have broken the tree) | ||||
* | Unnecessary wrapper. | 2001-09-21 | 1 | -20/+2 | |
| | |||||
* | Save some space on the stack for AuxInfo. Dynamic binaries now have the correct argv. | 2001-09-21 | 1 | -2/+2 | |
| | |||||
* | Unnecessary and redundant includes. | 2001-08-11 | 1 | -3/+1 | |
| | |||||
* | include syscallnames only if compiling w/ SYSCALL_DEBUG. | 1999-11-10 | 1 | -2/+7 | |
| | | | | | was already so for native and sunos, the rest was just wasting space on it. niels@ millert@ ok | ||||
* | netbsd_sendsig() + supporting code | 1999-09-26 | 1 | -12/+18 | |
| | |||||
* | improved OS brand PT_NOTE detection | 1999-09-19 | 1 | -5/+4 | |
| | |||||
* | use PT_NOTE to identify NetBSD ELF64 binaries | 1999-09-19 | 1 | -2/+7 | |
| | |||||
* | alternate path | 1999-09-17 | 1 | -2/+1 | |
| | |||||
* | Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls. | 1999-09-12 | 1 | -0/+117 | |