summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat/msdosfs.c
Commit message (Collapse)AuthorAgeFilesLines
* Do not cache and correctly free() dosmount entry in case of errors.fjoe2003-09-231-3/+4
| | | | PR: 53980 (partially)
* fix this code properly. msdosfs can't have device nodes on them.jmg2003-06-241-1/+1
| | | | | | | comment how to read device nodes from ufs (if an adventurous soul wants to fix it!). Reviewed by: bde
* Consistently use FBSDIDobrien2002-06-301-2/+3
|
* Anding the fsid with 0xffff was causing aliasing problems.dwmalone2001-11-051-1/+1
| | | | | | | PR: 17405, 16320 Submitted by: Mark W. Krentel <krentel@dreamscape.com> Submitted by: Peter Edwards <peter.edwards@ireland.com> MFC after: 2 weeks
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-251-5/+5
| | | | | - msdos.ko renamed to msdosfs.ko - /usr/include/msdosfs moved to /usr/include/fs/msdosfs
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
| | | | Requested by: bde
* Include correct header files, in preparation for fixing sys/mount.h.grog2001-04-231-0/+2
| | | | Suggested-by: phk
* Support more filesystems in fstat(1): now you can use fstat(1) togreen2000-03-161-0/+150
find out if files on msdosfs and cd9660 filestores are open. There was also a movement of some common things to a header, a small cleanup. PR: bin/16364 bin/7043 Submitted by: Peter Edwards <peter.edwards@openet-telecom.com>
OpenPOWER on IntegriCloud