summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Regeneratekib2009-10-274-5/+18
* Current pselect(3) is implemented in usermode and thus vulnerable tokib2009-10-272-0/+39
* In r197963, a race with thread being selected for signal deliverykib2009-10-271-16/+7
* In kern_sigsuspend(), better manipulate thread signal mask usingkib2009-10-271-12/+1
* Unconditionally call the setsockopt for IPV6_V6ONLY for v6 linux socketsbz2009-10-251-12/+5
* Fix a copy-and-pasto in the previous commit.jkim2009-10-191-1/+1
* Rewrite x86bios and update its dependent drivers.jkim2009-10-193-169/+404
* Make sure that the primary native brandinfo always gets addedbz2009-10-031-1/+1
* Regenerate system call files following r197636.rwatson2009-09-304-11/+25
* Reserve system call numbers for Capsicum security framework capabilities,rwatson2009-09-301-0/+8
* Use a 2 clause BSD-style license instead of stating the code as publicdelphij2009-09-282-4/+49
* - Reduce BIOS memory mapping. We want 1MB of physical memory, not 12MB[1].jkim2009-09-252-14/+12
* Dump real mode registers under bootverbose to help debugging BIOS emulator.jkim2009-09-241-0/+10
* - Use FreeBSD function naming convention.jkim2009-09-243-10/+10
* Move sys/dev/x86bios to sys/compat/x86bios.jkim2009-09-233-0/+403
* Lock the ifnet list while iterating over it.zec2009-09-131-0/+2
* As jhb@ pointed out to me, r197057 was incorrect, not least because thesedes2009-09-101-0/+6
* If a certain feature that was present in FreeBSD 7 was removed or changed indes2009-09-101-4/+6
* kern_select(9) copies fd_set in and out of userspace in quantities ofkib2009-09-092-2/+3
* Make sure FreeBSD binaries without .note.ABI-tag section workbz2009-08-301-1/+1
* Fix a few panics in linuxulator + VIMAGE due to curvnet not being set.zec2009-08-282-1/+10
* Fix handling of .note.ABI-tag section for GNU systems [1].bz2009-08-241-0/+15
* 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-014-4/+0
* Fix the freebsd32 versions of semsys(), shmsys(), and msgsys() to use thejhb2009-07-271-6/+6
* 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-144-11/+0
* Regen the freebsd32 parts.trasz2009-07-084-5/+8
* Fix freebsd32 version of lpathconf(2).trasz2009-07-081-1/+1
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-082-1/+3
* Replace AUDIT_ARG() with variable argument macros with a set more morerwatson2009-06-272-4/+4
* provides a extra write buffer when the NDIS driver want to send aweongyo2009-06-261-2/+3
* Regen.jhb2009-06-244-36/+79
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-245-85/+355
* Add a new COMPAT7 flag for FreeBSD 7.x compatibility system calls.jhb2009-06-241-1/+2
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-233-3/+0
* Fix a typeo in the frame len function to unbreak the build, make it shorterthompsa2009-06-231-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-233-52/+62
* Regen.jhb2009-06-224-4/+25
* Fix a typo in a comment.jhb2009-06-221-1/+1
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-192-15/+27
* Regen.jhb2009-06-174-30/+30
* - Add the ability to mix multiple flags seperated by pipe ('|') charactersjhb2009-06-171-4/+7
* Add explicit includes for jail.h to the files that need them andbz2009-06-171-0/+1
* Regen.jhb2009-06-154-5/+8
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesjhb2009-06-151-0/+1
* Get vnets from creds instead of threads where they're available, and fromjamie2009-06-152-4/+4
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-27/+27
* Unlock process lock when return error from getrobustlist call.dchagin2009-06-141-1/+3
* Add counterparts to getcredhostname:jamie2009-06-132-15/+5
OpenPOWER on IntegriCloud