| Age | Commit message (Expand) | Author |
| 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 |
| 2006-04-19 | Emit "a snapshot of" message for snap_internal case too. | hannken |
| 2006-03-18 | Coverity CID 2297: Fix memory leak. | christos |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-09-11 | Argument is read-blocksize, not "read blocksize". From YOMURA Masanori in pri... | wiz |
| 2005-08-19 | 64 bit inode changes | christos |
| 2005-06-27 | sprinkle const | christos |
| 2005-06-02 | appease gcc -Wuninitialized | lukem |
| 2005-04-19 | Sort SEE ALSO. | wiz |
| 2005-04-19 | Fix copyright date for previous. | hannken |
| 2005-04-19 | Snapshot support for dump(8): | hannken |
| 2004-08-08 | Signal handlers should manipulate 'volatile sig_atomic_t' instead of 'int'. | lukem |
| 2004-05-25 | Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. | hannken |
| 2004-04-21 | Replace the statfs() family of system calls with statvfs(). | christos |
| 2004-03-27 | Don't require ffsv2 fs have FS_FLAGS_UPDATED set | dsl |
| 2004-03-24 | After determining whether the filesystem is byte swapped, | ws |
| 2004-03-24 | Make the computation of estimated blocks work for frag size != 1024. | hannken |
| 2004-03-21 | When searching for the superblock, don't pick an ffsv1 superblock from the | dsl |
| 2004-03-15 | Adjust tstart_volume (volume start time) by the time spent in query(), | lukem |
| 2004-02-18 | Avoid signal race condition. If a slave gets the SIGUSR2 signal between | hannken |
| 2003-09-13 | Use HW_USERMEM64 to fetch the amount of memory available. | simonb |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-26 | * Document $RCMD_CMD in environ(7). | lukem |
| 2003-05-01 | Fix byteswapping issues in dirindir(); mostly from Enami Tsugutomo. | fvdl |
| 2003-05-01 | Swap the right disk block in mapdirs() for the UFS1 case. From Enami. | fvdl |
| 2003-04-19 | The sysctl returning the amount of memory in the system returns "int", | tls |
| 2003-04-08 | Since the size passed in may be different from the fs blocksize, just | fvdl |
| 2003-04-08 | dblk should be static. Fixes PR 21020, by Geoff Wing. Patch supplied | fvdl |
| 2003-04-02 | Add support for UFS2. UFS2 is an enhanced FFS, adding support for | fvdl |
| 2003-03-27 | Use "wall -g operator" (instead of private code) to broadcast() messages to | lukem |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-02-06 | No need to print same error message twice in the same line. | enami |