aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* Fixed VOP_LINK argument order botch.David Greenman1995-06-281-3/+3
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-16/+7
* Remove trailing whitespace.Rodney W. Grimes1995-05-3012-141/+141
* Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu>Bruce Evans1995-05-092-2/+27
* Fix link sys callAndrey A. Chernov1995-04-111-2/+4
* Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu>Bruce Evans1995-04-111-8/+2
* Submitted by: Wolfgang Solfrank <ws@tools.de>Bruce Evans1995-04-111-2/+2
* Fix timestamps when using Wall CMOS clock,Andrey A. Chernov1995-03-291-25/+21
* Removed redundant newlines that were in some panic strings.David Greenman1995-03-191-2/+2
* Removed bogus, commented out, call to vnode_pager_uncache().David Greenman1995-03-191-2/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-162-5/+4
* Use the correct block number for updating the backup copy of the FAT whenBruce Evans1995-02-101-2/+2
* Kill the comment in a comment to shut up the compiler.Andreas Schulz1995-01-291-2/+2
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-092-5/+3
* Fix panic for `cp -p' by root to an msdos file system. Improve handlingBruce Evans1994-12-273-29/+57
* Fix numerous timestamp bugs.Bruce Evans1994-12-126-41/+46
* Restore mv check, cause panic without itAndrey A. Chernov1994-11-291-3/+1
* 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