aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
* compat32: Zero struct to avoid stack disclosureEd Maste2026-03-131-1/+1
* RegenKonstantin Belousov2026-03-054-1/+42
* sys/compat/freebsd32: FF clock struct: Don't pack, use 'ffcounter32'Olivier Certner2026-02-162-11/+9
* sys/compat/freebsd32: Fix i386 compilationOlivier Certner2026-02-131-1/+1
* sys/compat/freebsd32: use freebsd32_uint64_t for struct kinfo_proc32Konstantin Belousov2026-02-091-2/+2
* sys/compat/freebsd32: ki_pd is missing from struct kinfo_proc32Konstantin Belousov2026-02-091-0/+1
* sys/compat/freebsd32: use freebsd32_uint64_t for several struct stat'sKonstantin Belousov2026-02-092-9/+9
* sys/compat/freebsd32: use freebsd32_uint64_t for struct ffclock_estimate32Konstantin Belousov2026-02-092-3/+3
* sys/compat/freebsd32: use freebsd32_uint64_t for struct kinfo_knote32Konstantin Belousov2026-02-092-31/+6
* sys/event.h: use freebsd32_uint64_t for kevent32 64bit membersKonstantin Belousov2026-02-091-32/+6
* sys/abi_compat.h: move freebsd32_uint64_t and FU64_CP() thereKonstantin Belousov2026-02-091-18/+0
* freebsd32: Fix includesDag-Erling Smørgrav2026-01-261-1/+1
* devstat: Provide 32-bit compatibilityDag-Erling Smørgrav2026-01-261-0/+27
* Regen syscall tables after pdfork(2) and pdwait(2) additionsKonstantin Belousov2026-01-255-1/+84
* Add pdwait(2)Konstantin Belousov2026-01-251-0/+31
* freebsd32_rusage_out(): bzero the compat32 structureKonstantin Belousov2026-01-251-0/+1
* sys/abi_compat.h: fix UB for bintime32 handlingKonstantin Belousov2026-01-201-1/+1
* compat32: provide a type and a macro for (u)int64_t handling on non-x86 archesKonstantin Belousov2026-01-201-1/+10
* 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