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
/
kern_synch.c
Age
Commit message (
Expand
)
Author
2003-12-23
enough is enough, driving people insane is not nice
Theo de Raadt
2003-12-23
print tv_usec fields correctly in reporting conmonotonic time
Michael Shalayeff
2003-12-19
Add a check for time not flowing monotonically and just don't change
Todd C. Miller
2003-12-15
Fix some sign issues that fell out from the change of rlim_t to unsigned.
Todd C. Miller
2003-12-15
workaround a clock tick handling bug that the rlimit code just exposed.
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-03-15
kill 10 minute non-root suffers stuff. noted that we still have this, by
Theo de Raadt
2002-10-15
Protect p_priority with splstatclock.
Artur Grabowski
2002-07-24
fix header printing in show_all_procs
Michael Shalayeff
2002-07-03
Change all variables definitions (int foo) in sys/sys/*.h to variable
Miod Vallat
2002-06-11
splassert(IPL_STATCLOCK) mi_switch
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-08
semicolon is not always what it seems, replace w/ a \n in asm labels
Michael Shalayeff
2001-11-11
Let ltsleep take a const wmesg.
Artur Grabowski
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-09-13
Remove a comment that just doesn't make any sense.
Artur Grabowski
2001-08-07
Change tsleep into ltsleep.
Artur Grabowski
2001-06-27
remove old vm
Artur Grabowski
2001-06-24
cold is in systm.h now
Michael Shalayeff
2001-05-26
indentation.
Artur Grabowski
2001-03-25
Reintroduce wakeup call
Constantine Sapuntzakis
2001-03-15
Print a '*' in front of curproc in ps in ddb.
Artur Grabowski
2001-02-27
Add wakeup_n and wakeup_one. wakeup_n will wakeup up to n sleeping processes
Constantine Sapuntzakis
2001-02-19
When doing an assertion for phz, just do it once when we set phz,
Artur Grabowski
2000-11-10
Change the ktrace interface functions from taking the trace vnode to taking the
Artur Grabowski
2000-08-03
s/principal/priciple/; from netbsd
Michael Shalayeff
2000-07-06
Typo in comment and some cleanup of roundrobin.
Artur Grabowski
2000-06-27
Slight optimization of wakeup.
Artur Grabowski
2000-06-05
Changes to exit handling.
Artur Grabowski
2000-04-19
Remove the roundrobin_attempts hack and replace it with per-process scheduling
Artur Grabowski
2000-03-23
Don't reinitialize the tsleep and ITIMER_REAL timers all the time.
Artur Grabowski
2000-03-23
use the new timeout interface for tsleep.
Artur Grabowski
2000-03-23
Adapt roundrobin and schedcpu to the new timeout API.
Artur Grabowski
2000-03-03
Keep track of the number of times we trigger a reschedule before the
Artur Grabowski
2000-03-03
Use the LIST_FIRST macro to get the head of zombproc list.
Artur Grabowski
2000-03-03
Use LIST_ macros instead of internal field names to walk the allproc list.
Artur Grabowski
1999-09-05
Use stathz to calculate CPU time when available; fixes CPU calculation
Thorsten Lockert
1999-08-15
Adopt NetBSD fix for scheduler problems (nice was broken). From the NetBSD
Paul Janzen
1999-04-21
Improved ps formatting.
Alex Feldman
1999-02-26
uvm allocation and name changes
Artur Grabowski
1998-11-15
GC unnecessary declaration
Artur Grabowski
1998-02-03
bad types; wileyc@sekiya.twics.co.jp
Theo de Raadt
1997-11-06
Updates for VFS Lite 2 + soft update.
Constantine Sapuntzakis
1997-11-04
fix printf formatting of "ps" (aka "show all proc") so that lines never
chuck
1997-10-06
back out vfs lite2 till after 2.2
Theo de Raadt
1997-10-06
VFS Lite2 Changes
Constantine Sapuntzakis
1997-07-28
two unneeded variables; enami@ba2.so-net.or.jp
Theo de Raadt
1997-01-19
asm -> __asm
briggs
1996-11-23
remrq -> remrunqueue
kstailey
1996-05-02
sync syscalls, no sys/cpu.h
Theo de Raadt
[next]