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