summaryrefslogtreecommitdiff
path: root/sys/miscfs
AgeCommit message (Expand)Author
2000-07-22change the lf_advlock() arguments fromjdolecek
2000-07-14Sprinkle some const.thorpej
2000-07-09When unmounting, make sure to free the syncer vnode so that it can be reused.mycroft
2000-06-28<vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-27remove redudant <vm/pmap.h> includes. <vm/pmap.h> -> <uvm/uvm_pmap.h>mrg
2000-06-26remove/move more mach vm header files:mrg
2000-06-25remove some redundant <vm/vm_xxx.h> includesmrg
2000-06-10make vfs_getnewfsid only take one argument and fetch the name of theassar
2000-06-05Use CMSG_*() properly.thorpej
2000-06-01Fix a possible kernel memory leak - if the cmdline of a process wassimonb
2000-05-29Stylistic change.mycroft
2000-05-27sleep() -> tsleep()thorpej
2000-05-16Apply patch from Robert Elz in PR kern/10113. This fixes two problemssimonb
2000-05-13Change the sementics of the last parameter from a boolean ("waitfor") toperseant
2000-03-30Register, begone!augustss
2000-03-30Delete redundant decls of vn_syncer_add_to_worklist(), syncdelay,simonb
2000-03-30Delete duplicate declaration of atopid().simonb
2000-03-30Delete redundant decl of layer_node_create(), it's in layer_extern.h.simonb
2000-03-30Delete redundant decl of fdesc_root, it's in fdesc.h.simonb
2000-03-16Adapt to last VFS changes - add appropriate vfs_done routine.jdolecek
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-02-25Fix pasto: some lines of the procfs hash code were copied from thefvdl
2000-01-25At mount/unmount time, add an exec hook to revoke all vnodes iff thefvdl
2000-01-20Add overlay, a layered file system which overlays itself onwrstuden
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