summaryrefslogtreecommitdiff
path: root/sys/miscfs
AgeCommit message (Expand)Author
1999-12-12Actually nullop is a better idea heresommerfeld
1999-12-08one more tweak: placebo for VOP_LEASEsommerfeld
1999-12-08Add appropriate VOP_FCNTL handlers to deadfs and specfs ops vectors.sommerfeld
1999-12-08Change to comment (only) indicating what the specfs ops vector is used for.sommerfeld
1999-11-23Be more careful to block bio interrupts for some data structures. Therefvdl
1999-11-15Add Kirk McKusick's soft updates code to the trunk. Not enabled byfvdl
1999-10-25Since we don't put layered device nodes in the spechash hash chains,wrstuden
1999-10-23Remove some mentioned members in the vop {un}lock args struct that wefvdl
1999-10-16In spec_close(), if we're not doing a non-blocking close and VXLOCK iswrstuden
1999-09-02Make /proc/self a symlink to /proc/curproc. I've observed Linux programsthorpej
1999-08-25Change variable used for directory offset from "int" to "off_t".sommerfeld
1999-08-24Fix PR8270:sommerfeld
1999-08-16Fin uninitialized variable use noted by Simon Burge.wrstuden
1999-08-14protect against large uio_offsetchristos
1999-08-14protect against large uio_offsetschristos
1999-08-03Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntlwrstuden
1999-08-01Fix PR4439: directory link count in unions where only upper directorysommerfeld
1999-08-01Fix PR5146: reboot with working directory in unionfs causessommerfeld
1999-07-31On forced unmount, do a few passes of non-forced cleanups and then dosommerfeld
1999-07-25Add calls to lock the proclist as appropriate.thorpej
1999-07-22Rework the process exit path, in preparation for making process exitthorpej
1999-07-19From Bill Studenmund: unlock the fdescfs "/dev/tty" vnode before callingthorpej
1999-07-15Define VLAYER and make layered fs's set this flag when creating their vnodes.wrstuden
1999-07-14Fix a paste-o in procfs_lookup() introduced with the vnode locking changes.thorpej
1999-07-12Fix tyop pointed out by Chuck Silvers <chuq@chuq.com>.wrstuden
1999-07-08Bump osrelease to 1.4E. Add layerfs files, remove null_subr.c.wrstuden
1999-07-08Introduce layer library in genfs. This set of files abstracts most ofwrstuden
1999-06-25Fixes PR #1206, by setting va_mode and va_flags in the copied-up vnode'sperseant
1999-05-17Remove explicit references to null_bypass (used in umap_lock() andwrstuden
1999-05-05Add "use counting" to file entries. When closing a file, and it's referencethorpej
1999-05-02Adjust for cwdinfo changes. Pointed out by Bernd Ernesti.thorpej
1999-04-27Fix excessive memory usage, and fix handling of SZOMB processes. PR #7164,thorpej
1999-04-10remove unneeded <vm/vm_object.h>drochner
1999-04-09Make message about not loking a vnode in nullfs_create a little quieter -wrstuden
1999-03-25We must handle MNT_NODEV at open time, so add an open op for null and union,bouyer
1999-03-25Disallow tracing of processes unless tracer's root directory is at orsommerfe
1999-03-24fix union node lock to sleep on something it'll be woken on..sommerfe
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1999-03-22vinvalbuf, called from vclean, could cause a locking-against-selfsommerfe
1999-03-19Apply patch from kern/5538:perseant
1999-03-13malloc the arg temporary buffer, rather than declaring it as an automaticthorpej
1999-03-13Some changes to `cmdline' to make it work properly:thorpej
1999-03-13Expose procfs_rwmem(). (This function will go away entirely when wethorpej
1999-03-12PR/7143: Jaromir Docelek: Add procfs/cmdline from Linux emulationchristos
1999-03-12Restrict umap mounts to root. Letting any user use this has securitybouyer
1999-03-05Pass null pointers to VOP_UPDATE rather than having all the callers fetch themycroft
1999-02-26Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() nowwrstuden
1999-02-26Modify VOP_CLOSE vnode op to always take a locked vnode. Change vn_closewrstuden
1999-02-25Machine independent part of fix for PR 6152 (gdb doesn't work on machinesis
1999-02-03sprintf->snprintfmsaitoh