| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Unbreak the build. Add missed probes. | kib | 2009-05-31 | 1 | -6/+12 |
* | Eliminate code duplication in vn_fullpath1() around the cache lookups | kib | 2009-05-31 | 1 | -85/+75 |
* | Split native socketpair() syscall onto kern_socketpair() which should | dchagin | 2009-05-31 | 1 | -24/+29 |
* | Introduce an interm userland-kernel API for creating vnets and | zec | 2009-05-31 | 2 | -28/+382 |
* | Provide a new CPU device driver ivar to report the nominal speed of the | nwhitehorn | 2009-05-31 | 1 | -12/+21 |
* | Remove the now invalid (and possibly unused) debug.mpsafevfs | attilio | 2009-05-30 | 1 | -9/+0 |
* | Add VOP_ACCESSX, which can be used to query for newly added V* | trasz | 2009-05-30 | 3 | -0/+74 |
* | Place hostnames and similar information fully under the prison system. | jamie | 2009-05-29 | 4 | -106/+247 |
* | Modify vm_hold_load_pages() to allocate pages using VM_ALLOC_NOOBJ rather | alc | 2009-05-29 | 1 | -13/+5 |
* | Minor style tweak. | rwatson | 2009-05-29 | 1 | -1/+2 |
* | Since sched_pin() and sched_unpin() are already inlined, don't manually | rwatson | 2009-05-29 | 1 | -2/+2 |
* | Remove extra cpu_spinwait() invocations. This should really only be used | jhb | 2009-05-29 | 2 | -11/+0 |
* | Tweak a few comments on adaptive spinning. | jhb | 2009-05-29 | 2 | -6/+15 |
* | Make the rmlock(9) interface a bit more like the rwlock(9) interface: | rwatson | 2009-05-29 | 2 | -7/+27 |
* | Let vfs_lookup() return ENOTDIR if the path has a trailing slash and | des | 2009-05-29 | 1 | -8/+12 |
* | Fix misleading comment. | des | 2009-05-29 | 1 | -1/+1 |
* | The patch for r193011 was partially rejected when applied, complete it. | attilio | 2009-05-29 | 1 | -2/+4 |
* | Last minute TTY API change: remove mutex argument from tty_alloc(). | ed | 2009-05-29 | 2 | -3/+10 |
* | Reverse the logic for ADAPTIVE_SX option and enable it by default. | attilio | 2009-05-29 | 1 | -21/+50 |
* | fail(9) support: | zml | 2009-05-27 | 2 | -3/+588 |
* | Add hierarchical jails. A jail may further virtualize its environment | jamie | 2009-05-27 | 17 | -706/+1787 |
* | Add the ksyms(4) pseudo driver. The ksyms driver allows a process to | sson | 2009-05-26 | 3 | -0/+78 |
* | Add the OpenSolaris dtrace lockstat provider. The lockstat provider | sson | 2009-05-26 | 6 | -29/+339 |
* | Get rid of M_TEMP. | ed | 2009-05-26 | 1 | -2/+2 |
* | Add missing socket options. | pjd | 2009-05-26 | 1 | -0/+8 |
* | The advisory lock may be activated or activated and removed during the | kib | 2009-05-24 | 1 | -2/+15 |
* | In lf_purgelocks(), assert that state->ls_pending is empty after we | kib | 2009-05-24 | 1 | -1/+3 |
* | In lf_advlockasync(), recheck for doomed vnode after the state->ls_lock | kib | 2009-05-24 | 1 | -2/+17 |
* | Block when initially opening a TTY multiple times. | ed | 2009-05-24 | 1 | -5/+11 |
* | Replace the while statement with the if for clarity. The loop body | kib | 2009-05-24 | 1 | -1/+1 |
* | V_irtualize the if_clone framework, thus allowing for clonable ifnets | zec | 2009-05-23 | 1 | -0/+5 |
* | Delay an error message until the variable it uses gets initialized. | jamie | 2009-05-23 | 1 | -8/+6 |
* | Introduce the if_vmove() function, which will be used in the future | zec | 2009-05-22 | 1 | -1/+1 |
* | Make 'struct acl' larger, as required to support NFSv4 ACLs. Provide | trasz | 2009-05-22 | 2 | -7/+142 |
* | Enable secure TTY input buffer flushing by default. | ed | 2009-05-21 | 1 | -1/+1 |
* | Add a new sysctl: kern.tty_inq_flush_secure. | ed | 2009-05-21 | 1 | -14/+8 |
* | Only use the ABI compat shim for vfs.bufspace if the old buffer is smaller | jhb | 2009-05-21 | 1 | -1/+1 |
* | Move the M_WAITOK flag in notify() into an M_NOWAIT one in order to match | attilio | 2009-05-21 | 1 | -1/+3 |
* | Set the umask in a new file descriptor table earlier in fdcopy() to remove | jhb | 2009-05-20 | 1 | -4/+2 |
* | Remove an obsolete assertion. We always wake up all waiters when unlocking | jhb | 2009-05-20 | 1 | -2/+0 |
* | Fix a typo. | jhb | 2009-05-20 | 1 | -1/+1 |
* | We no longer need to use d_thread_t for portability here, switch to | imp | 2009-05-20 | 1 | -4/+4 |
* | Add minimal ZFS lock hierarchy | kmacy | 2009-05-20 | 1 | -0/+7 |
* | With SMPng, DEVICE_POLLING uses its own idle threads, rather than the | rwatson | 2009-05-19 | 1 | -2/+1 |
* | sysctl_rman: report shared resources to devinfo | avg | 2009-05-19 | 1 | -24/+34 |
* | Binding interrupts to a CPU consists of two parts: setting up CPU | rwatson | 2009-05-18 | 1 | -1/+13 |
* | Mark the clock sysctls as MPSAFE. | ed | 2009-05-18 | 1 | -3/+4 |
* | Several changes to vfs_bio_clrbuf(): | alc | 2009-05-17 | 1 | -13/+11 |