summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-056-8/+0
* Add forgotten in previous commit flags argument.dchagin2009-06-011-2/+2
* Implement accept4 syscall.dchagin2009-06-011-1/+19
* Implement a variation of the accept_common() which takesdchagin2009-06-011-14/+21
* Split linux_accept() syscall onto linux_accept_common() which shoulddchagin2009-06-011-13/+22
* Regenerate generated syscall files following changes to struct sysent inrwatson2009-06-012-759/+759
* Implement a variation of the socketpair() syscall which takes a flagsdchagin2009-05-311-2/+28
* Move new socket flags handling into a separate function as Linuxdchagin2009-05-311-15/+23
* Remove empty lines.dchagin2009-05-311-2/+0
* Attempt to fix build by updating hostid to follow the new world order.delphij2009-05-301-1/+4
* Place hostnames and similar information fully under the prison system.jamie2009-05-292-15/+15
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-16/+16
* Implement SI_ISALIST.delphij2009-05-291-1/+13
* Fix the sysinfo(SI_HW_SERIAL, emulation so that we actually get thedelphij2009-05-291-4/+6
* copyinstr(9) takes parameter 'len' as a size_t *, not int *.delphij2009-05-291-1/+2
* de-register.delphij2009-05-297-43/+43
* svr4_sys_getdents64() should not assume that the cookie would existdelphij2009-05-291-1/+4
* Add new sysconfig bits, Fix the bogus numbering of the old bits.delphij2009-05-292-20/+71
* Use strlcpy().delphij2009-05-281-2/+2
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-17/+17
* linux_ioctl_cdrom: reduce stack usageavg2009-05-271-11/+16
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-272-289/+107
* Remove an unused variable.antoine2009-05-241-1/+1
* Comment nits.jhb2009-05-201-3/+3
* Put the vnode returned from namei() immediately after namei() returns injhb2009-05-201-5/+3
* Validate user-supplied arguments values.dchagin2009-05-191-1/+28
* Implement MSG_CMSG_CLOEXEC flag for linux_recvmsg().dchagin2009-05-182-9/+25
* Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC anddchagin2009-05-162-2/+30
* Return EINVAL in case when the incorrect or unsupporteddchagin2009-05-162-0/+12
* Use the protocol family constants for the domain argument validation.dchagin2009-05-161-3/+5
* Emulate SO_PEERCRED socket option.dchagin2009-05-162-1/+26
* Remove an unused variable.brueffer2009-05-141-2/+0
* Fix memory leak in an error case.brueffer2009-05-131-0/+3
* Translate l_timeval arg to native struct timeval indchagin2009-05-111-0/+40
* Add forgotten linux to bsd flags argument mapping into the linux_recv().dchagin2009-05-111-1/+1
* Do not export AT_CLKTCK when emulating Linux kernel priordchagin2009-05-102-1/+14
* Introduce linux_kernver() interface which is intended for an exactdchagin2009-05-102-17/+62
* Rework r189362, r191883.dchagin2009-05-102-1/+5
* Regenerate system call tables to use SVN ids.ed2009-05-084-5/+11
* Burn TTY ioctl bridges in compat layers.ed2009-05-084-514/+0
* Introduce a new virtualization container, provisionally named vprocg, to holdzec2009-05-081-0/+1
* Give vfs_getopt the type it's expecting.jamie2009-05-071-4/+2
* Move the per-prison Linux MIB from a private one-off pointer to the newjamie2009-05-073-96/+326
* Add KTR(9) tracing for futex emulation.dchagin2009-05-071-11/+49
* Linux exports HZ value to user space via AT_CLKTCK auxiliary vector entry,dchagin2009-05-071-3/+1
* Change linux struct tms definition to match actual linux one.dchagin2009-05-071-4/+4
* Add preliminary KTR(9) support to the linux emulation layer.dchagin2009-05-072-2/+31
* To avoid excessive code duplication move MI definitions to the MIdchagin2009-05-072-0/+11
* Return EAFNOSUPPORT instead of EINVAL in case when the incorrect ordchagin2009-05-071-1/+1
* Rework r191742.dchagin2009-05-071-5/+12
OpenPOWER on IntegriCloud