aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
* freebsd32_setcred: Copy all of the setcred fields individuallyJohn Baldwin2025-11-241-4/+8
* setcred: Move initial copyin of struct setcred out to per-ABI syscallJohn Baldwin2025-11-241-2/+16
* sysent: Regen for kexec_load()Justin Hibbits2025-10-273-1/+3
* kern: Introduce kexec system feature (MI)Justin Hibbits2025-10-271-1/+2
* jail: add jail descriptorsJamie Gritton2025-09-044-1/+51
* sysent: regenerate after bumping setgroups/getgroupsKyle Evans2025-08-154-59/+65
* sysent: regen for _exit(2) normalizationBrooks Davis2025-08-084-7/+7
* sysent: regen for const __sysctl argumentBrooks Davis2025-08-012-3/+3
* Regen.Konstantin Belousov2025-07-061-1/+1
* inotify: Regenerate syscall definitionsMark Johnston2025-07-044-1/+67
* 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
* RegenKonstantin Belousov2025-05-314-1/+34
* kinfo_proc: report address of extended kernel error structureKonstantin Belousov2025-05-311-0/+1
* exec: Remove parameter 'segflg' from exec_copyin_args()Wuyang Chung2025-04-212-7/+6
* stat(2): add st_bsdflags fieldKonstantin Belousov2025-04-032-2/+2
* kevent32/kinfo_knote32: remove __LP64__ predicate in definitionsKonstantin Belousov2025-03-251-1/+1
* freebsd32/freebsd32.h: only define kinfo_knote32 when kevent32 is definedKonstantin Belousov2025-03-241-0/+2
* struct kinfo_knote: add spare fieldsKonstantin Belousov2025-03-241-0/+1
* sysctl KERN_PROC_KQUEUE: implement compat32Konstantin Belousov2025-03-243-0/+73
* FREEBSD_COMPAT32: add freebsd32_kevent_to_kevent32() helperKonstantin Belousov2025-03-241-26/+33
* sysent: regen for deletion of gssd_syscall and new ABI for rpctls_syscallGleb Smirnoff2025-02-014-32/+6
* stat(2): add st_filerevKonstantin Belousov2025-01-162-1/+3
* New setcred() system call and associated MAC hooksOlivier Certner2024-12-166-1/+50
* Add per-process flag to disable logsigexitKyle Evans2024-12-141-0/+3
* RegenEdward Tomasz Napierala2024-11-294-1/+26
* Update mentions of makesyscalls.luaBrooks Davis2024-10-301-4/+4
* sysent: regen with refactored codeBrooks Davis2024-10-303-21/+27
* sysent: regen for typo fixBrooks Davis2024-10-221-1/+1
* sysent: regen commentsBrooks Davis2024-10-011-1/+2
* sysent: regen removing comment alignmentBrooks Davis2024-10-011-121/+121
* RegenKonstantin Belousov2024-09-274-1/+34
* sysent: regen after d0675399Mariusz Zaborski2024-08-271-1/+1
* freebsd32: Fix a few typos in syscalls.conf commentsJohn Baldwin2024-08-211-2/+2
* RegenMariusz Zaborski2024-05-211-1/+1
* regenMariusz Zaborski2024-05-131-1/+1
* syscalls.master: correct return type of {read,write}vBrooks Davis2024-04-241-2/+2
* sysproto.h: sys/acl.h -> sys/types.hBrooks Davis2024-04-151-1/+1
* sysent: regenBrooks Davis2024-03-192-44/+44
* syscalls.master: make __sys_fcntl take an intptr_tBrooks Davis2024-03-191-1/+1
* freebsd32: struct siginfo32 -> struct __siginfo32Brooks Davis2024-03-192-8/+8
* freebsd32: freebsd32_copyinuio takes const iovpBrooks Davis2024-03-192-2/+2
* Abstract UIO allocation and deallocation.Alfredo Mazzinghi2024-02-101-16/+13
* regenKonstantin Belousov2024-01-244-1/+42
* 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-212-5/+5
* Remove never implemented sbrk and sstk syscallsBrooks Davis2023-12-044-50/+6
* sysproto.h: regen after c1c8afd04e34dBrooks Davis2023-12-011-0/+6
* sysvipc: Fix 32-bit compat on !i386Brooks Davis2023-12-011-16/+16