Age | Commit message (Expand) | Author |
2017-08-26 | Do not check the array but its length; based on a netbsd commit by christos@; | Otto Moerbeek |
2016-12-16 | Eliminate some gcc warnings about 'unused variables', mostly by | Kenneth R Westerback |
2016-04-28 | Fix fsck'ing. ext2fs_dinode grew extra bits to support ext4 | Kenneth R Westerback |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2015-11-25 | Do not do the early pledge, because hotroot() is a lie. fsck_extfs | Theo de Raadt |
2015-11-23 | Cannot pledge() in the hotroot case | Theo de Raadt |
2015-11-23 | Use pledge "disklabel" as needed. The theory here is these tools become more | Theo de Raadt |
2015-10-15 | corrects pledge code for fsck_ffs and fsck_ext2fs | Sebastien Marie |
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-10 | avoid divide by zero; from Michael McConville | Theo de Raadt |
2015-09-05 | snprintf+write --> dprintf | 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-02-07 | When getopt processing flags, many should be flag=1 instead of flag++ | Theo de Raadt |
2015-01-19 | remove #ifndef #define blocks trying to handle lack of BUFSIZ | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-20 | remove sys/file.h includes in favor of fcntl.h where needed. | Ted Unangst |
2014-10-29 | remove ugly return value casts | Theo de Raadt |
2014-10-08 | trivial use of reallocarray | Theo de Raadt |
2014-07-13 | kill fs2hXX/h2fsXX macros with letohXX/htoleXX | Martin Pelikan |
2014-07-13 | new superblock header needs fixes | Martin Pelikan |
2014-07-11 | Prevent division by zero on erroneous file systems. | Tobias Stoeckmann |
2014-07-11 | fix dacl->size_hi header change | Martin Pelikan |
2014-05-24 | Use consistent format specifiers (%lld) and casts (long long) when | Kenneth R Westerback |
2014-05-24 | Don't potentially use stack garbage for e2d_type. Initialize | Kenneth R Westerback |
2014-05-22 | Nuke pointless dev_bsize variable which is always set to 512, and just | Kenneth R Westerback |
2014-05-21 | Nuke some trailing whitespace to shrink subsequent diffs. | Kenneth R Westerback |
2014-05-20 | As suggested by guenther@ and millert@, replace seek+[read|write] with | Kenneth R Westerback |
2013-11-22 | Kirk was being waaaay too chummy with the compiler when he trusted | Philip Guenther |
2013-04-25 | big int_t/time_t fixes; ok deraadt@ krw@ | Otto Moerbeek |
2013-04-24 | pretty print bigger off_t | Theo de Raadt |
2013-04-17 | ext2fs has a 32-bit time fields. store a u_int32_t of the real time_t -- | Theo de Raadt |
2011-04-18 | Remove a header file that is only supposed to be used by the kernel. | Theo de Raadt |
2011-03-12 | These utilities can currently only operate with a 32-bit block number range, | Theo de Raadt |
2010-08-12 | Print the real device name followed by the disklabel UID in parenthesis | Joel Sing |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-03-08 | if ncg == 1, there's no alternate superblock; from NetBSD; ok deraadt@ | Otto Moerbeek |
2010-01-10 | remove references to docs we no longer install; | Jason McIntyre |
2009-12-10 | do not leak memory, found by parfait, ok millert otto | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
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 |
2007-05-29 | Updated disklabel format to support larger disks and partitions. We | Otto Moerbeek |
2006-04-20 | solve some signal races; from fsck_ffs; ok pedro | Theo de Raadt |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt |
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 2298: Fix memory leak. | David Hill |
2005-10-06 | Use part of the reserved space on the disk inode to scatter 16 more bits | Pedro Martelletto |
2005-04-30 | Support checking filesystems which have or once had large files (>4 GB) | Niall O'Higgins |