Age | Commit message (Expand) | Author |
2014-06-18 | Always keep length of cluster chain up to date, otherwise the drop of | Tobias Stoeckmann |
2014-06-16 | Merge NetBSD commit: | Tobias Stoeckmann |
2014-06-14 | Avoid infinite loop if cluster chain is a cyclic list. | Tobias Stoeckmann |
2014-06-14 | Fix memory leaks in bootblock handling. | Tobias Stoeckmann |
2014-06-14 | Fix regression of 1.16: write fsinfo, not block into FSInfo region. | Tobias Stoeckmann |
2014-06-14 | Fix regression of 1.20 by properly incrementing pointer. | Tobias Stoeckmann |
2014-06-10 | Fix off by one when writing FAT for FAT12 filesystems. | Tobias Stoeckmann |
2014-06-09 | Fix possible out of boundary access if filesystem is full or corrupt. | Tobias Stoeckmann |
2013-08-12 | Add missing \n after a warning. | Raphael Graf |
2012-03-31 | Make fsck_msdos work with non-512-byte sector devices. Problem noted | Kenneth R Westerback |
2010-12-18 | add some off_t and ssize_t love; ok stsp millert | Theo de Raadt |
2010-12-17 | Add missing util.h include for opendev() | Todd C. Miller |
2010-11-17 | Switch fsck_msdos(8) to opendev(3) so that it can handle disklabel UIDs. | Joel Sing |
2010-08-12 | Print the real device name followed by the disklabel UID in parenthesis | Joel Sing |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-02-07 | Check reads and lseek correctly for unsigned return; ok krw@ | Ian Darwin |
2007-12-30 | sort flags in both synopsis and usage | Igor Sobrado |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-11-11 | Fix memory leak, from Charles Longeau, many okays | Pedro Martelletto |
2006-07-19 | Only compare important parts of the boot block with the backup copy, | Tom Cosgrove |
2006-05-27 | newline fix + s/perror/xperror since we are | Thordur I. Bjornsson |
2006-04-02 | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks | Damien Miller |
2006-03-30 | when asking y or n, accept "F" which forces yes from the on. i have | Theo de Raadt |
2006-03-20 | NetBSD Coverity CID 2302: Free fat if fatal error to avoid leak. | David Hill |
2005-02-03 | sync usage output | Jared Yanovich |
2005-02-03 | - simplify, normalize, and sync usage/synopsis forms | Jared Yanovich |
2004-07-17 | some ansi; khalek@linuxgamers.net | Theo de Raadt |
2003-07-29 | spaces | Theo de Raadt |
2003-03-30 | snprintf | Theo de Raadt |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt |
2003-03-11 | spelling | David Krause |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-14 | Don't divide by zero. | Aaron Campbell |
2001-09-19 | occured->occurred | Mike Pechkin |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt |
2001-07-03 | Put missing \n's in som error messages; consolidate redundant "if" (OK theo@). | Ian Darwin |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-06-28 | prevent endless looping on looping fat chains | Michael Shalayeff |
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell |
2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be don... | Theo de Raadt |
1999-09-06 | Corrected overflow logic in fullpath. | Marc Espie |
1999-09-06 | Leech newer fat checking code from NetBSD. | Marc Espie |
1999-08-30 | Fix obvious logic error (from netbsd) | Marc Espie |
1999-08-30 | Cater to Win95 brokenness (from netbsd) | Marc Espie |
1999-03-25 | Checking -> Check for consistency | Aaron Campbell |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell |