| Age | Commit message (Expand) | Author |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2001-06-28 | Add some (unimplemented) syscalls from Tru64 Unix 5.1a. | simonb |
| 2001-06-28 | add COMPAT_OSF1 getitimer(2). Patch submitted by Kevin Schoedel | dmcmahill |
| 2001-06-23 | Add entry for flock() syscall. | dmcmahill |
| 2001-05-30 | use _KERNEL_OPT. | mrg |
| 2001-04-04 | prototypes and comments | ross |
| 2000-12-09 | Get rid of the damn EMUL_GET* flags. | mycroft |
| 2000-12-09 | Add the %% separators. | mycroft |
| 2000-11-30 | LKMify | jdolecek |
| 2000-11-17 | Port FreeBSD's osf1_sys_getsysinfo() and fill in setsysinfo. These are | erh |
| 1999-05-10 | start at (new) sendmsg and recvmsg. right now, the former doesn't | cgd |
| 1999-05-10 | old accept -> compat_43_sys_accept | cgd |
| 1999-05-10 | listen is the same as native | cgd |
| 1999-05-10 | plink, plink.... socketpair! | cgd |
| 1999-05-04 | stub classcntl(). for now, it returns ENOSYS. (a stub for classcntl() | cgd |
| 1999-05-04 | emulate shm*(), but only so far as to return ENOSYS for now (until | cgd |
| 1999-05-04 | pathconf/fpathconf | cgd |
| 1999-04-30 | emulate wait4, clean up sigreturn args, emulate {get,set}domainname | cgd |
| 1999-04-29 | need to emulate setitimer and sysinfo | cgd |
| 1999-04-29 | Add entry for set_program_attributes(). | thorpej |
| 1999-04-29 | emulate access() and mprotect(), hook into COMPAT_43 get{peer,sock}name | cgd |
| 1999-04-28 | more timeval-related lossage. fixed some fns, added settimeofday & utimes | cgd |
| 1999-04-28 | emulate select(), to get the timeval right. | cgd |
| 1999-04-28 | can't use system gettimeofday, and need to implement uname | cgd |
| 1999-04-27 | fix madvise args | cgd |
| 1999-04-27 | fix getrusage args | cgd |
| 1999-04-23 | const poisoning for strings, and minor cleanup | cgd |
| 1999-02-09 | const poisoning. | christos |
| 1998-12-10 | Defopt COMPAT_43 | christos |
| 1998-07-01 | Add a bunch more system calls from Digital UNIX 4.0D. | thorpej |
| 1998-05-20 | make this compile again. | chs |
| 1998-02-19 | Change a comment to reflect new makesyscalls.sh behavior. | thorpej |
| 1998-02-14 | * Use sys___posix_{chown,fchown}() instead of sys_{chown,fchown}(). | kleink |
| 1998-02-14 | We now have a native getsid(2), so there's no need to implement it here; | thorpej |
| 1997-06-27 | Use sys_posix_rename() instead of sys_rename() as it's the behaviour of the | kleink |
| 1996-09-07 | Modify poll(2) prototype. | mycroft |
| 1996-09-07 | Implement poll(2). | mycroft |
| 1996-09-03 | Define execv() and execve() consistently across emulations. | mycroft |
| 1995-10-07 | Prefix names of system call implementation functions with `sys_'. | mycroft |
| 1995-02-13 | Initial support for DEC OSF/1 AXP binaries. May be applicable to other OSF/1 | cgd |