summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* MFC r266924:dchagin2014-06-031-31/+40
* MFC r266782:dchagin2014-05-311-13/+16
* MFC r263349:kib2014-03-261-22/+27
* MFC r263289: Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-244-28/+0
* MFC r262539:eadler2014-03-131-0/+22
* MFC r261080:kib2014-02-061-4/+7
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-171-6/+6
* MFC: r258718: fix emulated jail_v0 byte orderpeter2013-12-041-1/+1
* MFC r258661:kib2013-12-031-0/+6
* Add padding to match the compat32 struct stat32 definition to the realkib2013-10-041-0/+1
* Fix some typos that were causing probe argument types to show up as unknown.markj2013-10-012-2/+2
* 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
* Revert r255672, it has some serious flaws, leaking file references etc.rdivacky2013-09-182-622/+0
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueuerdivacky2013-09-182-0/+622
* 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-093-12/+11
* 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-0512-70/+123
* Add the ability to display the default FIB number for a process to thewill2013-08-261-0/+1
* Give (*ext_free) an int return value allowing for very sophisticatedandre2013-08-252-7/+7
* 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
* Remove a couple of unused macros.markj2013-08-171-5/+0
* 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
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-072-2/+2
* 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
* Add some missing LIBUSB IOCTL conversion codes.hselasky2013-07-142-1/+13
* - Move videodev headers from compat/linux to contrib/v4l (cp from vendor andnetchild2013-07-063-1548/+2
* 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
* Relax the vm object locking. Use a read lock.alc2013-06-051-4/+4
* 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
OpenPOWER on IntegriCloud