aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
* freebsd32: fix type of olstat argBrooks Davis2021-11-172-2/+2
* freebsd32: wait6 and procctl take idtype_tBrooks Davis2021-11-173-16/+16
* freebsd32: use size_t where the default ABI doesBrooks Davis2021-11-173-14/+14
* freebsd32: match ioctl type to default ABIBrooks Davis2021-11-174-9/+9
* freebsd32: [gs]etitimer's which arg is an intBrooks Davis2021-11-173-8/+8
* freebsd32: sprinkle in missing constsBrooks Davis2021-11-174-86/+87
* freebsd32: prototype gssd_syscall()Brooks Davis2021-11-175-3/+26
* freebsd32: name the ucontext struct __ucontext32Brooks Davis2021-11-173-20/+20
* freebsd32: rename freebsd4_freebsd32_sigreturn argBrooks Davis2021-11-172-2/+2
* syscalls: use struct siginfo rather than siginfo_tBrooks Davis2021-11-173-16/+16
* syscalls: regenBrooks Davis2021-11-154-3/+13
* ommap: fix signed len and pos argumentsBrooks Davis2021-11-152-2/+11
* syscalls: regenBrooks Davis2021-11-151-2/+2
* struct kevent_freebsd11 -> struct freebsd11_keventBrooks Davis2021-11-152-9/+9
* RegenKonstantin Belousov2021-11-104-1/+14
* Add sched_getcpu()Konstantin Belousov2021-11-102-1/+2
* 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
* syscalls.master: switch to CAPENABLED flagsBrooks Davis2021-09-013-1/+785
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-082-2/+0
* Regen after 0dc332bff200Ka Ho Ng2021-08-055-1/+51
* Add fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9).Ka Ho Ng2021-08-053-0/+43
* freebsd32: Remove the unnecessary spaces.Dmitry Chagin2021-07-291-1/+1
* freebsd32: Remove unused umtx.h include.Dmitry Chagin2021-07-291-1/+0
* freebsd32: Eliminate spaces at end of line.Dmitry Chagin2021-07-291-4/+4
* RegenKonstantin Belousov2021-07-284-4/+16
* Revert most of ce42e793100b460f597e4c85ec0da12e274f9394Konstantin Belousov2021-07-281-2/+4
* procctl(2): add PROC_NO_NEW_PRIVS_CTL, PROC_NO_NEW_PRIVS_STATUSEdward Tomasz Napierala2021-07-011-0/+3
* regen syscall files after d51198d63b63Ed Maste2021-05-132-791/+791
* Add ptrace(PT_COREDUMP)Konstantin Belousov2021-05-032-0/+19
* Rename kern_mmap_req to kern_mmapBrooks Davis2021-01-251-4/+16
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-122-2/+2
* Regenerate syscall files after reallocation of aio_writev/aio_readvAlan Somers2021-01-085-61/+65
* Reallocate syscall numbers for aio_writev and aio_readvAlan Somers2021-01-081-4/+6
* Regenerate syscall files after addition of aio_writev/aio_readvAlan Somers2021-01-035-4/+60
* Add aio_writev and aio_readvAlan Somers2021-01-033-3/+7
* Regen.Konstantin Belousov2020-12-274-1/+34
* Expose eventfd in the native API/ABI using a new __specialfd syscallKonstantin Belousov2020-12-271-0/+2
* Add ELF flag to disable ASLR stack gap.Konstantin Belousov2020-12-181-2/+1
* RegenKonstantin Belousov2020-12-045-9/+14
* Fix compat32 for ntp_adjtime(2).Konstantin Belousov2020-12-043-1/+88
* freebsd32: take the _umtx_op struct definitions backKyle Evans2020-11-231-0/+21
* _umtx_op: move compat32 definitions back inKyle Evans2020-11-222-29/+0
* umtx_op: reduce redundancy required for compat32Kyle Evans2020-11-172-0/+30
* audit: correct reporting of *execve(2) successKyle Evans2020-10-241-0/+2
* Regen after r366145.Edward Tomasz Napierala2020-09-252-603/+609
* Do not leak oldvmspace if image activation failedKonstantin Belousov2020-09-231-2/+2