summaryrefslogtreecommitdiff
path: root/sys/msdosfs/msdosfs_conv.c
AgeCommit message (Expand)Author
2024-09-12msdos already transfroms for Windows long names a '/' char into '?'.Claudio Jeker
2024-04-14with empty body loops, put final semicolon on a new line for readabilityJonathan Gray
2019-09-04msdosfs: remove timezone supportcheloha
2015-10-23Nuke a bunch of leading/embedded/trailing whitespace so the code can beKenneth R Westerback
2014-12-16primary change: move uvm_vnode out of vnode, keeping only a pointer.Ted Unangst
2014-04-21msdosfs timestamps can only represent 1/1/1980 throughKenneth R Westerback
2013-10-01Format string fixes: %hu/%hd for uint16_t, %u/%d/%x for uint32_tStefan Fritsch
2012-09-06Remove the need to occasionally treat dos file names as strings byKenneth R Westerback
2009-08-13- ansify function declarations, no binary changeJasper Lievisse Adriaanse
2004-05-14use pool for namei pathbuf. testing ok millert@ tdeval@Ted Unangst
2004-05-1232 bit ints are uint32_t, not u_long. works on 64bit now. ok deraadt@Ted Unangst
2004-03-31Fix false positives when comparing long file names that have theTodd C. Miller
2003-07-29constify the conversion tablesMichael Shalayeff
2001-05-17It's Daylight Saving Time, not Savings. Fix comments.Peter Valchev
1998-01-11FAT32 support from NetBSD by Wolfgang Solfrank.Niels Provos
1997-10-04cleanup timestamp code for NT/Win95; khym@bga.comTheo de Raadt
1997-03-02Sync msdosfs with NetBSD sans const-ness. NetSBD log messages:Todd C. Miller
1996-03-02Fix missed s/ts_/tv_/ replacements in last patchNiklas Hallqvist
1996-02-29From NetBSD: merge with 960217Niklas Hallqvist
1996-02-21elliminate unneccessary printf in dos2unix time conversion,Michael Shalayeff
1995-12-14from netbsd (mostly by ws):Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt