summaryrefslogtreecommitdiff
path: root/sys/kern/clock_subr.c
AgeCommit message (Collapse)Author
2016-08-26Pull in <sys/time.h> for clock_ymdhms bitsPhilip Guenther
ok deraadt@
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
2014-04-03bcopy -> memcpyTed Unangst
2013-07-02Cast to time_t before the final multiplication to prevent overflow inPhilip Guenther
2038. This'll last for another 4083 years or so... ok deraadt@
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