summaryrefslogtreecommitdiff
path: root/sys/miscfs/union
AgeCommit message (Expand)Author
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-08-14constify vfsops; tedu@ okMichael Shalayeff
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-12fix up locking and some issues with union. derived from netbsdTed Unangst
2003-02-24use M_MISCFSMNT instead of M_UFSMNT for mount dataTed Unangst
2002-06-08Use tsleep instead of sleep.Artur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-12-04Readd VOP_MMAP, will be used soon. Right now it's just a question toArtur Grabowski
2001-11-21Use vfs_mount_foreach_vnodeConstantine Sapuntzakis
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-07-26missed this in previous symlink/mknod backoutTodd C. Miller
2001-07-26change vop_symlink and vop_mknod to return vpp (the created node)assar
2001-06-27Remove old vm.Artur Grabowski
2001-06-23Get rid of several unused vnode operationsConstantine Sapuntzakis
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-02-26compat with uvm vnode pagerArtur Grabowski
1998-08-18indent # properly; garnett@bogus.cs.colorado.eduTheo de Raadt
1998-08-06Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlockConstantine Sapuntzakis
1998-07-13Fix locking discipline snafu with UNIONFS. Thanks to Don Schmid (yensid@imsa....Constantine 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
1997-08-01From NetBSD (mycroft):Todd C. Miller
1997-01-02pulled out the duplicated, conditional code from both kern/vfs_syscalls.cMichael Shalayeff
1996-12-08fixed comment in union_advlockkstailey
1996-12-07mem leak, short malloc; netbsd pr#3000, minoura@kw.netlaputa.or.jpTheo de Raadt
1996-05-29syncTheo de Raadt
1996-05-22latest locking changes from jtkTheo de Raadt
1996-02-27From NetBSD: update to 960217 sourcesNiklas Hallqvist
1996-01-06from jtk@kolvir.arlington.ma.us:Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt