| Age | Commit message (Expand) | Author |
| 2018-08-22 | - Cleanup for dynamic sysctl: | msaitoh |
| 2013-06-23 | Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of | dholland |
| 2013-06-19 | blkoff() -> cd9660_blkoff() | dholland |
| 2008-06-28 | Create sysctl entries during module initialisation and destroy them | rumble |
| 2008-02-27 | Convert to ansi definitions from old-style definitons. | matt |
| 2007-07-31 | * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern | pooka |
| 2007-07-12 | Change the VFS_MOUNT() interface so that the 'data' buffer passed to the | dsl |
| 2006-07-13 | Fix alignement problems for fhandle_t, exposed by gcc4.1. | martin |
| 2006-05-14 | integrate kauth. | elad |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-12-03 | protect against multiple inclusion instead of forbidding their access from | christos |
| 2005-12-03 | - protect userland exported files against multiple inclusion. | christos |
| 2005-09-23 | Apply the NFS exports list rototill patch: | jmmv |
| 2005-08-30 | Remove __P() | xtraeme |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-12-28 | size_t police | jdolecek |
| 2004-11-21 | when Joliet extension is in use, encode the Joliet Unicode file names | jdolecek |
| 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 | Replace the statfs() family of system calls with statvfs(). | christos |
| 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-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2002-12-23 | move cd9660 filesystem code from sys/isofs/cd9660 to sys/fs/cd9660 | jdolecek |