aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
* regenKonstantin Belousov2024-02-114-1/+52
* Add kcmp(2) kernel bitsKonstantin Belousov2024-02-111-0/+8
* sendfile: Explicitly ignore errors from copyout()Mark Johnston2024-01-021-1/+1
* freebsd32: Report errors when copying out oldlenp in __sysctlMark Johnston2024-01-021-3/+3
* freebsd32: Fix error handling for suword32() callsMark Johnston2023-12-282-5/+5
* sysvipc: Fix 32-bit compat on !i386Brooks Davis2023-12-141-16/+16
* linuxolator: implement Linux' PROT_GROWSDOWNKonstantin Belousov2023-08-251-1/+1
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-232-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-233-6/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-235-5/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-236-12/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-256-6/+6
* linux(4): Add a dedicated statat() implementationDmitry Chagin2023-06-291-7/+6
* RegenKonstantin Belousov2023-04-161-1/+1
* freebsd32: Make sendmsg match native ABI for unpadded final control messageJessica Clarke2023-01-301-2/+6
* freebsd32_sendmsg: fix control message ABIBrooks Davis2023-01-301-10/+11
* ptrace(2): add PT_SC_REMOTE remote syscall requestKonstantin Belousov2023-01-202-0/+38
* compat32: move struct ptrace_sc_ret32 definition from .c to .hKonstantin Belousov2023-01-202-5/+5
* sysent: regen after ee9bc5818356, posix_fadvise in capmodeEd Maste2022-10-201-1/+1
* Finish cpuset_getaffinity() after f35093f8Dmitry Chagin2022-06-171-1/+1
* sysent: Get rid of bogus sys/sysent.h include.Dmitry Chagin2022-06-171-1/+0
* cpuset: Byte swap cpuset for compat32 on big endian architecturesDmitry Chagin2022-06-171-1/+1
* freebsd32: Remove the unnecessary spaces.Dmitry Chagin2022-06-171-1/+1
* freebsd32: Remove unused umtx.h include.Dmitry Chagin2022-06-171-1/+0
* freebsd32: Eliminate spaces at end of line.Dmitry Chagin2022-06-171-4/+4
* cpuset: Fix the KASAN and KMSAN buildsMark Johnston2022-05-231-2/+2
* cpuset: Byte swap cpuset for compat32 on big endian architecturesJustin Hibbits2022-05-231-4/+66
* Trim duplicate code for copying in iovecs for PT_[GS]ETREGSET.John Baldwin2022-05-121-8/+1
* Add PT_GETREGSETAndrew Turner2022-05-121-0/+22
* freebsd32: Fix layout of struct shmid_kernel32.John Baldwin2022-04-291-4/+4
* Clear non-x86 compat stat syscall kernel stack memory disclosureEd Maste2022-03-301-0/+23
* Remove PT_GET_SC_ARGS_ALLKonstantin Belousov2022-02-211-3/+0
* linux: implement PTRACE_GET_SYSCALL_INFOEdward Tomasz Napierala2022-02-211-0/+3
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2022-02-082-2/+0
* exec: Remove the stack gap implementationMark Johnston2022-01-311-2/+0
* exec: Introduce the PROC_PS_STRINGS() macroMark Johnston2022-01-311-1/+1
* Add security.bsd.allow_ptrace sysctlKonstantin Belousov2022-01-291-1/+5
* RegenKonstantin Belousov2022-01-144-2/+13
* Add sched_getcpu()Konstantin Belousov2022-01-141-1/+1
* exec: Simplify sv_copyout_strings implementations a bitMark Johnston2022-01-141-18/+10
* RegenKonstantin Belousov2021-12-203-3/+9
* swapoff: add one more variant of the syscallKonstantin Belousov2021-12-201-2/+4
* fcntl(2): add F_KINFO operationKonstantin Belousov2021-12-131-0/+1
* freebsd32: Fix a double copyin in sendmsg() and recvmsg()Mark Johnston2021-09-261-11/+3
* freebsd32: Provide an ANSI definition for freebsd32_recvmsg()Mark Johnston2021-09-261-9/+2
* procctl(2): Add PROC_WXMAP_CTL/STATUSKonstantin Belousov2021-09-241-0/+3
* procctl(2): add PROC_NO_NEW_PRIVS_CTL, PROC_NO_NEW_PRIVS_STATUSEdward Tomasz Napierala2021-09-241-0/+3
* RegenKonstantin Belousov2021-08-034-4/+16
* Revert most of ce42e793100b460f597e4c85ec0da12e274f9394Konstantin Belousov2021-08-031-2/+4