| Age | Commit message (Expand) | Author |
| 2021-12-02 | add prlimit64(2) syscall to COMPAT_LINUX and COMPAT_LINUX32 | ryo |
| 2021-09-20 | Add preadv(2) and pwritev(2) system calls to COMPAT_LINUX and COMPAT_LINUX32. | thorpej |
| 2021-09-20 | Add the eventfd system calls to COMPAT_LINUX and COMPAT_LINUX32. | thorpej |
| 2021-09-19 | Add the timerfd syscalls to COMPAT_LINUX and COMPAT_LINUX32. | thorpej |
| 2021-09-19 | Add the POSIX timer syscalls (timer_create(), timer_settime(), timer_gettime(), | thorpej |
| 2020-04-26 | Add a NetBSD native futex implementation, mostly written by riastradh@. | thorpej |
| 2019-11-09 | add dummy implementation of linux fallocate() which just returns EOPNOTSUPP; | jdolecek |
| 2017-01-02 | Add pselect6 Linux system call. | manu |
| 2016-07-24 | Small cleanup. Adjust readlink/readlinkat signatures to reduce diffs with | njoly |
| 2015-03-23 | Fix inconsistent argument names | ozaki-r |
| 2014-11-22 | Fix ppoll signature (int ->u_int) | njoly |
| 2014-05-31 | Fix munmap(2) signature. | njoly |
| 2014-05-29 | For utimes(2), use compat_50_sys_utimes() instead of local version. | njoly |
| 2014-05-20 | Fix getgroups/setgroups signature. | njoly |
| 2014-05-17 | Fix fadvise64 syscalls to use 64bit offset types. | njoly |
| 2014-05-04 | Fix pread/pwrite syscalls which need a 64bit offset argument. | njoly |
| 2014-04-08 | Adjust read/write/readv/writev signature to match native versions. | njoly |
| 2013-11-18 | implement the *at() syscalls. | chs |
| 2013-11-07 | Fix dup/dup2/dup3 argument types (u_int -> int). | njoly |
| 2013-09-24 | Add utimensat(2) for compat linux. | njoly |
| 2013-04-08 | support utimes on non-alpha linux platforms | pooka |
| 2012-09-19 | emulate ppoll which is essentially our pollts | pooka |
| 2011-11-18 | add sigtimedwait | christos |
| 2011-07-09 | the first argument of {g,s}etitimer() is int not u_int. | christos |
| 2011-05-30 | Add fadvise64 and fadvise64_64 syscalls to compat_linux and compat_linux32. | alnsn |
| 2011-04-10 | add pipe2 and dup3 | christos |
| 2010-07-07 | many changes for COMPAT_LINUX: | chs |
| 2010-04-23 | add missing argument to clone(). the symptom of this was that pthread_join() | chs |
| 2009-11-24 | Update personality(2) to match Linux definition where the argument is an | njoly |
| 2009-06-08 | Update rt_queueinfo(2) definition, and kill a corresponding comment. | njoly |
| 2009-01-17 | Convert linux/linux32 wait(4) to use a compat50 rusage structure. | njoly |
| 2009-01-13 | Convert the syscalls.master to a format from which it is easier | pooka |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-11-19 | futex(2) timeout argument cleanup/fix. | njoly |
| 2008-11-12 | Fix nanosleep(2) on 64-bit archs. Do not call native nanosleep | njoly |
| 2008-10-26 | futex support fixes from FreeBSD via cube+pengo. | christos |
| 2008-10-25 | Add preliminary tls support for i386. Does not work yet. From FreeBSD. | christos |
| 2008-04-23 | -SYCALL_MPSAFE | ad |
| 2008-04-04 | Cleanup. Kill linux_sys_msync and use sys___msync13 instead. | njoly |
| 2008-01-15 | compat linux (and linux32) uid16 functions cleanup and fixes. | njoly |
| 2007-12-24 | Kill unneeded linux_sys_getpgid and use native sys_getpgid instead. | njoly |
| 2007-12-21 | - Fix setfsuid to return uid on success. | njoly |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-11-16 | Cleanup. Remove a few linux syscalls definitions, now identical to | njoly |
| 2007-06-13 | Get ready for NPTL but don't turn it on as of yet. | christos |
| 2007-06-13 | Add futex. | christos |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-09-01 | Don't conditionalize *sys_ptrace. The lack of sys_ptrace will be dealt | matt |