summaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* MFC r272132:Konstantin Belousov2014-09-281-2/+2
* MFC r272059:Alexander Motin2014-09-271-13/+2
* MFC r271743:Bjoern A. Zeeb2014-09-232-0/+279
* Regen.Konstantin Belousov2014-09-035-13/+20
* MFC r270691:Konstantin Belousov2014-09-032-1/+27
* MFC 264164: Convert while copying in control messages.Marcel Moolenaar2014-08-031-32/+75
* MFC r267051:Alexander Motin2014-07-041-0/+3
* MFC r266981:Alexander Motin2014-07-023-5/+196
* MFC r266924:Dmitry Chagin2014-06-031-31/+40
* MFC r266782:Dmitry Chagin2014-05-311-13/+16
* MFC r263349:Konstantin Belousov2014-03-261-22/+27
* MFC r263289: Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-244-28/+0
* MFC r262539:Eitan Adler2014-03-131-0/+22
* MFC r261080:Konstantin Belousov2014-02-061-4/+7
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2014-01-171-6/+6
* MFC: r258718: fix emulated jail_v0 byte orderPeter Wemm2013-12-041-1/+1
* MFC r258661:Konstantin Belousov2013-12-031-0/+6
* Add padding to match the compat32 struct stat32 definition to the realKonstantin Belousov2013-10-041-0/+1
* Fix some typos that were causing probe argument types to show up as unknown.Mark Johnston2013-10-012-2/+2
* Regenerate syscall argument strings after r255777.Mark Johnston2013-09-211-4/+4
* Regen.John Baldwin2013-09-195-5/+143
* Extend the support for exempting processes from being killed when swap isJohn Baldwin2013-09-193-0/+31
* Revert r255672, it has some serious flaws, leaking file references etc.Roman Divacky2013-09-182-622/+0
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueueRoman Divacky2013-09-182-0/+622
* Regenerate for freebsd32_cap_enter().Jilles Tjoelker2013-09-175-10/+16
* Disallow cap_enter() in freebsd32 compatibility mode.Jilles Tjoelker2013-09-172-1/+21
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping useJohn Baldwin2013-09-093-12/+11
* Regenerate after r255219.Pawel Jakub Dawidek2013-09-055-112/+34
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-0512-70/+123
* Add the ability to display the default FIB number for a process to theWill Andrews2013-08-261-0/+1
* Give (*ext_free) an int return value allowing for very sophisticatedAndre Oppermann2013-08-252-7/+7
* Regenerate after r254491.Pawel Jakub Dawidek2013-08-185-17/+73
* The cap_rights_limit(2) system calls needs a wrapper for 32bit binariesPawel Jakub Dawidek2013-08-182-2/+28
* Move the PAIR32TO64() macro and the RETVAL_HI/RETVAL_LO defines to aPawel Jakub Dawidek2013-08-182-10/+48
* Regenerate after r254481.Pawel Jakub Dawidek2013-08-185-22/+36
* Implement 32bit versions of the cap_ioctls_limit(2) and cap_ioctls_get(2)Pawel Jakub Dawidek2013-08-182-4/+159
* Remove a couple of unused macros.Mark Johnston2013-08-171-5/+0
* Regenerate after r254447.Pawel Jakub Dawidek2013-08-175-12/+93
* Make pdfork(2), pdkill(2) and pdgetpid(2) syscalls available for 32bitPawel Jakub Dawidek2013-08-171-4/+4
* Make sendfile() a method in the struct fileops. Currently onlyGleb Smirnoff2013-08-151-10/+16
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-072-2/+2
* Regenerate.Konstantin Belousov2013-07-215-26/+192
* Implement compat32 wrappers for the ktimer_* syscalls.Konstantin Belousov2013-07-213-5/+84
* Wrap kmq_notify(2) for compat32 to properly consume struct sigevent32Konstantin Belousov2013-07-211-2/+2
* The freebsd32_lio_listio() compat syscall takes the struct sigevent32.Konstantin Belousov2013-07-211-1/+1
* Move the convert_sigevent32() utility function into freebsd32_misc.cKonstantin Belousov2013-07-212-0/+28
* Cosmetic change, use the same union name on the left and right sidesKonstantin Belousov2013-07-211-1/+1
* RegenerateKonstantin Belousov2013-07-205-17/+29
* id_t is 64bit, provide the compat32 wrapper for clock_getcpuclockid2(2).Konstantin Belousov2013-07-202-2/+17
* Add some missing LIBUSB IOCTL conversion codes.Hans Petter Selasky2013-07-142-1/+13