summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* fix typo in code normally not compiled in.julian2007-10-291-1/+1
* Fix typo in code obviously not being compiled on any of my machines.julian2007-10-281-1/+1
* Change the roundrobin implementation in the 4BSD scheduler to trigger ajhb2007-10-271-29/+8
* In nmount(), if MNT_ROOT is in the mount flags, filter itrodrigc2007-10-271-4/+13
* Add support for the pre-exisiting module shutdoen handshake.julian2007-10-271-7/+6
* rename the process to 'idle' and 'intr' as per jhb.julian2007-10-272-4/+4
* Initialise the initial process pointer to NULL so that we know we don'tjulian2007-10-271-1/+1
* If kthread_exit() is called on the last kthread in a kproc, thenjulian2007-10-261-0/+6
* if one changes a function's arguments, one must also change the callers.julian2007-10-261-2/+2
* oops, over optimised and broke non-SMP buildsjulian2007-10-261-1/+3
* kthread_exit needs no stinkin argument.julian2007-10-261-2/+5
* style(9)obrien2007-10-261-11/+13
* Introduce a way to make pure kernal threads.julian2007-10-268-46/+261
* Implement AUE_CORE, which adds process core dump support into the kernel.csjp2007-10-261-6/+27
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-2433-182/+182
* Move where we audit the PID argument such that we unconditionallycsjp2007-10-241-1/+1
* Take out the single-threading code in fork.julian2007-10-231-5/+15
* Cut over to ULE on PowerPCgrehan2007-10-231-1/+1
* Add the full module path name to the kld_file_stat structurejb2007-10-221-7/+38
* Add PRIV_VFS_STAT privilege, which will allow overriding policy limits onrwatson2007-10-211-0/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-2011-31/+31
* Put comments about syscalls by the correct ones, and use the correct syscallemaste2007-10-191-2/+2
* ULE works fine on arm; allow it to be usedsam2007-10-161-1/+1
* Export maxswzone, maxbcache, maxtsiz, dfldsiz, maxdsiz, dflssiz, maxssiz,alfred2007-10-161-0/+10
* Backout sensors framework.netchild2007-10-151-421/+0
* Import OpenBSD's sysctl hardware sensors framework.netchild2007-10-141-0/+421
* I don't know what I was smoking when I wrote these three years ago; thedes2007-10-131-4/+19
* Set the NFS server sockbuf high watermarks to the system defaultsmohans2007-10-121-2/+2
* - Fix from pr kern/115469; Don't redeliver a signal once it has beenjeff2007-10-091-9/+9
* - Bail out of tdq_idled if !smp_started or idle stealing is disabled. Thisjeff2007-10-081-8/+14
* - Restore historical sched_yield() behavior by changing sched_relinquish()jeff2007-10-083-5/+2
* - Restore historical yield() behavior by manually lowering priority andjeff2007-10-081-3/+6
* - Fix ULE in kernels without PREEMPTION compiled in by always enabling thejeff2007-10-081-12/+1
* This patch adds an M_NOFREE flag which allows one to mark an mbuf askmacy2007-10-062-0/+12
* Allow drivers to free an mbuf without having the mbuf be touched ifkmacy2007-10-061-2/+5
* Fix sx_try_slock(), so it only fails when there is an exclusive owner.pjd2007-10-021-9/+12
* - Reassign the thread queue lock to newtd prior to switching. Assigningjeff2007-10-021-4/+6
* - Move the rebalancer back into hardclock to prevent potential softclockjeff2007-10-021-55/+86
* - Honor the PREEMPTION and FULL_PREEMPTION flags by setting the defaultjeff2007-09-271-2/+10
* Fix the description of the formula used to autosize the number ofru2007-09-261-1/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-252-11/+5
* - Bound the interactivity score so that it cannot become negative.jeff2007-09-241-1/+1
* - Improve grammar. s/it's/its/.jeff2007-09-221-5/+13
* Fix some locking cases where we ask for exclusively locked vnode, but we getpjd2007-09-212-4/+25
* - Redefine p_swtime and td_slptime as p_swtick and td_slptick. Thisjeff2007-09-214-26/+29
* - Call sched_sleep() before we suspend threads. sched_wakeup() is alreadyjeff2007-09-211-0/+2
* Fix some entries in the locks static table of witness.attilio2007-09-203-11/+9
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-1713-69/+47
* Remove the definition and implementation of 'CALLOUT_NETGIANT', a now- (andrwatson2007-09-151-11/+2
* Currently the LO_NOPROFILE flag (which is masked on upper level code byattilio2007-09-141-1/+1
OpenPOWER on IntegriCloud