summaryrefslogtreecommitdiff
path: root/sys/miscfs
AgeCommit message (Expand)Author
2000-11-27allow building without SOFTDEP by adding the pageiodone hook to bio_ops.chs
2000-11-27Initial integration of the Unified Buffer Cache project.chs
2000-11-24remove dead code and other misc cleanup.chs
2000-11-19avoid removing syncer vnodes from the worklist twice.chs
2000-11-08Update for hashinit() change.ad
2000-11-08fix an LP64BE bogon.chs
2000-10-27Remove usecount check in spec_open. It fails to catch VALIAS situationsjmc
2000-10-06fix typo (dely --> delay)jdolecek
2000-09-28Add support for variable end of user stacks needed to support COMPAT_NETBSD32:eeh
2000-09-26PHOLD/PRELE around uvm_io() to user address space is unnecessary. Therethorpej
2000-09-19Adapt for VOP_FSYNC parameter change.fvdl
2000-08-20Add a lock around the scheduler, and use it as necessary, includingthorpej
2000-08-09Only show the "exe" entry to Linux processes, suggested by christos.tv
2000-08-09Some versions of Linux libc look for /proc/.../exe instead of /proc/../file.tv
2000-08-03Convert namei pathname buffer allocation to use the pool allocator.thorpej
2000-08-03MALLOC()/FREE() are not to be used for variable sized allocations.thorpej
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