| 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 | 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-08-16 | KNF on previous. | tv |
| 2001-08-03 | bound check mount args more thoroughly | jdolecek |
| 2001-08-02 | (*fs_mount): do not get the parent vnode back from namei to just release it | assar |
| 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 |
| 2001-01-18 | constify | 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 | Adapt to last VFS changes - add appropriate vfs_done routine. | jdolecek |
| 2000-03-13 | Fix doubled 'the's in comments. | soren |
| 1999-08-16 | Fin uninitialized variable use noted by Simon Burge. | wrstuden |
| 1999-07-08 | Introduce layer library in genfs. This set of files abstracts most of | wrstuden |
| 1999-05-17 | Remove explicit references to null_bypass (used in umap_lock() and | wrstuden |
| 1999-03-25 | We must handle MNT_NODEV at open time, so add an open op for null and union, | bouyer |
| 1999-03-22 | vinvalbuf, called from vclean, could cause a locking-against-self | sommerfe |
| 1999-03-19 | Apply patch from kern/5538: | perseant |
| 1999-03-12 | Restrict umap mounts to root. Letting any user use this has security | bouyer |
| 1999-02-26 | Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() now | wrstuden |
| 1998-08-09 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-06-12 | Rework the way kernel include files are installed. In the new method, | cgd |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1998-02-18 | Place a pointer to an array of our vnodeopv_desc *'s in our vfsops | thorpej |
| 1998-02-07 | add flags arg to hashinit(), to pass to malloc(). | chs |
| 1997-10-06 | Make the vfs ops and vnodeop_opv symbols match the name of the | thorpej |
| 1997-09-10 | PR/4098: Alan Barrett: Fix diagnostic printf formatting. | christos |
| 1997-03-11 | this is umapfs, not lofs | mikel |
| 1997-02-20 | use the proper entry count; from Yasufumi Itoh in PR kern/3175. | mikel |
| 1996-12-22 | Change the second and third args to struct vfsops' (*vfs_mount)() to | cgd |
| 1996-10-13 | backout previous kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-05-23 | print pointers with %p, rather than by printing with %x and casting to | cgd |
| 1996-03-05 | Don't deref a bad ucred pointer, from Dave Carrel <carrel@cisco.com>, | thorpej |
| 1996-02-09 | miscfs prototype changes | christos |
| 1995-06-18 | don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELEN | cgd |
| 1995-06-01 | Moved egid credential from cr_groups[0] to new field cr_gid. POSIX.1 | jtc |
| 1995-04-15 | clean up some return-type warnings | cgd |