cvs commit: src/sys/kern src/sys/sys
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Sep 18 19:53:17 PDT 2004
dillon 2004/09/18 19:52:27 PDT
DragonFly src repository
Modified files:
sys/kern kern_timeout.c
sys/sys systm.h
Log:
Remove timeout() and untimeout() plus all related support. Not having to
preallocate a large array of callout structures saves ~800K of physical memory.
Could-not-have-been-done-without: Joerg Sonnenberger <joerg at xxxxxxxxxxxxxxxxx>
Revision Changes Path
1.14 +5 -25 src/sys/kern/kern_timeout.c
1.21 +3 -0 src/sys/sys/systm.h
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_timeout.c.diff?r1=1.13&r2=1.14&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/systm.h.diff?r1=1.20&r2=1.21&f=u
More information about the Commits
mailing list