summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Implement and use a single optimized function for unholding a set of pages.alc2010-12-172-18/+4
* Add back a bounds check on valid idle priorities that was lost in anjhb2010-12-171-8/+6
* One of the compat32 functions was copying in a raw timespec, instead ofmdf2010-12-151-2/+1
* Just pass M_ZERO to malloc(9) instead of clearing allocated memory separately.pjd2010-12-141-2/+1
* Adapt filesystem-independent NFSv4 ACL code (used by UFS, but not by ZFS)trasz2010-12-131-63/+258
* Fix race in devfs by using LIST_FIRST() instead ofhselasky2010-12-111-2/+2
* Refactor fork1() to make it easier to follow. No functional changes.trasz2010-12-101-191/+220
* Don't tie ct_debug to bootverbose. Provide a sysctl to turn it on or off.bz2010-12-091-1/+3
* MFp4:davidxu2010-12-091-3/+42
* MFp4:davidxu2010-12-096-30/+33
* Add a KASSERT to make it obvious when fork_norfproc() is to be called,trasz2010-12-061-1/+3
* Fix style bug introduced by previous commit.trasz2010-12-061-1/+1
* Improve readability by factoring out the !RFPROC case. While here,trasz2010-12-061-59/+57
* Trim whitespaces at the end of lines. Use the commit to recordkib2010-12-031-2/+2
* Reviewed by: jeff, rwatsonkib2010-12-031-5/+74
* Replace pointer to "struct uidinfo" with pointer to "struct ucred"trasz2010-12-021-2/+2
* removed tag is '-', not '+'.imp2010-12-021-2/+1
* Remove useless NULL checks for M_WAITOK mallocs.trasz2010-12-022-19/+0
* Remove redundant (and bogus) insertion of pnp info when announcing newimp2010-11-301-37/+2
* Fix uninitialized variable warning that shows on Tinderbox but not mymdf2010-11-291-1/+1
* Do not hold the sysctl lock across a call to the handler. This fixes amdf2010-11-291-27/+67
* Slightly modify the logic in sysctl_find_oid to reduce the indentation.mdf2010-11-291-19/+22
* Use the SYSCTL_CHILDREN macro in kern_sysctl.c to help de-obfuscate themdf2010-11-291-7/+6
* Account i/o done on cdevs.kib2010-11-251-2/+5
* Allow shared-locked vnode to be passed to vunref(9).kib2010-11-241-5/+15
* taskqueue: drop unused tq_name fieldavg2010-11-231-3/+1
* Update MNT_ROOTFS comments after changes in the root mount logic.pluknet2010-11-231-2/+4
* Add parentheses for clarity. The parentheses around the two terms of the &&cperciva2010-11-231-1/+1
* After some off-list discussion, revert a number of changes to thedim2010-11-224-4/+4
* Style fix.attilio2010-11-221-3/+2
* Add the ability for GDB to printout the thread name along with otherattilio2010-11-222-0/+13
* In tc_windup, handle the case where the previous call to tc_windup wascperciva2010-11-221-0/+10
* By using the 32-bit Linux version of Sun's Java Development Kit 1.6netchild2010-11-221-1/+2
* Use atomic instruction to set _has_writer, otherwise there is a racedavidxu2010-11-221-1/+2
* Remove prtactive variable and related printf()s in the vop_inactivekib2010-11-191-3/+0
* Scan the list in reverse order for the shutdown handlers of loaded modules.attilio2010-11-191-2/+2
* Set the POSIX semaphore capability when the semaphore module is enabled.jhb2010-11-191-0/+2
* Set various POSIX capability sysctls to the version of the API that isjhb2010-11-192-4/+5
* Add a resource_list_reserved() method that returns true if a resourcejhb2010-11-171-0/+24
* No need to include sys/systm.h twice.cognet2010-11-161-1/+0
* Only unlock process if a thread is found.davidxu2010-11-151-4/+4
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-144-4/+4
* Similar to sys/net/vnet.h, define the linker set name for sys/sys/pcpu.hdim2010-11-141-4/+4
* Fix some more style(9) issues.brucec2010-11-145-41/+45
* Add support for asterisk characters when filling in the GELI passworded2010-11-141-1/+1
* Fix style(9) issues from r215281 and r215282.brucec2010-11-145-26/+53
* Add descriptions to some more sysctls.brucec2010-11-141-13/+13
* Add some descriptions to sys/kern sysctls.brucec2010-11-145-32/+32
* Remove unused variables.trasz2010-11-131-4/+0
* This commit implements the SO_USER_COOKIE socket option, which letsluigi2010-11-121-0/+10
OpenPOWER on IntegriCloud