summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
1999-07-17implement emulation of SIOCGIFHWADDR, PR 7997jtk
1999-07-17add LINUX_SIOCGIFHWADDRjtk
1999-07-15A few things to make the Linux clone(2) emulation work a bit better:thorpej
1999-05-27Add support for SETALL and GETALL to the Linux emulation of semctl()tron
1999-05-17Oops, completely forgot to translate the exit signal in clone(2).thorpej
1999-05-14Emulate the Linux {get,set}resgid(2) system calls.thorpej
1999-05-14Emulate the Linux {get,set}resuid(2) system calls.thorpej
1999-05-14Regen.thorpej
1999-05-14Emulate the Linux vfork(2) (which is like NetBSD's __vfork14(2)),thorpej
1999-05-14Regen.thorpej
1999-05-14Emulate the Linux vfork(2) (which is like NetBSD's __vfork14(2)),thorpej
1999-05-14Regen.thorpej
1999-05-14Emulate the Linux vfork(2) (which is like OSF/1 vfork(2) and NetBSD'sthorpej
1999-05-13Regen.thorpej
1999-05-13Emulate the Linux clone(2) system call.thorpej
1999-05-13Fully emulate the Linux wait4(2) system call, including the __WCLONEthorpej
1999-05-13Define the flags used by the Linux wait4() system call.thorpej
1999-05-12Add scheduling-related definitions. Currently we have the flags passedthorpej
1999-05-05Add "use counting" to file entries. When closing a file, and it's referencethorpej
1999-04-30compute the value to be used for e_arglen via howmany(value, sizeof (char *)),cgd
1999-04-19Move linux_reenter_syscall() to a common location and rename it tokleink
1999-03-30Regen.tron
1999-03-30Add poll() emulation.tron
1999-03-30Regenerate (with poll())abs
1999-03-30Since NetBSD has poll(), use it.abs
1999-03-27Regen.tron
1999-03-27Add emulation for Linux "getcwd" syscall.tron
1999-03-25commit fix to PR7072: emulate linux non-blocking connect behavior more correctlysommerfe
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1999-03-23Regen; pread(2) and pwrite(2).thorpej
1999-03-23Add support for emulating the Linux pread(2) and pwrite(2) system calls;thorpej
1999-03-02cachectl -> cachectl1itohy
1999-02-10Regen.itohy
1999-02-10const maniaitohy
1999-02-09Regenchristos
1999-02-09const poisoning.christos
1999-02-09const poisoningchristos
1999-01-10Revert last changes:tron
1999-01-08Rearrange the emulation-specific setregs() entry to set up the FPU controlkleink
1999-01-03Make consistent: si_ -> lsi_erh
1999-01-03Speed up compilation by #include-ing C files from common into one file.erh
1999-01-03Undo previous: Put back opt_sysv.herh
1999-01-03Avoid name clash with standard si_{uid,pid} fields.erh
1999-01-03Moved sysv opt include to header file.erh
1999-01-03Moved opt include to header file.erh
1999-01-03Grab the sysv options.erh
1998-12-19get "opt_compat_xxx.h" includes out of <sys/signal.h>drochner
1998-12-16more defensive signal conversion, and fix a malloc sizeof(int) to sizeof(int *).christos
1998-12-15Added linux compat support on m68k ports.itohy
1998-12-15Generated from syscalls.master.itohy