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: enami
Date: Fri Mar 24 11:57:16 UTC 2000
Modified Files:
syssrc/sys/kern: init_main.c kern_allocsys.c kern_clock.c
syssrc/sys/sys: callout.h
Log Message:
Call the routine to calculate callwheelsize from allocsys() instead of
main() since some port like alpha and mips calls allocsys() before main()
is called. While I'm here, I renamed some function.
To generate a diff of this commit:
cvs rdiff -r1.165 -r1.166 syssrc/sys/kern/init_main.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/kern/kern_allocsys.c
cvs rdiff -r1.53 -r1.54 syssrc/sys/kern/kern_clock.c
cvs rdiff -r1.13 -r1.14 syssrc/sys/sys/callout.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