| Age | Commit message (Expand) | Author |
| 2013-04-13 | Make getdiskinfo() always return correct dkwedge_info for the raw partition. | jakllsch |
| 2013-01-13 | Support symlinks to a block device to resolve the name of the | mlelstv |
| 2012-04-08 | Don't re-use the same buffer that we pass in for newname in the cooked->raw | christos |
| 2012-04-07 | factor out rawname() from dump, fsck, savecore. | christos |
| 2012-04-07 | use getfsspecname() | christos |
| 2011-11-13 | use getfstypename | christos |
| 2011-08-27 | Use __dead and __printflike. | joerg |
| 2011-06-09 | fix compilation. | christos |
| 2011-06-09 | share more code. | christos |
| 2011-04-28 | New sentence, new line. Sort sections. | wiz |
| 2010-03-06 | - use warn/err properly | christos |
| 2010-02-24 | Dont pass option -x down to fsck_xxxfs. | hannken |
| 2010-02-18 | Use Dq for double quotes; remove trailing whitespace. | wiz |
| 2010-02-17 | Add -x <mountpoint> ``exclude'' option. | christos |
| 2010-02-04 | Centralize time printing and deal with ctime possibly returning NULL. | christos |
| 2009-10-21 | Remove 3rd and 4th clauses in christos' license. OK christos. | snj |
| 2009-07-16 | Callers expect getdiskinfo() to return -1 on error, so do that. | dyoung |
| 2009-06-14 | Remove bogus warn, which was printed when DIOCGDISKINFO failed. | haad |
| 2009-06-06 | Add support for devices which do not support DIOCGDISKINFO ioctl yet. This | haad |
| 2009-06-06 | Remove debug printfs. | haad |
| 2009-06-05 | Add support for DIOCGDISKINFO to disk like device drivers. Change | haad |
| 2009-04-11 | fix sign-compare issues | lukem |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-16 | errexit() now provides the trailing \n (since fsck_ffs assumed that | lukem |
| 2008-02-24 | Fix typo. | reed |
| 2008-02-23 | Make sure that the exit values are always sane, and use symbolic instead | christos |
| 2008-02-23 | Say what our exit values mean (this is not correct right now, because not | christos |
| 2007-09-15 | __attribute -> __attribute__. | ragge |
| 2007-07-17 | kill MFSNAMELEN | christos |
| 2007-02-23 | Cross-reference fsck_lfs and fsck_ext2fs. | rumble |
| 2006-12-13 | Sprinkle volatile, instead of using the (void)&foo; which does not work on | christos |
| 2006-11-14 | Improve the progress bar displayed by fsck_ffs -p -P. | apb |
| 2006-10-16 | - add volatile | christos |
| 2006-08-27 | add a const | christos |
| 2006-08-26 | - make preen recognize wedges and insert their parent disks in the disk list | christos |
| 2006-08-26 | Programs that use efun. | christos |
| 2006-06-05 | s/perror/perr/ so that we can make it varyadic. Overloading stdio's perror() | christos |
| 2006-03-20 | Coverity CID 1745: Fix memory leak. | christos |
| 2005-06-27 | Move WARNS=3 to the Makefile.inc, and add a little const to the remaining | christos |
| 2005-05-10 | If progress is disabled, don't clear the progress bar. | atatat |
| 2005-01-19 | Add 'P' (progress meter flag) to getopt()'s optstring, remove | xtraeme |
| 2005-01-19 | Sync usage with reality. | wiz |
| 2005-01-19 | Sort options. | wiz |
| 2005-01-13 | When we run with 'fsck -f -n' we should go over all the filesystems, not | christos |
| 2005-01-13 | Add a progress meter to fsck_ffs based on the work by thorpej presented | christos |
| 2004-10-28 | Add (unsigned char) to isdigit() call | dsl |
| 2004-09-25 | Try the DIOCGWEDGEINFO ioctl first. If that succeeds (i.e. the block | thorpej |
| 2004-08-19 | Remove special case for RESCUEDIR | christos |
| 2004-08-19 | Deal with RESCUEDIR | christos |
| 2004-04-21 | Replace the statfs() family of system calls with statvfs(). | christos |