aboutsummaryrefslogtreecommitdiff
path: root/sys/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1412-12/+12
* Don't synchronously update the directory entry at the end of everyBruce Evans1996-12-251-2/+2
* Fixed an off by 1 error in unix2dostime(). The first day of each monthBruce Evans1996-12-041-2/+2
* MSDOS FS used to allocate a buffer before extending the VM object. InJohn Dyson1996-10-021-7/+9
* In sys/time.h, struct timespec is defined as:Nate Williams1996-09-192-6/+6
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.Bruce Evans1996-09-031-2/+2
* bzero reserved field into directory entry, junk here causeAndrey A. Chernov1996-07-281-1/+2
* The Great PC98 Merge.Satoshi Asami1996-06-144-4/+97
* Moved the fsnode MALLOC to before the call to getnewvnode() so that theDavid Greenman1996-06-121-3/+9
* Fix adjkerntz expression priority.Andrey A. Chernov1996-04-051-3/+3
* Don't adjust file times for UTC clock to have the same timestampsAndrey A. Chernov1996-04-051-4/+6
* add a `Warning:' to the message saying that the root directory is not aGary Palmer1996-04-031-2/+2
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-302-5/+5
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-3/+5
* Convert QUOTA to new-style option.Garrett Wollman1996-01-051-16/+1
* Untangled the vm.h include file spaghetti.David Greenman1995-12-072-2/+6
* Added prototypes.Bruce Evans1995-12-034-5/+30
* Moved declarations for static functions to the correct place (not in aBruce Evans1995-11-162-17/+23
* Fixed getdirentries() on nfs mounted msdosfs's. No cookies were returnedBruce Evans1995-11-131-14/+3
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-092-42/+44
* missed one static thingie.Poul-Henning Kamp1995-11-071-2/+2
* staticize private parts.Poul-Henning Kamp1995-11-076-35/+35
* Pad out MSDOS boot block to 512 bytes (bugfix only)Paul Traina1995-10-311-2/+2
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-294-79/+80
* Moved the filesystem read-only check out of the syscalls and into theDavid Greenman1995-10-221-101/+108
* Return EINVAL instead of panicing for rename("dir1", "dir2/..").Bruce Evans1995-10-071-2/+3
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countJohn Dyson1995-09-041-1/+5
* Fix bogus arg (&p instead of p) in the call to VOP_ACCESS() fromBruce Evans1995-08-251-2/+2
* Make sure that a non-null cookie vector is returned even if there were noDoug Rabson1995-08-031-1/+9
* Add support for the va_filerev attribute required by NFSv3.Doug Rabson1995-08-023-3/+24
* Removed my special-case hack for VOP_LINK and fixed the problem with theDavid Greenman1995-08-011-2/+2
* 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