| Age | Commit message (Expand) | Author |
| 2000-11-27 | allow building without SOFTDEP by adding the pageiodone hook to bio_ops. | chs |
| 2000-11-27 | Initial integration of the Unified Buffer Cache project. | chs |
| 2000-11-24 | remove dead code and other misc cleanup. | chs |
| 2000-11-19 | avoid removing syncer vnodes from the worklist twice. | chs |
| 2000-11-08 | Update for hashinit() change. | ad |
| 2000-11-08 | fix an LP64BE bogon. | chs |
| 2000-10-27 | Remove usecount check in spec_open. It fails to catch VALIAS situations | jmc |
| 2000-10-06 | fix typo (dely --> delay) | jdolecek |
| 2000-09-28 | Add support for variable end of user stacks needed to support COMPAT_NETBSD32: | eeh |
| 2000-09-26 | PHOLD/PRELE around uvm_io() to user address space is unnecessary. There | thorpej |
| 2000-09-19 | Adapt for VOP_FSYNC parameter change. | fvdl |
| 2000-08-20 | Add a lock around the scheduler, and use it as necessary, including | thorpej |
| 2000-08-09 | Only show the "exe" entry to Linux processes, suggested by christos. | tv |
| 2000-08-09 | Some versions of Linux libc look for /proc/.../exe instead of /proc/../file. | tv |
| 2000-08-03 | Convert namei pathname buffer allocation to use the pool allocator. | thorpej |
| 2000-08-03 | MALLOC()/FREE() are not to be used for variable sized allocations. | thorpej |
| 2000-07-22 | change the lf_advlock() arguments from | jdolecek |
| 2000-07-14 | Sprinkle some const. | thorpej |
| 2000-07-09 | When 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-27 | remove redudant <vm/pmap.h> includes. <vm/pmap.h> -> <uvm/uvm_pmap.h> | mrg |
| 2000-06-26 | remove/move more mach vm header files: | mrg |
| 2000-06-25 | remove some redundant <vm/vm_xxx.h> includes | mrg |
| 2000-06-10 | make vfs_getnewfsid only take one argument and fetch the name of the | assar |
| 2000-06-05 | Use CMSG_*() properly. | thorpej |
| 2000-06-01 | Fix a possible kernel memory leak - if the cmdline of a process was | simonb |
| 2000-05-29 | Stylistic change. | mycroft |
| 2000-05-27 | sleep() -> tsleep() | thorpej |
| 2000-05-16 | Apply patch from Robert Elz in PR kern/10113. This fixes two problems | simonb |
| 2000-05-13 | Change the sementics of the last parameter from a boolean ("waitfor") to | perseant |
| 2000-03-30 | Register, begone! | augustss |
| 2000-03-30 | Delete redundant decls of vn_syncer_add_to_worklist(), syncdelay, | simonb |
| 2000-03-30 | Delete duplicate declaration of atopid(). | simonb |
| 2000-03-30 | Delete redundant decl of layer_node_create(), it's in layer_extern.h. | simonb |
| 2000-03-30 | Delete redundant decl of fdesc_root, it's in fdesc.h. | simonb |
| 2000-03-16 | Adapt to last VFS changes - add appropriate vfs_done routine. | jdolecek |
| 2000-03-16 | Add new VFS op routine - vfs_done and call it on filesystem detach | jdolecek |
| 2000-03-13 | Fix doubled 'the's in comments. | soren |
| 2000-02-25 | Fix pasto: some lines of the procfs hash code were copied from the | fvdl |
| 2000-01-25 | At mount/unmount time, add an exec hook to revoke all vnodes iff the | fvdl |
| 2000-01-20 | Add overlay, a layered file system which overlays itself on | wrstuden |
| 1999-12-12 | Actually nullop is a better idea here | sommerfeld |
| 1999-12-08 | one more tweak: placebo for VOP_LEASE | sommerfeld |
| 1999-12-08 | Add appropriate VOP_FCNTL handlers to deadfs and specfs ops vectors. | sommerfeld |
| 1999-12-08 | Change to comment (only) indicating what the specfs ops vector is used for. | sommerfeld |
| 1999-11-23 | Be more careful to block bio interrupts for some data structures. There | fvdl |
| 1999-11-15 | Add Kirk McKusick's soft updates code to the trunk. Not enabled by | fvdl |
| 1999-10-25 | Since we don't put layered device nodes in the spechash hash chains, | wrstuden |
| 1999-10-23 | Remove some mentioned members in the vop {un}lock args struct that we | fvdl |
| 1999-10-16 | In spec_close(), if we're not doing a non-blocking close and VXLOCK is | wrstuden |