| Age | Commit message (Expand) | Author |
| 2021-12-02 | add prlimit64(2) syscall to COMPAT_LINUX and COMPAT_LINUX32 | ryo |
| 2021-11-25 | add support COMPAT_LINUX32 for aarch64 | ryo |
| 2021-09-23 | add support COMPAT_LINUX for aarch64 | ryo |
| 2021-09-20 | Add the eventfd system calls to COMPAT_LINUX and COMPAT_LINUX32. | thorpej |
| 2021-09-07 | sys/compat: Memset zero before copyout. | riastradh |
| 2020-06-11 | Counter tweaks: | ad |
| 2020-06-11 | uvm_availmem(): give it a boolean argument to specify whether a recent | ad |
| 2020-05-03 | Always clear FUTEX_PRIVATE_FLAG for Linux processes. NetBSD-native futexes | thorpej |
| 2020-04-19 | - Only increment nprocs when we're creating a new process, not just | thorpej |
| 2019-12-31 | Rename uvm_free() -> uvm_availmem(). | ad |
| 2019-12-21 | uvmexp.free -> uvm_free() | ad |
| 2019-09-20 | Avoid signed integer overflow when convering linux timeval to timespec | kamil |
| 2019-08-24 | I don't see the point in having this useless printf, but add a '\n' to it, | maxv |
| 2019-08-23 | Fix info leaks in sysinfo(). | maxv |
| 2019-08-23 | Fix info leaks. | maxv |
| 2019-08-23 | Fix info leaks. | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-07-28 | Fail, don't panic, on bad dirents from file system. | riastradh |
| 2017-05-06 | Extend the mmap(2) interface to allow requesting protections for later | joerg |
| 2017-01-28 | copy the terminating NUL (njoly) | christos |
| 2017-01-13 | no namlen on linux | christos |
| 2017-01-13 | convert strcpy to a bounded copy to avoid compiler warnings, although the | christos |
| 2017-01-02 | Add pselect6 Linux system call. | manu |
| 2016-11-10 | GC WOPTSCHECKED | christos |
| 2016-08-31 | Teach wait4 about WCONTINUED. | njoly |
| 2015-03-14 | Support Linux MAP_LOCKED mmap flag. | njoly |
| 2014-11-22 | Fix ppoll signature (int ->u_int) | njoly |
| 2014-05-29 | For utimes(2), use compat_50_sys_utimes() instead of local version. | njoly |
| 2013-11-18 | implement the *at() syscalls. | chs |
| 2013-11-10 | On linux_sys_getdents, insert d_type at the end of each record. | slp |
| 2013-09-24 | Add utimensat(2) for compat linux. | njoly |
| 2013-09-15 | Make alpha use linux_sys_utimes() just like other archs. | njoly |
| 2013-08-11 | Allow to build in envs without USRSTACK (namely, rump kernels on powerpc). | pooka |
| 2013-04-15 | alpha uses standard utimes. | christos |
| 2013-04-09 | Fix COMPAT_LINUX32. | pooka |
| 2013-04-08 | support utimes on non-alpha linux platforms | pooka |
| 2012-09-19 | emulate ppoll which is essentially our pollts | pooka |
| 2011-10-14 | Change the vnode locking protocol of VOP_GETATTR() to request at least | hannken |
| 2010-11-02 | personality() now interprets its parameter as having | chs |
| 2010-09-11 | recent versions of linux (which we now claim to be) supply a BSD-style | chs |
| 2010-07-07 | many changes for COMPAT_LINUX: | chs |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2010-03-03 | When implementing "read directory", when there are too many empty entries | he |
| 2009-12-05 | Remove the portalfs kernel file system driver. Replace mount_portal(8) | pooka |
| 2009-11-24 | Update personality(2) to match Linux definition where the argument is an | njoly |
| 2009-11-11 | - selcommon/pollcommon: drop redundant l argument. | rmind |
| 2009-11-04 | do_sys_wait(): fix previous by checking for ru != NULL. Noticed by | rmind |
| 2009-07-22 | Make compat linux/linux32 getdents(2) fail with ENOTDIR instead of | njoly |
| 2009-05-15 | pad -> PAD | pooka |
| 2009-03-29 | Move the internal poll/select related API's to use timespec instead | christos |