aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/bcd.c
Commit message (Expand)AuthorAgeFilesLines
* Use time_t for intermediate values to avoid overflow in clock_ts_to_ctConrad Meyer2017-01-241-0/+4
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-071-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* Add $FreeBSD$Peter Wemm2000-05-011-0/+1
* Extend to handle all radix < 37Poul-Henning Kamp1996-01-241-1/+2
* Moved BCD declarations to the correct header (libkern.h).Bruce Evans1996-01-161-25/+25
* My wife is busy making me a new conical hat, so you don't need toPoul-Henning Kamp1996-01-151-2/+2
* Add the bcd <-> bin and hex -> ascii tables.Poul-Henning Kamp1996-01-151-0/+34