| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r208453: | Konstantin Belousov | 2010-11-03 | 1 | -1/+4 |
| * | MFC r213716: | Konstantin Belousov | 2010-10-27 | 1 | -1/+1 |
| * | MFC r202143,202163,202341,202342,204278 | Brooks Davis | 2010-02-24 | 1 | -1/+1 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -1/+0 |
| * | There is an optimization in chmod(1), that makes it not to call chmod(2) | Edward Tomasz Napierala | 2009-07-08 | 1 | -1/+2 |
| * | Change the ABI of some of the structures used by the SYSV IPC API: | John Baldwin | 2009-06-24 | 1 | -29/+4 |
| * | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | Bjoern A. Zeeb | 2009-06-23 | 1 | -1/+0 |
| * | Add counterparts to getcredhostname: | Jamie Gritton | 2009-06-13 | 1 | -9/+4 |
| * | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | Bjoern A. Zeeb | 2009-06-08 | 1 | -2/+0 |
| * | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 2 | -4/+0 |
| * | Regenerate generated syscall files following changes to struct sysent in | Robert Watson | 2009-06-01 | 1 | -250/+250 |
| * | Attempt to fix build by updating hostid to follow the new world order. | Xin LI | 2009-05-30 | 1 | -1/+4 |
| * | Place hostnames and similar information fully under the prison system. | Jamie Gritton | 2009-05-29 | 1 | -10/+10 |
| * | Implement SI_ISALIST. | Xin LI | 2009-05-29 | 1 | -1/+13 |
| * | Fix the sysinfo(SI_HW_SERIAL, emulation so that we actually get the | Xin LI | 2009-05-29 | 1 | -4/+6 |
| * | copyinstr(9) takes parameter 'len' as a size_t *, not int *. | Xin LI | 2009-05-29 | 1 | -1/+2 |
| * | de-register. | Xin LI | 2009-05-29 | 7 | -43/+43 |
| * | svr4_sys_getdents64() should not assume that the cookie would exist | Xin LI | 2009-05-29 | 1 | -1/+4 |
| * | Add new sysconfig bits, Fix the bogus numbering of the old bits. | Xin LI | 2009-05-29 | 2 | -20/+71 |
| * | Use strlcpy(). | Xin LI | 2009-05-28 | 1 | -2/+2 |
| * | Comment nits. | John Baldwin | 2009-05-20 | 1 | -3/+3 |
| * | Put the vnode returned from namei() immediately after namei() returns in | John Baldwin | 2009-05-20 | 1 | -5/+3 |
| * | Regenerate system call tables to use SVN ids. | Ed Schouten | 2009-05-08 | 4 | -5/+11 |
| * | Burn TTY ioctl bridges in compat layers. | Ed Schouten | 2009-05-08 | 4 | -514/+0 |
| * | Introduce a new virtualization container, provisionally named vprocg, to hold | Marko Zec | 2009-05-08 | 1 | -0/+1 |
| * | Implement new way of branding ELF binaries by looking to a | Dmitry Chagin | 2009-03-13 | 1 | -0/+1 |
| * | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb | 2009-02-27 | 1 | -0/+3 |
| * | Use shared vnode locks when invoking VOP_READDIR(). | John Baldwin | 2009-02-13 | 1 | -2/+2 |
| * | Last step of splitting up minor and unit numbers: remove minor(). | Ed Schouten | 2009-01-28 | 1 | -2/+2 |
| * | Remove two remnant uses of AT_DEBUG. | Konstantin Belousov | 2008-12-17 | 1 | -2/+0 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
| * | Add sv_flags field to struct sysentvec with intention to provide description | Konstantin Belousov | 2008-11-22 | 1 | -1/+2 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+1 |
| * | Change the static struct sysentvec and struct Elf_Brandinfo initializers | Konstantin Belousov | 2008-09-24 | 1 | -33/+35 |
| * | Allow COMPAT_SVR4 to be built without COMPAT_43. | Ed Schouten | 2008-09-15 | 2 | -16/+20 |
| * | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -2/+2 |
| * | We left out V_static_len from ip_fw2.c | Julian Elischer | 2008-08-25 | 1 | -1/+1 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 2 | -3/+5 |
| * | Introduce a new lock, hostname_mtx, and use it to synchronize access | Robert Watson | 2008-07-05 | 1 | -0/+1 |
| * | The vmspace->vm_daddr is constant until freed, there is no need | Roman Divacky | 2008-04-21 | 1 | -2/+0 |
| * | Implement the linux syscalls | Konstantin Belousov | 2008-04-08 | 1 | -1/+1 |
| * | Add the support for the AT_FDCWD and fd-relative name lookups to the | Konstantin Belousov | 2008-03-31 | 1 | -0/+1 |
| * | Add the new kernel-mode NFS Lock Manager. To use it instead of the | Doug Rabson | 2008-03-26 | 1 | -2/+2 |
| * | Simplify fcntl(SVR4_F_DUP2FD) code now that FreeBSD has F_DUP2FD. | Antoine Brodin | 2008-03-17 | 1 | -13/+3 |
| * | - The P_SA flag has been removed. Don't reference it in a KASSERT. | Jeff Roberson | 2008-03-12 | 1 | -2/+1 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 3 | -6/+5 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 3 | -5/+5 |
| * | Remove explicit locking of struct file. | Jeff Roberson | 2007-12-30 | 1 | -4/+0 |
| * | Fix for the panic("vm_thread_new: kstack allocation failed") and | Konstantin Belousov | 2007-11-05 | 1 | -1/+3 |