Age | Commit message (Expand) | Author |
2023-01-04 | Christos Zoulas agreed to rescind clause 3 and 4 in | Jonathan Gray |
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 |
2015-11-23 | Use pledge "disklabel" as needed. The theory here is these tools become more | Theo de Raadt |
2015-09-27 | lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */ | Philip Guenther |
2015-05-29 | do not need non-NULL-check before free(p), other minor refactoring | Theo de Raadt |
2015-05-29 | remove duplicate assignments; from Benjamin Baier | Theo de Raadt |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-03-20 | Fix cut & pasto in warning message; from Andre Smagin | Todd C. Miller |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-10-17 | trivial replacement with reallocarray() | Theo de Raadt |
2014-10-08 | replace internal erealloc() with ereallocarray(), and then use it to | Theo de Raadt |
2014-07-13 | -N for SYNOPSIS and usage(), and some small changes to previous; | Jason McIntyre |
2014-07-13 | Intorduce the same -N flag that mount(8) just got to do the same | Claudio Jeker |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
2013-02-11 | Xr scan_ffs 8; requested by Scott McEachern | Jason McIntyre |
2010-11-29 | make "fsck -p" respect fs_passno > 2, as implied by the manual. This can | Chris Kuethe |
2010-11-17 | Try to determine file system type using readlabelfs(3) if fsck is given | 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 |
2007-10-20 | add missing [-b block#] to the usage of fsck(8) | Igor Sobrado |
2007-10-20 | an usage message should fit on a 80-column display | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-12 | remove references to mount_vnd.8 and fsck_vnd.8 as these are not hooked | Felix Kronlage |
2007-04-14 | +.Xr fsck_vnd 8 , | Jason McIntyre |
2007-02-17 | silence fsck_{e2fs,ffs} when being put to work on non-existing filenames | Alexander von Gernler |
2006-05-28 | revert a part of last commit causes newline | Thordur I. Bjornsson |
2006-05-27 | newline fix + s/perror/xperror since we are | Thordur I. Bjornsson |
2006-03-30 | Document 'F' as an answer to fsck, okay deraadt@ jolan@ | Pedro Martelletto |
2006-03-20 | NetBSD Coverity CID 1745: Fix memory leak. | David Hill |
2005-11-21 | Accept and pass through -b option for fsck_ffs and fsck_ext2fs | Todd C. Miller |
2005-11-12 | use snprintf; ok cloder dhill@mindcry.org | Theo de Raadt |
2005-10-28 | Change some TAILQ_FIRST() == NULL tests into TAILQ_EMPTY(). The first | Otto Moerbeek |
2005-10-15 | Use queue macros instead of directly accessing fields. ok miod@ aaron@ | Otto Moerbeek |
2005-02-03 | sync usage output | Jared Yanovich |
2005-02-03 | - simplify, normalize, and sync usage/synopsis forms | Jared Yanovich |
2005-01-27 | remove some overly complex macros; | Jason McIntyre |
2005-01-27 | document what preen mode does; | Jason McIntyre |
2004-07-28 | .Xr growfs 8 | Jason McIntyre |
2004-07-28 | - sort options | Jason McIntyre |
2004-01-13 | Use = for assignment, not == | Otto Moerbeek |
2003-09-25 | do not crank size before erealloc | Theo de Raadt |
2003-09-25 | p = realloc(p is not allowed | Theo de Raadt |
2003-07-29 | If euid == 0 make datasize unlimited instead of cranking to the max | Todd C. Miller |
2003-07-29 | spaces | Theo de Raadt |
2003-06-26 | const the rcsid, and make it say OpenBSD | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-16 | string cleaning | Theo de Raadt |
2003-03-06 | Make fsdb(8) a little easier to find with some cross references. | Hugh Graham |