Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-08-06 | Fix the typos that prevented umap from working. They, of course, lead | Constantine Sapuntzakis | |
to the obvious question: don't you run this stuff before you check it in? Sadly, the answer was no in this case. But, I'm trying to learn. Slowly, painfully.... | |||
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-02-08 | Updates to match type changes in syscall tables | Thorsten Lockert | |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis | |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt | |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis | |
1997-09-11 | Fix {KERNFS,NULLFS,UMAPFS,UNION}_DIAGNOSTIC kernel compilation errors. | Todd C. Miller | |
From Alan Barrett <apb@iafrica.com> with some changes. | |||
1996-06-02 | move a definition of a var inside #ifdef UMAPFS_DIAGNOSTIC as | Niklas Hallqvist | |
it is only used inside such regions | |||
1996-05-29 | sync | Theo de Raadt | |
1996-04-19 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-03-30 | Bug w/ rename fixed. | Michael Shalayeff | |
Strange thing still present w/ removes, the situation seemd to be like extra VREF made somewhere, that is, lower nfs does not remove, but rename file in '.nfs*' thing that disapears at umap umount. this thing happend w/ nullfs too. | |||
1996-03-25 | Fixed bug while copying args in mount that may cause a crash. | Michael Shalayeff | |
Types changes and so. | |||
1996-03-19 | Merging w/ NetBSD 021796. | Michael Shalayeff | |
speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so). | |||
1996-03-02 | Fixup umapfs_init prototype both on my part | Niklas Hallqvist | |
1996-02-29 | Reinstate $NetBSD$ headers (we want them for tracking purposes) | Niklas Hallqvist | |
Sync with NetBSD 960217 | |||
1996-02-26 | Bug fixes (such as missing arguments). | Michael Shalayeff | |
Still seemed to have at least one bug. Strange panic happened when unmounting from NFS tree. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |