summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Rename do_pipe() to kern_pipe2() and declare it properly.jilles2013-03-311-5/+2
* Regenerate after r248599.pjd2013-03-215-5/+42
* Implement chflagsat(2) system call, similar to fchmodat(2), but operates onpjd2013-03-211-0/+2
* Regenerate after r248597.pjd2013-03-211-8/+8
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typepjd2013-03-211-3/+4
* Use m_get/m_gethdr instead of compat macros.glebius2013-03-151-6/+2
* MFCattilio2013-03-089-15/+88
|\
| * Remove check for NULL prior to free(9) and m_freem(9).eadler2013-03-043-10/+5
| * Regen after r247667.pjd2013-03-025-5/+79
| * - Implement two new system calls:pjd2013-03-021-0/+4
* | MFCattilio2013-03-0212-32/+195
|\ \ | |/
| * Regen after r247602.pjd2013-03-025-12/+165
| * Merge Capsicum overhaul:pjd2013-03-026-19/+29
| * Fix wrong assignment.delphij2013-03-011-1/+1
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-4/+4
|/
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hjhb2013-01-2913-7/+175
* Arithmetic on pointers takes into account the size of the type. Properly cast...dchagin2013-01-251-2/+2
* Don't assume that all Linux TCP-level socket options are identical tojhb2013-01-231-4/+24
OpenPOWER on IntegriCloud