summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common
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-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-03-25commit fix to PR7072: emulate linux non-blocking connect behavior more correctlysommerfe
1999-02-09const poisoning.christos
1999-01-10Revert last changes:tron
1999-01-03Undo previous: Put back opt_sysv.herh
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-15Slight code rearrangement and more defensive tests for the sequencer device.augustss
1998-12-08At least make this compile. Add linux compat version of auxillary data event...erh
1998-11-22include missing SYSV option header - PR kern/6479 by Urban Boquistdrochner
1998-11-05Make sure the interpreter string is long enough to check against.erh
1998-10-24Allow kdump to compile again.christos
1998-10-23Include linux_errno.h to fix the recent error->errno losage.veego
1998-10-23Change linux_error to native_to_linux_errno. Add some (unrelated) debugging ...erh
1998-10-23Moved to linux_errno.c,verh
1998-10-23Moved from linux_error.c,verh
1998-10-19Defopt SYSVMSG, SYSVSEM and SYSVSHM.tron
1998-10-07This is used on the alpha. It is called osf_sigaction under linux because of...erh
1998-10-07Kill the linux_old*.h includes (which are only used in the corresponding linu...erh
1998-10-07Move linux_sys_mmap declarations to linux_mmap.h Make sure oldmmap.c include...erh
1998-10-07Fix typos.erh
1998-10-07This needs its defines.erh
1998-10-07Fix typos.erh
1998-10-07Fix types. Kill old declarations.erh
1998-10-07The siginfo include line is not needed here anymore.erh
1998-10-07Add prototype for linux_sigprocmask1().erh
1998-10-07sigprocmask (non-rt) version doesn't exist on alpha. rename it to sigprocmas...erh
1998-10-07sigprocmask (non-rt version) doesn't exist on alpha. Add it here.erh
1998-10-04unobfuscate: !strncmp() != 0 -> strncmp() == 0christos
1998-10-04Fix pointer fuckup that made getdents() stop working.fvdl
1998-10-04Fix wrong strncmp test.fvdl
1998-10-04Assign my copyright to TNF. Merge with others were appropriate.fvdl
1998-10-03Remove stray debugging printfschristos
1998-10-03Forgot those two.christos