aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Signal 0 is used to check the permission for current process to signalKonstantin Belousov2009-12-181-1/+1
* Revert 200606.Warner Losh2009-12-161-3/+2
* Fix compiling FREEBSD_COMPAT[4,5,6] without FREEBSD_COMPAT7.Warner Losh2009-12-161-2/+3
* Add two new debugging tunables for x86bios instead of abusing bootverbose,Jung-uk Kim2009-12-151-4/+15
* Regenerate.Konstantin Belousov2009-12-044-12/+16
* Add several syscall compat32 entries for acl manipulation.Konstantin Belousov2009-12-041-4/+8
* This is v4l support for the linuxulator. This allows to access FreeBSDAlexander Leidinger2009-12-044-39/+425
* Import the unchanged v4l videodev.h from the vendor branch.Alexander Leidinger2009-12-041-0/+372
* Include <sys/tty.h> instead of <sys/termios.h>.Ed Schouten2009-11-281-1/+1
* Fix typo in kernel message. The fix is based upon the patch in the PR.Alexander Leidinger2009-11-051-1/+1
* Revert a functional change that snuck in.Rui Paulo2009-11-021-1/+1
* Fix a non-style change that snuck in.Rui Paulo2009-11-021-1/+1
* Big style cleanup. While there remove references to FreeBSD versionsRui Paulo2009-11-027-682/+360
* RegenerateKonstantin Belousov2009-10-274-5/+18
* Current pselect(3) is implemented in usermode and thus vulnerable toKonstantin Belousov2009-10-272-0/+39
* In r197963, a race with thread being selected for signal deliveryKonstantin Belousov2009-10-271-16/+7
* In kern_sigsuspend(), better manipulate thread signal mask usingKonstantin Belousov2009-10-271-12/+1
* Unconditionally call the setsockopt for IPV6_V6ONLY for v6 linux socketsBjoern A. Zeeb2009-10-251-12/+5
* Fix a copy-and-pasto in the previous commit.Jung-uk Kim2009-10-191-1/+1
* Rewrite x86bios and update its dependent drivers.Jung-uk Kim2009-10-193-169/+404
* Make sure that the primary native brandinfo always gets addedBjoern A. Zeeb2009-10-031-1/+1
* Regenerate system call files following r197636.Robert Watson2009-09-304-11/+25
* Reserve system call numbers for Capsicum security framework capabilities,Robert Watson2009-09-301-0/+8
* Use a 2 clause BSD-style license instead of stating the code as publicXin LI2009-09-282-4/+49
* - Reduce BIOS memory mapping. We want 1MB of physical memory, not 12MB[1].Jung-uk Kim2009-09-252-14/+12
* Dump real mode registers under bootverbose to help debugging BIOS emulator.Jung-uk Kim2009-09-241-0/+10
* - Use FreeBSD function naming convention.Jung-uk Kim2009-09-243-10/+10
* Move sys/dev/x86bios to sys/compat/x86bios.Jung-uk Kim2009-09-233-0/+403
* Lock the ifnet list while iterating over it.Marko Zec2009-09-131-0/+2
* As jhb@ pointed out to me, r197057 was incorrect, not least because theseDag-Erling Smørgrav2009-09-101-0/+6
* If a certain feature that was present in FreeBSD 7 was removed or changed inDag-Erling Smørgrav2009-09-101-4/+6
* kern_select(9) copies fd_set in and out of userspace in quantities ofKonstantin Belousov2009-09-092-2/+3
* Make sure FreeBSD binaries without .note.ABI-tag section workBjoern A. Zeeb2009-08-301-1/+1
* Fix a few panics in linuxulator + VIMAGE due to curvnet not being set.Marko Zec2009-08-282-1/+10
* Fix handling of .note.ABI-tag section for GNU systems [1].Bjoern A. Zeeb2009-08-241-0/+15
* Rework global locks for interface list and index management, correctingRobert Watson2009-08-231-6/+4
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-014-4/+0
* Fix the freebsd32 versions of semsys(), shmsys(), and msgsys() to use theJohn Baldwin2009-07-271-6/+6
* Some jail parameters (in particular, "ip4" and "ip6" for IP addressJamie Gritton2009-07-251-35/+43
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-144-11/+0
* Regen the freebsd32 parts.Edward Tomasz Napierala2009-07-084-5/+8
* Fix freebsd32 version of lpathconf(2).Edward Tomasz Napierala2009-07-081-1/+1
* There is an optimization in chmod(1), that makes it not to call chmod(2)Edward Tomasz Napierala2009-07-082-1/+3
* Replace AUDIT_ARG() with variable argument macros with a set more moreRobert Watson2009-06-272-4/+4
* provides a extra write buffer when the NDIS driver want to send aWeongyo Jeong2009-06-261-2/+3
* Regen.John Baldwin2009-06-244-36/+79
* Change the ABI of some of the structures used by the SYSV IPC API:John Baldwin2009-06-245-85/+355
* Add a new COMPAT7 flag for FreeBSD 7.x compatibility system calls.John Baldwin2009-06-241-1/+2
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-233-3/+0
* Fix a typeo in the frame len function to unbreak the build, make it shorterAndrew Thompson2009-06-231-1/+1