summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-188-22/+26
* Rework realtime priority support:jhb2011-01-143-6/+15
* One more sysctl(9) type-safety that I missed before.mdf2011-01-131-1/+1
* Fix up a few more sysctl(9) mis-typing found in various LINT builds.mdf2011-01-131-1/+2
* Introduce two new helper macros to define the priority ranges used forjhb2011-01-131-16/+25
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-127-12/+12
* - Retire some unused ithread priorities: PI_TTYHIGH, PI_TAPE, andjhb2011-01-111-14/+5
* Always use PRI_BASE() when checking the base type of a thread's priorityjhb2011-01-111-2/+2
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-114-4/+0
* Fix hhook_head_is_virtualised() so that "ret" can't be used uninitialised.lstewart2011-01-111-4/+5
* Fix some minor style/readability nits in hhook.lstewart2011-01-111-6/+3
* Fix two harmless off-by-one errors.jhb2011-01-101-3/+3
* Improve style and wording of comments and sysctl descriptions [1].bz2011-01-091-12/+11
* Make RB_CDROM work. This should probably check for a disc in cd1 and acd1nwhitehorn2011-01-081-2/+2
* Revert r216805.attilio2011-01-081-119/+23
* Use the same expression to report stack protection mode for AT_STACKEXECkib2011-01-081-2/+3
* In elf image activator, read and apply the stack protection mode fromkib2011-01-081-5/+17
* Create shared (readonly) page. Each ABI may specify the use of page bykib2011-01-081-4/+85
* Collect code to translate between vm_prot_t and p_flags into helperkib2011-01-081-22/+35
* - Properly initialize the base priority (td_base_pri) of thread0 to PVMjhb2011-01-062-5/+6
* - Move sched_fork() later in fork() after the various sections of the newjhb2011-01-063-9/+13
* Only change the priority of timeshare threads to PRI_MAX_TIMESHAREjhb2011-01-061-1/+2
* - Restore dropping the priority of syncer down to PPAUSE when it is idle.jhb2011-01-061-0/+7
* Retire PCONFIG and leave the priority of thread0 alone when waiting forjhb2011-01-061-1/+1
* Fix page fault that occurred when trying to initialize preloaded kernel module,trasz2011-01-051-3/+11
* kproc_exit() is already marked __dead2 so a NOTREACHED comment here isn'tjhb2011-01-041-1/+0
* 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
OpenPOWER on IntegriCloud