Age | Commit message (Expand) | Author |
2014-10-09 | fairly obvious reallocarray() conversion, where the size is recalculated | Theo de Raadt |
2014-07-09 | Enable specifying the filesystem of interest by the duid. | Kenneth R Westerback |
2014-05-27 | Where trying to pread() a single disk sector, the i/o must be for the | Kenneth R Westerback |
2014-05-24 | Nuke last of the illusionary 'dev_bsize' and 'dev_bshift' variables in | Kenneth R Westerback |
2014-05-22 | 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 |
2014-05-13 | Since this is limited to ffs, use ufsinfo_t instead of ino_t. | Philip Guenther |
2014-05-11 | replace realloc(p, N * M) with reallocarray(p, N, M) and remove some | Alexander Hall |
2014-05-11 | struct direct's d_ino is no longer the same size as an ino_t, so copy it | Philip Guenther |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-04-24 | pretty print bigger off_t | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-06-02 | snprintf returns int, not size_t. | Ray Lai |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado |
2007-07-09 | correct a typo in an error message. | Thordur I. Bjornsson |
2007-06-29 | more daddr64_t changes; checked by otto | Theo de Raadt |
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-21 | Add ffs2 support; some parts adapted from ffs2 dump changes in FreeBSD. | Todd C. Miller |
2007-03-19 | Add FFS2 fields to the superblock, change file system tools to keep | Pedro Martelletto |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt |
2005-11-12 | more asprintf; ok dhill@mindcry.org | Theo de Raadt |
2005-04-12 | handle snprintf potential -1 case | Theo de Raadt |
2004-08-08 | spacing | Theo de Raadt |
2003-11-21 | - standard SYNOPSIS | Jason McIntyre |
2003-09-25 | realloc fixes; 3rd rev to make markus happier | Theo de Raadt |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-07-29 | spaces | Theo de Raadt |
2003-06-11 | ansification | Theo de Raadt |
2003-06-04 | term 3 & 4 from tholo after permission | Theo de Raadt |
2003-01-17 | Add a new option, -f, that allows the user to specify a custom output | Todd C. Miller |
2003-01-17 | Don't report setugid directories in "ncheck -s" output since those | Todd C. Miller |
2002-08-12 | Swap args to calloc(3) so they are in the correct order; art@ ok. | Aaron Campbell |
2002-07-11 | malloc() failure tests; rimshot@pandora.be | Theo de Raadt |
2002-07-03 | ansi | Theo de Raadt |
2002-05-22 | strcpy, sprintf death; mpech ok | Theo de Raadt |
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-12-01 | use strtoul() instead of atoi() | Theo de Raadt |
2001-11-05 | kill more registers; | Mike Pechkin |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-08-14 | ncheck -i would never show any information as it did not cache the directory | Thorsten Lockert |
1996-06-30 | Accept mount points and block devices | Thorsten Lockert |
1996-06-30 | Fix usage and manpage | Thorsten Lockert |
1996-06-25 | ncheck(8) implementation | Thorsten Lockert |