Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   pooka
Date:           Thu Apr 24 12:04:28 UTC 2014

Modified Files:
        src/sys/kern: kern_sleepq.c
        src/sys/rump/librump/rumpkern: sleepq.c
        src/sys/sys: sleepq.h

Log Message:
Make sleepq_wake() type void.  The return value hasn't been used in
almost 6 years.  Even if it were, returning an arbitrary lwp is a bit
of a wonky interface and can really work only when expected == 1.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/kern/kern_sleepq.c
cvs rdiff -u -r1.15 -r1.16 src/sys/rump/librump/rumpkern/sleepq.c
cvs rdiff -u -r1.22 -r1.23 src/sys/sys/sleepq.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index