summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
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
1999-12-04Adapt to renamed system call argument.tron
1999-12-04Regen.tron
1999-12-04Consistently call signal number arguments "signum".tron
1999-12-04Add bound checks in emulation of signal(2) and return SIG_ERR on failure.tron
1999-12-04Allow signal numbers upto 63 in clone(2) emulation.tron
1999-12-04Correct signal array size.tron
1999-12-04Extend signal mapping array to 64 entries like in the i386 emulation.tron
1999-11-11Add register prefixes.thorpej
1999-11-02undo confusion.erh
1999-10-29Emulate the Linux DVD_* ioctls(2). This gets us 90% of the way to running themycroft
1999-10-25Update to match new SVR4-style definition names in <sys/exec_elf.h>.kleink
1999-10-21Add #include <machine/cpu.h> for need_resched() macro.itohy
1999-10-11Fix typos in the license notice.thorpej
1999-10-05After linux_sys_clone() has been moved to "linux_sched.c" we don't needtron
1999-10-04Handle the newer, larger sigset_t Linux now uses.fvdl
1999-10-04Add emulation for scheduler related syscalls. Although they are dummiestron
1999-10-04Regen from "syscalls.master".tron
1999-10-04Add emulation for scheduler related syscalls. Although they are dummiestron
1999-09-30NetBSD's signal number 11 is SIGSYS nog SIGSEGV.tron
1999-09-12eliminate the PMAP_NEW option by making it required for all ports.chs
1999-09-08Use DEBUG_LINUX exclusively. Fixes PR#7684.jdolecek
1999-08-25Update for new msgctl()/semctl()/shmctl() calls.thorpej
1999-08-16Regen.tron
1999-08-16Add stime() to syscalls table.tron
1999-08-16Add emulation for Linux stime(2) required for MuPAD's X11 interface.tron
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