summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
* Make the array pointed to by AT_PAGESIZES auxv properly aligned.kib2014-03-191-22/+27
* Regen per r263318.attilio2014-03-185-64/+8
* Remove dead code from umtx support:attilio2014-03-181-2/+2
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-163-3/+3
* change td_retval into a union w/ off_t, with defines to mask thejmg2014-03-161-1/+1
* The posix_madvise(3) and posix_fadvise(2) should return error onkib2014-01-301-2/+4
* The posix_fallocate(2) syscall should return error number on error,kib2014-01-231-2/+3
* Implement a kqueue notification path for sendfile.adrian2014-01-171-1/+33
* Refactor out the common sendfile code from the do_sendfile() and theadrian2014-01-091-24/+3
* Migrate the sendfile_sync structure into a public(ish) API in preparationadrian2013-12-011-1/+19
* jail_v0.ip_number was always in host byte order. This was handledpeter2013-11-281-1/+1
* Add an kinfo sysctl to retrieve signal trampoline location for thekib2013-11-261-0/+6
* Fix the compat32 sendfile() to be in line with my recent changes.adrian2013-11-261-1/+4
* Add padding to match the compat32 struct stat32 definition to the realkib2013-10-041-0/+1
* Regenerate syscall argument strings after r255777.markj2013-09-211-4/+4
* Regen.jhb2013-09-195-5/+143
* Extend the support for exempting processes from being killed when swap isjhb2013-09-193-0/+31
* Regenerate for freebsd32_cap_enter().jilles2013-09-175-10/+16
* Disallow cap_enter() in freebsd32 compatibility mode.jilles2013-09-172-1/+21
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-6/+4
* Regenerate after r255219.pjd2013-09-055-112/+34
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-054-32/+13
* Add the ability to display the default FIB number for a process to thewill2013-08-261-0/+1
* Regenerate after r254491.pjd2013-08-185-17/+73
* The cap_rights_limit(2) system calls needs a wrapper for 32bit binariespjd2013-08-182-2/+28
* Move the PAIR32TO64() macro and the RETVAL_HI/RETVAL_LO defines to apjd2013-08-182-10/+48
* Regenerate after r254481.pjd2013-08-185-22/+36
* Implement 32bit versions of the cap_ioctls_limit(2) and cap_ioctls_get(2)pjd2013-08-182-4/+159
* Regenerate after r254447.pjd2013-08-175-12/+93
* Make pdfork(2), pdkill(2) and pdgetpid(2) syscalls available for 32bitpjd2013-08-171-4/+4
* Make sendfile() a method in the struct fileops. Currently onlyglebius2013-08-151-10/+16
* Regenerate.kib2013-07-215-26/+192
* Implement compat32 wrappers for the ktimer_* syscalls.kib2013-07-213-5/+84
* Wrap kmq_notify(2) for compat32 to properly consume struct sigevent32kib2013-07-211-2/+2
* The freebsd32_lio_listio() compat syscall takes the struct sigevent32.kib2013-07-211-1/+1
* Move the convert_sigevent32() utility function into freebsd32_misc.ckib2013-07-212-0/+28
* Cosmetic change, use the same union name on the left and right sideskib2013-07-211-1/+1
* Regeneratekib2013-07-205-17/+29
* id_t is 64bit, provide the compat32 wrapper for clock_getcpuclockid2(2).kib2013-07-202-2/+17
* aio_mlock() added:glebius2013-06-085-5/+35
* Add new system call - aio_mlock(). The name speaks for itself. It allowsglebius2013-06-081-0/+2
* Add a "kern.features" MIB for 32bit support under a 64bit kernel.obrien2013-05-311-0/+2
* Regenerate.kib2013-05-215-14/+232
* Fix the wait6(2) on 32bit architectures and for the compat32, by usingkib2013-05-212-4/+21
* Regenerate files for pipe2().jilles2013-05-015-5/+34
* Add pipe2() system call.jilles2013-05-011-0/+1
* Regenerate files for accept4().jilles2013-05-015-5/+42
* Add accept4() system call.jilles2013-05-011-0/+4
* Regen.mdf2013-04-025-7/+7
* Fix return type of extattr_set_* and fix rmextattr(8) utility.mdf2013-04-021-3/+3
OpenPOWER on IntegriCloud