| Age | Commit message (Expand) | Author |
| 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-14 | Regen. | thorpej |
| 1999-05-14 | Emulate the Linux vfork(2) (which is like NetBSD's __vfork14(2)), | thorpej |
| 1999-05-14 | Regen. | thorpej |
| 1999-05-14 | Emulate the Linux vfork(2) (which is like NetBSD's __vfork14(2)), | thorpej |
| 1999-05-14 | Regen. | thorpej |
| 1999-05-14 | Emulate the Linux vfork(2) (which is like OSF/1 vfork(2) and NetBSD's | thorpej |
| 1999-05-13 | Regen. | 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-04-19 | Move linux_reenter_syscall() to a common location and rename it to | kleink |
| 1999-03-30 | Regen. | tron |
| 1999-03-30 | Add poll() emulation. | tron |
| 1999-03-30 | Regenerate (with poll()) | abs |
| 1999-03-30 | Since NetBSD has poll(), use it. | abs |
| 1999-03-27 | Regen. | tron |
| 1999-03-27 | Add emulation for Linux "getcwd" syscall. | tron |
| 1999-03-25 | commit fix to PR7072: emulate linux non-blocking connect behavior more correctly | sommerfe |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1999-03-23 | Regen; pread(2) and pwrite(2). | thorpej |
| 1999-03-23 | Add support for emulating the Linux pread(2) and pwrite(2) system calls; | thorpej |
| 1999-03-02 | cachectl -> cachectl1 | itohy |
| 1999-02-10 | Regen. | itohy |
| 1999-02-10 | const mania | itohy |
| 1999-02-09 | Regen | christos |
| 1999-02-09 | const poisoning. | christos |
| 1999-02-09 | const poisoning | christos |
| 1999-01-10 | Revert last changes: | tron |
| 1999-01-08 | Rearrange the emulation-specific setregs() entry to set up the FPU control | kleink |
| 1999-01-03 | Make consistent: si_ -> lsi_ | erh |
| 1999-01-03 | Speed up compilation by #include-ing C files from common into one file. | erh |
| 1999-01-03 | Undo previous: Put back opt_sysv.h | erh |
| 1999-01-03 | Avoid name clash with standard si_{uid,pid} fields. | 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 | Generated from syscalls.master. | itohy |