| Age | Commit message (Expand) | Author |
| 2021-12-02 | add prlimit64(2) syscall to COMPAT_LINUX and COMPAT_LINUX32 | 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 | - Add compat_linux statx(2) syscall. | ryo |
| 2021-11-25 | rename bsd_to_linux_stat() to bsd_to_linux_stat64() to avoid confusion. | ryo |
| 2021-11-25 | rename bsd_to_linux_stat() to bsd_to_linux_stat64() to avoid confusion. | ryo |
| 2021-11-23 | Make LINUX_FIOCLEX and LINUX_FIONCLEX work | pho |
| 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-09-23 | remove stray char. | christos |
| 2021-09-23 | add support COMPAT_LINUX for aarch64 | ryo |
| 2021-09-21 | linux_sys_fstatat64: Add support for AT_EMPTY_PATH flag. | rin |
| 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 |
| 2021-09-19 | - LINUX_SIGEV_PAD is incorrect for 64-bit systems, because sigval_t | thorpej |
| 2021-09-07 | sys/compat: Memset zero before copyout. | riastradh |
| 2020-12-04 | Rewrite linux_sys_alarm() to use dogetitimer() / dosetitimer(), rather | thorpej |
| 2020-11-03 | PR/55780: Bernd Sieker: setsockopt in Linux emulation misses some options | christos |
| 2020-10-24 | Fix compat with Linux programs that use longer namelen for sockets | mgorny |
| 2020-07-16 | Don't accept negative value. | msaitoh |
| 2020-06-11 | Counter tweaks: | ad |
| 2020-06-11 | uvm_availmem(): give it a boolean argument to specify whether a recent | ad |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2020-05-14 | Fix previous; specify lwpid for curlpw in the case of pid == 0. | rin |
| 2020-05-03 | Always clear FUTEX_PRIVATE_FLAG for Linux processes. NetBSD-native futexes | thorpej |
| 2020-04-29 | Fix proc lookup by distinguishing between the "tgid" and "tid" cases. | thorpej |
| 2020-04-29 | Fix proc / lwp lookup processing in linux_sys_sched_getaffinity() | thorpej |
| 2020-04-29 | Oops, fix a silly mistake in the Linux futex syscall stubs -- we also | thorpej |
| 2020-04-26 | Add a NetBSD native futex implementation, mostly written by riastradh@. | thorpej |
| 2020-04-24 | Overhaul the way LWP IDs are allocated. Instead of each LWP having it's | thorpej |
| 2020-04-19 | - Only increment nprocs when we're creating a new process, not just | thorpej |
| 2020-03-21 | Deal with having to teardown sysctl entries in multiple sub-trees. | pgoyette |
| 2020-03-16 | Use the module subsystem's ability to process SYSCTL_SETUP() entries to | pgoyette |
| 2020-03-14 | - Hide the details of SPCF_SHOULDYIELD and related behind a couple of small | ad |
| 2020-03-08 | PR standards/44921: Add errno consts for robust mutexes | mgorny |
| 2020-02-15 | PR kern/54922: 9.99.45@20200202 panic: diagnostic assertion linux ldconfig tr... | ad |
| 2020-01-12 | Tidy up the vnode locking around execve() on ELF images to acquire and | ad |
| 2019-12-31 | Rename uvm_free() -> uvm_availmem(). | ad |
| 2019-12-21 | uvmexp.free -> uvm_free() | ad |
| 2019-11-23 | Minor scheduler cleanup: | ad |
| 2019-11-09 | add dummy implementation of linux fallocate() which just returns EOPNOTSUPP; | jdolecek |
| 2019-10-03 | Switch kevent udata from intptr_t void* | kamil |
| 2019-09-20 | Avoid signed integer overflow when convering linux timeval to timespec | kamil |
| 2019-09-08 | Hum, remove incorrect assignment. Userland could have passed a smaller | maxv |
| 2019-08-24 | I don't see the point in having this useless printf, but add a '\n' to it, | maxv |
| 2019-08-24 | Fix memory leak. | maxv |
| 2019-08-24 | Hum, don't pass an mbuf to realloc(). Inspired from copyin32_msg_control(). | maxv |