| Age | Commit message (Expand) | Author |
| 2009-09-16 | Replace a large number of link set based sysctl node creations with | pooka |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-02-22 | sched_sync: syncer_data_lock is not released now (regression fix). | rmind |
| 2009-02-22 | PR kern/26878 FFSv2 + softdep = livelock (no free ram) | ad |
| 2009-02-22 | PR kern/39564 wapbl performance issues with disk cache flushing | ad |
| 2009-01-17 | malloc -> kmem_alloc. | yamt |
| 2008-05-06 | PR kern/38141 lookup/vfs_busy acquire rwlock recursively | ad |
| 2008-04-30 | PR kern/38135 vfs_busy/vfs_trybusy confusion | ad |
| 2008-04-29 | kern/38135 vfs_busy/vfs_trybusy confusion | ad |
| 2008-01-30 | PR kern/37706 (forced unmount of file systems is unsafe): | ad |
| 2008-01-30 | Replace struct lock on vnodes with a simpler lock object built on | ad |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-08 | Partially merge syncer changes from vmlocking2. | ad |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-10-10 | Merge from vmlocking: | ad |
| 2007-09-01 | Make bioops a pointer and point it to the softdeps struct in softdep | pooka |
| 2007-04-07 | Remove calls to now obsolete vn_start_write() and vn_finished_write(). | hannken |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-10 | Add missing space in comment | reinoud |
| 2006-10-20 | Replace the LIST structure mp->mnt_vnodelist to a TAILQ structure since all | reinoud |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-14 | integrate kauth. | elad |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-11 | Add sysctl options for the syncer: | xtraeme |
| 2005-08-30 | Remove __P() | xtraeme |
| 2005-05-30 | rename delay. | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-02-13 | Uppercase CPU, plural is CPUs. | wiz |
| 2003-10-15 | Add the gating of system calls that cause modifications to the underlying | hannken |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-06 | Add multiple inclusion protection. | matt |
| 2001-12-06 | add a VOP_PUTPAGES method for all the filesystems that don't have pages. | chs |
| 2001-12-06 | be consistent, clear VONWORKLST when we take a syncer vnode off the | chs |
| 2001-12-06 | add a VOP_PUTPAGES method for all the filesystems that don't have pages, | chs |
| 2001-11-10 | add RCSIDs | lukem |
| 2001-09-15 | a whole bunch of changes to improve performance and robustness under load: | chs |
| 2001-09-09 | install miscfs/syncfs/syncfs.h | assar |
| 2001-01-22 | make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const | jdolecek |
| 2000-11-27 | Initial integration of the Unified Buffer Cache project. | chs |
| 2000-11-19 | avoid removing syncer vnodes from the worklist twice. | chs |
| 2000-10-06 | fix typo (dely --> delay) | jdolecek |
| 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 |