| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Replace AUDIT_ARG() with variable argument macros with a set more more | rwatson | 2009-06-27 | 2 | -4/+4 |
* | provides a extra write buffer when the NDIS driver want to send a | weongyo | 2009-06-26 | 1 | -2/+3 |
* | Regen. | jhb | 2009-06-24 | 4 | -36/+79 |
* | Change the ABI of some of the structures used by the SYSV IPC API: | jhb | 2009-06-24 | 5 | -85/+355 |
* | Add a new COMPAT7 flag for FreeBSD 7.x compatibility system calls. | jhb | 2009-06-24 | 1 | -1/+2 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | bz | 2009-06-23 | 3 | -3/+0 |
* | Fix a typeo in the frame len function to unbreak the build, make it shorter | thompsa | 2009-06-23 | 1 | -1/+1 |
* | - Make struct usb_xfer opaque so that drivers can not access the internals | thompsa | 2009-06-23 | 3 | -52/+62 |
* | Regen. | jhb | 2009-06-22 | 4 | -4/+25 |
* | Fix a typo in a comment. | jhb | 2009-06-22 | 1 | -1/+1 |
* | Rework the credential code to support larger values of NGROUPS and | brooks | 2009-06-19 | 2 | -15/+27 |
* | Regen. | jhb | 2009-06-17 | 4 | -30/+30 |
* | - Add the ability to mix multiple flags seperated by pipe ('|') characters | jhb | 2009-06-17 | 1 | -4/+7 |
* | Add explicit includes for jail.h to the files that need them and | bz | 2009-06-17 | 1 | -0/+1 |
* | Regen. | jhb | 2009-06-15 | 4 | -5/+8 |
* | Add a new 'void closefrom(int lowfd)' system call. When called, it closes | jhb | 2009-06-15 | 1 | -0/+1 |
* | Get vnets from creds instead of threads where they're available, and from | jamie | 2009-06-15 | 2 | -4/+4 |
* | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | thompsa | 2009-06-15 | 1 | -27/+27 |
* | Unlock process lock when return error from getrobustlist call. | dchagin | 2009-06-14 | 1 | -1/+3 |
* | Add counterparts to getcredhostname: | jamie | 2009-06-13 | 2 | -15/+5 |
* | Regenerate | kib | 2009-06-10 | 4 | -16/+22 |
* | Add several syscall compat32 entries for extattr manipulation syscalls, | kib | 2009-06-10 | 1 | -6/+20 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 3 | -4/+0 |
* | Rename usb pipes to endpoints as it better represents what they are, and struct | thompsa | 2009-06-07 | 1 | -3/+3 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 6 | -8/+0 |
* | Add forgotten in previous commit flags argument. | dchagin | 2009-06-01 | 1 | -2/+2 |
* | Implement accept4 syscall. | dchagin | 2009-06-01 | 1 | -1/+19 |
* | Implement a variation of the accept_common() which takes | dchagin | 2009-06-01 | 1 | -14/+21 |
* | Split linux_accept() syscall onto linux_accept_common() which should | dchagin | 2009-06-01 | 1 | -13/+22 |
* | Regenerate generated syscall files following changes to struct sysent in | rwatson | 2009-06-01 | 2 | -759/+759 |
* | Implement a variation of the socketpair() syscall which takes a flags | dchagin | 2009-05-31 | 1 | -2/+28 |
* | Move new socket flags handling into a separate function as Linux | dchagin | 2009-05-31 | 1 | -15/+23 |
* | Remove empty lines. | dchagin | 2009-05-31 | 1 | -2/+0 |
* | Attempt to fix build by updating hostid to follow the new world order. | delphij | 2009-05-30 | 1 | -1/+4 |
* | Place hostnames and similar information fully under the prison system. | jamie | 2009-05-29 | 2 | -15/+15 |
* | s/usb2_/usb_/ on all typedefs for the USB stack. | thompsa | 2009-05-29 | 1 | -16/+16 |