aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32/freebsd32_misc.c
Commit message (Expand)AuthorAgeFilesLines
* ptrace: Rename the internal command range constantsMark Johnston2025-06-161-1/+1
* linux: Fix usage of ptrace(PT_GET_SC_ARGS)Mark Johnston2025-06-131-0/+3
* exec: Remove parameter 'segflg' from exec_copyin_args()Wuyang Chung2025-04-211-6/+5
* stat(2): add st_bsdflags fieldKonstantin Belousov2025-04-031-1/+1
* sysctl KERN_PROC_KQUEUE: implement compat32Konstantin Belousov2025-03-241-0/+50
* FREEBSD_COMPAT32: add freebsd32_kevent_to_kevent32() helperKonstantin Belousov2025-03-241-26/+33
* stat(2): add st_filerevKonstantin Belousov2025-01-161-0/+1
* New setcred() system call and associated MAC hooksOlivier Certner2024-12-161-0/+9
* Add per-process flag to disable logsigexitKyle Evans2024-12-141-0/+3
* syscalls.master: make __sys_fcntl take an intptr_tBrooks Davis2024-03-191-1/+1
* freebsd32: struct siginfo32 -> struct __siginfo32Brooks Davis2024-03-191-7/+7
* freebsd32: freebsd32_copyinuio takes const iovpBrooks Davis2024-03-191-1/+1
* Abstract UIO allocation and deallocation.Alfredo Mazzinghi2024-02-101-16/+13
* 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-211-3/+2
* 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-211-1/+12
* timerfd: Relocate 32-bit compat codeJake Freeland2023-09-051-0/+55
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* linuxolator: implement Linux' PROT_GROWSDOWNKonstantin Belousov2023-08-121-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* linux(4): Add a dedicated statat() implementationDmitry Chagin2023-04-281-11/+8
* ptrace(2): add PT_SC_REMOTE remote syscall requestKonstantin Belousov2022-12-221-0/+32
* compat32: move struct ptrace_sc_ret32 definition from .c to .hKonstantin Belousov2022-12-221-5/+0
* 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
* Rework how shared page related data is storedKornel Dulęba2022-07-181-1/+1
* Finish cpuset_getaffinity() after f35093f8Dmitry Chagin2022-05-281-1/+1
* 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
* 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
* Trim duplicate code for copying in iovecs for PT_[GS]ETREGSET.John Baldwin2022-02-071-8/+1
* Add PT_GETREGSETAndrew Turner2022-01-271-0/+22
* Add security.bsd.allow_ptrace sysctlKonstantin Belousov2022-01-221-1/+5
* exec: Remove the stack gap implementationMark Johnston2022-01-171-2/+0
* exec: Introduce the PROC_PS_STRINGS() macroMark Johnston2022-01-171-1/+1
* exec: Simplify sv_copyout_strings implementations a bitMark Johnston2021-12-311-18/+10
* sys/compat: Use C99 fixed-width integer types.John Baldwin2021-12-281-8/+8
* fcntl(2): add F_KINFO operationKonstantin Belousov2021-12-061-0/+1
* 32-bit compat: plug a set-but-not-unused var in freebsd32_copy_msg_outMateusz Guzik2021-11-241-2/+1
* syscalls: improve nstat, nfstat, nlstatBrooks Davis2021-11-221-0/+87
* fspacectl: remove unneeded freebsd32 wrapperBrooks Davis2021-11-181-34/+0
* freebsd32: have sigqueue take a void *Brooks Davis2021-11-171-1/+1
* freebsd32: fix getfsstat sign extension bugsBrooks Davis2021-11-171-0/+25
* freebsd32: signed long correctionsBrooks Davis2021-11-171-0/+27
* freebsd32: add stubs for ofreebsd32_(send|recv)msgBrooks Davis2021-11-171-0/+17