aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32
Commit message (Expand)AuthorAgeFilesLines
* Abstract UIO allocation and deallocation.Alfredo Mazzinghi2024-03-091-1/+1
* amd64/linux*: mark brandlists as staticKonstantin Belousov2024-02-141-1/+1
* makesyscalls: don't make syscall.mk by defaultBrooks Davis2023-12-131-1/+0
* linux(4): Drop the outdated comments about sixth register on i386 int0x80Dmitry Chagin2023-10-181-1/+1
* linux(4): Regen for linux_nosys changeDmitry Chagin2023-10-105-11/+1
* linux(4): Deorbit linux_nosys from syscalls.masterDmitry Chagin2023-10-101-6/+1
* linuxolator: fix nosys() to not send SIGSYSKonstantin Belousov2023-10-091-1/+1
* linux(4): RegenDmitry Chagin2023-10-025-3/+183
* linux(4): Update syscalls.master to 6.5Dmitry Chagin2023-10-021-4/+50
* linux(4): Cleanup includes under amd64/linux32Dmitry Chagin2023-09-242-20/+1
* linux(4): Deduplicate mmap2Dmitry Chagin2023-09-122-9/+4
* linux(4): Deduplicate mprotect, madviseDmitry Chagin2023-09-121-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
* linux(4): Regen for xattr syscallsDmitry Chagin2023-07-222-27/+27
* linux(4): Modify xattr syscalls to match LinuxDmitry Chagin2023-07-221-9/+9
* Regenerate sysent stuff after $FreeBSD$ removalWarner Losh2023-06-095-5/+0
* linux(4): Regen for linux_execveDmitry Chagin2023-05-292-6/+6
* linux(4): Add a dedicated linux_exec_copyin_args()Dmitry Chagin2023-05-292-16/+2
* linux(4): Use pwd_altroot() to tell namei() about ABI root pathDmitry Chagin2023-05-292-15/+3
* linux(4): Make ptrace_pokeusr machine dependentDmitry Chagin2023-05-182-0/+11
* linux(4): Make ptrace_peekusr machine dependendDmitry Chagin2023-05-182-0/+11
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-123-3/+3
* linux(4): Make struct stat64 to match Linux actual oneDmitry Chagin2023-04-281-6/+5
* linux(4): Regen for mknod syscall changesDmitry Chagin2023-04-282-3/+3
* linux(4): Use Linux dev_t type for mknod syscalls dev argumentDmitry Chagin2023-04-281-1/+1
* linux(4): Move dev_t type declaration under /compat/linuxDmitry Chagin2023-04-281-1/+0
* linux(4): Make struct newstat to match actual Linux oneDmitry Chagin2023-04-281-4/+2
* linux(4): Regen for struct l_old_stat changesDmitry Chagin2023-04-282-6/+6