summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
2000-07-13Add a comment about the hzto() return value.thorpej
2000-06-29remove include of <vm/vm.h>mrg
2000-06-26remove redundant vm includesmrg
2000-06-26remove redundant vm includes.mrg
2000-06-11Fix a comment.veego
2000-06-11Remove the pcvt support.veego
2000-05-28Rather than starting init and creating kthreads by forking and thenthorpej
2000-05-15Remove conditionization upon XSERVER -- all the codejhawk
2000-05-03Remove junk after #undef.thorpej
2000-04-11add a new function vn_marktext() for exec code to let others knowchs
2000-04-10sparc -> __sparc__chs
2000-03-30Kill register declarations.augustss
2000-03-28Centralise the declarations of cpu_model, machine, machine_arch,simonb
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-20Regen.erh
2000-03-20sys_clone isn't MD on linux.erh
2000-03-18Regen.erh
2000-03-18Fix the msgrcv prototype.erh
2000-03-18Add sigset_t parameter to restore_sigcontext, created by the sigreturn functi...erh
2000-03-18Pass a signal mask to restore_sigcontext.erh
2000-03-18Regen.erh
2000-03-18Use the new linux_sys_reboot and linux_sys_connect.erh
2000-03-18Add linux_sys_reboot.erh
2000-03-18Regen.erh
2000-03-18Use linux_sys_reboot instead of sys_reboot.erh
2000-03-18Regen.erh
2000-03-18Use linux_sys_reboot instead of sys_reboot.erh
2000-03-18Add defines for linux_sys_reboot.erh
2000-03-18Regen.erh
2000-03-18resync NOARGS lines with their definitions in kern/syscalls.master. resync S...erh
2000-03-18Adjust linux_sys_ptrace_args to reflect inconsistencies across ports. Tempor...erh
2000-03-13Fix doubled 'the's in comments.soren
2000-02-17Update patch from Witold Wnuk in PR 9335 to solve potential securityabs
2000-02-03regenabs
2000-02-03Add Linux fsuid system calls - from Witold J. Wnuk in PR kern/9335abs
2000-01-12Improve emulation of SIOCGIFHWADDR ioctl:jdolecek
1999-12-16Regen.tron
1999-12-16Add ptrace(2).tron
1999-12-16Add support for reading and writing non FPU register with ptrace(2).tron
1999-12-16Move MI parts of ptrace(2) emulation to "linux_misc.c".tron
1999-12-12Support a few more request types in ptrace(2) emulation.tron
1999-12-12Regen.tron
1999-12-12Incomplete but already working emulation of Linux's ptrace(2) for i386.tron
1999-12-11Architecture independent definitions for Linux's ptrace(2) system call.tron
1999-12-05Regen.tron
1999-12-05Fix incorrect system call number.tron
1999-12-05Add proper stub code to make emulation of Linux's pread(2) and pwrite(2)tron
1999-12-04Add bound checks in emulation of kill(2). This fixes the last part oftron
1999-12-04Add bound checks in emulation of sigaction(2). This fixes a part oftron
1999-12-04Fix typo in last commit.tron