summaryrefslogtreecommitdiff
path: root/sys/msdosfs
AgeCommit message (Expand)Author
1999-11-15Add Kirk McKusick's soft updates code to the trunk. Not enabled byfvdl
1999-11-05Fix a problem in previous: we can't blindly assume that we havejdolecek
1999-11-05msdosfs_lookup(): initialize denode's de_fndcnt properly even forjdolecek
1999-11-04msdosfs_readdir(): set iovec offset correctly so that some long filenamejdolecek
1999-10-20Check if the type of device node isn't VBAD before touching v_specinfo. Ifenami
1999-10-16In spec_close(), if we're not doing a non-blocking close and VXLOCK iswrstuden
1999-09-05Adapt to cache_lookup() changes.jdolecek
1999-08-19Revoke revoke(2) bug.itohy
1999-08-16msdosfs_access(): initialize mode to ap->a_mode instead of 0. Fixes PR 7619.jdolecek
1999-08-04Pull in changes which parallel rev 1.22 -> 1.25 of ufs_lookup().wrstuden
1999-08-03Modify msdosfs_getattr() so that it will report archived files (ATTR_ARCHIVEwrstuden
1999-08-03Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntlwrstuden
1999-07-27fix msdosfs export problems which occur on LP64 systems, which werecgd
1999-07-27fix LP64 problems which were the cause of PR#8037.cgd
1999-07-26fix MSDOSFS_DEBUG printf arg typecgd
1999-07-17Adjust mountroot routines to vrele rootvp in case of mount error. Closeswrstuden
1999-07-08Modify file systems to deal with struct lock in struct vnode. All leafwrstuden
1999-05-24Silently ignore attributes modifications on directories. Fixestron
1999-04-21Remove spurious call to de_bn2cn(). A "cluster" in MSDOSFS is alreadyabs
1999-03-28Fix for handling of 8+3 filenames with blanks supplied by Bill Sommerfeldtron
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1999-03-22Add _PC_FILESIZEBITS to pathconf vnop.kleink
1999-03-07Fix too tight check for maximum supported partition size. Now partitionstron
1999-03-05Pass null pointers to VOP_UPDATE rather than having all the callers fetch themycroft
1999-03-05Permit the access and modify time pointers passed to VOP_UPDATE to be null,mycroft
1999-02-26Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() nowwrstuden
1999-01-07Implement short-term solution for PR#6576leo
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