summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch
AgeCommit message (Expand)Author
2000-11-27don't use linux_emuldata for now, so that this compiles afterjdolecek
2000-11-21implement PTRACE_{GET|SET}FPREGS and framework for PTRACE_{PEEK|POKE}USERjdolecek
2000-11-21restructure struct emul and execsw, in preparation to make emulations LKMable:jdolecek
2000-11-17Regen.erh
2000-11-17Make the linux compatibilty code work on the alpha. (horay!) (at last!)erh
2000-11-13change the type of *syscallnames[] array to 'const char * const foo[]'jdolecek
2000-11-08Update the names of some unimplemented syscalls to match what linux calls the...erh
2000-11-01move definition of LINUX_PTRACE_{SET|GET}(FP)REGS flags tojdolecek
2000-11-01regenjdolecek
2000-11-01support mlockall(), munlockall() - they are same as respective NetBSD syscallsjdolecek
2000-10-16Add sys/proc.h so this compiles.erh
2000-08-31Regen.itohy
2000-08-31Add linux_sys_sigaltstack().itohy
2000-08-23regenchristos
2000-08-23add support for syscall 186 [sigaltstack]christos
2000-08-18update for changed makesyscalls.mastercgd
2000-08-18update for new makesyscalls.sh, and also for correct ids for changedcgd
2000-06-29remove include of <vm/vm.h>mrg
2000-06-26remove redundant vm includes.mrg
2000-06-11Fix a comment.veego
2000-06-11Remove the pcvt support.veego
2000-05-15Remove conditionization upon XSERVER -- all the codejhawk
2000-03-30Kill register declarations.augustss
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-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-18Regen.erh
2000-03-18resync NOARGS lines with their definitions in kern/syscalls.master. resync S...erh
2000-02-03regenabs
2000-02-03Add Linux fsuid system calls - from Witold J. Wnuk in PR kern/9335abs
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-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-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-04Regen.tron
1999-12-04Consistently call signal number arguments "signum".tron