| Age | Commit message (Expand) | Author |
| 2006-06-23 | fix a simonb-timecounters regression. | yamt |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-14 | integrate kauth. | elad |
| 2005-12-23 | prevent in-core vnode being freed from getting new references. | yamt |
| 2005-11-27 | Force some multiplies to give a 64 bit result to avoid dirsize being zero | dsl |
| 2005-11-02 | merge yamt-vop branch. remove following VOPs. | yamt |
| 2005-09-26 | always use nanotime rather than time. | yamt |
| 2005-08-19 | 64 bit inode changes. | christos |
| 2005-07-15 | Use ANSI function decls. | thorpej |
| 2005-06-06 | remove (long) cast on bpref, which is daddr_t | dbj |
| 2005-05-29 | - sprinkle const | christos |
| 2005-05-22 | ffs/ffs_alloc.c: | hannken |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-12-15 | Remove some unnecessary (int32_t) casts that would cause us to screw up the | mycroft |
| 2004-10-11 | print absolute inode number in debug output when freeing free inode occurs. | dbj |
| 2004-08-29 | While creating a snapshot inodes must be freed from the | hannken |
| 2004-05-26 | Don't use VTOI(vp)->i_flags to test for snapshot devices. Will not work | hannken |
| 2004-05-25 | Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. | hannken |
| 2004-04-18 | when enabling ffs compatibility in ffs_reload, use | dbj |
| 2004-01-13 | With large average filesizes, it was possible to overflow dirsize to zero, | soren |
| 2004-01-09 | never upgrade the superblock or set FS_FLAGS_UPDATED in fs_old_flags | dbj |
| 2003-12-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |
| 2003-11-27 | Remove part of previous -- there is NO reason for directory allocation to use | mycroft |
| 2003-09-05 | use arc4random instead of random (mask with INT32_MAX to avoid getting | itojun |
| 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-05-15 | The C language does not permit statements of the form | kristerw |
| 2003-05-04 | Print pid on error. From Greg A. Woods in PR#17393. | gmcgarry |
| 2003-04-17 | configdirs was changed to an array of u_int8_t, so don't compare values | fvdl |
| 2003-04-12 | Use variables for some cg accesses; makes things more readable and more | fvdl |
| 2003-04-10 | Initialize the 'mirror' i_flags fiels in struct inode to 0. | fvdl |
| 2003-04-02 | Add support for UFS2. UFS2 is an enhanced FFS, adding support for | fvdl |
| 2003-01-26 | More printf format cleanup to reduce casts. | tsutsui |
| 2003-01-24 | Bump daddr_t to 64 bits. Replace it with int32_t in all places where | fvdl |
| 2002-12-27 | Clear IN_SPACECOUNTED on (re-)used inodes. | hannken |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-05-14 | Commit out code that's no longer used. | matt |
| 2002-04-10 | Use blkstofrags() and fragstoblks(). Use &(NBBY-1) rather than %NBBY. | mycroft |
| 2001-10-30 | add __KERNEL_RCSID() | lukem |
| 2001-09-19 | - ffs_blkpref() changes: | lukem |
| 2001-09-15 | a whole bunch of changes to improve performance and robustness under load: | chs |
| 2001-09-06 | Incorporate the enhanced ffs_dirpref() by Grigoriy Orlov, as found in | lukem |
| 2001-08-31 | no need to cast arg to lblktosize() any more | lukem |
| 2001-08-30 | be consistent when casting arg to lblktosize() in UVM_PAGE_TRKOWN debug code | lukem |
| 2001-08-24 | heirarchy -> hierarchy | wiz |
| 2001-08-20 | precede, not preceed. | wiz |
| 2001-08-09 | correctly cast arguments to scanc() | lukem |
| 2001-06-03 | fix an error case for quotas. | chs |