index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
sched_bsd.c
Age
Commit message (
Expand
)
Author
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-07-18
Add a macro that clears the want_resched flag that need_resched sets.
Artur Grabowski
2008-05-22
kill 2 bogus ARGUSED and use the LIST_FOREACH() macro
Thordur I. Bjornsson
2007-11-26
Move the implementation of __mp_lock (biglock) into machine dependent
Artur Grabowski
2007-10-11
sched_lock_idle and sched_unlock_idle are obsolete now.
Artur Grabowski
2007-10-10
Make context switching much more MI:
Artur Grabowski
2007-05-18
Widen the SCHED_LOCK in two cases to protect p_estcpu and p_priority.
Artur Grabowski
2007-05-16
The world of __HAVEs and __HAVE_NOTs is reducing. All architectures
Artur Grabowski
2007-02-06
Use atomic.h operation for manipulating p_siglist in struct proc. Solves
Artur Grabowski
2006-11-29
Kernel stack can be swapped. This means that stuff that's on the stack
Miod Vallat
2006-11-15
typos; from bret lambert
Jason McIntyre
2006-10-21
tbert sent me a diff to change some 0 to NULL
Ted Unangst
2006-10-09
bret lambert sent a patch removing register. i made it ansi.
Ted Unangst
2005-06-17
A second approach at fixing the telnet localhost & problem
Niklas Hallqvist
2005-05-29
sched work by niklas and art backed out; causes panics
Theo de Raadt
2005-05-26
Fix yield() to change p_stat from SONPROC to SRUN.
Artur Grabowski
2005-05-25
This patch is mortly art's work and was done *a year* ago. Art wants to thank
Niklas Hallqvist
2004-07-29
put the scheduler in its own file. reduces clutter, and logically separates
Ted Unangst