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