summaryrefslogtreecommitdiff
path: root/sys/miscfs/umapfs
AgeCommit message (Expand)Author
2004-05-28fix for: !(flags && FORCECLOSE)Mike Pechkin
2004-05-20remove more caddr_tTed Unangst
2004-03-03allow force umount here tooTed Unangst
2003-10-24style(9)ed panics, from tom cosgrove.Ted Unangst
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-14constify vfsops; tedu@ okMichael Shalayeff
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-12mapdata -> umapdata like it was beforeTed Unangst
2003-05-12umapfs uses the new layer stuff now too.Ted Unangst
2003-02-24use M_MISCFSMNT instead of M_UFSMNT for mount dataTed Unangst
2002-06-23uid_t and gid_t are unsignedTheo de Raadt
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-04Readd VOP_MMAP, will be used soon. Right now it's just a question toArtur Grabowski
2001-09-16Add some missing lengths checks when passing data from userland toTodd C. Miller
2001-02-20use void * consistently in vfs_mount and sys_mount. ok @artassar
2000-02-07update to use new checkexp vfs operationassar
1999-05-31New struct statfs with mount options. NOTE: this replaces statfs(2),Todd C. Miller
1999-04-28zap the newhashinit hack.Artur Grabowski
1999-03-18Don't allow users to mount umapfs.Artur Grabowski
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-08-06Fix the typos that prevented umap from working. They, of course, leadConstantine Sapuntzakis
1998-08-06Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlockConstantine Sapuntzakis
1998-02-08Updates to match type changes in syscall tablesThorsten Lockert
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-09-11Fix {KERNFS,NULLFS,UMAPFS,UNION}_DIAGNOSTIC kernel compilation errors.Todd C. Miller
1996-06-02move a definition of a var inside #ifdef UMAPFS_DIAGNOSTIC asNiklas Hallqvist
1996-05-29syncTheo de Raadt
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-03-30Bug w/ rename fixed.Michael Shalayeff
1996-03-25Fixed bug while copying args in mount that may cause a crash.Michael Shalayeff
1996-03-19Merging w/ NetBSD 021796.Michael Shalayeff
1996-03-02Fixup umapfs_init prototype both on my partNiklas Hallqvist
1996-02-29Reinstate $NetBSD$ headers (we want them for tracking purposes)Niklas Hallqvist
1996-02-26Bug fixes (such as missing arguments).Michael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt