Source-Changes archive

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

CVS commit: src/sys/rump/librump/rumpkern



Module Name:    src
Committed By:   pooka
Date:           Fri Oct 10 13:14:41 UTC 2008

Modified Files:
        src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c intr.c locks.c
            rump.c rump_private.h
Added Files:
        src/sys/rump/librump/rumpkern: sleepq.c

Log Message:
Support callouts and call callout_hardclock() from the timer
interrupt thread.

The sleepq implementation required for callouts is horrible, kludged
only for callouts, and generally unacceptable.  It needs revisiting,
but I'm not sure yet should rump or kern_timeout be improved.  It's
almost untested as of now, but committing this will give me some
maneuvering space while letting application compile.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/rump/librump/rumpkern/Makefile.rumpkern
cvs rdiff -r1.50 -r1.51 src/sys/rump/librump/rumpkern/emul.c
cvs rdiff -r1.5 -r1.6 src/sys/rump/librump/rumpkern/intr.c
cvs rdiff -r1.19 -r1.20 src/sys/rump/librump/rumpkern/locks.c
cvs rdiff -r1.63 -r1.64 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -r1.10 -r1.11 src/sys/rump/librump/rumpkern/rump_private.h
cvs rdiff -r0 -r1.1 src/sys/rump/librump/rumpkern/sleepq.c

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