aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_fattime.c
Commit message (Expand)AuthorAgeFilesLines
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Where appropriate, use the modern terms for the one true time baseWarner Losh2014-12-211-1/+1
* Fix a comment typo; conversion tables are for leap years, not leap seconds.Ian Lepore2014-04-201-1/+1
* Fix typo.Konstantin Belousov2014-04-171-1/+1
* Use ISO C99 integer types in sys/kern where possible.Ed Schouten2010-06-211-3/+3
* Better naming of fattime conversion functions, they do convert to timespecPoul-Henning Kamp2006-10-241-5/+8
* Add two new functions to convert FAT filesystem format timestampsPoul-Henning Kamp2006-10-221-0/+304