summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
...
* Lock the ifnet list while iterating over it.zec2009-09-131-0/+2
* kern_select(9) copies fd_set in and out of userspace in quantities ofkib2009-09-091-1/+1
* Fix a few panics in linuxulator + VIMAGE due to curvnet not being set.zec2009-08-281-1/+8
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-6/+4
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-012-2/+0
* Some jail parameters (in particular, "ip4" and "ip6" for IP addressjamie2009-07-251-35/+43
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-142-9/+0
* Replace AUDIT_ARG() with variable argument macros with a set more morerwatson2009-06-271-3/+3
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-241-6/+18
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-1/+0
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-192-15/+27
* Add explicit includes for jail.h to the files that need them andbz2009-06-171-0/+1
* Get vnets from creds instead of threads where they're available, and fromjamie2009-06-151-3/+3
* Unlock process lock when return error from getrobustlist call.dchagin2009-06-141-1/+3
* Add counterparts to getcredhostname:jamie2009-06-131-6/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-054-4/+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
* 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
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-5/+5
* linux_ioctl_cdrom: reduce stack usageavg2009-05-271-11/+16
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-140/+92
* 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
* 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
* 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
* Mark Linux MIB sysctls MPSAFE.jamie2009-05-041-3/+3
* Linux socketpair() call expects explicit specified protocol fordchagin2009-05-021-1/+4
* Move extern variable definitions to the header file.dchagin2009-05-022-1/+4
OpenPOWER on IntegriCloud