summaryrefslogtreecommitdiffstats
path: root/sbin/fsdb
AgeCommit message (Expand)AuthorFilesLines
2021-01-27shuffle externs (and definitions) around to satisfy -fno-commonderaadt1-1/+48
2020-05-28Make generation numbers unsigned and fill them using a random numberotto1-5/+5
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc1-5/+5
2019-02-05dev_t is signed to permit passing -1 as an invalid condition, but thederaadt1-3/+3
2018-09-16Use uid_from_user(3) and gid_from_group(3) in utilities thatmillert1-5/+2
2018-09-16Use user_from_uid(3) and group_from_gid(3) in a few more placesmillert1-7/+6
2017-07-29Remove erroneous h length modifier, the argument has type 'int'.fcambus1-2/+2
2017-06-10missing space before trailing punctuation; found with mandoc -Tlintschwarze1-5/+3
2016-09-09Tighten pledge for fsdb and eliminate a strcmp("fsdb", getprogname())tb1-2/+2
2016-06-07per trending style, add continue to emtpy loop bodies.tedu1-2/+2
2015-01-20Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt2-4/+2
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2-6/+4
2014-08-10Delete extern declarations for variables that don't exist (anymore?)guenther1-5/+1
2014-05-13We don't need no stinkin' 'extern long dev_bsize;'. At least not sincekrw1-2/+1
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt1-4/+4
2013-04-25big int_t/time_t fixes; ok deraadt@ krw@otto1-4/+5
2013-04-24pretty print bigger off_tderaadt2-16/+23
2013-04-23prepare for more time (bits); ok deraadt@ millert@otto1-7/+10
2013-04-16bzero struct tm before usederaadt1-1/+2
2011-12-03Remove an OpenBSD-specific tweak regarding .Xr spacingschwarze1-3/+3
2010-06-05Switch fsck_ffs(8) and fsdb(8) to opendev(3) so that they will soon be ablejsing1-3/+3
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2-10/+2
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.ray4-35/+7
2008-06-10better take the size of the right table; found while tinkering with fsck_ffsotto1-4/+4
2007-06-25Teach fsdb about 64-bit block addresses. ok moritz@ pedro@otto1-4/+4
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-04-10Add support for ffs2 filesystems. From pedro@ based on the ufs2millert3-50/+68
2007-02-20clarify that -f is not optional; ok ottojmc2-4/+7
2005-12-19Add and use a few more constants and macros needed by UFS2pedro1-3/+3
2004-03-19Fix bad indentation that creates the illusion that there's a bug here. tedu@,aaron1-10/+11
2003-10-31New libedit api changes.otto1-6/+7
2003-09-26check strdup failure; ok anil millertderaadt1-2/+4
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makestedu3-10/+10
2003-06-26const the rcsid, and make it say OpenBSDtedu1-2/+2
2003-06-11ansificationderaadt2-617/+605
2003-04-17strlcpy; ok teduderaadt1-2/+2
2002-12-15correct clri description; from Dan Weeks <danimal at danimal dot org> viafgsch1-3/+4
2002-06-09rm trailing whitespacetodd2-23/+23
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)espie1-2/+2
2002-03-14Remove \n from err/errx/warn/warnx().mpech2-9/+9
2002-02-16Part 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.millert2-24/+24
2001-11-05kill more registers;mpech1-5/+5
2001-07-07major -Wall cleanup, almost completederaadt1-3/+3
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.aaron1-36/+43
1999-08-06uid_t and gid_t, and use %uderaadt1-3/+3
1999-07-04trash some old leftover macros and replace them with -mdoc macrosaaron1-3/+3
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@aaron1-9/+9
1999-05-19Use fprintf/exit in place of errx for usage display.alex1-2/+3
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1-2/+2
1998-11-11more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixesaaron1-2/+4