summaryrefslogtreecommitdiff
path: root/sys/miscfs
AgeCommit message (Expand)Author
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
1999-01-28make it compile with !UVMdrochner
1999-01-25Add /proc/#/map. From FreeBSD.msaitoh
1999-01-15Oops. That extra "*" doesn't need to be there.wrstuden
1999-01-13In nullfs_mount, we need to check if error before VOP_UNLOCK(vp,0) aswrstuden
1998-10-31Use the so_send and so_receive funcptrs in the socket instead of callingmatt
1998-10-02Make spec_write() process errors and return them, otherwise we don't evenross
1998-09-30Workaropund fix for PR #5239 from <minoura@kw.netlaputa.ne.jp>:jonathan
1998-09-08- Use proclists[], rather than checking allproc and zombproc explicitly.thorpej
1998-08-18Add some braces to make egcs happy (ambiguous else warning).thorpej
1998-08-13Per POSIX, fail with EINVAL if advisory locking is attempted on a file typekleink
1998-08-13Add genfs_einval(), which does the obvious thing.kleink
1998-08-13Merge paddr_t changes into the main branch.eeh
1998-08-10create miscfs/genfs/genfs_vnops.c:genfs_enoioctl and make all the othermatthias
1998-08-09bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-08-03Recognize _PC_SYNC_IO.kleink
1998-07-18use AF_LOCAL instead of AF_UNIXlukem