| Commit message (Expand) | Author | Age | Files | Lines |
* | - Retire some unused ithread priorities: PI_TTYHIGH, PI_TAPE, and | jhb | 2011-01-11 | 1 | -14/+5 |
* | Always use PRI_BASE() when checking the base type of a thread's priority | jhb | 2011-01-11 | 1 | -2/+2 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 4 | -4/+0 |
* | Fix hhook_head_is_virtualised() so that "ret" can't be used uninitialised. | lstewart | 2011-01-11 | 1 | -4/+5 |
* | Fix some minor style/readability nits in hhook. | lstewart | 2011-01-11 | 1 | -6/+3 |
* | Fix two harmless off-by-one errors. | jhb | 2011-01-10 | 1 | -3/+3 |
* | Improve style and wording of comments and sysctl descriptions [1]. | bz | 2011-01-09 | 1 | -12/+11 |
* | Make RB_CDROM work. This should probably check for a disc in cd1 and acd1 | nwhitehorn | 2011-01-08 | 1 | -2/+2 |
* | Revert r216805. | attilio | 2011-01-08 | 1 | -119/+23 |
* | Use the same expression to report stack protection mode for AT_STACKEXEC | kib | 2011-01-08 | 1 | -2/+3 |
* | In elf image activator, read and apply the stack protection mode from | kib | 2011-01-08 | 1 | -5/+17 |
* | Create shared (readonly) page. Each ABI may specify the use of page by | kib | 2011-01-08 | 1 | -4/+85 |
* | Collect code to translate between vm_prot_t and p_flags into helper | kib | 2011-01-08 | 1 | -22/+35 |
* | - Properly initialize the base priority (td_base_pri) of thread0 to PVM | jhb | 2011-01-06 | 2 | -5/+6 |
* | - Move sched_fork() later in fork() after the various sections of the new | jhb | 2011-01-06 | 3 | -9/+13 |
* | Only change the priority of timeshare threads to PRI_MAX_TIMESHARE | jhb | 2011-01-06 | 1 | -1/+2 |
* | - Restore dropping the priority of syncer down to PPAUSE when it is idle. | jhb | 2011-01-06 | 1 | -0/+7 |
* | Retire PCONFIG and leave the priority of thread0 alone when waiting for | jhb | 2011-01-06 | 1 | -1/+1 |
* | Fix page fault that occurred when trying to initialize preloaded kernel module, | trasz | 2011-01-05 | 1 | -3/+11 |
* | kproc_exit() is already marked __dead2 so a NOTREACHED comment here isn't | jhb | 2011-01-04 | 1 | -1/+0 |
* | Finish r210923, 210926. Mark some devices as eternal. | kib | 2011-01-04 | 6 | -10/+15 |
* | Small whitespace nits and add a comment explaining why kthread_exit() can | jhb | 2011-01-03 | 1 | -3/+6 |
* | Finishing touches to fork1() - ANSIfy missed function definition, style(9) | trasz | 2011-01-02 | 1 | -27/+20 |
* | Mfp4 CH177924: | bz | 2010-12-31 | 1 | -1/+8 |
* | Remove OBJ_CLEANING flag. The vfs_setdirty_locked_object() is the only | kib | 2010-12-29 | 1 | -1/+1 |
* | Fix several callout migration races: | attilio | 2010-12-29 | 1 | -23/+119 |
* | - Follow r216313, the sched_unlend_user_prio is no longer needed, always | davidxu | 2010-12-29 | 4 | -77/+30 |
* | Teach ddb "show mount" about MNTK_SUJ flag. | kib | 2010-12-27 | 1 | -0/+1 |
* | Correct the order of the arguments to vm_fault_quick_hold_pages(). | alc | 2010-12-26 | 1 | -1/+1 |
* | Introduce and use a new VM interface for temporarily pinning pages. This | alc | 2010-12-25 | 3 | -62/+14 |
* | Enlarge hash table for new condition variable. | davidxu | 2010-12-23 | 1 | -2/+2 |
* | MFp4: | davidxu | 2010-12-22 | 1 | -15/+105 |
* | Initialize fp_location for explicitly managed fail points, and push | mdf | 2010-12-21 | 1 | -2/+3 |
* | Move the fail_point_entry definition from fail.h to kern_fail.c, which | mdf | 2010-12-21 | 1 | -9/+37 |
* | - Introduce the Hhook (Helper Hook) KPI. The KPI is closely modelled on pfil(9), | lstewart | 2010-12-21 | 2 | -0/+928 |
* | Introduce vm_fault_hold() and use it to (1) eliminate a long-standing race | alc | 2010-12-20 | 1 | -63/+17 |
* | Implement and use a single optimized function for unholding a set of pages. | alc | 2010-12-17 | 2 | -18/+4 |
* | Add back a bounds check on valid idle priorities that was lost in an | jhb | 2010-12-17 | 1 | -8/+6 |
* | One of the compat32 functions was copying in a raw timespec, instead of | mdf | 2010-12-15 | 1 | -2/+1 |
* | Just pass M_ZERO to malloc(9) instead of clearing allocated memory separately. | pjd | 2010-12-14 | 1 | -2/+1 |
* | Adapt filesystem-independent NFSv4 ACL code (used by UFS, but not by ZFS) | trasz | 2010-12-13 | 1 | -63/+258 |
* | Fix race in devfs by using LIST_FIRST() instead of | hselasky | 2010-12-11 | 1 | -2/+2 |
* | Refactor fork1() to make it easier to follow. No functional changes. | trasz | 2010-12-10 | 1 | -191/+220 |
* | Don't tie ct_debug to bootverbose. Provide a sysctl to turn it on or off. | bz | 2010-12-09 | 1 | -1/+3 |
* | MFp4: | davidxu | 2010-12-09 | 1 | -3/+42 |
* | MFp4: | davidxu | 2010-12-09 | 6 | -30/+33 |
* | Add a KASSERT to make it obvious when fork_norfproc() is to be called, | trasz | 2010-12-06 | 1 | -1/+3 |
* | Fix style bug introduced by previous commit. | trasz | 2010-12-06 | 1 | -1/+1 |
* | Improve readability by factoring out the !RFPROC case. While here, | trasz | 2010-12-06 | 1 | -59/+57 |
* | Trim whitespaces at the end of lines. Use the commit to record | kib | 2010-12-03 | 1 | -2/+2 |