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