| Age | Commit message (Expand) | Author |
| 2009-05-18 | Remove empty files and do nto try to build them. | Alexander Kabaev |
| 2009-05-14 | FreeBSD right now support 32 CPUs on all the architectures at least. | Attilio Rao |
| 2009-05-11 | Remove the thread argument from the FSD (File-System Dependent) parts of | Attilio Rao |
| 2009-03-16 | Fix two issues with bufdaemon, often causing the processes to hang in | Konstantin Belousov |
| 2009-03-08 | Don't declare bin_search() as an inline function, since there's no | David Schultz |
| 2009-02-28 | Add memmove() to the kernel, making the kernel compile with Clang. | Ed Schouten |
| 2009-01-18 | - Eliminate warnings in debug print macros by explicitly converting all | Stanislav Sedov |
| 2009-01-18 | - Whitespace fixes. | Stanislav Sedov |
| 2009-01-18 | - Obtain inode sizes and location of the first inode based on the contents | Stanislav Sedov |
| 2009-01-04 | Do not incorrectly add the low 5 bits of the offset to the resulting | Konstantin Belousov |
| 2008-12-16 | According to phk@, VOP_STRATEGY should never, _ever_, return | Edward Tomasz Napierala |
| 2008-11-14 | Adapt to accmode_t changes. | Edward Tomasz Napierala |
| 2008-11-02 | Improve VFS locking: | Attilio Rao |
| 2008-10-28 | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | Edward Tomasz Napierala |
| 2008-10-28 | Garbage-collect ext2_kqfilter vop that is now a copy of vop_stdkqfilter(). | Konstantin Belousov |
| 2008-10-23 | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav |
| 2008-10-10 | Remove the struct thread unuseful argument from bufobj interface. | Attilio Rao |
| 2008-09-20 | fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfs | Konstantin Belousov |
| 2008-09-20 | Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don't | Konstantin Belousov |
| 2008-09-16 | Garbage-collect vn_write_suspend_wait(). | Konstantin Belousov |
| 2008-09-15 | Make ddb command registration dynamic so modules can extend | Sam Leffler |
| 2008-09-10 | Remove VSVTX, VSGID and VSUID. This should be a no-op, | Edward Tomasz Napierala |
| 2008-08-31 | Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions. | Attilio Rao |
| 2008-08-28 | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao |
| 2008-07-21 | - Disallow XFS mounting in write mode. The write support never worked really | Attilio Rao |
| 2008-04-16 | Move the head of byte-level advisory lock list from the | Konstantin Belousov |
| 2008-03-26 | Fix a nit with the 'nofoo' options where 'foo' is mapped to 'nonofoo' | John Baldwin |
| 2008-02-24 | Introduce some functions in the vnode locks namespace and in the ffs | Attilio Rao |
| 2008-02-13 | - Add real assertions to lockmgr locking primitives. | Attilio Rao |
| 2008-01-24 | Cleanup lockmgr interface and exported KPI: | Attilio Rao |
| 2008-01-19 | - Introduce the function lockmgr_recursed() which returns true if the | Attilio Rao |
| 2008-01-13 | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao |
| 2008-01-10 | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao |
| 2007-10-27 | Remove duplicate "union" from ext2_opts. | Craig Rodrigues |
| 2007-10-16 | Get rid of qaddr_t. | Alfred Perlstein |
| 2007-08-20 | Some times ago, vfs_getopts() was changed, so that it would set error to | Olivier Houchard |
| 2007-08-15 | On 6.x this works: | John Baldwin |
| 2007-07-14 | The last entry in the ext2_opts array must be NULL, | Craig Rodrigues |
| 2007-06-12 | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson |
| 2007-06-10 | Remove 'inline' qualifiers from functions which are not, in fact, inlines. | Matt Jacob |
| 2007-06-01 | Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operation | Konstantin Belousov |
| 2007-06-01 | - Move rusage from being per-process in struct pstats to per-thread in | Jeff Roberson |
| 2007-05-30 | Bow to incomplete GCC 4. constant propagation optimizations and | Alexander Kabaev |
| 2007-04-01 | Change #include <machine/pcpu.h> to #include <sys/pcpu.h> | Craig Rodrigues |
| 2007-03-31 | Optimize sx locks to use simple atomic operations for the common cases of | John Baldwin |
| 2007-03-15 | Add "force" to ext2_ops, to match what was in the old mount_ext2fs binary. | Craig Rodrigues |
| 2007-03-13 | Make insmntque() externally visibile and allow it to fail (e.g. during | Tor Egge |
| 2007-03-01 | Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to better | Pawel Jakub Dawidek |
| 2007-03-01 | Avoid checking for privileges if there is no need to. | Pawel Jakub Dawidek |
| 2007-02-15 | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | Pawel Jakub Dawidek |