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