summaryrefslogtreecommitdiff
path: root/sys/msdosfs
AgeCommit message (Expand)Author
1998-09-21Set the tooffset after renaming even if in root directory.ws
1998-09-01Use the pool allocator and the "nointr" pool page allocator for msdosfsthorpej
1998-08-18Add some braces to make egcs happy (ambiguous else warning).thorpej
1998-08-10create miscfs/genfs/genfs_vnops.c:genfs_enoioctl and make all the othermatthias
1998-08-09bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-08-03Recognize _PC_SYNC_IO.kleink
1998-08-02Implement support for IEEE Std 1003.1b-1993 synchronous I/O:kleink
1998-07-05* defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID.jonathan
1998-06-25Use genfs_lease_check()thorpej
1998-06-12Rework the way kernel include files are installed. In the new method,cgd
1998-06-09Protect various config(8)-generated files from inclusion whilescottr
1998-06-08Use the newly-defined opt_quota.h.scottr
1998-06-05Convert fsync vnode operator implementations and usage from the old `waitfor'kleink
1998-05-20Name a simple lock consistently.thorpej
1998-05-02Fix missing variable increment, which caused writing FAT32 filesystemsthorpej
1998-04-21Guess the number of needed cookies in a better way, and check forfvdl
1998-04-20unlock the lock we previously locked, not another one!ws
1998-03-01Merge with Lite2 + local changesfvdl
1998-02-18Place a pointer to an array of our vnodeopv_desc *'s in our vfsopsthorpej
1998-02-12make these compile.mrg
1998-02-10- add defopt's for UVM, UVMHIST and PMAP_NEW.mrg
1998-02-07add flags arg to hashinit(), to pass to malloc().chs
1998-02-05initial import of the new virtual memory system, UVM, into -current.mrg
1997-11-17PR4393: additional fixes of format strings for unsigned parametersws
1997-11-16PR/4394: Rick Byers: MSDOSFS_DEBUG kernel panics during mount.christos
1997-11-16PR/4393: Rick Byers: MSDOSFS_DEBUG kernel does not compile.christos
1997-11-08Fix lossage with diroffset handling in root dirws
1997-10-18Correct handling of empty files (fixes PR4285 by (and tested by) Dave Huang)ws
1997-10-18Use bcmp instead of memcmp since we haven't switched to using memcmp elsewherebriggs
1997-10-17Add support for FAT32ws
1997-10-16Add missing cast to nlink_tchristos
1997-10-10Bump last argument to VOP_READDIR to off_t (from u_long).fvdl
1997-07-30Remove bogus `locking by process 0' diagnostic; from Charles.christos
1997-07-28Add msdosfs_mountroot; we still have a problem with locking by proc 0,christos
1997-06-30Return EPERM for an attempt to remove a directory with VOP_REMOVE.fvdl
1997-06-26Avoid panic triggered by rename("foo/", "bar/..") (From Mycroft)christos
1997-05-17NULL => 0 (Arne Juul; PR#3629)pk
1997-05-08Need stat.h.mycroft
1997-05-08Fix typo.mycroft
1997-05-08Pass the vnode type to vaccess(), and use it when checking VEXEC. Make suremycroft
1997-05-08VEXEC -> VLOOKUP, as appropriate.mycroft
1997-04-11Implement a POSIX compliant genfs VOP_SEEK() and use it in the appropriatekleink
1997-01-15Eliminate obsolete TIMEZONE and DST options.perry
1996-12-22Change the second and third args to struct vfsops' (*vfs_mount)() tocgd
1996-12-22Change the second and third args to struct vfsops' (*vfs_mount)() tocgd
1996-11-08Fix panic on mkdir.ws
1996-10-25make the namei struct members ni_dirp and ni_next, and the componentnamecgd
1996-10-13backout previous kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-09-20"'" and "^" are allowed in short fat filenames,ws