| Age | Commit message (Expand) | Author |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | Undo part of the ktrace/lwp changes. In particular: | thorpej |
| 2003-06-29 | Adjust for ktrace/lwp changes. | thorpej |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-04-16 | PR/1796: John Kohl: statfs misbehaves under chrooted environments. | christos |
| 2002-09-21 | MNT_GETARGS support | christos |
| 2002-07-30 | Die, qaddr_t, die! - mnt_data in struct mount is already effectively | soren |
| 2002-04-16 | Cleanup how file system configuration information is declared, grouping | thorpej |
| 2002-01-04 | add the entry for layer_getpages() to the VOP tables of the | chs |
| 2001-12-06 | add VOP_GETPAGES and VOP_PUTPAGES methods for layered filesystems. | chs |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-10 | add RCSIDs | lukem |
| 2001-09-15 | add a new VFS op, vfs_reinit, which is called when desiredvnodes is | chs |
| 2001-06-09 | Some more corrections by Michael K. Sanders. | wiz |
| 2001-06-07 | Typos and grammer fixes in comments (misc/13133 by Michael K. Sanders) | wiz |
| 2001-01-22 | make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const | jdolecek |
| 2000-11-08 | Update for hashinit() change. | ad |
| 2000-06-10 | make vfs_getnewfsid only take one argument and fetch the name of the | assar |
| 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-01-20 | Add overlay, a layered file system which overlays itself on | wrstuden |