| Age | Commit message (Expand) | Author |
| 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 |
| 1999-09-02 | Make /proc/self a symlink to /proc/curproc. I've observed Linux programs | thorpej |
| 1999-08-25 | Change variable used for directory offset from "int" to "off_t". | sommerfeld |
| 1999-08-24 | Fix PR8270: | sommerfeld |
| 1999-08-16 | Fin uninitialized variable use noted by Simon Burge. | wrstuden |
| 1999-08-14 | protect against large uio_offset | christos |
| 1999-08-14 | protect against large uio_offsets | christos |
| 1999-08-03 | Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntl | wrstuden |
| 1999-08-01 | Fix PR4439: directory link count in unions where only upper directory | sommerfeld |
| 1999-08-01 | Fix PR5146: reboot with working directory in unionfs causes | sommerfeld |
| 1999-07-31 | On forced unmount, do a few passes of non-forced cleanups and then do | sommerfeld |
| 1999-07-25 | Add calls to lock the proclist as appropriate. | thorpej |
| 1999-07-22 | Rework the process exit path, in preparation for making process exit | thorpej |
| 1999-07-19 | From Bill Studenmund: unlock the fdescfs "/dev/tty" vnode before calling | thorpej |
| 1999-07-15 | Define VLAYER and make layered fs's set this flag when creating their vnodes. | wrstuden |
| 1999-07-14 | Fix a paste-o in procfs_lookup() introduced with the vnode locking changes. | thorpej |
| 1999-07-12 | Fix tyop pointed out by Chuck Silvers <chuq@chuq.com>. | wrstuden |