summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing 'break' statement.trasz2009-05-121-0/+1
* Prevent overflow of uio_resid.kib2009-05-111-0/+3
* Fix a kernel compilation error, introduced after r191990, by definingattilio2009-05-111-0/+3
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-1110-53/+49
* Revert CVS revision 1.94 (svn r16840). Current pmap implementations don'talc2009-05-111-5/+7
* Spell NULL properly, use (void) rather than () for functions with noimp2009-05-091-12/+12
* Retire kern.vm.kmem.size. It was marked as obsolete prior to 5.2, soimp2009-05-091-4/+0
* Do not embed struct ucred into larger netcred parent structures.kan2009-05-091-20/+24
* A NOP change: style / whitespace cleanup of the noise that slippedzec2009-05-083-4/+4
* Introduce a new virtualization container, provisionally named vprocg, to holdzec2009-05-088-3/+66
* Move the per-prison Linux MIB from a private one-off pointer to the newjamie2009-05-071-1/+0
* Eliminate the loop and the call to pause(9) in vfs_vget_ino(). Ifkib2009-05-071-6/+8
* If we have a regular rint handler, never go into rint_bypass mode.ed2009-05-071-3/+6
* Change the curvnet variable from a global const struct vnet *,zec2009-05-059-15/+142
* Add a constant PR_MAXMETHOD to better define the jail/OSD interface.jamie2009-05-051-1/+2
* Remove unneeded check for SESS_LEADER().ed2009-05-041-1/+1
* Don't call the OSD destructor if the data slot is NULLjamie2009-04-301-2/+4
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-304-7/+133
* - Fix non-SMP build by encapsulating idle spin logic in a macro.jeff2009-04-291-2/+8
* Regen for new jail system calls in r191673.jamie2009-04-293-2/+75
* Introduce the extensible jail framework, using the same "name=value"jamie2009-04-293-466/+1542
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-291-1/+11
* Some non-functional changes: whitespace, KASSERT strings, declaration order.jamie2009-04-291-5/+5
* - Fix the FBSDID line.jeff2009-04-291-1/+1
* - Remove the bogus idle thread state code. This may have a race in itjeff2009-04-292-29/+13
* Prevent a superuser inside a jail from modifying the dedicatedbz2009-04-281-0/+9
* Improve approximation of style(9).rwatson2009-04-261-149/+132
* Extend the vnet module registration / initialization frameworkzec2009-04-261-4/+73
* Turn MAXPTSDEVS into a sysctl tunable.ed2009-04-251-2/+17
* Correct a comment: the function name given had never existed in anybz2009-04-221-1/+2
* Fix sbappendrecord_locked().emax2009-04-211-8/+2
* Fix typo.kib2009-04-201-1/+1
* On the exit of the child process which parent either set SA_NOCLDWAITkib2009-04-201-4/+4
* Lock the interface address list while iterating a network interface'srwatson2009-04-191-0/+3
OpenPOWER on IntegriCloud