| Commit message (Expand) | Author | Age | Files | Lines |
* | Both phase 1 and phase 5 need the cylinder group meta data, so save those |  otto | 2020-07-13 | 1 | -9/+11 |
* | Use user_from_uid(3) and group_from_gid(3) in a few more places |  millert | 2018-09-16 | 1 | -7/+4 |
* | Eliminate some gcc warnings about 'unused variables', mostly by |  krw | 2016-12-16 | 1 | -1/+3 |
* | Remove NULL-checks before free(). ok tb@ |  mmcc | 2015-12-10 | 1 | -3/+2 |
* | 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 | -6/+10 |
* | trivial use of getreallocarray() |  deraadt | 2014-10-08 | 1 | -3/+3 |
* | inodesc.id_entryno holds a file size, so upgrade it from int to u_int64_t; |  guenther | 2014-09-06 | 1 | -2/+2 |
* | Nuke some trailing whitespace to shrink subsequent diffs. |  krw | 2014-05-21 | 1 | -2/+2 |
* | incorrect %lld for an int |  deraadt | 2013-11-11 | 1 | -2/+2 |
* | Add missing (long long) cast of variable, (long long) casts |  krw | 2013-11-03 | 1 | -6/+8 |
* | Sprinkle (long long) casts where %lld is being used to print daddr_t |  krw | 2013-11-01 | 1 | -6/+8 |
* | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 2013-06-11 | 1 | -6/+6 |
* | pretty print bigger off_t |  deraadt | 2013-04-24 | 1 | -8/+11 |
* | Small memory optimization from NetBSD; ok krw@ millert@ |  otto | 2011-05-08 | 1 | -2/+2 |
* | remove support for (very) old ffs on-disk formats; ok krw@ and no |  otto | 2011-04-24 | 1 | -3/+2 |
* | Blend in some code from netbsd and freebsd that reduces memory consumption |  otto | 2011-04-16 | 1 | -4/+25 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -9/+1 |
* | Some forms of inode corruption can make remsize and thus isize go |  otto | 2008-12-29 | 1 | -3/+3 |
* | reduce mem usage by about 20% by packing state and type of an inode in a single |  otto | 2008-06-10 | 1 | -14/+14 |
* | Teach fsck_ffs about 64-bit block addresses. ok (and help) moritz@ pedro@ |  otto | 2007-06-25 | 1 | -14/+14 |
* | Add support for checking ffs2 filesystems. From pedro@ based on |  millert | 2007-04-10 | 1 | -74/+102 |
* | remsize must be signed to avoid wrapping around to some huge number. |  otto | 2007-02-12 | 1 | -9/+19 |
* | A reallocated root directory gets ownership of the fsck process. |  bluhm | 2007-01-24 | 1 | -2/+5 |
* | consistent newlines, from tom cosgrove at arches-consulting.com. |  tedu | 2003-10-11 | 1 | -4/+4 |
* | do not crank size first, do not do p = realloc(p, ... |  deraadt | 2003-09-25 | 1 | -7/+10 |
* | rename struct dinode to ufs1_dinode. clears the namespace and makes |  tedu | 2003-08-25 | 1 | -16/+16 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -7/+3 |
* | string cleaning; ok tedu |  deraadt | 2003-04-26 | 1 | -8/+8 |
* | - Convert function definitions to new style |  gluk | 2002-08-23 | 1 | -57/+31 |
* | strcpy, sprintf death; mpech ok |  deraadt | 2002-05-22 | 1 | -4/+5 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -4/+4 |
* | kill more registers; |  mpech | 2001-11-05 | 1 | -20/+20 |
* | major -Wall cleanup, almost complete |  deraadt | 2001-07-07 | 1 | -3/+3 |
* | error out if failed to malloc memory for inode cache entry; deraadt@ ok |  mickey | 2001-05-15 | 1 | -3/+3 |
* | Make fsck aware of soft updates. |  art | 2001-03-02 | 1 | -2/+14 |
* | uid_t and gid_t, and use %u |  deraadt | 1999-08-06 | 1 | -3/+3 |
* | Never involve negative numbers in unsigned expressions. Fixes a segfault some |  niklas | 1997-10-11 | 1 | -3/+3 |
* | back out vfs lite2 till after 2.2 |  deraadt | 1997-10-06 | 1 | -14/+2 |
* | VFS Lite2 Changes |  csapuntz | 1997-10-06 | 1 | -2/+14 |
* | (foo *)0 -> NULL |  kstailey | 1997-06-25 | 1 | -3/+3 |
* | Avoid an overflow when checking inode numbers; from FreeBSD PR #3528 by |  tholo | 1997-06-22 | 1 | -3/+3 |
* | Sync with NetBSD 961019 |  tholo | 1996-10-20 | 1 | -41/+41 |
* | From Kirk McKusick: |  tholo | 1996-10-12 | 1 | -3/+61 |
* | update rcsid |  deraadt | 1996-06-23 | 1 | -1/+2 |
* | be more careful |  deraadt | 1996-05-28 | 1 | -4/+5 |
* | use ufs_daddr_t; another time_t cleanup |  deraadt | 1995-12-18 | 1 | -5/+6 |
* | handle time_t things that really are not time_t |  deraadt | 1995-12-16 | 1 | -3/+5 |
* | time_t typecast; from bernd@arresum.inka.de; netbsd pr#1724 |  deraadt | 1995-11-13 | 1 | -1/+1 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+574 |