| Age | Commit message (Expand) | Author |
| 1999-12-16 | Move MI parts of ptrace(2) emulation to "linux_misc.c". | tron |
| 1999-12-11 | Architecture independent definitions for Linux's ptrace(2) system call. | tron |
| 1999-12-05 | Add proper stub code to make emulation of Linux's pread(2) and pwrite(2) | tron |
| 1999-12-04 | Add bound checks in emulation of kill(2). This fixes the last part of | tron |
| 1999-12-04 | Add bound checks in emulation of sigaction(2). This fixes a part of | tron |
| 1999-12-04 | Fix typo in last commit. | tron |
| 1999-12-04 | Adapt to renamed system call argument. | tron |
| 1999-12-04 | Add bound checks in emulation of signal(2) and return SIG_ERR on failure. | tron |
| 1999-12-04 | Allow signal numbers upto 63 in clone(2) emulation. | tron |
| 1999-11-02 | undo confusion. | erh |
| 1999-10-29 | Emulate the Linux DVD_* ioctls(2). This gets us 90% of the way to running the | mycroft |
| 1999-10-25 | Update to match new SVR4-style definition names in <sys/exec_elf.h>. | kleink |
| 1999-10-21 | Add #include <machine/cpu.h> for need_resched() macro. | itohy |
| 1999-10-11 | Fix typos in the license notice. | thorpej |
| 1999-10-05 | After linux_sys_clone() has been moved to "linux_sched.c" we don't need | tron |
| 1999-10-04 | Handle the newer, larger sigset_t Linux now uses. | fvdl |
| 1999-10-04 | Add emulation for scheduler related syscalls. Although they are dummies | tron |
| 1999-09-30 | NetBSD's signal number 11 is SIGSYS nog SIGSEGV. | tron |
| 1999-09-08 | Use DEBUG_LINUX exclusively. Fixes PR#7684. | jdolecek |
| 1999-08-25 | Update for new msgctl()/semctl()/shmctl() calls. | thorpej |
| 1999-08-16 | Add emulation for Linux stime(2) required for MuPAD's X11 interface. | tron |
| 1999-07-17 | implement emulation of SIOCGIFHWADDR, PR 7997 | jtk |
| 1999-07-17 | add LINUX_SIOCGIFHWADDR | jtk |
| 1999-07-15 | A few things to make the Linux clone(2) emulation work a bit better: | thorpej |
| 1999-05-27 | Add support for SETALL and GETALL to the Linux emulation of semctl() | tron |
| 1999-05-17 | Oops, completely forgot to translate the exit signal in clone(2). | thorpej |
| 1999-05-14 | Emulate the Linux {get,set}resgid(2) system calls. | thorpej |
| 1999-05-14 | Emulate the Linux {get,set}resuid(2) system calls. | thorpej |
| 1999-05-13 | Emulate the Linux clone(2) system call. | thorpej |
| 1999-05-13 | Fully emulate the Linux wait4(2) system call, including the __WCLONE | thorpej |
| 1999-05-13 | Define the flags used by the Linux wait4() system call. | thorpej |
| 1999-05-12 | Add scheduling-related definitions. Currently we have the flags passed | thorpej |
| 1999-05-05 | Add "use counting" to file entries. When closing a file, and it's reference | thorpej |
| 1999-04-30 | compute the value to be used for e_arglen via howmany(value, sizeof (char *)), | cgd |
| 1999-03-25 | commit fix to PR7072: emulate linux non-blocking connect behavior more correctly | sommerfe |
| 1999-02-09 | const poisoning. | christos |
| 1999-01-10 | Revert last changes: | tron |
| 1999-01-03 | Undo previous: Put back opt_sysv.h | erh |
| 1999-01-03 | Moved sysv opt include to header file. | erh |
| 1999-01-03 | Moved opt include to header file. | erh |
| 1999-01-03 | Grab the sysv options. | erh |
| 1998-12-19 | get "opt_compat_xxx.h" includes out of <sys/signal.h> | drochner |
| 1998-12-16 | more defensive signal conversion, and fix a malloc sizeof(int) to sizeof(int *). | christos |
| 1998-12-15 | Added linux compat support on m68k ports. | itohy |
| 1998-12-15 | Slight code rearrangement and more defensive tests for the sequencer device. | augustss |
| 1998-12-08 | At least make this compile. Add linux compat version of auxillary data event... | erh |
| 1998-11-22 | include missing SYSV option header - PR kern/6479 by Urban Boquist | drochner |
| 1998-11-05 | Make sure the interpreter string is long enough to check against. | erh |
| 1998-10-24 | Allow kdump to compile again. | christos |
| 1998-10-23 | Include linux_errno.h to fix the recent error->errno losage. | veego |