summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* Fix adjkerntz expression priority.ache1996-04-051-3/+3
* Don't adjust file times for UTC clock to have the same timestampsache1996-04-051-4/+6
* add a `Warning:' to the message saying that the root directory is not agpalmer1996-04-031-2/+2
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-302-5/+5
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-3/+5
* Convert QUOTA to new-style option.wollman1996-01-051-16/+1
* Untangled the vm.h include file spaghetti.dg1995-12-072-2/+6
* Added prototypes.bde1995-12-034-5/+30
* Moved declarations for static functions to the correct place (not in abde1995-11-162-17/+23
* Fixed getdirentries() on nfs mounted msdosfs's. No cookies were returnedbde1995-11-131-14/+3
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-092-42/+44
* missed one static thingie.phk1995-11-071-2/+2
* staticize private parts.phk1995-11-076-35/+35
* Pad out MSDOS boot block to 512 bytes (bugfix only)pst1995-10-311-2/+2
* Second batch of cleanup changes.phk1995-10-294-79/+80
* Moved the filesystem read-only check out of the syscalls and into thedg1995-10-221-101/+108
* Return EINVAL instead of panicing for rename("dir1", "dir2/..").bde1995-10-071-2/+3
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-041-1/+5
* Fix bogus arg (&p instead of p) in the call to VOP_ACCESS() frombde1995-08-251-2/+2
* Make sure that a non-null cookie vector is returned even if there were nodfr1995-08-031-1/+9
* Add support for the va_filerev attribute required by NFSv3.dfr1995-08-023-3/+24
* Removed my special-case hack for VOP_LINK and fixed the problem with thedg1995-08-011-2/+2
* Fixed VOP_LINK argument order botch.dg1995-06-281-3/+3
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-16/+7
* Remove trailing whitespace.rgrimes1995-05-3012-141/+141
* Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu>bde1995-05-092-2/+27
* Fix link sys callache1995-04-111-2/+4
* Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu>bde1995-04-111-8/+2
* Submitted by: Wolfgang Solfrank <ws@tools.de>bde1995-04-111-2/+2
* Fix timestamps when using Wall CMOS clock,ache1995-03-291-25/+21
* Removed redundant newlines that were in some panic strings.dg1995-03-191-2/+2
* Removed bogus, commented out, call to vnode_pager_uncache().dg1995-03-191-2/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-162-5/+4
* Use the correct block number for updating the backup copy of the FAT whenbde1995-02-101-2/+2
* Kill the comment in a comment to shut up the compiler.ats1995-01-291-2/+2
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-092-5/+3
* Fix panic for `cp -p' by root to an msdos file system. Improve handlingbde1994-12-273-29/+57
* Fix numerous timestamp bugs.bde1994-12-126-41/+46
* Restore mv check, cause panic without itache1994-11-291-3/+1
* Fix from John Hay to avoid kernel panics when ap->a_eofflag is NULL.jkh1994-11-011-2/+3
* Set the EOF flag properly.pst1994-10-271-6/+6
* Fixed panic when unmounting floppy msdos filesystems. Problem wasmartin1994-10-231-7/+30
* Cosmetics. Silence gcc -Wallphk1994-10-102-11/+10
* Use tsleep() rather than sleep so that 'ps' is more informative aboutdg1994-10-062-4/+4
* GCC cleanup.phk1994-10-021-16/+3
* Make NFS ask the filesystems for directory cookies instead of making themdfr1994-09-281-37/+37
* Added declarations, fixed bugs due to missing decls. At least one of themphk1994-09-278-111/+168
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-212-2/+6
* Changed some NetBSD backwards compatibility code which was confusing mountd.dfr1994-09-191-6/+2
* Added msdosfs.dfr1994-09-1912-0/+6301
OpenPOWER on IntegriCloud