summaryrefslogtreecommitdiff
path: root/sys/miscfs/umapfs
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-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-08-16KNF on previous.tv
2001-08-03bound check mount args more thoroughlyjdolecek
2001-08-02(*fs_mount): do not get the parent vnode back from namei to just release itassar
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
2001-01-18constifyjdolecek
2000-11-08Update for hashinit() change.ad
2000-06-10make vfs_getnewfsid only take one argument and fetch the name of theassar
2000-03-16Adapt to last VFS changes - add appropriate vfs_done routine.jdolecek
2000-03-13Fix doubled 'the's in comments.soren
1999-08-16Fin uninitialized variable use noted by Simon Burge.wrstuden
1999-07-08Introduce layer library in genfs. This set of files abstracts most ofwrstuden
1999-05-17Remove explicit references to null_bypass (used in umap_lock() andwrstuden
1999-03-25We must handle MNT_NODEV at open time, so add an open op for null and union,bouyer
1999-03-22vinvalbuf, called from vclean, could cause a locking-against-selfsommerfe
1999-03-19Apply patch from kern/5538:perseant
1999-03-12Restrict umap mounts to root. Letting any user use this has securitybouyer
1999-02-26Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() nowwrstuden
1998-08-09bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-06-12Rework the way kernel include files are installed. In the new method,cgd
1998-03-01Merge with Lite2 + local changesfvdl
1998-02-18Place a pointer to an array of our vnodeopv_desc *'s in our vfsopsthorpej
1998-02-07add flags arg to hashinit(), to pass to malloc().chs
1997-10-06Make the vfs ops and vnodeop_opv symbols match the name of thethorpej
1997-09-10PR/4098: Alan Barrett: Fix diagnostic printf formatting.christos
1997-03-11this is umapfs, not lofsmikel
1997-02-20use the proper entry count; from Yasufumi Itoh in PR kern/3175.mikel
1996-12-22Change the second and third args to struct vfsops' (*vfs_mount)() tocgd
1996-10-13backout previous kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-05-23print pointers with %p, rather than by printing with %x and casting tocgd
1996-03-05Don't deref a bad ucred pointer, from Dave Carrel <carrel@cisco.com>,thorpej
1996-02-09miscfs prototype changeschristos
1995-06-18don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELENcgd
1995-06-01Moved egid credential from cr_groups[0] to new field cr_gid. POSIX.1jtc
1995-04-15clean up some return-type warningscgd