summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Place hostnames and similar information fully under the prison system.jamie2009-05-294-106/+247
* Modify vm_hold_load_pages() to allocate pages using VM_ALLOC_NOOBJ ratheralc2009-05-291-13/+5
* Minor style tweak.rwatson2009-05-291-1/+2
* Since sched_pin() and sched_unpin() are already inlined, don't manuallyrwatson2009-05-291-2/+2
* Remove extra cpu_spinwait() invocations. This should really only be usedjhb2009-05-292-11/+0
* Tweak a few comments on adaptive spinning.jhb2009-05-292-6/+15
* Make the rmlock(9) interface a bit more like the rwlock(9) interface:rwatson2009-05-292-7/+27
* Let vfs_lookup() return ENOTDIR if the path has a trailing slash anddes2009-05-291-8/+12
* Fix misleading comment.des2009-05-291-1/+1
* The patch for r193011 was partially rejected when applied, complete it.attilio2009-05-291-2/+4
* Last minute TTY API change: remove mutex argument from tty_alloc().ed2009-05-292-3/+10
* Reverse the logic for ADAPTIVE_SX option and enable it by default.attilio2009-05-291-21/+50
* fail(9) support:zml2009-05-272-3/+588
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-2717-706/+1787
* Add the ksyms(4) pseudo driver. The ksyms driver allows a process tosson2009-05-263-0/+78
* Add the OpenSolaris dtrace lockstat provider. The lockstat providersson2009-05-266-29/+339
* Get rid of M_TEMP.ed2009-05-261-2/+2
* Add missing socket options.pjd2009-05-261-0/+8
* The advisory lock may be activated or activated and removed during thekib2009-05-241-2/+15
* In lf_purgelocks(), assert that state->ls_pending is empty after wekib2009-05-241-1/+3
* In lf_advlockasync(), recheck for doomed vnode after the state->ls_lockkib2009-05-241-2/+17
* Block when initially opening a TTY multiple times.ed2009-05-241-5/+11
* Replace the while statement with the if for clarity. The loop bodykib2009-05-241-1/+1
* V_irtualize the if_clone framework, thus allowing for clonable ifnetszec2009-05-231-0/+5
* Delay an error message until the variable it uses gets initialized.jamie2009-05-231-8/+6
* Introduce the if_vmove() function, which will be used in the futurezec2009-05-221-1/+1
* Make 'struct acl' larger, as required to support NFSv4 ACLs. Providetrasz2009-05-222-7/+142
* Enable secure TTY input buffer flushing by default.ed2009-05-211-1/+1
* Add a new sysctl: kern.tty_inq_flush_secure.ed2009-05-211-14/+8
* Only use the ABI compat shim for vfs.bufspace if the old buffer is smallerjhb2009-05-211-1/+1
* Move the M_WAITOK flag in notify() into an M_NOWAIT one in order to matchattilio2009-05-211-1/+3
* Set the umask in a new file descriptor table earlier in fdcopy() to removejhb2009-05-201-4/+2
* Remove an obsolete assertion. We always wake up all waiters when unlockingjhb2009-05-201-2/+0
* Fix a typo.jhb2009-05-201-1/+1
* We no longer need to use d_thread_t for portability here, switch toimp2009-05-201-4/+4
* Add minimal ZFS lock hierarchykmacy2009-05-201-0/+7
* With SMPng, DEVICE_POLLING uses its own idle threads, rather than therwatson2009-05-191-2/+1
* sysctl_rman: report shared resources to devinfoavg2009-05-191-24/+34
* Binding interrupts to a CPU consists of two parts: setting up CPUrwatson2009-05-181-1/+13
* Mark the clock sysctls as MPSAFE.ed2009-05-181-3/+4
* Several changes to vfs_bio_clrbuf():alc2009-05-171-13/+11
* Introduce vfs_bio_set_valid() and use it from ffs_realloccg(). Thisalc2009-05-171-0/+38
* Print an extra newline when not at the first column already.ed2009-05-171-1/+2
* Several cleanups to tty_info(), better known as Ctrl-T.ed2009-05-171-25/+25
* Remove do-nothing code that was required to dirty the old buffer on Alpha.des2009-05-151-12/+1
* Revert r192094. The revision caused problems for sysctl(3) consumerskib2009-05-152-7/+18
* - Use a separate sx lock to try to limit the number of concurrent userlandjhb2009-05-141-7/+16
* Do not advance req->oldidx when sysctl_old_user returning ankib2009-05-141-3/+5
* - Implement a lockless file descriptor lookup algorithm injeff2009-05-145-77/+113
* Eliminate page queues locking from bufdone_finish() through thealc2009-05-131-11/+36
OpenPOWER on IntegriCloud