summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* - Revision 1.469 of vfs_subr.c resulted in the buf's b_object field beingalc2003-11-111-14/+7
* Whitespace sync to MAC branch, expand comment at the head of the file.rwatson2003-11-111-3/+9
* Fix a bug where the taskqueue kproc was being parented by initalfred2003-11-101-1/+1
* When there are no free sem_undo structs available in semu_alloc(), onlytjr2003-11-101-3/+4
* Change the clear_ret argument of get_mcontext() to be a flags argument.marcel2003-11-091-2/+2
* Quick fix for scaling of statclock ticks in the SMP case. As explainedbde2003-11-091-0/+4
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-0911-17/+45
* o add a flags parameter to netisr_register that is used to specifysam2003-11-081-2/+2
* Return a reasonable number for top or ps to display for M:N thread,davidxu2003-11-081-0/+2
* Regen.jhb2003-11-072-7/+7
* Mark ptrace(), ktrace(), utrace(), sysarch(), and issetugid() as MP safe.jhb2003-11-071-5/+5
* Slight whitespace consistency improvement:rwatson2003-11-073-4/+4
* - Somehow I botched my last commit. Add an extra ( to fix things up. I'mjeff2003-11-061-1/+1
* - Delay the allocation of memory for the pipe mutex until we need it.alc2003-11-061-5/+1
* - Simplify pipespace() by eliminating the explicit creation of vm objects.alc2003-11-061-10/+2
* Remove the flags argument from mac_externalize_*_label(), as it's notrwatson2003-11-061-6/+6
* - Remove the local definition of sched_pin and unpin. They are provided injeff2003-11-061-17/+3
* o make debug_mpsafenet globally visiblesam2003-11-051-10/+0
* Minor style(9) nitimp2003-11-051-8/+8
* - It's ok if sched_runnable() has races in it, we don't need the sched_lockjeff2003-11-051-3/+4
* Remove mntvnode_mtx and replace it with per-mountpoint mutex.kan2003-11-053-33/+35
* Back out the following revisions:fjoe2003-11-051-18/+21
* Get rid of DIAGNOSTIC that gives false positives on slow CPUs.mckusick2003-11-041-28/+0
* - Add initial support for pinning and binding.jeff2003-11-041-2/+53
* Allow the bufdaemon and update daemon processes to skip themckusick2003-11-041-4/+8
* disable MPSAFE network drivers; we aren't ready yet`sam2003-11-041-1/+1
* I believe kbyanc@ really meant this in rev 1.58.cognet2003-11-041-2/+2
* Do not attempt to report proc event if NOTE_EXIT has already been received.cognet2003-11-041-0/+7
* Don't require INTR_FAST handlers to be exclusive in the MI layer. Instead,jhb2003-11-031-7/+11
* Update spin lock order list for new i386 interrupt and SMP code.jhb2003-11-031-3/+2
* Unlock pipe mutex when failing MAC pipe ioctl access control check.rwatson2003-11-031-1/+3
* - Remove kseq_find(), we no longer scan other cpu's run queues when we gojeff2003-11-031-66/+17
* - Remove the ksq_loads[] array. We are only interested in three counts,jeff2003-11-021-33/+50
* Take care not to call vput if thread used in corresponding vgetkan2003-11-021-1/+2
* - In sched_prio() only force us onto the current queue if our priority isjeff2003-11-021-1/+2
* - Rename SCHED_PRI_NTHRESH to SCHED_SLICE_NTHRESH since it is only used injeff2003-11-021-10/+11
* - Remove uses of PRIO_TOTAL and replace them with SCHED_PRI_NRESVjeff2003-11-021-5/+5
* - Change sched_interact_update() to only accept slp+runtime values betweenjeff2003-11-021-27/+56
* Temporarily undo parts of the stuct mount locking commit by jeff.kan2003-11-011-5/+1
* - Add static to local functions and data where it was missing.jeff2003-10-311-78/+222
* Ensure that mp_ncpus is set to 1 if mp_cpu_probe() fails.jhb2003-10-301-1/+3
* Relock mntvnode_mtx if vget fails in vfs_stdsync. The loop iskan2003-10-301-0/+1
* Try to fetch thread mailbox address in page fault trap, so when threaddavidxu2003-10-301-1/+2
* Add a temporary mechanism to disble INTR_MPSAFE from network interfacesam2003-10-291-0/+13
* Removed mostly-dead code for setting switchtime after the idle loopbde2003-10-292-11/+2
* Removed sched_nest variable in sched_switch(). Context switches alwaysbde2003-10-293-7/+1
* Introduce the notion of "persistent mbuf tags"; these are tags that staysam2003-10-291-0/+17
* speedup stream socket recv handling by tracking the tail ofsam2003-10-283-41/+338
* - Only change the run queue in sched_prio() if the kse is non null. threadsjeff2003-10-281-10/+2
* - Don't set td_priority directly here, use sched_prio().jeff2003-10-271-1/+1
OpenPOWER on IntegriCloud