| Commit message (Expand) | Author | Age | Files | Lines |
* | Let us to use our libusb(3) in Linuxolator. | wkoszek | 2010-01-18 | 2 | -0/+28 |
* | Whitespace change to be able to provide the correct commit log for r202364: | netchild | 2010-01-15 | 1 | -1/+1 |
* | This is v4l support for the linuxulator. This allows to access FreeBSD | netchild | 2010-01-15 | 1 | -33/+80 |
* | Since all other comparisons involving ngroups_max use | brooks | 2010-01-15 | 2 | -2/+2 |
* | Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamic | brooks | 2010-01-12 | 3 | -3/+3 |
* | Background: | mckusick | 2010-01-11 | 1 | -1/+1 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 1 | -1/+1 |
* | Signal 0 is used to check the permission for current process to signal | kib | 2009-12-18 | 1 | -1/+1 |
* | Revert 200606. | imp | 2009-12-16 | 1 | -3/+2 |
* | Fix compiling FREEBSD_COMPAT[4,5,6] without FREEBSD_COMPAT7. | imp | 2009-12-16 | 1 | -2/+3 |
* | Add two new debugging tunables for x86bios instead of abusing bootverbose, | jkim | 2009-12-15 | 1 | -4/+15 |
* | Regenerate. | kib | 2009-12-04 | 4 | -12/+16 |
* | Add several syscall compat32 entries for acl manipulation. | kib | 2009-12-04 | 1 | -4/+8 |
* | This is v4l support for the linuxulator. This allows to access FreeBSD | netchild | 2009-12-04 | 4 | -39/+425 |
* | Import the unchanged v4l videodev.h from the vendor branch. | netchild | 2009-12-04 | 1 | -0/+372 |
* | Include <sys/tty.h> instead of <sys/termios.h>. | ed | 2009-11-28 | 1 | -1/+1 |
* | Fix typo in kernel message. The fix is based upon the patch in the PR. | netchild | 2009-11-05 | 1 | -1/+1 |
* | Revert a functional change that snuck in. | rpaulo | 2009-11-02 | 1 | -1/+1 |
* | Fix a non-style change that snuck in. | rpaulo | 2009-11-02 | 1 | -1/+1 |
* | Big style cleanup. While there remove references to FreeBSD versions | rpaulo | 2009-11-02 | 7 | -682/+360 |
* | Regenerate | kib | 2009-10-27 | 4 | -5/+18 |
* | Current pselect(3) is implemented in usermode and thus vulnerable to | kib | 2009-10-27 | 2 | -0/+39 |
* | In r197963, a race with thread being selected for signal delivery | kib | 2009-10-27 | 1 | -16/+7 |
* | In kern_sigsuspend(), better manipulate thread signal mask using | kib | 2009-10-27 | 1 | -12/+1 |
* | Unconditionally call the setsockopt for IPV6_V6ONLY for v6 linux sockets | bz | 2009-10-25 | 1 | -12/+5 |
* | Fix a copy-and-pasto in the previous commit. | jkim | 2009-10-19 | 1 | -1/+1 |
* | Rewrite x86bios and update its dependent drivers. | jkim | 2009-10-19 | 3 | -169/+404 |
* | Make sure that the primary native brandinfo always gets added | bz | 2009-10-03 | 1 | -1/+1 |
* | Regenerate system call files following r197636. | rwatson | 2009-09-30 | 4 | -11/+25 |
* | Reserve system call numbers for Capsicum security framework capabilities, | rwatson | 2009-09-30 | 1 | -0/+8 |
* | Use a 2 clause BSD-style license instead of stating the code as public | delphij | 2009-09-28 | 2 | -4/+49 |
* | - Reduce BIOS memory mapping. We want 1MB of physical memory, not 12MB[1]. | jkim | 2009-09-25 | 2 | -14/+12 |
* | Dump real mode registers under bootverbose to help debugging BIOS emulator. | jkim | 2009-09-24 | 1 | -0/+10 |
* | - Use FreeBSD function naming convention. | jkim | 2009-09-24 | 3 | -10/+10 |
* | Move sys/dev/x86bios to sys/compat/x86bios. | jkim | 2009-09-23 | 3 | -0/+403 |
* | Lock the ifnet list while iterating over it. | zec | 2009-09-13 | 1 | -0/+2 |
* | As jhb@ pointed out to me, r197057 was incorrect, not least because these | des | 2009-09-10 | 1 | -0/+6 |
* | If a certain feature that was present in FreeBSD 7 was removed or changed in | des | 2009-09-10 | 1 | -4/+6 |
* | kern_select(9) copies fd_set in and out of userspace in quantities of | kib | 2009-09-09 | 2 | -2/+3 |
* | Make sure FreeBSD binaries without .note.ABI-tag section work | bz | 2009-08-30 | 1 | -1/+1 |
* | Fix a few panics in linuxulator + VIMAGE due to curvnet not being set. | zec | 2009-08-28 | 2 | -1/+10 |
* | Fix handling of .note.ABI-tag section for GNU systems [1]. | bz | 2009-08-24 | 1 | -0/+15 |
* | Rework global locks for interface list and index management, correcting | rwatson | 2009-08-23 | 1 | -6/+4 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 4 | -4/+0 |
* | Fix the freebsd32 versions of semsys(), shmsys(), and msgsys() to use the | jhb | 2009-07-27 | 1 | -6/+6 |
* | Some jail parameters (in particular, "ip4" and "ip6" for IP address | jamie | 2009-07-25 | 1 | -35/+43 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 4 | -11/+0 |
* | Regen the freebsd32 parts. | trasz | 2009-07-08 | 4 | -5/+8 |
* | Fix freebsd32 version of lpathconf(2). | trasz | 2009-07-08 | 1 | -1/+1 |
* | There is an optimization in chmod(1), that makes it not to call chmod(2) | trasz | 2009-07-08 | 2 | -1/+3 |