summaryrefslogtreecommitdiff
path: root/sys/fs/msdosfs/direntry.h
AgeCommit message (Expand)Author
2021-10-23Sanitize the symbol namespace. NFC.thorpej
2016-02-01We can't depend on dp->d_namlen existing for the parts that are used inchristos
2016-01-30Add support to msdosfs and makefs to generate correct Unicode (UCS-2) directorymlelstv
2016-01-23Apparently a recent round of vandalism by the C++ standards committeedholland
2016-01-22u_int{8,16,32}_t -> uint{8,16,32}_t, also u_int -> unsigned anddholland
2013-10-20provide a function to access the name and extension as a single array aschristos
2013-01-26expose more stuff if MAKEFS is defined for the headers, and arrange forchristos
2005-12-03- protect userland exported files against multiple inclusion.christos
2005-09-12Use nanotime() to update the time fields in filesystems. Convert the codechristos
2005-08-29Remove __P()xtraeme
2003-09-07add -t option for gmt time offset (normally MS-DOS filesystem has timestampitojun
2002-12-26move msdosfs code from sys/msdosfs to sys/fs/msdosfsjdolecek