Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: thorpej
Date: Thu Mar 23 06:36:04 UTC 2000
Modified Files:
syssrc/sys/arch/atari/dev: fd.c hdfd.c ite.c lpt.c ms.c msvar.h ser.c
wdc_mb.c
Log Message:
New callout mechanism with two major improvements over the old
timeout()/untimeout() API:
- Clients supply callout handle storage, thus eliminating problems of
resource allocation.
- Insertion and removal of callouts is constant time, important as
this facility is used quite a lot in the kernel.
The old timeout()/untimeout() API has been removed from the kernel.
To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 syssrc/sys/arch/atari/dev/fd.c
cvs rdiff -r1.19 -r1.20 syssrc/sys/arch/atari/dev/hdfd.c
cvs rdiff -r1.28 -r1.29 syssrc/sys/arch/atari/dev/ite.c
cvs rdiff -r1.15 -r1.16 syssrc/sys/arch/atari/dev/lpt.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/atari/dev/ms.c \
syssrc/sys/arch/atari/dev/ser.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/atari/dev/msvar.h
cvs rdiff -r1.7 -r1.8 syssrc/sys/arch/atari/dev/wdc_mb.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