summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* Tweak the in-kernel API for sending signals to threads:jhb2010-06-291-2/+2
* Bring USB fixes for linux(4).wkoszek2010-05-242-14/+147
* - #ifdef out the cliplist part, skype seems like using an uninitializednetchild2010-05-031-7/+24
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.ed2010-03-281-9/+18
* Fix some problems which may lead to a panic:netchild2010-03-261-1/+3
* Actually make O_DIRECTORY work.ed2010-03-211-6/+2
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-012-14/+0
* No need to include security/mac/mac_framework.h here.pjd2010-02-181-2/+0
* - Return EAFNOSUPPORT instead of EINVAL for unsupported address family,delphij2010-02-091-2/+7
* Let us to use our libusb(3) in Linuxolator.wkoszek2010-01-182-0/+28
* Whitespace change to be able to provide the correct commit log for r202364:netchild2010-01-151-1/+1
* This is v4l support for the linuxulator. This allows to access FreeBSDnetchild2010-01-151-33/+80
* Since all other comparisons involving ngroups_max usebrooks2010-01-152-2/+2
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicbrooks2010-01-122-2/+2
* Background:mckusick2010-01-111-1/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Signal 0 is used to check the permission for current process to signalkib2009-12-181-1/+1
* This is v4l support for the linuxulator. This allows to access FreeBSDnetchild2009-12-044-39/+425
* Import the unchanged v4l videodev.h from the vendor branch.netchild2009-12-041-0/+372
* Fix typo in kernel message. The fix is based upon the patch in the PR.netchild2009-11-051-1/+1
* Unconditionally call the setsockopt for IPV6_V6ONLY for v6 linux socketsbz2009-10-251-12/+5
* 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
OpenPOWER on IntegriCloud