summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs/msdosfs_conv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* msdosfs: remove timezone supportcheloha2019-09-041-5/+3
* Nuke a bunch of leading/embedded/trailing whitespace so the code can bekrw2015-10-231-23/+23
* primary change: move uvm_vnode out of vnode, keeping only a pointer.tedu2014-12-161-1/+2
* msdosfs timestamps can only represent 1/1/1980 throughkrw2014-04-211-3/+12
* Format string fixes: %hu/%hd for uint16_t, %u/%d/%x for uint32_tsf2013-10-011-2/+2
* Remove the need to occasionally treat dos file names as strings bykrw2012-09-061-3/+2
* - ansify function declarations, no binary changejasper2009-08-131-40/+10
* use pool for namei pathbuf. testing ok millert@ tdeval@tedu2004-05-141-1/+1
* 32 bit ints are uint32_t, not u_long. works on 64bit now. ok deraadt@tedu2004-05-121-13/+13
* Fix false positives when comparing long file names that have themillert2004-03-311-1/+4
* constify the conversion tablesmickey2003-07-291-8/+8
* It's Daylight Saving Time, not Savings. Fix comments.pvalchev2001-05-171-3/+3
* FAT32 support from NetBSD by Wolfgang Solfrank.provos1998-01-111-9/+16
* cleanup timestamp code for NT/Win95; khym@bga.comderaadt1997-10-041-2/+4
* Sync msdosfs with NetBSD sans const-ness. NetSBD log messages:millert1997-03-021-17/+6
* Fix missed s/ts_/tv_/ replacements in last patchniklas1996-03-021-4/+4
* From NetBSD: merge with 960217niklas1996-02-291-3/+13
* elliminate unneccessary printf in dos2unix time conversion,mickey1996-02-211-1/+3
* from netbsd (mostly by ws):deraadt1995-12-141-89/+551
* initial import of NetBSD treederaadt1995-10-181-0/+355