summaryrefslogtreecommitdiffstats
path: root/sys/kern/clock_subr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pull in <sys/time.h> for clock_ymdhms bitsguenther2016-08-261-1/+2
| | | | ok deraadt@
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-3/+1
| | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
* bcopy -> memcpytedu2014-04-031-2/+2
|
* Cast to time_t before the final multiplication to prevent overflow inguenther2013-07-021-2/+2
| | | | | | 2038. This'll last for another 4083 years or so... ok deraadt@
* grammar, spelling, and style fixes from bret lambert;jmc2006-11-141-2/+2
| | | | kern_descrip.c change ok deraadt
* move clock_subr.c to a better place, and now it is always in the kernelderaadt2006-06-191-0/+158
so that things can use it; tested on all architectures; ok kettenis