summaryrefslogtreecommitdiffstats
path: root/sbin/ncheck_ffs (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor formatting tweak: remove incorrect .Ar and garbage collect .Tnschwarze2020-02-081-5/+3
* ncheck was in v6jsg2020-02-081-2/+6
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-3/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-5/+5
* In manpages, don't escape apostrophes as \'; it's rarely what you want.bentley2019-06-021-3/+3
* Don't pledge before opendev() and ioctl DIOCGDINFO were called.tb2016-05-281-4/+1
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
* Use pledge "disklabel" as needed. The theory here is these tools become morederaadt2015-11-231-1/+4
* ncheck_ffs may be invoked more simply as ncheck,jmc2015-11-231-3/+8
* Pledge that ncheck_ffs only uses "stdio" after opening the device.doug2015-10-111-1/+5
* When getopt processing flags, many should be flag=1 instead of flag++deraadt2015-02-071-5/+5
* Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt2015-01-201-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+4
* fairly obvious reallocarray() conversion, where the size is recalculatedderaadt2014-10-091-6/+3
* Oops. Forgot makefile ...krw2014-07-091-1/+3
* Enable specifying the filesystem of interest by the duid.krw2014-07-091-6/+19
* Where trying to pread() a single disk sector, the i/o must be for thekrw2014-05-271-9/+17
* Nuke last of the illusionary 'dev_bsize' and 'dev_bshift' variables inkrw2014-05-241-20/+18
* Nuke some trailing whitespace to shrink subsequent diffs.krw2014-05-221-2/+2
* As suggested by guenther@ and millert@, replace seek+[read|write] withkrw2014-05-201-7/+5
* Since this is limited to ffs, use ufsinfo_t instead of ino_t.guenther2014-05-131-58/+68
* replace realloc(p, N * M) with reallocarray(p, N, M) and remove somehalex2014-05-111-13/+5
* struct direct's d_ino is no longer the same size as an ino_t, so copy itguenther2014-05-111-2/+4
* Sprinkle (long long) casts where %lld is being used to print daddr_tkrw2013-11-011-8/+10
* Add missing .Mt macros for AUTHORS email addresses.schwarze2013-07-161-3/+3
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-111-8/+8
* pretty print bigger off_tderaadt2013-04-241-12/+14
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* snprintf returns int, not size_t.ray2009-06-021-3/+4
* the ellipsis is not an optional argument; while here, sync the usagesobrado2007-08-062-7/+8
* correct a typo in an error message.thib2007-07-091-5/+9
* more daddr64_t changes; checked by ottoderaadt2007-06-291-3/+3
* ufs1_daddr_t cleanup, okay otto@pedro2007-06-011-6/+6
* convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thibderaadt2007-06-011-10/+10
* convert to new .Dd format;jmc2007-05-311-2/+2
* Add ffs2 support; some parts adapted from ffs2 dump changes in FreeBSD.millert2007-05-211-69/+143
* Add FFS2 fields to the superblock, change file system tools to keeppedro2007-03-191-3/+3
* use SEEK_* for lseek()deraadt2006-04-021-4/+4
* more asprintf; ok dhill@mindcry.orgderaadt2005-11-121-8/+3
* handle snprintf potential -1 casederaadt2005-04-121-4/+4
* spacingderaadt2004-08-081-3/+3
* - standard SYNOPSISjmc2003-11-212-22/+22
* realloc fixes; 3rd rev to make markus happierderaadt2003-09-251-16/+27
* rename struct dinode to ufs1_dinode. clears the namespace and makestedu2003-08-251-17/+17
* spacesderaadt2003-07-291-4/+4
* ansificationderaadt2003-06-111-3/+4
* term 3 & 4 from tholo after permissionderaadt2003-06-042-13/+3
* - section reorderjmc2003-06-031-11/+29
* Make fsdb(8) a little easier to find with some cross references.hugh2003-03-061-2/+3
* typos;jmc2003-02-071-3/+3