| Age | Commit message (Expand) | Author |
| 2006-08-30 | fix missing initializers | christos |
| 2006-05-14 | integrate kauth. | elad |
| 2006-04-04 | Coverity CID 1140: NULL dereference cannot happen, but protect against it. | christos |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-02 | merge yamt-vop branch. remove following VOPs. | yamt |
| 2005-09-23 | Apply the NFS exports list rototill patch: | jmmv |
| 2005-09-14 | When readdir() is called from vfs_getcwd, uio->uio_procp is NULL. Deal with | christos |
| 2005-08-30 | Remove __P() | xtraeme |
| 2005-08-19 | 64 bit inode changes. | christos |
| 2005-05-29 | - sprinkle const | christos |
| 2005-03-29 | - Define a VFS_ATTACH() macro that places a reference to a vfsops structure | thorpej |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-01-02 | Add the system call and VFS infrastructure for file system extended | thorpej |
| 2004-11-30 | Cloning cleanup: | christos |
| 2004-09-13 | set mp->mnt_stat.f_namemax on filesystem mount, for use by statvfs | jdolecek |
| 2004-05-25 | Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. | hannken |
| 2004-05-25 | Sysctl descriptions under vfs subtree | atatat |
| 2004-05-20 | Tweak sysctl setup functions (the macros, actually) for use in lkms, | atatat |
| 2004-04-27 | First pass for some caddr_t removal and changes to get rid of it where we | jrf |
| 2004-04-21 | add sys/dirent.h | christos |
| 2004-04-21 | Replace the statfs() family of system calls with statvfs(). | christos |
| 2004-03-24 | Tango on sysctl_createv() and flags. The flags have all been renamed, | atatat |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-09-13 | move dupfd from struct proc to struct lwp - it's per-LWP, not per-process; we | jdolecek |
| 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 |
| 2003-04-10 | use former genfs_eopnotsupp_rele() as genfs_eopnotsupp(), so that vnodes | jdolecek |
| 2003-02-23 | Make updating a file's reference and use count MP-safe. | pk |
| 2003-02-23 | Remove assigned-to but not used variable. | simonb |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-21 | MNT_GETARGS support | christos |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 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-04-02 | Changes to make it less likely to need to be revisited later again: | jdolecek |
| 2002-04-02 | Treat pipes like sockets and don't do setattr on them | jmc |
| 2001-12-06 | add a VOP_PUTPAGES method for all the filesystems that don't have pages, | 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-16 | Add DTYPE_PIPE (to be used by new pipe implementation) and handle | jdolecek |
| 2001-06-14 | Fix a partial construction problem that can cause race conditions | thorpej |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-04-09 | Change the first arg to fileops fo_stat routine to struct file *, adjust | jdolecek |
| 2001-04-09 | Call file descriptor stat function via (*fp->f_ops->fo_stat) instead | jdolecek |