Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pull in <sys/time.h> for clock_ymdhms bits | 2016-08-26 | 1 | -1/+2 | |
| | | | | ok deraadt@ | ||||
* | Remove some includes include-what-you-use claims don't | 2015-03-14 | 1 | -3/+1 | |
| | | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@ | ||||
* | bcopy -> memcpy | 2014-04-03 | 1 | -2/+2 | |
| | |||||
* | Cast to time_t before the final multiplication to prevent overflow in | 2013-07-02 | 1 | -2/+2 | |
| | | | | | | 2038. This'll last for another 4083 years or so... ok deraadt@ | ||||
* | grammar, spelling, and style fixes from bret lambert; | 2006-11-14 | 1 | -2/+2 | |
| | | | | kern_descrip.c change ok deraadt | ||||
* | move clock_subr.c to a better place, and now it is always in the kernel | 2006-06-19 | 1 | -0/+158 | |
so that things can use it; tested on all architectures; ok kettenis |