summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32/freebsd32_misc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r313692:kib2017-02-161-1/+2
* MFC r311447:kib2017-01-121-1/+2
* MFC r277610 (by jillies):dchagin2016-01-091-0/+43
* MFC r282708:kib2015-05-241-0/+10
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC r277322:kib2015-01-251-0/+8
* MFC r277211:kib2015-01-221-0/+3
* Merge reaper facility.kib2015-01-051-4/+47
* MFC r274462: Add the ppoll() system call.dchagin2014-12-211-0/+28
* Merge the fueword(9) and casueword(9). In particular,kib2014-11-181-3/+8
* MFC r272132:kib2014-09-281-2/+2
* MFC r270691:kib2014-09-031-0/+25
* MFC 264164: Convert while copying in control messages.marcel2014-08-031-32/+75
* MFC r263349:kib2014-03-261-22/+27
* MFC r261080:kib2014-02-061-4/+7
* MFC: r258718: fix emulated jail_v0 byte orderpeter2013-12-041-1/+1
* Extend the support for exempting processes from being killed when swap isjhb2013-09-191-0/+21
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-6/+4
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-1/+4
* Move the PAIR32TO64() macro and the RETVAL_HI/RETVAL_LO defines to apjd2013-08-181-10/+1
* Make sendfile() a method in the struct fileops. Currently onlyglebius2013-08-151-10/+16
* Implement compat32 wrappers for the ktimer_* syscalls.kib2013-07-211-0/+64
* Move the convert_sigevent32() utility function into freebsd32_misc.ckib2013-07-211-0/+26
* Cosmetic change, use the same union name on the left and right sideskib2013-07-211-1/+1
* id_t is 64bit, provide the compat32 wrapper for clock_getcpuclockid2(2).kib2013-07-201-0/+14
* Add a "kern.features" MIB for 32bit support under a 64bit kernel.obrien2013-05-311-0/+2
* Fix the wait6(2) on 32bit architectures and for the compat32, by usingkib2013-05-211-2/+2
* Style fixes for r242958.kib2012-11-161-2/+0
* Add the wait6(2) system call. It takes POSIX waitid()-like processkib2012-11-131-0/+38
* Add kern_fhstat(), adjust sys_fhstat() to use it.gleb2012-05-241-1/+2
* On MIPS, _ALIGN always aligns to 8 bytes, even for 32-bit binaries. This mightjmallett2012-03-031-0/+4
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...jmallett2012-03-031-0/+6
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-3/+11
* - Split out a kern_posix_fadvise() from the posix_fadvise() system call sojhb2011-11-141-11/+4
* Add the posix_fadvise(2) system call. It is somewhat similar tojhb2011-11-041-0/+13
* Control the execution permission of the readable segments forkib2011-10-151-2/+2
* Use PAIR32TO64() for the offset and length parameters tojhb2011-10-141-2/+2
* Use PTRIN().marcel2011-10-131-1/+1
* Wrap mprotect(2) so that we can add execute permissions when readmarcel2011-10-131-0/+15
* In freebsd32_mmap() and when compiling for amd64 or ia64, alsomarcel2011-10-131-0/+5
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-19/+19
* Implement compat32 for old lseek, for the a.out binaries on amd64.kib2011-06-161-0/+13
* Add the posix_fallocate(2) syscall. The default implementation inmdf2011-04-181-0/+12
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.kib2011-04-011-3/+97
* Provide compat32 shims for kldstat(2).kib2011-03-301-0/+27
* Create shared (readonly) page. Each ABI may specify the use of page bykib2011-01-081-2/+5
* Update MNT_ROOTFS comments after changes in the root mount logic.pluknet2010-11-231-1/+2
* Supply some useful information to the started image using ELF aux vectors.kib2010-08-171-3/+26
* Prefer struct sysentvec sv_psstrings to hardcoding FREEBSD32_PS_STRINGSkib2010-08-071-1/+2
* Copy inode birthtime to the struct stat32.kib2010-08-041-0/+1
OpenPOWER on IntegriCloud