| Age | Commit message (Expand) | Author |
| 2013-11-18 | implement the *at() syscalls. | chs |
| 2011-04-10 | implement pipe2 and dup3 | christos |
| 2009-11-11 | - selcommon/pollcommon: drop redundant l argument. | rmind |
| 2009-06-02 | Make nice(2) return EPERM on error, not EACCES (from sys_setpriority). | njoly |
| 2009-03-29 | Move the internal poll/select related API's to use timespec instead | christos |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-01-16 | Update some syscalls that now needs compat50 timeval structure. | njoly |
| 2008-12-29 | s/syscallcarg/syscallarg/ in comments. | njoly |
| 2008-12-06 | Cleanup; kill netbsd32_caddr_t use. | njoly |
| 2008-12-06 | Small setres{uid,gid} cleanup; there is no need to use a specific | njoly |
| 2008-12-05 | Add getres{uid,gid} syscalls. | njoly |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-10-03 | Compat linux/linux32 nice(2) fix. The syscall argument is an increment | njoly |
| 2008-09-22 | Kill a few linux32 syscalls identical to netbsd32 ones. | njoly |
| 2008-04-15 | Make linux32_sys_nice call sys_setpriority directly instead of | njoly |
| 2008-02-17 | pread/pwrite fixes: use SCARG_P32 to access pointers, and update | njoly |
| 2008-02-02 | Impletemt pread() and pwrite(). | dsl |
| 2008-01-15 | compat linux (and linux32) uid16 functions cleanup and fixes. | 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-12-15 | s/netbsd32_void */netbsd32_caddr_t/ | njoly |
| 2007-12-08 | ANSIfy most of the function definitions in sys/compat (but not ndis). | dsl |
| 2007-11-16 | Update, for linux_sys_readlink() removal. | njoly |
| 2007-11-07 | Remove remaining 64-bit compat linux syscalls linux_sys_xxx() (except | njoly |
| 2007-10-31 | compat linux32 syscalls cleanup. | njoly |
| 2007-10-27 | Add missing chown's syscalls family members. | njoly |
| 2007-06-16 | Remove a spare 'timeval' structure - makes this version of this function | dsl |
| 2007-04-22 | Change the way that emulations locate files within the emulation root to | dsl |
| 2007-04-02 | Fix select() behaviour with NULL timeout, to blocks indefinitely | njoly |
| 2007-03-18 | Change all the NETBSD32PTR64(SCARG(uap, xxx))) to SCARG_P32(uap, xxx). | dsl |
| 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-13 | Jumbo COMPAT_LINUX/COMPAT_LINUX32 bugfix, with the help of Nicolas Joly | manu |
| 2006-09-06 | Fix linux32_sys_setres{uid|gid}: -1 does not means the same thing on i386 | manu |
| 2006-06-13 | include kauth.h | skd |
| 2006-02-09 | Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so | manu |