| Age | Commit message (Expand) | Author |
| 2022-09-05 | G/C ISSET() macro copies. It has been defined in <sys/types.h> since 2006. | tsutsui |
| 2021-12-02 | regen | ryo |
| 2021-12-02 | add prlimit64(2) syscall to COMPAT_LINUX and COMPAT_LINUX32 | ryo |
| 2021-11-26 | - LINUX_GO_RT0_SIGNATURE for compat_linux is no longer enabled by default. | ryo |
| 2021-11-01 | Use "stack_t" instead of "struct sigaltstack", as the former is the | thorpej |
| 2021-10-12 | fix various typos, mainly in comments. | andvar |
| 2021-09-20 | Regen for preadv(2) / pwritev(2). | thorpej |
| 2021-09-20 | Add preadv(2) and pwritev(2) system calls to COMPAT_LINUX and COMPAT_LINUX32. | thorpej |
| 2021-09-20 | Regen for eventfd. | thorpej |
| 2021-09-20 | Add the eventfd system calls to COMPAT_LINUX and COMPAT_LINUX32. | thorpej |
| 2021-09-19 | Regen for timerfd. | thorpej |
| 2021-09-19 | Add the timerfd syscalls to COMPAT_LINUX and COMPAT_LINUX32. | thorpej |
| 2021-09-19 | Regen for POSIX timer syscalls. | thorpej |
| 2021-09-19 | Add the POSIX timer syscalls (timer_create(), timer_settime(), timer_gettime(), | thorpej |
| 2021-09-07 | sys/compat: Memset zero before copyout. | riastradh |
| 2021-08-09 | fix typos in asymmetry, asymmetric(al), symmetrical. | andvar |
| 2020-09-05 | Round of uvm.h cleanup. | riastradh |
| 2020-07-19 | don't include opt_user_ldt.h when it is not needed | maxv |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2020-05-03 | Always clear FUTEX_PRIVATE_FLAG for Linux processes. NetBSD-native futexes | thorpej |
| 2020-04-26 | Regen for native futex calls. | thorpej |
| 2020-04-26 | Add a NetBSD native futex implementation, mostly written by riastradh@. | thorpej |
| 2019-11-09 | regen | jdolecek |
| 2019-11-09 | add dummy implementation of linux fallocate() which just returns EOPNOTSUPP; | jdolecek |
| 2019-05-19 | Rename | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-08-10 | Regen | pgoyette |
| 2017-09-17 | Remove the second argument from USERMODE and KERNELMODE, it is unused | maxv |
| 2017-08-28 | Remove the filesystem tracing feature | kamil |
| 2017-08-12 | Remove vm86. | maxv |
| 2017-08-12 | Remove vm86. Simplifies a number of critical places. | maxv |
| 2017-05-10 | regen | riastradh |
| 2017-02-12 | es_arglen is now in units of bytes, update the emulations accordingly. | chs |
| 2017-02-05 | Rename ldt->ldtstore and gdt->gdtstore on i386. It reduces the diff with | maxv |
| 2017-01-16 | regen all | christos |
| 2017-01-13 | regen | christos |
| 2017-01-02 | Regen (something apparently went wrong in previous) | martin |
| 2017-01-02 | Regen | manu |
| 2017-01-02 | Add pselect6 Linux system call. | manu |
| 2016-07-24 | Regen for readlink/readlinkat signatures. | njoly |
| 2016-07-24 | Small cleanup. Adjust readlink/readlinkat signatures to reduce diffs with | njoly |
| 2016-07-13 | x86_alldisks can be NULL, so don't dereference it. Not tested, but obvious | maxv |
| 2015-12-08 | Fix DIOCGPARTINFO | christos |
| 2015-12-08 | Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead of | christos |
| 2015-10-13 | Don't release proc_lock until we're done looking at things that are | pgoyette |
| 2015-09-24 | regen | christos |
| 2015-03-23 | Regen | ozaki-r |
| 2015-03-23 | Fix inconsistent argument names | ozaki-r |
| 2015-03-14 | Support Linux MAP_LOCKED mmap flag. | njoly |
| 2015-03-07 | regen | christos |