summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32/freebsd32.h
Commit message (Expand)AuthorAgeFilesLines
* MFC 281266:jhb2015-06-021-26/+0
* Merge reaper facility.kib2015-01-051-0/+6
* MFC r258661:kib2013-12-031-0/+6
* Add padding to match the compat32 struct stat32 definition to the realkib2013-10-041-0/+1
* Extend the support for exempting processes from being killed when swap isjhb2013-09-191-0/+1
* Add the ability to display the default FIB number for a process to thewill2013-08-261-0/+1
* Implement compat32 wrappers for the ktimer_* syscalls.kib2013-07-211-0/+9
* Add the wait6(2) system call. It takes POSIX waitid()-like processkib2012-11-131-0/+5
* Fix ki_cow for compat32 binaries.kib2012-05-271-1/+1
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...jmallett2012-03-031-2/+11
* struct timespec32: change types of tv_sec and tv_nsec fields to signedpluknet2011-11-111-2/+2
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.bz2011-07-181-1/+1
* Correct small typo in a do{}while(0) definemarck2011-07-171-1/+1
* Provide compat32 shims for kldstat(2).kib2011-03-301-0/+19
* Export login class information via kinfo and make it possible to viewtrasz2011-03-051-1/+2
* Restore the ABI of struct kinfo_proc32 after r213536.kib2010-12-191-0/+1
* Add the ability for GDB to printout the thread name along with otherattilio2010-11-221-0/+5
* Add compat32 definition for (old) struct ostat.kib2010-08-071-0/+18
* Provide compat32 shims for kinfo_proc sysctl. This allows 32bit ps(1) tokib2010-04-211-0/+82
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.ed2010-03-281-4/+4
* Implement compat32 shims for mqueuefs.kib2010-03-191-0/+8
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-111-0/+24
* Rename implementation function for freebsd32 sysarch(2) to allow forkib2009-04-011-0/+6
* MFp4:bz2008-11-291-0/+18
* Move several data structure definitions out of freebsd32_misc.c and intojhb2007-12-061-0/+56
* Add compatible code to let 32bit libthr work on 64bit kernel.davidxu2006-09-221-0/+14
* while (0); -> while (0) in multi-line macrosimp2006-08-171-1/+1
* Catch up to the not-so-recent statfs(2) changes.peter2004-04-141-3/+4
* Add CTASSERT()'s to check that the sizes of our replicas of the 32 bitpeter2003-10-301-3/+5
* Initial sweep to de-i386-ify thispeter2003-08-221-3/+3
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-201-0/+103
OpenPOWER on IntegriCloud