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:39:16 UTC 2000

Modified Files:
        syssrc/sys/arch/i386/isa: fd.c pccons.c
        syssrc/sys/arch/i386/isa/pcvt: pcvt_kbd.c pcvt_sup.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.131 -r1.132 syssrc/sys/arch/i386/isa/fd.c
cvs rdiff -r1.138 -r1.139 syssrc/sys/arch/i386/isa/pccons.c
cvs rdiff -r1.23 -r1.24 syssrc/sys/arch/i386/isa/pcvt/pcvt_kbd.c
cvs rdiff -r1.18 -r1.19 syssrc/sys/arch/i386/isa/pcvt/pcvt_sup.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