aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32/freebsd32_systrace_args.c
Commit message (Expand)AuthorAgeFilesLines
* syscalls.master: correct return type of {read,write}vBrooks Davis2024-04-241-2/+2
* sysent: regenBrooks Davis2024-03-191-38/+38
* regenKonstantin Belousov2024-01-241-0/+38
* Remove never implemented sbrk and sstk syscallsBrooks Davis2023-12-041-44/+0
* freebsd32: Remove mac_syscall from the unimpl listStephen J. Kiernan2023-08-241-0/+30
* timerfd: Move implementation from linux compat to sys/kernJake Freeland2023-08-241-0/+86
* RegenKonstantin Belousov2023-08-231-0/+30
* Regenerate sysent stuff after $FreeBSD$ removalWarner Losh2023-06-091-1/+0
* RegenKonstantin Belousov2023-04-041-4/+4
* RegenKonstantin Belousov2023-03-271-0/+22
* RegenKonstantin Belousov2021-12-091-22/+26
* syscalls: regenBrooks Davis2021-11-291-2/+2
* syscalls: regenBrooks Davis2021-11-291-6/+6
* syscalls: regenBrooks Davis2021-11-291-4/+4
* syscalls: regenBrooks Davis2021-11-291-2/+2
* freebsd32: regenBrooks Davis2021-11-221-626/+164
* syscalls: regenBrooks Davis2021-11-221-1049/+1050
* freebsd32: regenBrooks Davis2021-11-221-18/+18
* freebsd32: aio_cancel takes a struct aiocb32Brooks Davis2021-11-221-2/+2
* fspacectl: remove unneeded freebsd32 wrapperBrooks Davis2021-11-181-8/+8
* freebsd32: sync return types with default ABIBrooks Davis2021-11-171-8/+8
* freebsd32: semid_t -> int32_tBrooks Davis2021-11-171-18/+18
* freebsd32: use __socklen_t consistentlyBrooks Davis2021-11-171-20/+20
* freebsd32: rename 32-bit compat pads to _padBrooks Davis2021-11-171-12/+12
* freebsd32: have sigqueue take a void *Brooks Davis2021-11-171-2/+2
* freebsd32: fix getfsstat sign extension bugsBrooks Davis2021-11-171-4/+4
* freebsd32: signed long correctionsBrooks Davis2021-11-171-4/+4
* freebsd32: add missing pads to preadv and pwritevBrooks Davis2021-11-171-0/+93
* freebsd32: add real abort2Brooks Davis2021-11-171-5/+5
* freebsd32: add feed foward clock syscallsBrooks Davis2021-11-171-12/+12
* freebsd32: enable trivial syscallsBrooks Davis2021-11-171-0/+44
* freebsd32: don't implement kldsymBrooks Davis2021-11-171-30/+0
* freebsd32: remove freebsd32_recvfromBrooks Davis2021-11-171-6/+6
* freebsd32: rename struct wrusage32 to struct __wrusage32Brooks Davis2021-11-171-4/+4
* freebsd32: include `__` in semctl namesBrooks Davis2021-11-171-4/+4
* freebsd32: sync _umtx_op args with default ABIBrooks Davis2021-11-171-1/+1
* freebsd32: rename fstat argument to match default abiBrooks Davis2021-11-171-1/+1
* freebsd32: struct kld32_file_stat -> struct kld_file_stat32Brooks Davis2021-11-171-2/+2
* freebsd32: fix type size of pointer array argsBrooks Davis2021-11-171-8/+8
* freebsd32: thread IDs are int32_tBrooks Davis2021-11-171-12/+12
* freebsd32: fix types on statfs syscallsBrooks Davis2021-11-171-8/+8
* freebsd32: wait6 and procctl take idtype_tBrooks Davis2021-11-171-8/+8
* freebsd32: use size_t where the default ABI doesBrooks Davis2021-11-171-8/+8
* freebsd32: match ioctl type to default ABIBrooks Davis2021-11-171-4/+4
* freebsd32: [gs]etitimer's which arg is an intBrooks Davis2021-11-171-4/+4
* freebsd32: sprinkle in missing constsBrooks Davis2021-11-171-44/+44
* freebsd32: prototype gssd_syscall()Brooks Davis2021-11-171-0/+22
* freebsd32: name the ucontext struct __ucontext32Brooks Davis2021-11-171-10/+10
* syscalls: use struct siginfo rather than siginfo_tBrooks Davis2021-11-171-8/+8
* RegenKonstantin Belousov2021-11-101-0/+10