summaryrefslogtreecommitdiff
path: root/sys/miscfs/overlay
AgeCommit message (Expand)Author
2003-12-04Dynamic sysctl.atatat
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Undo part of the ktrace/lwp changes. In particular:thorpej
2003-06-29Adjust for ktrace/lwp changes.thorpej
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-04-16PR/1796: John Kohl: statfs misbehaves under chrooted environments.christos
2002-09-21MNT_GETARGS supportchristos
2002-07-30Die, qaddr_t, die! - mnt_data in struct mount is already effectivelysoren
2002-04-16Cleanup how file system configuration information is declared, groupingthorpej
2002-01-04add the entry for layer_getpages() to the VOP tables of thechs
2001-12-06add VOP_GETPAGES and VOP_PUTPAGES methods for layered filesystems.chs
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-10add RCSIDslukem
2001-09-15add a new VFS op, vfs_reinit, which is called when desiredvnodes ischs
2001-06-09Some more corrections by Michael K. Sanders.wiz
2001-06-07Typos and grammer fixes in comments (misc/13133 by Michael K. Sanders)wiz
2001-01-22make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays constjdolecek
2000-11-08Update for hashinit() change.ad
2000-06-10make vfs_getnewfsid only take one argument and fetch the name of theassar
2000-03-16Add new VFS op routine - vfs_done and call it on filesystem detachjdolecek
2000-03-13Fix doubled 'the's in comments.soren
2000-01-20Add overlay, a layered file system which overlays itself onwrstuden