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:   jdolecek
Date:           Tue Feb  4 09:02:05 UTC 2003

Modified Files:
        src/sys/kern: kern_event.c
        src/sys/sys: event.h

Log Message:
Introduce EVFILT_TIMER, which allows a process to establish an
arbitrary number of timers, both oneshot and periodic.

from FreeBSD, only adapted to NetBSD kernel API - mstohz() instead
of tvtohz(), and takes advantage of callout_schedule() in filt_timerexpire()


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/kern/kern_event.c
cvs rdiff -r1.5 -r1.6 src/sys/sys/event.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