summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32/freebsd32_util.h
Commit message (Expand)AuthorAgeFilesLines
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-0/+9
* Revert r210451, and the similar part of the r210431. The forward-declarationkib2010-07-261-1/+1
* Remove the linux_exec_copyin_args(), freebsd32_exec_copyin_args() maykib2010-07-231-0/+4
* Extract the code to copy-out struct rusage32 from struct rusagekib2010-04-211-1/+4
* Introduce SYSCALL_INIT_HELPER and SYSCALL32_INIT_HELPER macros andkib2010-03-191-0/+11
* FOr SYSCALL_MODULE_HELPER, use "sys/<syscallname>" module name.kib2010-03-191-1/+1
* Make freebsd32_copyiniov() available outside of freebsd32_misc.kib2010-03-191-0/+3
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-111-0/+2
* Add support for installing 32-bit system calls from kernel modules. Thisjhb2008-09-251-0/+30
* Sort includes and add multiple include guards.jhb2008-09-251-5/+9
* - Change the commented out freebsd32_xxx() example to use kern_xxx() alongjhb2005-06-291-24/+0
* Eliminate stackgap usage for the (woefully incomplete) path translationspeter2003-12-231-19/+0
* Switch to using the emulator in the common compat area.peter2003-08-231-0/+4
* Initial sweep to de-i386-ify thispeter2003-08-221-7/+9
* Deal with the user VM space expanding. 32 bit applications do not likepeter2003-05-231-1/+1
* Add BASIC i386 binary support for the amd64 kernel. This is largelypeter2003-05-141-1/+1
* SCARGS removal take II.alfred2002-12-141-5/+0
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-0/+5
* Remove SCARGS.alfred2002-12-131-5/+0
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-201-0/+94
OpenPOWER on IntegriCloud