aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
* syscalls.master: correct return type of {read,write}vBrooks Davis2024-04-241-2/+2
* sysproto.h: sys/acl.h -> sys/types.hBrooks Davis2024-04-151-1/+1
* sysent: regenBrooks Davis2024-03-192-44/+44
* syscalls.master: make __sys_fcntl take an intptr_tBrooks Davis2024-03-191-1/+1
* freebsd32: struct siginfo32 -> struct __siginfo32Brooks Davis2024-03-192-8/+8
* freebsd32: freebsd32_copyinuio takes const iovpBrooks Davis2024-03-192-2/+2
* Abstract UIO allocation and deallocation.Alfredo Mazzinghi2024-02-101-16/+13
* regenKonstantin Belousov2024-01-244-1/+42
* sendfile: Explicitly ignore errors from copyout()Mark Johnston2023-12-261-1/+1
* freebsd32: Report errors when copying out oldlenp in __sysctlMark Johnston2023-12-261-3/+3
* freebsd32: Fix error handling for suword32() callsMark Johnston2023-12-212-5/+5
* Remove never implemented sbrk and sstk syscallsBrooks Davis2023-12-044-50/+6
* sysproto.h: regen after c1c8afd04e34dBrooks Davis2023-12-011-0/+6
* sysvipc: Fix 32-bit compat on !i386Brooks Davis2023-12-011-16/+16
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* Tweak compat_freebsd32_bit feature nameKonstantin Belousov2023-11-211-1/+3
* FEATURE compat_freebsd_32bit: only report on arm64 when support is presentKonstantin Belousov2023-11-212-1/+14
* makesyscalls: don't make syscall.mk by defaultBrooks Davis2023-11-181-1/+0
* timerfd: Relocate 32-bit compat codeJake Freeland2023-09-051-0/+55
* freebsd32: Remove mac_syscall from the unimpl listStephen J. Kiernan2023-08-245-4/+35
* timerfd: Move implementation from linux compat to sys/kernJake Freeland2023-08-245-1/+110
* RegenKonstantin Belousov2023-08-234-1/+34
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-8/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-166-12/+0
* linuxolator: implement Linux' PROT_GROWSDOWNKonstantin Belousov2023-08-121-1/+1
* Regenerate sysent stuff after $FreeBSD$ removalWarner Losh2023-06-095-5/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-127-7/+7
* linux(4): Add a dedicated statat() implementationDmitry Chagin2023-04-281-11/+8
* freebsd32: RegenWarner Losh2023-04-213-3/+3
* RegenKonstantin Belousov2023-04-044-7/+7
* RegenKonstantin Belousov2023-03-274-1/+26
* ptrace(2): add PT_SC_REMOTE remote syscall requestKonstantin Belousov2022-12-222-0/+39
* compat32: move struct ptrace_sc_ret32 definition from .c to .hKonstantin Belousov2022-12-222-5/+5
* compat32: retire now-unused MIPS supportEd Maste2022-11-231-4/+0
* freebsd32: Make sendmsg match native ABI for unpadded final control messageJessica Clarke2022-09-151-2/+6
* freebsd32_sendmsg: fix control message ABIBrooks Davis2022-08-241-10/+11
* Implement shared page address randomizationKornel Dulęba2022-07-181-1/+3
* Rework how shared page related data is storedKornel Dulęba2022-07-181-1/+1
* Finish cpuset_getaffinity() after f35093f8Dmitry Chagin2022-05-281-1/+1
* sysent: Get rid of bogus sys/sysent.h include.Dmitry Chagin2022-05-281-1/+0
* cpuset: Fix the KASAN and KMSAN buildsMark Johnston2022-05-201-2/+2
* cpuset: Byte swap cpuset for compat32 on big endian architecturesJustin Hibbits2022-05-191-4/+66
* Use Linux semantics for the thread affinity syscalls.Dmitry Chagin2022-05-111-1/+1
* sysent: regen after 52a1d90c8bfe, posix_fadvise in capmodeEd Maste2022-04-141-1/+1
* compat32: add size CTASSERTs for non-amd64 casesEd Maste2022-03-301-0/+10
* Clear non-x86 compat stat syscall kernel stack memory disclosureEd Maste2022-03-291-0/+23
* sysent: regen for syscallarg_tBrooks Davis2022-03-282-3/+3
* fd: rename fget*_locked to fget*_norefMateusz Guzik2022-02-221-1/+1
* Trim duplicate code for copying in iovecs for PT_[GS]ETREGSET.John Baldwin2022-02-071-8/+1