Age | Commit message (Expand) | Author |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-09-24 | Use unveil(2). These programs fit together in various strange ways, | Theo de Raadt |
2017-06-27 | Avoid the possibility of accessing an array out of bounds. | Jonathan Gray |
2016-10-10 | Rename BIOS parameter block field from bsPBP to bsBPB. This typo | Alexander Bluhm |
2016-05-28 | Another misplaced pledge disklabel that needs to be removed because of | Theo Buehler |
2015-12-10 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-11-23 | Use pledge "disklabel" as needed. The theory here is these tools become more | Theo de Raadt |
2015-10-14 | Since the fsck_* programs now only handle one filesystem, this creates | Theo de Raadt |
2015-10-14 | Only accept one filesystem/device as argument for checking. Few people | Theo de Raadt |
2015-09-27 | Mark ask() as printf-like; split up a pwarn() with variable number of specifiers | Philip Guenther |
2015-08-20 | <stdlib.h> is included, so do not need to cast result from | Theo de Raadt |
2015-07-27 | document "F" in interactive mode, like for fsck.8; | Jason McIntyre |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-18 | Nuke some obvious #include duplications. | Kenneth R Westerback |
2014-07-11 | Remove redundant check and wrong fix: fat.c checks already take care | Tobias Stoeckmann |
2014-07-10 | Uninitialized values (-1) in FSInfo are perfectly valid. | Tobias Stoeckmann |
2014-07-10 | Avoid out of boundary access when checking invalid long filenames. | Tobias Stoeckmann |
2014-07-10 | Validate file system information which are critical for fsck_msdos operation. | Tobias Stoeckmann |
2014-07-10 | Validate number of FATs. | Tobias Stoeckmann |
2014-07-09 | Merge memory leak fix from NetBSD's dir.c revision 1.20, but actually | Tobias Stoeckmann |
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 |