summaryrefslogtreecommitdiff
path: root/sys/kern/clock_subr.c
AgeCommit message (Collapse)Author
2006-11-14grammar, spelling, and style fixes from bret lambert;Jason McIntyre
kern_descrip.c change ok deraadt
2006-06-19move clock_subr.c to a better place, and now it is always in the kernelTheo de Raadt
so that things can use it; tested on all architectures; ok kettenis