| Age | Commit message (Expand) | Author |
| 2021-12-03 | fix various typos in comments, log messages and documentation. | andvar |
| 2021-12-02 | regen | ryo |
| 2021-12-02 | add prlimit64(2) syscall to COMPAT_LINUX and COMPAT_LINUX32 | ryo |
| 2021-11-30 | - uname should return "aarch64" or "aarch64_be" instead of "evbarm". | ryo |
| 2021-11-26 | The internal architecture name of golang is "arm" or "arm64", which has | ryo |
| 2021-11-26 | - LINUX_GO_RT0_SIGNATURE for compat_linux is no longer enabled by default. | ryo |
| 2021-11-25 | add support COMPAT_LINUX32 for aarch64 | ryo |
| 2021-11-25 | regen | ryo |
| 2021-11-25 | add statx(2) syscall entry | ryo |
| 2021-11-24 | regen | ryo |
| 2021-11-24 | add getrandom(2) syscall entry | ryo |
| 2021-11-24 | add missing SUBDIR aarch64 | ryo |
| 2021-11-01 | Use "stack_t" instead of "struct sigaltstack", as the former is the | thorpej |
| 2021-10-27 | Use __SIGTRAMP_SIGCODE_VERSION rather than hard-coding 0. | thorpej |
| 2021-10-12 | fix various typos, mainly in comments. | andvar |
| 2021-10-09 | Modularize compat_linux(8) for aarch64. | ryo |
| 2021-09-23 | add support COMPAT_LINUX for aarch64 | ryo |
| 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 |
| 2021-02-01 | G/C some old code that was for acorn26 | skrll |
| 2020-10-06 | make MAXTSIZ optional | christos |
| 2020-09-05 | Round of uvm.h cleanup. | riastradh |
| 2020-09-03 | The conversion of FPU tracking to PCU rendered the fpcurlwp variable | thorpej |
| 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 |
| 2020-01-12 | Tidy up the vnode locking around execve() on ELF images to acquire and | ad |
| 2019-11-09 | regen | jdolecek |
| 2019-11-09 | add dummy implementation of linux fallocate() which just returns EOPNOTSUPP; | jdolecek |
| 2019-11-09 | don't descend to sparc and sparc64, they don't have syscalls.master | jdolecek |
| 2019-08-23 | Remove printf. | maxv |
| 2019-05-19 | Rename | maxv |
| 2019-04-06 | Overhaul the API used to fetch and store individual memory cells in | thorpej |
| 2019-03-26 | make this compile again. | christos |
| 2019-03-24 | regen | maxv |
| 2019-03-24 | Remove Alpha's compat_linux dependency on compat_osf1. Each function is | maxv |
| 2019-03-24 | Fix a tiny race in setregs and linux_setregs. Between the moment we set | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-08-10 | Regen | pgoyette |
| 2018-01-26 | union was removed | christos |