summaryrefslogtreecommitdiff
path: root/sys/amd64/linux
AgeCommit message (Expand)Author
2025-10-14imgact: Mark brandinfo and note structures as constMark Johnston
2025-07-04linux: Regenerate system call definitionsMark Johnston
2025-07-04linux: Add inotify supportMark Johnston
2025-06-24sys: Add AT_HWCAP3 and AT_HWCAP4Andrew Turner
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-05-28amd64: add pcb_tlsbaseKonstantin Belousov
2024-10-22sysent: regen for typo fixBrooks Davis
2024-10-01sysent: regen commentsBrooks Davis
2024-10-01sysent: regen removing comment alignmentBrooks Davis
2024-05-23syscalls: Regen for Linux emulator additionsWarner Losh
2024-05-23linux: Support POSIX message queuesRicardo Branco
2024-05-23linux: Fix linux_mq_notify_args & linux_timer_create_argsRicardo Branco
2024-04-15sysproto.h: sys/acl.h -> sys/types.hBrooks Davis
2024-02-11amd64/linux*: mark brandlists as staticKonstantin Belousov
2023-11-26sccs: Manual changesWarner Losh
2023-11-18makesyscalls: don't make syscall.mk by defaultBrooks Davis
2023-10-04linux(4): Deduplicate SystemV IPC defines from amd64/linuxDmitry Chagin
2023-10-03linux(4): Deorbit linux_nosysDmitry Chagin
2023-10-03linux(4): Regen for linux_nosys changeDmitry Chagin
2023-10-03linux(4): Deorbit linux_nosys from syscalls.masterDmitry Chagin
2023-10-03linuxolator: fix nosys() to not send SIGSYSKonstantin Belousov
2023-09-25linux(4): RegenDmitry Chagin
2023-09-25linux(4): Update syscalls.master to 6.5Dmitry Chagin
2023-09-11linux(4): Cleanup includes under amd64/linuxDmitry Chagin
2023-09-05linux(4): Deduplicate mmap2Dmitry Chagin
2023-09-05linux(4): Deduplicate mprotect, madviseDmitry Chagin
2023-08-20Regen for writev syscallDmitry Chagin
2023-08-20linux(4): Add a writev syscall wrapperDmitry Chagin
2023-08-20linux(4): Add a write syscall wrapperDmitry Chagin
2023-08-20Regen for write syscallDmitry Chagin
2023-08-20linux(4): Modify write syscall to match LinuxDmitry Chagin
2023-08-18linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin
2023-08-16sys: Remove $FreeBSD$: one-line bare tagWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-04linux(4): Regen for ioprio syscallsDmitry Chagin
2023-08-04linux(4): Modify ioprio syscalls to match LinuxDmitry Chagin
2023-07-28linux(4): Add elf_hwcap2 to x86Dmitry Chagin
2023-07-22linux(4): Regen for xattr syscallsDmitry Chagin
2023-07-22linux(4): Modify xattr syscalls to match LinuxDmitry Chagin
2023-06-09Regenerate sysent stuff after $FreeBSD$ removalWarner Losh
2023-06-09linux(4): Preserve fpu xsave state across signal delivery on amd64Dmitry Chagin
2023-06-09linux(4): In preparation for xsave refactor fxsave code on amd64Dmitry Chagin
2023-06-06linux(4) rt_sendsig: Remove the use of caddr_tDmitry Chagin
2023-05-29linux(4): Regen for linux_execveDmitry Chagin
2023-05-29linux(4): Add a dedicated linux_exec_copyin_args()Dmitry Chagin
2023-05-29linux(4): Use pwd_altroot() to tell namei() about ABI root pathDmitry Chagin
2023-05-28linux(4): Fix stack unwinding across signal frame on x86_64Dmitry Chagin
2023-05-28linux(4): Preserve %rcx (return address) like a Linux doDmitry Chagin