| Age | Commit message (Expand) | Author |
| 2022-12-24 | s/reqest/request/, s/requst/request/ and s/reuqest/request/ in comments. | andvar |
| 2021-12-02 | add prlimit64(2) syscall to COMPAT_LINUX and COMPAT_LINUX32 | ryo |
| 2021-11-27 | Add pselect6(2) system call to COMPAT_LINUX32 | ryo |
| 2021-11-26 | The changes on compat/linux/common/linux_termios.c should also | ryo |
| 2021-11-26 | Remove #error, fixes the build. I don't understand why this would not work | christos |
| 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 | Extra arguments for AT_HWCAP and AT_PLATFORM are now passed when executing li... | ryo |
| 2021-11-25 | The default name of the `exec_setup_stack' function for linux32 should be `li... | ryo |
| 2021-11-25 | - Use LINUX32_F_xxx instead of LINUX_F_xxx for compat_linux32. | ryo |
| 2021-11-25 | - Add compat_linux statx(2) syscall. | ryo |
| 2021-11-01 | Use "stack_t" instead of "struct sigaltstack", as the former is the | thorpej |
| 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 | Remove redundant linux32_to_native_timespec() prototype. | thorpej |
| 2021-09-19 | Add routines to convert from linux32 to native sigevent_t. | thorpej |
| 2021-09-19 | G/C some unused (and unnecessary) definitions. | thorpej |
| 2021-09-07 | sys/compat: Memset zero before copyout. | riastradh |
| 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-03 | Always clear FUTEX_PRIVATE_FLAG for Linux processes. NetBSD-native futexes | 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-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 |
| 2019-12-31 | Rename uvm_free() -> uvm_availmem(). | ad |
| 2019-12-21 | uvmexp.free -> uvm_free() | ad |
| 2019-11-09 | add dummy implementation of linux fallocate() which just returns EOPNOTSUPP; | jdolecek |
| 2019-09-20 | Avoid signed integer overflow when convering linux timeval to timespec | kamil |
| 2019-08-23 | Hum, don't forget the 'pid' argument, otherwise we're not gonna go very | maxv |
| 2019-08-23 | Put the printf under DEBUG_LINUX. | maxv |
| 2019-08-23 | Add a default case, don't call sys_ioctl() with an uninitialized 'com' | maxv |
| 2019-08-23 | Fix info leaks in sigaltstack. | maxv |
| 2019-08-23 | Fix info leaks in sysinfo(). | maxv |
| 2019-08-23 | Fix info leaks. | maxv |
| 2019-08-23 | Fix info leaks. | maxv |
| 2019-04-18 | Zero out the ifreq struct for SIOCGIFCONF to avoid up to 127 bytes of stack | christos |
| 2019-02-21 | for sysv ipc stat operations, explicitly copy the exported parts | mrg |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-08-22 | - Cleanup for dynamic sysctl: | msaitoh |
| 2018-08-10 | Allow syscall_establish() to install new syscalls when the existing | pgoyette |
| 2018-05-10 | Fix pserialize enter/exit pairs in linux_getifconf and linux32_getifconf | ozaki-r |
| 2018-05-06 | Remove an element from struct emul: e_tracesig | kamil |
| 2018-01-09 | remove struct emul's e_fault. | maya |
| 2018-01-07 | ignore signal 64 for now (go uses it) | christos |