Age | Commit message (Expand) | Author |
2024-07-15 | Add e2fs_fsmnt, and the newly defined e2fs_kbytes_written to the list of | Martijn van Duren |
2024-05-09 | ctime(3) and ctime_r(3) can fail when timestamps are way off. | Florian Obser |
2024-04-23 | correct indentation; no functional change | Jonathan Gray |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2021-01-27 | shuffle externs (and definitions) around to satisfy -fno-common | Theo de Raadt |
2019-12-17 | Use correct size when zeroing out dinode. | Todd C. Miller |
2019-07-01 | Oops, forgot to commit this patch. | Kevin Lo |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-02-06 | Replace overlapping memcpy() with memmove() in getpathname(). | Todd C. Miller |
2018-09-24 | Use unveil(2). These programs fit together in various strange ways, | Theo de Raadt |
2018-09-16 | Use user_from_uid(3) and group_from_gid(3) in a few more places | Todd C. Miller |
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 |