aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32/freebsd32.h
Commit message (Expand)AuthorAgeFilesLines
* kinfo_proc: report address of extended kernel error structureKonstantin Belousov2025-05-311-0/+1
* stat(2): add st_bsdflags fieldKonstantin Belousov2025-04-031-1/+1
* 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-241-0/+18
* stat(2): add st_filerevKonstantin Belousov2025-01-161-1/+2
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* ptrace(2): add PT_SC_REMOTE remote syscall requestKonstantin Belousov2022-12-221-0/+7
* compat32: move struct ptrace_sc_ret32 definition from .c to .hKonstantin Belousov2022-12-221-0/+5
* Implement shared page address randomizationKornel Dulęba2022-07-181-1/+3
* proc: Add a sysctl to fetch virtual address space layout infoMark Johnston2022-01-171-0/+13
* sys/compat: Use C99 fixed-width integer types.John Baldwin2021-12-281-22/+22
* syscalls: improve nstat, nfstat, nlstatBrooks Davis2021-11-221-0/+25
* fspacectl: remove unneeded freebsd32 wrapperBrooks Davis2021-11-181-5/+0
* freebsd32: add feed foward clock syscallsBrooks Davis2021-11-171-0/+23
* freebsd32: rename struct wrusage32 to struct __wrusage32Brooks Davis2021-11-171-1/+1
* freebsd32: struct kld32_file_stat -> struct kld_file_stat32Brooks Davis2021-11-171-2/+2
* freebsd32: fix types on statfs syscallsBrooks Davis2021-11-171-6/+6
* Add fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9).Ka Ho Ng2021-08-051-0/+4
* Add ptrace(PT_COREDUMP)Konstantin Belousov2021-05-031-0/+7
* Fix compat32 for ntp_adjtime(2).Konstantin Belousov2020-12-041-0/+20
* freebsd32: take the _umtx_op struct definitions backKyle Evans2020-11-231-0/+21
* _umtx_op: move compat32 definitions back inKyle Evans2020-11-221-21/+0
* umtx_op: reduce redundancy required for compat32Kyle Evans2020-11-171-0/+21
* Centralize compatability translation macros.Brooks Davis2020-04-141-25/+1
* sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Decode kevent structures logged via ktrace(2) in kdump.John Baldwin2017-11-251-16/+0
* Correct bintime32 declaration: uint32_t sec -> time32_t sec.Maxim Sobolev2017-09-081-1/+1
* In the recvmsg32() system call iterate over returned structure(s)Maxim Sobolev2017-09-071-0/+9
* Port PowerPC kqueue(2) compat32 fix in r320500 to MIPS.Konstantin Belousov2017-07-011-2/+2
* Amend the layout of kevent32 on powerpc where uint64_t has 8-byteKonstantin Belousov2017-06-301-0/+6
* Update comments and simplify conditionals for compat32Justin Hibbits2017-06-271-4/+4
* Solve the y2038 problem for powerpcJustin Hibbits2017-06-261-1/+1
* Add abstime kqueue(2) timers and expand struct kevent members.Konstantin Belousov2017-06-171-3/+4
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-9/+48
* Export the whole thread name in kinfo_procEric van Gyzen2016-12-071-1/+2
* Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h>John Baldwin2015-04-081-26/+0
* Add a facility for non-init process to declare itself the reaper ofKonstantin Belousov2014-12-151-0/+6
* Update the ULE scheduler + thread and kinfo structs to use int for cpuidAdrian Chadd2014-10-181-2/+4
* Return real parent pid in kinfo (used by e.g. ps)Mateusz Guzik2014-08-281-0/+1
* Add an kinfo sysctl to retrieve signal trampoline location for theKonstantin Belousov2013-11-261-0/+6
* Add padding to match the compat32 struct stat32 definition to the realKonstantin Belousov2013-10-041-0/+1
* Extend the support for exempting processes from being killed when swap isJohn Baldwin2013-09-191-0/+1
* Add the ability to display the default FIB number for a process to theWill Andrews2013-08-261-0/+1
* Implement compat32 wrappers for the ktimer_* syscalls.Konstantin Belousov2013-07-211-0/+9
* Add the wait6(2) system call. It takes POSIX waitid()-like processKonstantin Belousov2012-11-131-0/+5
* Fix ki_cow for compat32 binaries.Konstantin Belousov2012-05-271-1/+1
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...Juli Mallett2012-03-031-2/+11