| Commit message (Expand) | Author | Age | Files | Lines |
| * | shuffle externs (and definitions) around to satisfy -fno-common |  deraadt | 2021-01-27 | 2 | -43/+86 |
| * | Use correct size when zeroing out dinode. |  millert | 2019-12-17 | 1 | -2/+2 |
| * | Oops, forgot to commit this patch. |  kevlo | 2019-07-01 | 3 | -9/+9 |
| * | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -5/+5 |
| * | Replace overlapping memcpy() with memmove() in getpathname(). |  millert | 2019-02-06 | 1 | -3/+3 |
| * | Use unveil(2). These programs fit together in various strange ways, |  deraadt | 2018-09-24 | 1 | -1/+3 |
| * | Use user_from_uid(3) and group_from_gid(3) in a few more places |  millert | 2018-09-16 | 1 | -8/+5 |
| * | Do not check the array but its length; based on a netbsd commit by christos@; |  otto | 2017-08-26 | 2 | -4/+4 |
| * | Eliminate some gcc warnings about 'unused variables', mostly by |  krw | 2016-12-16 | 1 | -1/+3 |
| * | Fix fsck'ing. ext2fs_dinode grew extra bits to support ext4 |  krw | 2016-04-28 | 3 | -10/+15 |
| * | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. |  krw | 2016-03-16 | 2 | -7/+7 |
| * | Do not do the early pledge, because hotroot() is a lie. fsck_extfs |  deraadt | 2015-11-25 | 1 | -5/+1 |
| * | Cannot pledge() in the hotroot case |  deraadt | 2015-11-23 | 1 | -3/+4 |
| * | Use pledge "disklabel" as needed. The theory here is these tools become more |  deraadt | 2015-11-23 | 1 | -1/+6 |
| * | 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 |
| * | Only accept one filesystem/device as argument for checking. Few people |  deraadt | 2015-10-14 | 2 | -13/+12 |
| * | avoid divide by zero; from Michael McConville |  deraadt | 2015-09-10 | 1 | -2/+6 |
| * | snprintf+write --> dprintf |  guenther | 2015-09-05 | 1 | -5/+4 |
| * | <stdlib.h> is included, so do not need to cast result from |  deraadt | 2015-08-20 | 3 | -11/+9 |
| * | document "F" in interactive mode, like for fsck.8; |  jmc | 2015-07-27 | 1 | -2/+13 |
| * | When getopt processing flags, many should be flag=1 instead of flag++ |  deraadt | 2015-02-07 | 1 | -5/+5 |
| * | remove #ifndef #define blocks trying to handle lack of BUFSIZ |  deraadt | 2015-01-19 | 1 | -5/+1 |
| * | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 11 | -29/+32 |
| * | remove sys/file.h includes in favor of fcntl.h where needed. |  tedu | 2014-11-20 | 1 | -2/+1 |
| * | remove ugly return value casts |  deraadt | 2014-10-29 | 1 | -5/+3 |
| * | trivial use of reallocarray |  deraadt | 2014-10-08 | 1 | -3/+3 |
| * | kill fs2hXX/h2fsXX macros with letohXX/htoleXX |  pelikan | 2014-07-13 | 7 | -173/+173 |
| * | 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 |
| * | fix dacl->size_hi header change |  pelikan | 2014-07-11 | 1 | -3/+3 |
| * | Use consistent format specifiers (%lld) and casts (long long) when |  krw | 2014-05-24 | 1 | -6/+13 |
| * | Don't potentially use stack garbage for e2d_type. Initialize |  krw | 2014-05-24 | 1 | -1/+2 |
| * | Nuke pointless dev_bsize variable which is always set to 512, and just |  krw | 2014-05-22 | 3 | -22/+19 |
| * | Nuke some trailing whitespace to shrink subsequent diffs. |  krw | 2014-05-21 | 3 | -6/+5 |
| * | As suggested by guenther@ and millert@, replace seek+[read|write] with |  krw | 2014-05-20 | 1 | -15/+5 |
| * | Kirk was being waaaay too chummy with the compiler when he trusted |  guenther | 2013-11-22 | 1 | -4/+6 |
| * | big int_t/time_t fixes; ok deraadt@ krw@ |  otto | 2013-04-25 | 1 | -2/+3 |
| * | pretty print bigger off_t |  deraadt | 2013-04-24 | 6 | -30/+39 |
| * | ext2fs has a 32-bit time fields. store a u_int32_t of the real time_t -- |  deraadt | 2013-04-17 | 1 | -3/+3 |
| * | Remove a header file that is only supposed to be used by the kernel. |  deraadt | 2011-04-18 | 1 | -2/+1 |
| * | These utilities can currently only operate with a 32-bit block number range, |  deraadt | 2011-03-12 | 11 | -58/+58 |
| * | Print the real device name followed by the disklabel UID in parenthesis |  jsing | 2010-08-12 | 1 | -2/+2 |
| * | 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 |
| * | remove references to docs we no longer install; |  jmc | 2010-01-10 | 1 | -6/+2 |
| * | do not leak memory, found by parfait, ok millert otto |  deraadt | 2009-12-10 | 1 | -1/+3 |
| * | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -19/+1 |
| * | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg |  deraadt | 2007-09-02 | 1 | -2/+2 |
| * | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |