| 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-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 |
| 1998-10-23 | Change linux_error to native_to_linux_errno. Add some (unrelated) debugging ... | erh |
| 1998-10-23 | Moved to linux_errno.c,v | erh |
| 1998-10-23 | Moved from linux_error.c,v | erh |
| 1998-10-19 | Defopt SYSVMSG, SYSVSEM and SYSVSHM. | tron |
| 1998-10-07 | This is used on the alpha. It is called osf_sigaction under linux because of... | erh |
| 1998-10-07 | Kill the linux_old*.h includes (which are only used in the corresponding linu... | erh |
| 1998-10-07 | Move linux_sys_mmap declarations to linux_mmap.h Make sure oldmmap.c include... | erh |
| 1998-10-07 | Fix typos. | erh |
| 1998-10-07 | This needs its defines. | erh |
| 1998-10-07 | Fix typos. | erh |
| 1998-10-07 | Fix types. Kill old declarations. | erh |
| 1998-10-07 | The siginfo include line is not needed here anymore. | erh |
| 1998-10-07 | Add prototype for linux_sigprocmask1(). | erh |
| 1998-10-07 | sigprocmask (non-rt) version doesn't exist on alpha. rename it to sigprocmas... | erh |
| 1998-10-07 | sigprocmask (non-rt version) doesn't exist on alpha. Add it here. | erh |
| 1998-10-04 | unobfuscate: !strncmp() != 0 -> strncmp() == 0 | christos |
| 1998-10-04 | Fix pointer fuckup that made getdents() stop working. | fvdl |
| 1998-10-04 | Fix wrong strncmp test. | fvdl |
| 1998-10-04 | Assign my copyright to TNF. Merge with others were appropriate. | fvdl |
| 1998-10-03 | Remove stray debugging printfs | christos |
| 1998-10-03 | Forgot those two. | christos |