Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/04/2003 11:02:06
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.