summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Finish r210923, 210926. Mark some devices as eternal.kib2011-01-046-10/+15
* Small whitespace nits and add a comment explaining why kthread_exit() canjhb2011-01-031-3/+6
* Finishing touches to fork1() - ANSIfy missed function definition, style(9)trasz2011-01-021-27/+20
* Mfp4 CH177924:bz2010-12-311-1/+8
* Remove OBJ_CLEANING flag. The vfs_setdirty_locked_object() is the onlykib2010-12-291-1/+1
* Fix several callout migration races:attilio2010-12-291-23/+119
* - Follow r216313, the sched_unlend_user_prio is no longer needed, alwaysdavidxu2010-12-294-77/+30
* Teach ddb "show mount" about MNTK_SUJ flag.kib2010-12-271-0/+1
* Correct the order of the arguments to vm_fault_quick_hold_pages().alc2010-12-261-1/+1
* Introduce and use a new VM interface for temporarily pinning pages. Thisalc2010-12-253-62/+14
* Enlarge hash table for new condition variable.davidxu2010-12-231-2/+2
* MFp4:davidxu2010-12-221-15/+105
* Initialize fp_location for explicitly managed fail points, and pushmdf2010-12-211-2/+3
* Move the fail_point_entry definition from fail.h to kern_fail.c, whichmdf2010-12-211-9/+37
* - Introduce the Hhook (Helper Hook) KPI. The KPI is closely modelled on pfil(9),lstewart2010-12-212-0/+928
* Introduce vm_fault_hold() and use it to (1) eliminate a long-standing racealc2010-12-201-63/+17
* 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
OpenPOWER on IntegriCloud