| Age | Commit message (Expand) | Author |
| 2000-07-22 | change the lf_advlock() arguments from | jdolecek |
| 2000-06-28 | remove include of <vm/vm.h> | mrg |
| 2000-05-28 | Add a new function to remove extra buffers when truncating a file. This is | mycroft |
| 2000-05-13 | Change the sementics of the last parameter from a boolean ("waitfor") to | perseant |
| 2000-05-13 | passs FAT block mask as argument to MSDOSFSEOF(), so that fat.h is | cgd |
| 2000-04-22 | msdosfs_read(): avoid integer overflow for files > 2GB, when | jdolecek |
| 2000-04-03 | add a comment regarding FATMIRROR bit usage and restructure the code | jdolecek |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-30 | Delete redunctant decls of msdosfs_{mount,start,unmount,root,quotactl, | simonb |
| 2000-03-30 | Delete redundant decl of rootvp - it's in <sys/systm.h>. | simonb |
| 2000-03-27 | Add new CLUST_END and use it as parameter to pcbmap() when searching | jdolecek |
| 2000-03-27 | one more | jdolecek |
| 2000-03-27 | one less - async mode support implemented | jdolecek |
| 2000-03-27 | Support async option by using delayed writes for metadata when mounted | jdolecek |
| 2000-03-24 | remove some debugging cruft accidentally left in | jdolecek |
| 2000-03-22 | createde(): if an error occurs, make sure to mark all modified directory | jdolecek |
| 2000-03-22 | cosmetic changes - prettify debug printf's, reformat comments to fit 80 columns, | jdolecek |
| 2000-03-22 | Fix definition of MSDOSFSEOF(), which got broken in rev. 1.13. | jdolecek |
| 2000-03-20 | one more | jdolecek |
| 2000-03-19 | couple of remarks of issues I discovered when debugging some MSDOSFS problem | jdolecek |
| 2000-03-16 | Add new VFS op routine - vfs_done and call it on filesystem detach | jdolecek |
| 2000-03-13 | Fix doubled 'the's in comments. | soren |
| 2000-02-28 | unix2dostime(), dos2unixtime(): use value of rtc_offset to shift the time value | jdolecek |
| 2000-02-26 | Fix bogon discovered with LOCKDEBUG: | sommerfeld |
| 2000-02-01 | When renaming a file, make sure apporpriate vnode cache entry is | jdolecek |
| 2000-02-01 | msdosfs_lookup(): reformat some debug printf slighly to make them more readable | jdolecek |
| 2000-02-01 | msdosfs_inactive(): correct debug printf to only claim MNT_RDONLY is set | jdolecek |
| 2000-02-01 | make compilable with MSDOSFS_DEBUG (adapt to usecount & writecount size change) | jdolecek |
| 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 |