summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325bz2011-02-165-42/+100
* Mfp4 CH=177256:bz2011-02-141-0/+11
* Allow the SO_SETFIB socket option to select the default (0)deischen2011-02-131-4/+5
* Retire VFS_BIO_DEBUG. Convert those checks that were still valid intoalc2011-02-121-57/+14
* With smp_topo_none, set cg_mask to all_cpus rather than setting the mp_ncpusjmallett2011-02-111-1/+1
* Mfp4 CH=177255:bz2011-02-111-1/+2
* Provide convenience function for obtaining MODINFO_ADDR and MODINFO_SIZEmarcel2011-02-091-1/+24
* Remove the uio_yield prototype and symbol. This function has beenmdf2011-02-081-7/+0
* Based on discussions on the svn-src mailing list, rework r218195:mdf2011-02-087-35/+44
* Clear the padding when returning context to the usermode, forkib2011-02-051-0/+2
* Always assert that the turnstile chain lock is held in turnstile_wait()jhb2011-02-041-2/+1
* Eliminate unnecessary page hold_count checks. These checks predatealc2011-02-032-4/+2
* Put the general logic for being a CPU hog into a new functionmdf2011-02-024-12/+21
* The unp_gc() function drops and reaquires lock between scan andkib2011-02-011-12/+16
* If more than one thread allocated sf buffers for sendfile(2), andkib2011-01-281-5/+12
* Do not trip a KASSERT if /dev/null cannot be opened for a setuid program.jilles2011-01-281-1/+1
* Explicitly wire the user buffer rather than doing it implicitly inmdf2011-01-275-4/+18
* Remove the CTLFLAG_NOLOCK as it seems to be both unused andmdf2011-01-261-5/+3
* Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-262-3/+3
* When vtruncbuf() iterates over the vnode buffer list, lock buffer objectkib2011-01-251-2/+5
* Allow debugger to specify that children of the traced process should bekib2011-01-255-13/+85
* Replace spaces with tabs.jh2011-01-241-2/+2
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-0/+7
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingmdf2011-01-192-5/+8
* 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
OpenPOWER on IntegriCloud