| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused LIBCOMPAT keyword from syscalls.master. | ed | 2010-02-08 | 1 | -1/+0 |
* | Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamic | brooks | 2010-01-12 | 1 | -1/+1 |
* | Include <sys/tty.h> instead of <sys/termios.h>. | ed | 2009-11-28 | 1 | -1/+1 |
* | As jhb@ pointed out to me, r197057 was incorrect, not least because these | des | 2009-09-10 | 1 | -0/+6 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -1/+0 |
* | There is an optimization in chmod(1), that makes it not to call chmod(2) | trasz | 2009-07-08 | 1 | -1/+2 |
* | Change the ABI of some of the structures used by the SYSV IPC API: | jhb | 2009-06-24 | 1 | -29/+4 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | bz | 2009-06-23 | 1 | -1/+0 |
* | Add counterparts to getcredhostname: | jamie | 2009-06-13 | 1 | -9/+4 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -2/+0 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 2 | -4/+0 |
* | Regenerate generated syscall files following changes to struct sysent in | rwatson | 2009-06-01 | 1 | -250/+250 |
* | 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 | 1 | -10/+10 |
* | Implement SI_ISALIST. | delphij | 2009-05-29 | 1 | -1/+13 |
* | Fix the sysinfo(SI_HW_SERIAL, emulation so that we actually get the | delphij | 2009-05-29 | 1 | -4/+6 |
* | copyinstr(9) takes parameter 'len' as a size_t *, not int *. | delphij | 2009-05-29 | 1 | -1/+2 |
* | de-register. | delphij | 2009-05-29 | 7 | -43/+43 |
* | svr4_sys_getdents64() should not assume that the cookie would exist | delphij | 2009-05-29 | 1 | -1/+4 |
* | Add new sysconfig bits, Fix the bogus numbering of the old bits. | delphij | 2009-05-29 | 2 | -20/+71 |
* | Use strlcpy(). | delphij | 2009-05-28 | 1 | -2/+2 |
* | Comment nits. | jhb | 2009-05-20 | 1 | -3/+3 |
* | Put the vnode returned from namei() immediately after namei() returns in | jhb | 2009-05-20 | 1 | -5/+3 |
* | Regenerate system call tables to use SVN ids. | ed | 2009-05-08 | 4 | -5/+11 |
* | Burn TTY ioctl bridges in compat layers. | ed | 2009-05-08 | 4 | -514/+0 |
* | Introduce a new virtualization container, provisionally named vprocg, to hold | zec | 2009-05-08 | 1 | -0/+1 |
* | Implement new way of branding ELF binaries by looking to a | dchagin | 2009-03-13 | 1 | -0/+1 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+3 |
* | Use shared vnode locks when invoking VOP_READDIR(). | jhb | 2009-02-13 | 1 | -2/+2 |
* | Last step of splitting up minor and unit numbers: remove minor(). | ed | 2009-01-28 | 1 | -2/+2 |
* | Remove two remnant uses of AT_DEBUG. | kib | 2008-12-17 | 1 | -2/+0 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | Add sv_flags field to struct sysentvec with intention to provide description | kib | 2008-11-22 | 1 | -1/+2 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+1 |
* | Change the static struct sysentvec and struct Elf_Brandinfo initializers | kib | 2008-09-24 | 1 | -33/+35 |
* | Allow COMPAT_SVR4 to be built without COMPAT_43. | ed | 2008-09-15 | 2 | -16/+20 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -2/+2 |
* | We left out V_static_len from ip_fw2.c | julian | 2008-08-25 | 1 | -1/+1 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 2 | -3/+5 |
* | Introduce a new lock, hostname_mtx, and use it to synchronize access | rwatson | 2008-07-05 | 1 | -0/+1 |
* | The vmspace->vm_daddr is constant until freed, there is no need | rdivacky | 2008-04-21 | 1 | -2/+0 |
* | Implement the linux syscalls | kib | 2008-04-08 | 1 | -1/+1 |
* | Add the support for the AT_FDCWD and fd-relative name lookups to the | kib | 2008-03-31 | 1 | -0/+1 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 1 | -2/+2 |
* | Simplify fcntl(SVR4_F_DUP2FD) code now that FreeBSD has F_DUP2FD. | antoine | 2008-03-17 | 1 | -13/+3 |
* | - The P_SA flag has been removed. Don't reference it in a KASSERT. | jeff | 2008-03-12 | 1 | -2/+1 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 3 | -6/+5 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 3 | -5/+5 |
* | Remove explicit locking of struct file. | jeff | 2007-12-30 | 1 | -4/+0 |