aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32/freebsd32_util.h
Commit message (Expand)AuthorAgeFilesLines
* exec: Remove parameter 'segflg' from exec_copyin_args()Wuyang Chung2025-04-211-1/+1
* sysctl KERN_PROC_KQUEUE: implement compat32Konstantin Belousov2025-03-241-0/+5
* freebsd32: freebsd32_copyinuio takes const iovpBrooks Davis2024-03-191-1/+1
* FEATURE compat_freebsd_32bit: only report on arm64 when support is presentKonstantin Belousov2023-11-211-0/+2
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* sys/compat: Use C99 fixed-width integer types.John Baldwin2021-12-281-3/+3
* Add aio_writev and aio_readvAlan Somers2021-01-031-0/+2
* Use uintptr_t instead of register_t * for the stack base.John Baldwin2019-12-031-1/+1
* Check for errors from copyout() and suword*() in sv_copyout_args/strings.John Baldwin2019-11-181-1/+2
* Add const to input-only char * arguments.Brooks Davis2018-11-021-1/+1
* Reduce duplication in dynamic syscall registration code.Brooks Davis2018-02-201-3/+0
* sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Correct sysent flags for dynamically loaded syscalls.Konstantin Belousov2017-07-141-2/+9
* Avoid dynamic syscall overhead for statically compiled modules.Mateusz Guzik2014-10-261-2/+2
* Remove ia64.Marcel Moolenaar2014-07-071-1/+1
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-0/+9
* Revert r210451, and the similar part of the r210431. The forward-declarationKonstantin Belousov2010-07-261-1/+1
* Remove the linux_exec_copyin_args(), freebsd32_exec_copyin_args() mayKonstantin Belousov2010-07-231-0/+4
* Extract the code to copy-out struct rusage32 from struct rusageKonstantin Belousov2010-04-211-1/+4
* Introduce SYSCALL_INIT_HELPER and SYSCALL32_INIT_HELPER macros andKonstantin Belousov2010-03-191-0/+11
* FOr SYSCALL_MODULE_HELPER, use "sys/<syscallname>" module name.Konstantin Belousov2010-03-191-1/+1
* Make freebsd32_copyiniov() available outside of freebsd32_misc.Konstantin Belousov2010-03-191-0/+3
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,Nathan Whitehorn2010-03-111-0/+2
* Add support for installing 32-bit system calls from kernel modules. ThisJohn Baldwin2008-09-251-0/+30
* Sort includes and add multiple include guards.John Baldwin2008-09-251-5/+9
* - Change the commented out freebsd32_xxx() example to use kern_xxx() alongJohn Baldwin2005-06-291-24/+0
* Eliminate stackgap usage for the (woefully incomplete) path translationsPeter Wemm2003-12-231-19/+0
* Switch to using the emulator in the common compat area.Peter Wemm2003-08-231-0/+4
* Initial sweep to de-i386-ify thisPeter Wemm2003-08-221-7/+9
* Deal with the user VM space expanding. 32 bit applications do not likePeter Wemm2003-05-231-1/+1
* Add BASIC i386 binary support for the amd64 kernel. This is largelyPeter Wemm2003-05-141-1/+1
* SCARGS removal take II.Alfred Perlstein2002-12-141-5/+0
* Backout removal SCARGS, the code freeze is only "selectively" over.Alfred Perlstein2002-12-131-0/+5
* Remove SCARGS.Alfred Perlstein2002-12-131-5/+0
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-201-0/+94