aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32/freebsd32_misc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* freebsd32: add feed foward clock syscallsBrooks Davis2021-11-171-0/+84
* freebsd32: remove freebsd11_freebsd32_getdentsBrooks Davis2021-11-171-13/+0
* freebsd32: remove redundent osig*() implementationsBrooks Davis2021-11-171-47/+0
* freebsd32: remove freebsd32_recvfromBrooks Davis2021-11-171-31/+0
* freebsd32: remove redundant no-arg syscallsBrooks Davis2021-11-171-23/+0
* freebsd32: rename fstat() stat buffer argumentBrooks Davis2021-11-171-2/+2
* freebsd32: rename struct wrusage32 to struct __wrusage32Brooks 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-3/+3
* freebsd32: fix types on statfs syscallsBrooks Davis2021-11-171-9/+9
* freebsd32: sprinkle in missing constsBrooks Davis2021-11-171-1/+1
* ommap: fix signed len and pos argumentsBrooks Davis2021-11-151-0/+9
* struct kevent_freebsd11 -> struct freebsd11_keventBrooks Davis2021-11-151-7/+7
* freebsd32: Fix a double copyin in sendmsg() and recvmsg()Mark Johnston2021-09-191-11/+3
* freebsd32: Provide an ANSI definition for freebsd32_recvmsg()Mark Johnston2021-09-191-9/+2
* procctl(2): Add PROC_WXMAP_CTL/STATUSKonstantin Belousov2021-09-171-0/+3
* Remove PT_GET_SC_ARGS_ALLKonstantin Belousov2021-09-161-3/+0
* linux: implement PTRACE_GET_SYSCALL_INFOEdward Tomasz Napierala2021-09-141-0/+3
* Add fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9).Ka Ho Ng2021-08-051-0/+34
* freebsd32: Remove the unnecessary spaces.Dmitry Chagin2021-07-291-1/+1
* freebsd32: Remove unused umtx.h include.Dmitry Chagin2021-07-291-1/+0
* procctl(2): add PROC_NO_NEW_PRIVS_CTL, PROC_NO_NEW_PRIVS_STATUSEdward Tomasz Napierala2021-07-011-0/+3
* Add ptrace(PT_COREDUMP)Konstantin Belousov2021-05-031-0/+12