summaryrefslogtreecommitdiff
path: root/sys/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* Tell stupid users to write the bootcode.release/2.0_cvsJordan K. Hubbard1994-11-2212-12/+12
* Fix from John Hay to avoid kernel panics when ap->a_eofflag is NULL.Jordan K. Hubbard1994-11-011-2/+3
* Set the EOF flag properly.Paul Traina1994-10-271-6/+6
* Fixed panic when unmounting floppy msdos filesystems. Problem wasMartin Renters1994-10-231-7/+30
* Cosmetics. Silence gcc -WallPoul-Henning Kamp1994-10-102-11/+10
* Use tsleep() rather than sleep so that 'ps' is more informative aboutDavid Greenman1994-10-062-4/+4
* GCC cleanup.Poul-Henning Kamp1994-10-021-16/+3
* Make NFS ask the filesystems for directory cookies instead of making themDoug Rabson1994-09-281-37/+37
* Added declarations, fixed bugs due to missing decls. At least one of themPoul-Henning Kamp1994-09-278-111/+168
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-212-2/+6
* Changed some NetBSD backwards compatibility code which was confusing mountd.Doug Rabson1994-09-191-6/+2
* Added msdosfs.Doug Rabson1994-09-1912-0/+6301