summaryrefslogtreecommitdiff
path: root/sys/msdosfs
AgeCommit message (Expand)Author
1995-06-18don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELENcgd
1995-06-02Update a comment in deupdat() to reflect current reality.mycroft
1995-06-02Various changes:mycroft
1995-06-02Fix typo.mycroft
1995-06-02Set the `archive' bit on created files. Copy some code from UFS to do bettermycroft
1995-04-07Require the denode to be locked before calling msdosfs_hashins(), rather thanmycroft
1995-03-29KERNEL -> _KERNELbriggs
1995-03-27Remove some sanity checks that are too restrictive, as suggested by Leo.mycroft
1995-03-19Use the correct block number for updating the backup copy of the FAT whenws
1995-03-12Fix off-by-one error in root directory length calculationws
1995-03-09copy*str() should use size_t.mycroft
1995-03-08size for copyinstr should be u_longcgd
1995-01-18Clean up the code to frob mnt_stat a bit.mycroft
1995-01-04Some trivial cleanup.mycroft
1995-01-04Nuke second arg to DE_TIMES().mycroft
1994-12-27Ignore entries with ATTR_VOLUME set when checking if a directory is empty.mycroft
1994-12-27Use vaccess().mycroft
1994-12-27Push more of the time conversion code into unix2dostime(). Maintain themycroft
1994-12-27vput() the source vnode and return EOPNOTSUPP for (unsupported) link.mycroft
1994-12-15Call foo_statfs() from a common place when mounting.mycroft
1994-12-14Update to match other fs code.mycroft
1994-12-13Turn lease_check() into a vnode op, per CSRG.mycroft
1994-10-30be more careful with types, also pull in headers where necessary.cgd
1994-10-29light clean; make sure headers are properly included, types are OK, etc.cgd
1994-10-28Correct padding in 3.3 boot sector structure, per Mike Hartman.mycroft
1994-10-20update for new syscall args description mechanismcgd
1994-09-28Fix typo in last change.mycroft
1994-09-28Return EINVAL on attempted flags change.mycroft
1994-09-28Various changes:mycroft
1994-09-22Define VFSTOMSDOSFS(), and use it.mycroft
1994-09-19Make some of this look like UFS again.mycroft
1994-09-19Use global `doforce' variable.mycroft
1994-08-30Fix an off-by-one error reported by Mike Hartman.mycroft
1994-08-21Fix bug with writing back modified directory entriesws
1994-08-09Fix rename bug found by vdlinden@fwi.uva.nlws
1994-08-09Fix one of these famous off-by-one errors.ws
1994-08-04Fix for endless loop on nearly full diskws
1994-07-19Fix for new dirent structurews
1994-07-19Give some flags longer and more mnemonic names.mycroft
1994-07-18finish updating to new vnode interface, from ws.cgd
1994-07-16update from ws. make it work againcgd
1994-06-30knfderaadt
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-05-24MIN -> min, MAX -> maxcgd
1994-04-25some prototype cleanup, eliminate/replace bogus types (e.g. quad andcgd
1994-04-23make fs types consistent over new kernels. also, some proto foo.cgd
1994-04-21Convert mount, vnode, and buf structs to use <sys/queue.h>. Also,cgd
1994-04-20typo, pointed out by ws.cgd
1994-04-14fs types are names now.cgd
1994-04-07add support for being user-mounted. add support for setting uid andcgd