summaryrefslogtreecommitdiff
path: root/sys/compat/aout
AgeCommit message (Expand)Author
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-09-18Make the setregs hook emulation-specific, rather than executablejdolecek
2001-06-18Add an e_trapsignal member to struct emul, so that emulated processes canchristos
2001-05-30use _KERNEL_OPT.mrg
2001-05-15regen (some unnecessary passthrough stubs eliminated)jdolecek
2001-05-15Eliminate passthrough syscalls stubs which only call appropriate sys_foo()jdolecek
2001-01-27Regen; getpid(2) is MP-safe.thorpej
2001-01-27getpid(2) is MP-safe.thorpej
2001-01-27Regen; add sy_flags.thorpej
2001-01-22Use CHECK_ALT_SYMLINK() instead CHECK_ALT_EXISTS() where appropriate.jdolecek
2000-12-11Introduce 2 new flags in types.h:mycroft
2000-12-09always fill in e_syscall in respective emul_*; if the emulation doesn'tjdolecek
2000-12-09Regen.mycroft
2000-12-09Round up the sysent table size.mycroft
2000-12-09Regen.mycroft
2000-12-09Add the %% separators.mycroft
2000-12-06regenjdolecek
2000-12-06make LKM safejdolecek
2000-12-01add emul flag EMUL_HAS_SYS___syscalljdolecek
2000-12-01add e_path (emulation path) to struct emul, which replaces emulation-specificjdolecek
2000-11-21restructure struct emul and execsw, in preparation to make emulations LKMable:jdolecek
2000-11-13change the type of *syscallnames[] array to 'const char * const foo[]'jdolecek
2000-08-18update for changed makesyscalls.mastercgd
2000-08-18update for changed makesyscalls.shcgd
2000-08-07Second phase of changes to remove ntp_adjtime(2) from the kernel entirely ifbjh21
2000-08-07Changes to syscalls.master to exclude ntp_adjtime(2) entirely if NTP is notbjh21
2000-06-06defopt SYSCALL_DEBUG.soren
2000-05-04Regenkristerw
2000-05-04Added lchflags and issetugidkristerw
2000-01-31Regenchristos
2000-01-31__semctl13 -> ___semctl13christos
2000-01-08Regen.tron
2000-01-08Add missing system calls mlockall() and munlockall() as suggested bytron
1999-09-16Regenchristos
1999-09-16fix olseek botchchristos
1999-08-25Regen.thorpej
1999-08-25Update for new msgctl()/semctl()/shmctl(), and add fhopen(), fhstat(),thorpej
1999-07-12Regen.kleink
1999-07-12XSH5: change function signature to `void *sbrk(intptr_t)'.kleink
1999-06-09Regenchristos
1999-06-09propagate changes from kernchristos
1999-03-28sync with regular syscalls.master: Add getcwd, fchroot, and tweak __getloginsommerfe
1999-03-15Don't do pathname translation for file creation. The real intent here isthorpej
1999-02-28Don't try to translate the mount point, to avoid e.g. mountingpk
1999-02-15Hmm, I forgot to add that..christos
1999-02-11Genchristos
1999-02-11A.out compatibility mode; basically /emul/aout/ checking for syscallschristos