| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename the host-related prison fields to be the same as the host.* | jamie | 2009-06-13 | 3 | -33/+37 |
* | Remove the static from int hardlink_check_uid. | bz | 2009-06-13 | 1 | -1/+1 |
* | Add counterparts to getcredhostname: | jamie | 2009-06-13 | 1 | -1/+32 |
* | Revert my previous change, because it reintroduces an old regression. | ed | 2009-06-12 | 1 | -7/+7 |
* | Prevent yet another staircase effect bug in the console device. | ed | 2009-06-12 | 1 | -7/+7 |
* | Stop asserting on exclusive locks in fsync since it can now support | ps | 2009-06-11 | 1 | -1/+1 |
* | strict kobj signatures: linker_if fixes | avg | 2009-06-11 | 2 | -3/+3 |
* | Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Use | kib | 2009-06-10 | 10 | -46/+86 |
* | Do not leak the state->ls_lock after VI_DOOMED check introduced | kib | 2009-06-10 | 1 | -0/+1 |
* | SCTP needs either IPv4 or IPv6 as lower layer[1]. | bz | 2009-06-10 | 1 | -4/+8 |
* | Fix r193923 by noting that type of a_fp is struct file *, not int. | kib | 2009-06-10 | 1 | -1/+1 |
* | s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_args | kib | 2009-06-10 | 1 | -1/+1 |
* | Prevent integer overflow in direct pipe write code from circumventing | cperciva | 2009-06-10 | 1 | -0/+2 |
* | We can actually remove devclass_find_driver. | imp | 2009-06-10 | 1 | -21/+0 |
* | As discussed on arch@, restire | imp | 2009-06-09 | 1 | -4/+4 |
* | Fix some overflow errors: a signed allocation and an insufficiant | jamie | 2009-06-09 | 1 | -4/+12 |
* | Add part of NFSv4 ACL kernel support code that is required for the upcoming | trasz | 2009-06-09 | 1 | -0/+579 |
* | Eliminate an instance of VM_PROT_READ_IS_EXEC that I overlooked in r190705. | alc | 2009-06-09 | 1 | -4/+0 |
* | Add support for multiple passes of the device tree during the boot-time | jhb | 2009-06-09 | 2 | -12/+160 |
* | Simply shared vnode locking and extend it to also include fsync. | ps | 2009-06-08 | 3 | -6/+13 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 2 | -3/+0 |
* | Introduce an infrastructure for dismantling vnet instances. | zec | 2009-06-08 | 2 | -9/+92 |
* | Move zombie-reaping code out of kern_wait() and into its own function, | rwatson | 2009-06-08 | 1 | -106/+121 |
* | Do not dereference vp->v_rdev without holding any of dev_mtx or vnode | kib | 2009-06-08 | 1 | -8/+20 |
* | Eliminate unnecessary obfuscation when testing a page's valid bits. | alc | 2009-06-07 | 2 | -5/+3 |
* | Eliminate an unused variable from allocbuf(). | alc | 2009-06-07 | 1 | -3/+0 |
* | If vm_pager_get_pages() returns VM_PAGER_OK, then there is no need to check | alc | 2009-06-06 | 1 | -2/+1 |
* | Eliminate trailing_slash, which was made redundant in r193028. | des | 2009-06-06 | 1 | -23/+11 |
* | Unlock the cache lock before returning when we run out of buffer space | marcus | 2009-06-05 | 1 | -1/+4 |
* | Remove clists from the kernel. | ed | 2009-06-05 | 1 | -464/+0 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 37 | -47/+0 |
* | Add mac_framework.h include missed when MAC code was (presumably) copied | rwatson | 2009-06-05 | 1 | -0/+2 |
* | If we're passed garbage in malloc_init(), panic() rather than expecting | brian | 2009-06-05 | 1 | -3/+7 |
* | When checking for shared writes, use the struct mount returned from | ps | 2009-06-04 | 1 | -2/+1 |
* | Support shared vnode locks for write operations when the offset is | ps | 2009-06-04 | 1 | -4/+19 |
* | Add internal 'mac_policy_count' counter to the MAC Framework, which is a | rwatson | 2009-06-02 | 5 | -50/+12 |
* | Remove unneeded include. | rwatson | 2009-06-02 | 1 | -2/+0 |
* | Handle lock recursion differenty by always checking against LO_RECURSABLE | attilio | 2009-06-02 | 3 | -17/+20 |
* | Correct a boundary case error in the management of a page's dirty bits by | alc | 2009-06-02 | 1 | -4/+17 |
* | - Use an acquire barrier to increment f_count in fget_unlocked and | jeff | 2009-06-02 | 1 | -2/+6 |
* | Add an extension to the character device interface that allows character | jhb | 2009-06-01 | 1 | -2/+27 |
* | Rework socket upcalls to close some races with setup/teardown of upcalls. | jhb | 2009-06-01 | 3 | -12/+78 |
* | Add a simple API to manage scatter/gather lists of phyiscal addresses. | jhb | 2009-06-01 | 1 | -0/+656 |
* | Add a flags field to struct ucred, and export that via kinfo_proc, | rwatson | 2009-06-01 | 1 | -0/+1 |
* | Regenerate generated syscall files following changes to struct sysent in | rwatson | 2009-06-01 | 1 | -509/+509 |
* | Add 'sy_flags', a currently unused per-syscall entry flags field that will | rwatson | 2009-06-01 | 1 | -14/+21 |
* | Reimplement the netisr framework in order to support parallel netisr | rwatson | 2009-06-01 | 1 | -11/+36 |
* | Eliminate a comment describing code that was deleted over eight years ago. | alc | 2009-06-01 | 1 | -14/+6 |
* | sys/boot/common.c | rodrigc | 2009-06-01 | 1 | -21/+109 |
* | nfs_write() can use the recently introduced vfs_bio_set_valid() instead of | alc | 2009-05-31 | 1 | -41/+0 |