| Age | Commit message (Expand) | Author |
| 2015-11-16 | - update NAME_MAX to match the kernel. | christos |
| 2015-08-24 | Consistently use iswap64() and 64bit intermediate variable, as well as | bouyer |
| 2015-08-24 | Default the read block size (-k default value) to kern.maxphys (usually | bouyer |
| 2015-08-12 | Hack up dinode usage to be 64 vs. 32 as needed. Part 1. | dholland |
| 2015-07-28 | Add a new lfs header file: lfs_accessors.h. | dholland |
| 2015-04-28 | Fix typos | prlw1 |
| 2013-09-08 | Fix handling of NAME aliases in /etc/fstab. | mlelstv |
| 2013-06-23 | fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB() | dholland |
| 2013-06-19 | Rename ambiguous macros: | dholland |
| 2013-06-15 | handle new lfs split | christos |
| 2013-01-22 | Stuff UFS_ in front of a few of ufs's symbols to reduce namespace | dholland |
| 2013-01-13 | Use __printflike. | dholland |
| 2013-01-13 | Use void * for I/O functions and remove no-longer-needed casts. | dholland |
| 2013-01-13 | Use more static. | dholland |
| 2013-01-13 | Use static; remove unused global var this uncovered. | dholland |
| 2013-01-13 | Use <ctype.h> functions correctly. | dholland |
| 2013-01-13 | Add some const. | dholland |
| 2012-08-29 | Use more markup, fix English usage. | dholland |
| 2012-08-10 | Don't depend on HAVE_GCC being always defined. | joerg |
| 2012-05-05 | remove ancient crap | christos |
| 2012-04-07 | factor out rawname() from dump, fsck, savecore. | christos |
| 2012-04-07 | use getfsspecname() | christos |
| 2012-02-19 | Sort option descriptions a bit more. | wiz |
| 2012-02-19 | PR/45735: Bug Hunting: The dump(8) manpage, as well as the program's `usage'-... | christos |
| 2011-09-16 | NULL does not need a cast, here | plunky |
| 2011-08-29 | Use __dead | joerg |
| 2011-06-20 | remove most of the remaining HAVE_GCC tests that are always true in | mrg |
| 2011-02-24 | fss(4): Allow FSSIOCSET to set the initial flags. Add a new flag | hannken |
| 2010-11-05 | File system snapshots are no longer experimental. | hannken |
| 2010-05-14 | Use a list for the list of bugs. | jruoho |
| 2010-04-11 | Add -x option which allows to run `fsck_msdos -n' on a snapshot of | hannken |
| 2010-03-11 | PR/42952: The Grey Wolf: Fix for "true incremental". Don't overload level | christos |
| 2010-02-26 | -i does not take an argument. Remove unnecessary Bk/Ek. New sentence, new line. | wiz |
| 2010-02-26 | PR/42883: Greywolf: Add -i flag which brings "true incremental" capability. | christos |
| 2010-01-27 | range-check what we assign to int cachebufs from calculations with | spz |
| 2009-04-11 | Enable WARNS=4 by default except for: | lukem |
| 2009-04-11 | fix sign-compare issue | lukem |
| 2009-01-30 | Use indent-synopsis instead of iS register. The latter is a register | enami |
| 2008-08-29 | Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f... | gmcgarry |
| 2008-08-12 | We don't need to dump WAPBL log files - don't dump files with SF_LOG | simonb |
| 2008-08-10 | Remove adding -g to CFLAGS and LDFLAGS. Ancient debug bogon? | simonb |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-02-16 | Fix some inconsisent/conflicting definitions and missing parameters | matt |
| 2006-12-18 | Convert a couple of "(void)&" constructs to volatile. | christos |
| 2006-10-26 | When using a snapshot take the snapshot raw device on further open. | hannken |
| 2006-06-24 | Change LFCNWRAP{STOP,GO} to make them more suitable for snapshotting; in | perseant |
| 2006-05-19 | Coverity CID 3275: Plug memory leak. | christos |
| 2006-05-11 | sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. | mrg |
| 2006-04-21 | Don't use cast expressions as lvalues as newer versions of gcc warn. | skrll |