| Commit message (Expand) | Author | Age | Files | Lines |
| * | linux: implement pkey_alloc, pkey_free and pkey_mprotect | Devin Teske | 2026-08-16 | 1 | -0/+4 |
| * | linux: Fix some problems with header pollution | Mark Johnston | 2026-05-15 | 1 | -1/+3 |
| * | linux: address executable stack warnings | Ryan Libby | 2026-05-11 | 2 | -0/+4 |
| * | linux: Ignore sigaction(2) flags SA_UNSUPPORTED and SA_EXPOSE_TAGBITS | Ricardo Branco | 2026-04-27 | 1 | -0/+2 |
| * | linux: make sysent for membarrier | Ricardo Branco | 2026-04-22 | 2 | -3/+8 |
| * | linux: Add support for membarrier(2) | Ricardo Branco | 2026-04-22 | 1 | -1/+2 |
| * | imgact: Mark brandinfo and note structures as const | Mark Johnston | 2025-10-14 | 1 | -6/+6 |
| * | linux: Regenerate system call definitions | Mark Johnston | 2025-07-04 | 3 | -9/+60 |
| * | linux: Add inotify support | Mark Johnston | 2025-07-04 | 1 | -3/+12 |
| * | sys: Add AT_HWCAP3 and AT_HWCAP4 | Andrew Turner | 2025-06-24 | 1 | -0/+2 |
| * | machine/stdarg.h -> sys/stdarg.h | Brooks Davis | 2025-06-11 | 1 | -1/+1 |
| * | sysent: retire unused SV_IA32 | Brooks Davis | 2025-06-03 | 1 | -1/+1 |
| * | amd64: add pcb_tlsbase | Konstantin Belousov | 2025-05-28 | 1 | -3/+4 |
| * | sysent: regen for typo fix | Brooks Davis | 2024-10-22 | 1 | -1/+1 |
| * | sysent: regen comments | Brooks Davis | 2024-10-01 | 1 | -1/+2 |
| * | sysent: regen removing comment alignment | Brooks Davis | 2024-10-01 | 1 | -45/+45 |
| * | syscalls: Regen for Linux emulator additions | Warner Losh | 2024-05-23 | 2 | -6/+6 |
| * | linux: Support POSIX message queues | Ricardo Branco | 2024-05-23 | 1 | -6/+0 |
| * | linux: Fix linux_mq_notify_args & linux_timer_create_args | Ricardo Branco | 2024-05-23 | 1 | -2/+2 |
| * | sysproto.h: sys/acl.h -> sys/types.h | Brooks Davis | 2024-04-15 | 1 | -1/+1 |
| * | amd64/linux*: mark brandlists as static | Konstantin Belousov | 2024-02-11 | 1 | -1/+1 |
| * | Abstract UIO allocation and deallocation. | Alfredo Mazzinghi | 2024-02-10 | 1 | -1/+1 |
| * | sccs: Manual changes | Warner Losh | 2023-11-27 | 1 | -1/+0 |
| * | makesyscalls: don't make syscall.mk by default | Brooks Davis | 2023-11-18 | 1 | -1/+0 |
| * | linux(4): Drop the outdated comments about sixth register on i386 int0x80 | Dmitry Chagin | 2023-10-10 | 1 | -1/+1 |
| * | linux(4): Regen for linux_nosys change | Dmitry Chagin | 2023-10-03 | 5 | -11/+1 |
| * | linux(4): Deorbit linux_nosys from syscalls.master | Dmitry Chagin | 2023-10-03 | 1 | -6/+1 |
| * | linuxolator: fix nosys() to not send SIGSYS | Konstantin Belousov | 2023-10-02 | 1 | -1/+1 |
| * | linux(4): Regen | Dmitry Chagin | 2023-09-25 | 5 | -3/+183 |
| * | linux(4): Update syscalls.master to 6.5 | Dmitry Chagin | 2023-09-25 | 1 | -4/+50 |
| * | linux(4): Cleanup includes under amd64/linux32 | Dmitry Chagin | 2023-09-11 | 2 | -20/+1 |
| * | linux(4): Deduplicate mmap2 | Dmitry Chagin | 2023-09-05 | 2 | -9/+4 |
| * | linux(4): Deduplicate mprotect, madvise | Dmitry Chagin | 2023-09-05 | 1 | -15/+0 |
| * | linux(4): Replace linux32_copyiniov by freebsd32_copyiniov | Dmitry Chagin | 2023-08-20 | 2 | -40/+0 |
| * | linux(4): Replace linux32_copyinuio by freebsd32_copyinuio | Dmitry Chagin | 2023-08-20 | 2 | -44/+1 |
| * | Regen for readv syscall | Dmitry Chagin | 2023-08-20 | 2 | -3/+3 |
| * | linux(4): Prepare to retire linux32_copyinuio | Dmitry Chagin | 2023-08-20 | 1 | -1/+1 |
| * | linux(4): Add a dedicated writev syscall wrapper | Dmitry Chagin | 2023-08-20 | 1 | -14/+0 |
| * | Regen for writev syscall | Dmitry Chagin | 2023-08-20 | 3 | -3/+4 |
| * | linux(4): Add a writev syscall wrapper | Dmitry Chagin | 2023-08-20 | 1 | -1/+2 |
| * | linux(4): Add a write syscall wrapper | Dmitry Chagin | 2023-08-20 | 1 | -1/+1 |
| * | Regen for write syscall | Dmitry Chagin | 2023-08-20 | 5 | -9/+16 |
| * | linux(4): Modify write syscall to match Linux | Dmitry Chagin | 2023-08-20 | 1 | -3/+3 |
| * | linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743 | Dmitry Chagin | 2023-08-18 | 5 | -5/+0 |
| * | linux(4): Fix leftovers after 2ff63af9 | Dmitry Chagin | 2023-08-17 | 1 | -1/+0 |
| * | linux(4): Regen for sendfile | Dmitry Chagin | 2023-08-17 | 2 | -3/+3 |
| * | linux(4): Use l_off_t type for offset argument in sendfile syscall | Dmitry Chagin | 2023-08-17 | 1 | -1/+1 |
| * | sys: Remove $FreeBSD$: one-line bare tag | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | sys: Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 2 | -2/+0 |
| * | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 5 | -10/+0 |