aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
* 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
* compat: clean up empty lines in .c and .h filesMateusz Guzik2020-09-013-9/+0
* Fix a TOCTOU vulnerability in freebsd32_copyin_control().Mark Johnston2020-08-051-59/+71
* Regenerate.Mark Johnston2020-07-061-2/+2
* Refactor ptrace() ABI compatibility.John Baldwin2020-06-097-8/+228
* Update the files created from the new syscalls.master from r361599.Rick Macklem2020-05-284-1/+30
* Add a syscall for the nfs-over-tls daemons to use.Rick Macklem2020-05-281-0/+3
* sysent: re-roll after 360236 (AUE_CLOSERANGE used)Kyle Evans2020-04-241-1/+1
* close_range(2): use newly assigned AUE_CLOSERANGEKyle Evans2020-04-241-1/+1
* Convert canary, execpathp, and pagesizes to pointers.Brooks Davis2020-04-161-6/+6
* Export argc, argv, envc, envv, and ps_strings in auxargs.Brooks Davis2020-04-151-0/+2
* Make ps_strings in struct image_params into a pointer.Brooks Davis2020-04-151-0/+1
* Remove bogus use of useracc() in (clock_)nanosleep.Brooks Davis2020-04-141-7/+2
* Centralize compatability translation macros.Brooks Davis2020-04-141-25/+1
* sysent: re-roll after r359930Kyle Evans2020-04-144-25/+3
* Mark closefrom(2) COMPAT12, reimplement in libc to wrap close_rangeKyle Evans2020-04-141-1/+1
* sysent: re-roll after introduction of close_range in r359836Kyle Evans2020-04-124-1/+34
* Implement a close_range(2) syscallKyle Evans2020-04-121-0/+2
* make sysent for r358172 ("vfs: add realpathat syscall")Mateusz Guzik2020-02-204-1/+42
* vfs: add realpathat syscallMateusz Guzik2020-02-201-0/+2
* regen sysent after r357831, r357838Ed Maste2020-02-121-2/+2
* Regen.Konstantin Belousov2020-02-094-1/+30
* Add a way to manage thread signal mask using shared word, instead of syscall.Konstantin Belousov2020-02-091-0/+1
* sysent targets: further cleanup and deduplicationKyle Evans2020-01-181-24/+2
* Set .ORDER for makesyscalls generated filesKyle Evans2020-01-101-0/+3
* Copy out aux args after the argument and environment vectors.John Baldwin2019-12-091-3/+14
* sysent: Reduce duplication and improve readability.Brooks Davis2019-12-061-8/+13
* Use uintptr_t instead of register_t * for the stack base.John Baldwin2019-12-032-15/+19
* sysent: regenerate after r354835Kyle Evans2019-11-182-7/+7
* Convert in-tree sysent targets to use new makesyscalls.luaKyle Evans2019-11-181-2/+4
* Check for errors from copyout() and suword*() in sv_copyout_args/strings.John Baldwin2019-11-182-22/+43
* Jail and capability mode for shm_rename; add audit support for shm_renameDavid Bright2019-11-182-2/+2
* Add a sv_copyout_auxargs() hook in sysentvec.John Baldwin2019-11-151-8/+2
* Tidy syscall declerations.Brooks Davis2019-11-141-2/+2
* sysent: regenerate after r352747.David Bright2019-09-264-1/+34