aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32
Commit message (Expand)AuthorAgeFilesLines
* imgact: Mark brandinfo and note structures as constMark Johnston2025-10-141-6/+6
* linux: Regenerate system call definitionsMark Johnston2025-07-043-9/+60
* linux: Add inotify supportMark Johnston2025-07-041-3/+12
* sys: Add AT_HWCAP3 and AT_HWCAP4Andrew Turner2025-06-241-0/+2
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* sysent: retire unused SV_IA32Brooks Davis2025-06-031-1/+1
* amd64: add pcb_tlsbaseKonstantin Belousov2025-05-281-3/+4
* sysent: regen for typo fixBrooks Davis2024-10-221-1/+1
* sysent: regen commentsBrooks Davis2024-10-011-1/+2
* sysent: regen removing comment alignmentBrooks Davis2024-10-011-45/+45
* syscalls: Regen for Linux emulator additionsWarner Losh2024-05-232-6/+6
* linux: Support POSIX message queuesRicardo Branco2024-05-231-6/+0
* linux: Fix linux_mq_notify_args & linux_timer_create_argsRicardo Branco2024-05-231-2/+2
* sysproto.h: sys/acl.h -> sys/types.hBrooks Davis2024-04-151-1/+1
* amd64/linux*: mark brandlists as staticKonstantin Belousov2024-02-111-1/+1
* Abstract UIO allocation and deallocation.Alfredo Mazzinghi2024-02-101-1/+1
* sccs: Manual changesWarner Losh2023-11-271-1/+0
* makesyscalls: don't make syscall.mk by defaultBrooks Davis2023-11-181-1/+0
* linux(4): Drop the outdated comments about sixth register on i386 int0x80Dmitry Chagin2023-10-101-1/+1
* linux(4): Regen for linux_nosys changeDmitry Chagin2023-10-035-11/+1
* linux(4): Deorbit linux_nosys from syscalls.masterDmitry Chagin2023-10-031-6/+1
* linuxolator: fix nosys() to not send SIGSYSKonstantin Belousov2023-10-021-1/+1
* linux(4): RegenDmitry Chagin2023-09-255-3/+183
* linux(4): Update syscalls.master to 6.5Dmitry Chagin2023-09-251-4/+50
* linux(4): Cleanup includes under amd64/linux32Dmitry Chagin2023-09-112-20/+1
* linux(4): Deduplicate mmap2Dmitry Chagin2023-09-052-9/+4
* linux(4): Deduplicate mprotect, madviseDmitry Chagin2023-09-051-15/+0
* linux(4): Replace linux32_copyiniov by freebsd32_copyiniovDmitry Chagin2023-08-202-40/+0
* linux(4): Replace linux32_copyinuio by freebsd32_copyinuioDmitry Chagin2023-08-202-44/+1
* Regen for readv syscallDmitry Chagin2023-08-202-3/+3
* linux(4): Prepare to retire linux32_copyinuioDmitry Chagin2023-08-201-1/+1
* linux(4): Add a dedicated writev syscall wrapperDmitry Chagin2023-08-201-14/+0
* Regen for writev syscallDmitry Chagin2023-08-203-3/+4
* linux(4): Add a writev syscall wrapperDmitry Chagin2023-08-201-1/+2
* linux(4): Add a write syscall wrapperDmitry Chagin2023-08-201-1/+1
* Regen for write syscallDmitry Chagin2023-08-205-9/+16
* linux(4): Modify write syscall to match LinuxDmitry Chagin2023-08-201-3/+3
* linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin2023-08-185-5/+0
* linux(4): Fix leftovers after 2ff63af9Dmitry Chagin2023-08-171-1/+0
* linux(4): Regen for sendfileDmitry Chagin2023-08-172-3/+3
* linux(4): Use l_off_t type for offset argument in sendfile syscallDmitry Chagin2023-08-171-1/+1
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-165-10/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* linux(4): Regen for ioprio syscallsDmitry Chagin2023-08-043-8/+47
* linux(4): Modify ioprio syscalls to match LinuxDmitry Chagin2023-08-041-4/+11
* linux(4): Fix two typos in source code commentsGordon Bergling2023-08-021-1/+1
* linux(4): Add elf_hwcap2 to x86Dmitry Chagin2023-07-281-1/+1