History log of /csrg-svn/sys/kern/kern_synch.c (Results 1 – 25 of 87)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 69558 19-May-1995 pendry

accounting for simple locks and unlocks

# 68304 14-Feb-1995 cgd

new argument passing conventions. minor type size cleanup.

# 67732 22-Aug-1994 mckusick

use new queue.h data structures

# 65771 21-Jan-1994 bostic

add USL's copyright notice

# 64636 23-Sep-1993 bostic

put back in the shift, don't use the bottom bits for hashing

# 64590 23-Sep-1993 bostic

changes for 4.4BSD-Lite requested by USL

# 64533 21-Sep-1993 bostic

changes for 4.4BSD-Lite requested by USL

# 64413 05-Sep-1993 bostic

Cleanups for 4.4BSD-Lite

# 63176 10-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

# 56895 18-Nov-1992 torek

p_cpticks is modified by statclock intr; must prevent state changes
slightly sooner. can use splstatclock instead of splhigh to do this.

# 56517 11-Oct-1992 bostic

make kernel includes standard

# 54788 08-Jul-1992 torek

lint; volatile poison; new C-language swtch for generic operations

# 52689 28-Feb-1992 bostic

sleep, tsleep and wakeup really take void *'s, not caddr_t's.

# 52686 28-Feb-1992 sklower

declare "int lbolt" here (by TK for Keith)

# 52667 25-Feb-1992 mckusick

averunnable now a structure

# 52499 14-Feb-1992 torek

always set sig, no need to test catch, makes gcc happy

# 52498 14-Feb-1992 marc

trace context switches

# 50218 27-Jun-1991 karels

sleep doesn't need spl0 (idle does it)

# 49594 09-May-1991 bostic

new copyright; att/bsd/shared

# 49226 06-May-1991 karels

define curpri

# 49095 04-May-1991 karels

noproc => !curproc; don't need user.h for aston now

# 47544 17-Mar-1991 karels

more-or-less working with new proc & user structs
lots of cleanup & clarification; runrun/aston => need_resched

# 45742 05-Dec-1990 mckusick

update for new VM

# 45671 01-Dec-1990 karels

ready to use "safepri" from machdep

# 40711 03-Apr-1990 karels

tsleep II, as it was meant to be

1234