| Commit message (Expand) | Author | Age | Files | Lines |
* | With filesystem having many cylinder groups and many inodes per cg the |  otto | 2020-06-20 | 1 | -4/+5 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -5/+5 |
* | Use unveil(2). These programs fit together in various strange ways, |  deraadt | 2018-09-24 | 1 | -2/+6 |
* | the value of bflag is a blockno, so use the proper type, avoids |  otto | 2018-01-05 | 1 | -2/+2 |
* | Tighten pledge for fsdb and eliminate a strcmp("fsdb", getprogname()) |  tb | 2016-09-09 | 1 | -11/+9 |
* | better computation of location of alternate superblocks, based on info |  otto | 2016-09-01 | 1 | -33/+24 |
* | fsdb(8) sucks in and is pledged by fsck(8). Since it uses editline(3), |  tb | 2016-08-20 | 1 | -4/+10 |
* | hotroot is calculated late in fsck_ffs, so defer the pledge. |  deraadt | 2015-11-24 | 1 | -1/+5 |
* | 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 | -8/+14 |
* | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or |  deraadt | 2015-01-20 | 1 | -2/+2 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -4/+7 |
* | inodesc.id_entryno holds a file size, so upgrade it from int to u_int64_t; |  guenther | 2014-09-06 | 1 | -7/+7 |
* | fsck should use the same values in checking as newfs does in creating |  krw | 2014-05-29 | 1 | -6/+9 |
* | Modernize spelling. 'Mimick' -> 'Mimic' in comment. |  krw | 2014-05-09 | 1 | -2/+2 |
* | Fix '-b' option to work with the superblock locations output by newfs |  krw | 2014-05-09 | 1 | -14/+4 |
* | Kirk was being waaaay too chummy with the compiler when he trusted |  guenther | 2013-11-22 | 1 | -5/+6 |
* | Replace direct references to p_size, p_offset and d_secperunit with |  krw | 2013-11-05 | 1 | -4/+4 |
* | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 2013-06-11 | 1 | -2/+2 |
* | remove support for (very) old ffs on-disk formats; ok krw@ and no |  otto | 2011-04-24 | 1 | -85/+46 |
* | Blend in some code from netbsd and freebsd that reduces memory consumption |  otto | 2011-04-16 | 1 | -17/+6 |
* | Print the real device name followed by the disklabel UID in parenthesis |  jsing | 2010-08-12 | 1 | -4/+11 |
* | When fsck_ffs is used with disklabel UIDs the hot root test fails in |  jsing | 2010-06-15 | 1 | -1/+3 |
* | add missing headers needed for opendev() and close() |  chl | 2010-06-09 | 1 | -1/+3 |
* | Switch fsck_ffs(8) and fsdb(8) to opendev(3) so that they will soon be able |  jsing | 2010-06-05 | 1 | -12/+16 |
* | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this |  dlg | 2010-05-18 | 1 | -1/+2 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -9/+1 |
* | reduce mem usage by about 20% by packing state and type of an inode in a single |  otto | 2008-06-10 | 1 | -12/+6 |
* | print sizeofs using %zu; ok joris@ |  otto | 2008-06-10 | 1 | -7/+12 |
* | The new newfs(8) code causes alternate superblocks to end up in |  otto | 2008-06-09 | 1 | -3/+14 |
* | ufs1_daddr_t cleanup, okay otto@ |  pedro | 2007-06-01 | 1 | -4/+4 |
* | convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thib |  deraadt | 2007-06-01 | 1 | -4/+4 |
* | Updated disklabel format to support larger disks and partitions. We |  otto | 2007-05-29 | 1 | -4/+4 |
* | When trying to read the primary superblock, do not accidentially read |  otto | 2007-04-18 | 1 | -2/+11 |
* | Add support for checking ffs2 filesystems. From pedro@ based on |  millert | 2007-04-10 | 1 | -40/+94 |
* | be a tiny little bit more verbose when encoutering bad block or fragment |  otto | 2007-03-19 | 1 | -4/+4 |
* | Add FFS2 fields to the superblock, change file system tools to keep |  pedro | 2007-03-19 | 1 | -8/+8 |
* | there's no way we're going to be able to handle illegal block or |  otto | 2007-03-18 | 1 | -4/+8 |
* | Fix a row of bugs in the code that computes the alternate superblock |  otto | 2007-02-16 | 1 | -6/+20 |
* | Do some extra validation of the superblock, otherwise a corrupt |  otto | 2007-02-13 | 1 | -3/+62 |
* | max partition letter is 'a' + MAXPARTITIONS - 1, not 'h'. ok (and |  otto | 2007-02-12 | 1 | -3/+4 |
* | fix a fd leak that happens whe checking multiple file systems and some |  otto | 2007-02-09 | 1 | -3/+3 |
* | Plug some mem leaks that occur when checking multiple file systems in a |  otto | 2007-02-08 | 1 | -3/+2 |
* | prettier code; ok pedro |  deraadt | 2006-04-17 | 1 | -32/+42 |
* | Remove option -n from newfs as well as all references to fs_postbl() |  pedro | 2006-03-09 | 1 | -3/+3 |
* | Add and use a few more constants and macros needed by UFS2 |  pedro | 2005-12-19 | 1 | -5/+5 |
* | whack commons as wanted by ho |  deraadt | 2003-09-25 | 1 | -2/+4 |
* | const the rcsid, and make it say OpenBSD |  tedu | 2003-06-26 | 1 | -2/+2 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -7/+3 |
* | only compare suberblock fields that are interesting, instead of trying to |  tedu | 2003-04-30 | 1 | -46/+43 |