summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Remove unused LIBCOMPAT keyword from syscalls.master.ed2010-02-082-3/+1
* 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-123-3/+3
* 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
* Revert 200606.imp2009-12-161-3/+2
* Fix compiling FREEBSD_COMPAT[4,5,6] without FREEBSD_COMPAT7.imp2009-12-161-2/+3
* Add two new debugging tunables for x86bios instead of abusing bootverbose,jkim2009-12-151-4/+15
* Regenerate.kib2009-12-044-12/+16
* Add several syscall compat32 entries for acl manipulation.kib2009-12-041-4/+8
* 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
* Include <sys/tty.h> instead of <sys/termios.h>.ed2009-11-281-1/+1
* Fix typo in kernel message. The fix is based upon the patch in the PR.netchild2009-11-051-1/+1
* Revert a functional change that snuck in.rpaulo2009-11-021-1/+1
* Fix a non-style change that snuck in.rpaulo2009-11-021-1/+1
* Big style cleanup. While there remove references to FreeBSD versionsrpaulo2009-11-027-682/+360
* 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
OpenPOWER on IntegriCloud