Age | Commit message (Expand) | Author |
2016-09-09 | Tighten pledge for fsdb and eliminate a strcmp("fsdb", getprogname()) | Theo Buehler |
2016-09-01 | better computation of location of alternate superblocks, based on info | Otto Moerbeek |
2016-08-20 | fsdb(8) sucks in and is pledged by fsck(8). Since it uses editline(3), | Theo Buehler |
2015-11-24 | hotroot is calculated late in fsck_ffs, so defer the pledge. | 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-01-20 | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-09-06 | inodesc.id_entryno holds a file size, so upgrade it from int to u_int64_t; | Philip Guenther |
2014-05-29 | fsck should use the same values in checking as newfs does in creating | Kenneth R Westerback |
2014-05-09 | Modernize spelling. 'Mimick' -> 'Mimic' in comment. | Kenneth R Westerback |
2014-05-09 | Fix '-b' option to work with the superblock locations output by newfs | Kenneth R Westerback |
2013-11-22 | Kirk was being waaaay too chummy with the compiler when he trusted | Philip Guenther |
2013-11-05 | Replace direct references to p_size, p_offset and d_secperunit with | Kenneth R Westerback |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2011-04-24 | remove support for (very) old ffs on-disk formats; ok krw@ and no | Otto Moerbeek |
2011-04-16 | Blend in some code from netbsd and freebsd that reduces memory consumption | Otto Moerbeek |
2010-08-12 | Print the real device name followed by the disklabel UID in parenthesis | Joel Sing |
2010-06-15 | When fsck_ffs is used with disklabel UIDs the hot root test fails in | Joel Sing |
2010-06-09 | add missing headers needed for opendev() and close() | Charles Longeau |
2010-06-05 | Switch fsck_ffs(8) and fsdb(8) to opendev(3) so that they will soon be able | Joel Sing |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-06-10 | reduce mem usage by about 20% by packing state and type of an inode in a single | Otto Moerbeek |
2008-06-10 | print sizeofs using %zu; ok joris@ | Otto Moerbeek |
2008-06-09 | The new newfs(8) code causes alternate superblocks to end up in | Otto Moerbeek |
2007-06-01 | ufs1_daddr_t cleanup, okay otto@ | Pedro Martelletto |
2007-06-01 | convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thib | Theo de Raadt |
2007-05-29 | Updated disklabel format to support larger disks and partitions. We | Otto Moerbeek |
2007-04-18 | When trying to read the primary superblock, do not accidentially read | Otto Moerbeek |
2007-04-10 | Add support for checking ffs2 filesystems. From pedro@ based on | Todd C. Miller |
2007-03-19 | be a tiny little bit more verbose when encoutering bad block or fragment | Otto Moerbeek |
2007-03-19 | Add FFS2 fields to the superblock, change file system tools to keep | Pedro Martelletto |
2007-03-18 | there's no way we're going to be able to handle illegal block or | Otto Moerbeek |
2007-02-16 | Fix a row of bugs in the code that computes the alternate superblock | Otto Moerbeek |
2007-02-13 | Do some extra validation of the superblock, otherwise a corrupt | Otto Moerbeek |
2007-02-12 | max partition letter is 'a' + MAXPARTITIONS - 1, not 'h'. ok (and | Otto Moerbeek |
2007-02-09 | fix a fd leak that happens whe checking multiple file systems and some | Otto Moerbeek |
2007-02-08 | Plug some mem leaks that occur when checking multiple file systems in a | Otto Moerbeek |
2006-04-17 | prettier code; ok pedro | Theo de Raadt |
2006-03-09 | Remove option -n from newfs as well as all references to fs_postbl() | Pedro Martelletto |
2005-12-19 | Add and use a few more constants and macros needed by UFS2 | Pedro Martelletto |
2003-09-25 | whack commons as wanted by ho | 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-30 | only compare suberblock fields that are interesting, instead of trying to | Ted Unangst |
2002-08-23 | - Convert function definitions to new style | Grigoriy Orlov |
2002-06-09 | rm trailing whitespace | Todd T. Fries |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-05 | kill more registers; | Mike Pechkin |