Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-08-06 | Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlock | Constantine Sapuntzakis | |
to be vop_generic_revoke, vop_generic_bwrite, vop_generic_islocked, vop_generic_lock and vop_generic_unlock. Create vop_generic_abortop and propogate change to all file systems. Fix PR/371. Get rid of locking in NULLFS (should be mostly unnecessary now except for forced unmounts). | |||
1998-07-28 | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned ↵ | Todd C. Miller | |
(size_t) and don't return EINVAL if it is < 0 in sys_{read,write}. Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC. vn_rdwr() must now take a size_t * as its 9th argument so change that and clean up uses of vn_rdwr(). Fixes 549 + more | |||
1998-05-18 | The warnings shouldn't tell that this is ffs. It's confusing. | Artur Grabowski | |
1998-03-01 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-02-08 | Updates to match type changes in syscall tables | Thorsten Lockert | |
1998-01-12 | Free cookies correctly in case of error | Constantine Sapuntzakis | |
1998-01-09 | Similar race in Ext2FS | Constantine Sapuntzakis | |
1997-11-10 | fix foul up from last commit. | Niels Provos | |
1997-11-09 | dont panic on sync, merge in changes from ffs_vfsops. | Niels Provos | |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis | |
1997-07-03 | rm of dir returns EPERM; more careful about ..; netbsd | Theo de Raadt | |
1997-06-20 | Change errno cause by mounting invalid filesystems from EINVAL to EFTYPE. | kstailey | |
1997-06-12 | slight fix. | Jason Downs | |
1997-06-12 | Sync with NetBSD, mostly cosmetic. | Jason Downs | |
1997-05-30 | Integrate new ext2fs, reverting ufs support for the old one. | Jason Downs | |
1997-05-30 | Non-GPLd ext2fs code from Manuel, unmodified. | Jason Downs | |