| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops, forgot to commit this patch. |  kevlo | 2019-07-01 | 1 | -4/+4 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -5/+5 |
* | Do not check the array but its length; based on a netbsd commit by christos@; |  otto | 2017-08-26 | 1 | -2/+2 |
* | Fix fsck'ing. ext2fs_dinode grew extra bits to support ext4 |  krw | 2016-04-28 | 1 | -2/+2 |
* | corrects pledge code for fsck_ffs and fsck_ext2fs |  semarie | 2015-10-15 | 1 | -1/+6 |
* | Since the fsck_* programs now only handle one filesystem, this creates |  deraadt | 2015-10-14 | 1 | -21/+28 |
* | avoid divide by zero; from Michael McConville |  deraadt | 2015-09-10 | 1 | -2/+6 |
* | <stdlib.h> is included, so do not need to cast result from |  deraadt | 2015-08-20 | 1 | -6/+4 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -2/+2 |
* | remove sys/file.h includes in favor of fcntl.h where needed. |  tedu | 2014-11-20 | 1 | -2/+1 |
* | kill fs2hXX/h2fsXX macros with letohXX/htoleXX |  pelikan | 2014-07-13 | 1 | -28/+28 |
* | new superblock header needs fixes |  pelikan | 2014-07-13 | 1 | -2/+2 |
* | Prevent division by zero on erroneous file systems. |  tobias | 2014-07-11 | 1 | -1/+4 |
* | Nuke pointless dev_bsize variable which is always set to 512, and just |  krw | 2014-05-22 | 1 | -7/+5 |
* | Kirk was being waaaay too chummy with the compiler when he trusted |  guenther | 2013-11-22 | 1 | -4/+6 |
* | These utilities can currently only operate with a 32-bit block number range, |  deraadt | 2011-03-12 | 1 | -3/+3 |
* | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this |  dlg | 2010-05-18 | 1 | -1/+2 |
* | if ncg == 1, there's no alternate superblock; from NetBSD; ok deraadt@ |  otto | 2010-03-08 | 1 | -1/+7 |
* | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg |  deraadt | 2007-09-02 | 1 | -2/+2 |
* | Updated disklabel format to support larger disks and partitions. We |  otto | 2007-05-29 | 1 | -3/+3 |
* | Support checking filesystems which have or once had large files (>4 GB) |  niallo | 2005-04-30 | 1 | -1/+4 |
* | spaces |  deraadt | 2003-07-29 | 1 | -2/+2 |
* | ansification |  deraadt | 2003-06-11 | 1 | -19/+8 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | rm trailing whitespace |  todd | 2002-06-09 | 1 | -4/+4 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -5/+5 |
* | cleanups and endianness fixes. Mostly from NetBSD |  art | 2001-09-18 | 1 | -17/+5 |
* | Support for ext2fs rev. 1 |  jasoni | 2000-04-26 | 1 | -52/+121 |
* | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. |  millert | 1999-08-17 | 1 | -3/+3 |
* | s/malloc.h/stdlib.h in pass5.c, and actually malloc() enough memory in |  downsj | 1997-06-14 | 1 | -4/+4 |
* | Add tags, fix man page. Purely cosmetic. |  downsj | 1997-06-14 | 1 | -0/+5 |
* | Sync with NetBSD. Purely cosmetic. |  downsj | 1997-06-14 | 1 | -4/+3 |
* | Initial import of Manuel's fsck_ext2fs, unmodified. |  downsj | 1997-05-30 | 1 | -0/+441 |