| Age | Commit message (Expand) | Author |
| 2021-11-25 | - Use LINUX32_F_xxx instead of LINUX_F_xxx for compat_linux32. | ryo |
| 2021-11-25 | regen | ryo |
| 2021-11-25 | add statx(2) syscall entry | 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-24 | regen | ryo |
| 2021-11-24 | add getrandom(2) syscall entry | ryo |
| 2021-11-24 | add missing SUBDIR aarch64 | ryo |
| 2021-11-23 | Make LINUX_FIOCLEX and LINUX_FIONCLEX work | pho |
| 2021-11-11 | Adapt to recent posix_spawn extensions. | martin |
| 2021-11-10 | s/compatability/compatibility/ in comment. | msaitoh |
| 2021-11-06 | COMPAT_NETBSD32 is all about running the 32-bit flavor of native | thorpej |
| 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 | 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 | 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(2). | thorpej |
| 2021-09-20 | Add the eventfd(2) system call to COMPAT_NETBSD32. | thorpej |
| 2021-09-20 | Regen for timerfd. | thorpej |
| 2021-09-20 | Add timerfd system calls to COMPAT_NETBSD32. | 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-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-19 | - LINUX_SIGEV_PAD is incorrect for 64-bit systems, because sigval_t | thorpej |
| 2021-09-11 | sys/kern: Allow custom fileops to specify fo_seek method. | riastradh |
| 2021-09-07 | sys/compat: Memset zero before copyout. | riastradh |
| 2021-08-30 | sys/compat: Don't clobber f_oflags with zero. | riastradh |
| 2021-08-30 | compat_netbsd32: Copy out 32-bit version in nfssvc32_nsd_out. | riastradh |
| 2021-08-15 | - memset struct stat to avoid kernel memory disclosure of padded fields | christos |
| 2021-08-09 | fix various typos in compatibility, mainly in comments. | andvar |
| 2021-08-09 | fix typos in asymmetry, asymmetric(al), symmetrical. | andvar |
| 2021-07-21 | need <sys/param.h> for COHERENCY_UNIT | skrll |
| 2021-05-25 | PR port-xen/53130 was fixed and closed some time ago, so now we can | pgoyette |
| 2021-04-25 | All mips64 has compat_netbsd32 | christos |
| 2021-04-17 | Compile in compat32 syscall names all the time, as we do for native | simonb |
| 2021-04-14 | Add DIOCGDISKINFO compat. | mlelstv |
| 2021-04-14 | regen | christos |
| 2021-04-13 | regen | christos |