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