Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/rump/librump
Module Name: src
Committed By: pooka
Date: Tue Jun 24 14:11:45 UTC 2008
Modified Files:
src/sys/rump/librump/rumpkern: emul.c
src/sys/rump/librump/rumpuser: rumpuser.c rumpuser.h
Log Message:
Make kpause() use nanosleep() instead of usleep(). Fixes >=1s sleeps
to actually sleep a bit too.
from Arnaud Ysmal
To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 src/sys/rump/librump/rumpkern/emul.c
cvs rdiff -r1.14 -r1.15 src/sys/rump/librump/rumpuser/rumpuser.c
cvs rdiff -r1.16 -r1.17 src/sys/rump/librump/rumpuser/rumpuser.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