| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 3 | -4/+4 |
* | Don't restore old mount options and flags if VFS_MOUNT(9) succeeds but | jh | 2011-02-19 | 1 | -26/+29 |
* | Modify kdb_trap() so that it re-calls the dbbe_trap function as long as | mdf | 2011-02-18 | 1 | -29/+23 |
* | Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 | bz | 2011-02-16 | 5 | -42/+100 |
* | Mfp4 CH=177256: | bz | 2011-02-14 | 1 | -0/+11 |
* | Allow the SO_SETFIB socket option to select the default (0) | deischen | 2011-02-13 | 1 | -4/+5 |
* | Retire VFS_BIO_DEBUG. Convert those checks that were still valid into | alc | 2011-02-12 | 1 | -57/+14 |
* | With smp_topo_none, set cg_mask to all_cpus rather than setting the mp_ncpus | jmallett | 2011-02-11 | 1 | -1/+1 |
* | Mfp4 CH=177255: | bz | 2011-02-11 | 1 | -1/+2 |
* | Provide convenience function for obtaining MODINFO_ADDR and MODINFO_SIZE | marcel | 2011-02-09 | 1 | -1/+24 |
* | Remove the uio_yield prototype and symbol. This function has been | mdf | 2011-02-08 | 1 | -7/+0 |
* | Based on discussions on the svn-src mailing list, rework r218195: | mdf | 2011-02-08 | 7 | -35/+44 |
* | Clear the padding when returning context to the usermode, for | kib | 2011-02-05 | 1 | -0/+2 |
* | Always assert that the turnstile chain lock is held in turnstile_wait() | jhb | 2011-02-04 | 1 | -2/+1 |
* | Eliminate unnecessary page hold_count checks. These checks predate | alc | 2011-02-03 | 2 | -4/+2 |
* | Put the general logic for being a CPU hog into a new function | mdf | 2011-02-02 | 4 | -12/+21 |
* | The unp_gc() function drops and reaquires lock between scan and | kib | 2011-02-01 | 1 | -12/+16 |
* | If more than one thread allocated sf buffers for sendfile(2), and | kib | 2011-01-28 | 1 | -5/+12 |
* | Do not trip a KASSERT if /dev/null cannot be opened for a setuid program. | jilles | 2011-01-28 | 1 | -1/+1 |
* | Explicitly wire the user buffer rather than doing it implicitly in | mdf | 2011-01-27 | 5 | -4/+18 |
* | Remove the CTLFLAG_NOLOCK as it seems to be both unused and | mdf | 2011-01-26 | 1 | -5/+3 |
* | Add macro to test the sv_flags of any process. Change some places to test | dchagin | 2011-01-26 | 2 | -3/+3 |
* | When vtruncbuf() iterates over the vnode buffer list, lock buffer object | kib | 2011-01-25 | 1 | -2/+5 |
* | Allow debugger to specify that children of the traced process should be | kib | 2011-01-25 | 5 | -13/+85 |
* | Replace spaces with tabs. | jh | 2011-01-24 | 1 | -2/+2 |
* | Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize. | pluknet | 2011-01-21 | 1 | -0/+7 |
* | Introduce signed and unsigned version of CTLTYPE_QUAD, renaming | mdf | 2011-01-19 | 2 | -5/+8 |
* | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | mdf | 2011-01-18 | 8 | -22/+26 |
* | Rework realtime priority support: | jhb | 2011-01-14 | 3 | -6/+15 |
* | One more sysctl(9) type-safety that I missed before. | mdf | 2011-01-13 | 1 | -1/+1 |
* | Fix up a few more sysctl(9) mis-typing found in various LINT builds. | mdf | 2011-01-13 | 1 | -1/+2 |
* | Introduce two new helper macros to define the priority ranges used for | jhb | 2011-01-13 | 1 | -16/+25 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 7 | -12/+12 |
* | - 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 |