Age | Commit message (Expand) | Author |
2004-05-28 | fix for: !(flags && FORCECLOSE) | Mike Pechkin |
2004-05-20 | remove more caddr_t | Ted Unangst |
2004-03-03 | allow force umount here too | Ted Unangst |
2003-10-24 | style(9)ed panics, from tom cosgrove. | Ted Unangst |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-14 | constify vfsops; tedu@ ok | Michael Shalayeff |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-12 | mapdata -> umapdata like it was before | Ted Unangst |
2003-05-12 | umapfs uses the new layer stuff now too. | Ted Unangst |
2003-02-24 | use M_MISCFSMNT instead of M_UFSMNT for mount data | Ted Unangst |
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-12-04 | Readd VOP_MMAP, will be used soon. Right now it's just a question to | Artur Grabowski |
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller |
2001-02-20 | use void * consistently in vfs_mount and sys_mount. ok @art | assar |
2000-02-07 | update to use new checkexp vfs operation | assar |
1999-05-31 | New struct statfs with mount options. NOTE: this replaces statfs(2), | Todd C. Miller |
1999-04-28 | zap the newhashinit hack. | Artur Grabowski |
1999-03-18 | Don't allow users to mount umapfs. | Artur Grabowski |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |
1998-08-06 | Fix the typos that prevented umap from working. They, of course, lead | Constantine Sapuntzakis |
1998-08-06 | Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlock | Constantine Sapuntzakis |
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 |
1996-06-02 | move a definition of a var inside #ifdef UMAPFS_DIAGNOSTIC as | Niklas Hallqvist |
1996-05-29 | sync | Theo de Raadt |
1996-04-19 | NetBSD 960317 merge | Niklas Hallqvist |
1996-03-30 | Bug w/ rename fixed. | Michael Shalayeff |
1996-03-25 | Fixed bug while copying args in mount that may cause a crash. | Michael Shalayeff |
1996-03-19 | Merging w/ NetBSD 021796. | Michael Shalayeff |
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 |
1996-02-26 | Bug fixes (such as missing arguments). | Michael Shalayeff |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |