summaryrefslogtreecommitdiff
path: root/sys/miscfs
AgeCommit message (Expand)Author
2004-07-01Keep a pointer to the leaf mount. Needed for write gating where ahannken
2004-06-30Do LAYERFS_REMOVED for vop_rmdir.hannken
2004-06-19layer_islocked: check a status of the lower vnode as well.yamt
2004-06-16Change fifo_{un,}lock and fifo_islocked to use the "real" lockwrstuden
2004-06-16Make sure we actually locked the parent vnode before we clearwrstuden
2004-06-16- eliminate gratuitous differences between umap_bypass() and layer_bypass().yamt
2004-06-16missing error recover from layer_node_create failure.yamt
2004-06-11umap_lookup/layer_lookup: NULL out *ap->a_vpp after callingyamt
2004-06-07do a LAYERFS_REMOVED hack for vop_rename as well.yamt
2004-05-29Add layerfs_snapshot() as a handler routine for VFS_SNAPSHOT() callswrstuden
2004-05-29Don't leak memory in VFS_MOUNT() if set_statvfs_info() fails.tron
2004-05-28Since VOP_UPCALL() has been a long time in coming, add this partialwrstuden
2004-05-27- remove a comment which is no longer true.yamt
2004-05-25Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD.hannken
2004-05-25Sysctl descriptions under vfs subtreeatatat
2004-05-22Unfortunately, we need to allocate space here. Pointed out by Juan RP.christos
2004-05-22Eliminate several uses of `curproc' from the socket-layer code and from NFS.jonathan
2004-05-22we are copying all the infomation from statvfs here; we don't need anchristos
2004-05-20Tweak sysctl setup functions (the macros, actually) for use in lkms,atatat
2004-05-14Simplify the code by:christos
2004-05-13Workaround for gcc 2.95.3 failing to initialize structurescl
2004-05-12caddr_t -> void * and removal of some more casts.jrf
2004-05-07Allow additional entries (files, subdirs) in kernfs. Also allowcl
2004-05-07remove code no longer needed since the type/permission informationcl
2004-05-07Make lookup and readdir return the same inode number. kernfs_readdircl
2004-05-07Find the right entry when doing lookup on dotdot in kern/ipsec subdirs.cl
2004-04-29Removed remaining caddr_t casts we do not need in miscfs. Recompiledjrf
2004-04-27First pass for some caddr_t removal and changes to get rid of it where wejrf
2004-04-22sprintf -> snprintfitojun
2004-04-21add sys/dirent.hchristos
2004-04-21add sys/dirent.hchristos
2004-04-21Replace the statfs() family of system calls with statvfs().christos
2004-03-24Tango on sysctl_createv() and flags. The flags have all been renamed,atatat
2004-03-09Remove pointless comment about layerfs_sysctl()atatat
2004-03-06Handle the case of fifo_close() getting called from vclean(). In thatwrstuden
2004-02-15unlock the descriptor table simple lock after fd_getfile() call injdolecek
2004-02-14Add a generic copy-on-write hook to add/remove functions that will behannken
2004-02-13Uppercase CPU, plural is CPUs.wiz
2004-01-25Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern.hannken
2004-01-17Rename sysctl setup function to match "reality"atatat
2004-01-10store a i/o priority hint in struct buf for buffer queue discipline.yamt
2003-12-10a little bit more namespace sanitydrochner
2003-12-10The file system snapshot pseudo driver.hannken
2003-12-04Dynamic sysctl.atatat
2003-11-30Typo fixes in comments from jmc@openbsd.wiz
2003-11-29Restore a change that made AF_LOCAL sockets block on connect(2) untilmatt
2003-11-29Revert a change that altered the semantics of AF_LOCAL sockets. Sadlyperry
2003-11-27genfs_revoke: use ltsleep() to release the vnode spin lock to avoid apk
2003-11-26spec_close: asserting that the terminal's process group be set if it ispk
2003-11-25spec_close: we don't need to lock the vnode just to make a copy of its flags.pk