summaryrefslogtreecommitdiffstats
path: root/sbin/fsdb (follow)
Commit message (Expand)AuthorAgeFilesLines
* shuffle externs (and definitions) around to satisfy -fno-commonderaadt2021-01-271-1/+48
* Make generation numbers unsigned and fill them using a random numberotto2020-05-281-5/+5
* ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc2020-04-231-5/+5
* dev_t is signed to permit passing -1 as an invalid condition, but thederaadt2019-02-051-3/+3
* Use uid_from_user(3) and gid_from_group(3) in utilities thatmillert2018-09-161-5/+2
* Use user_from_uid(3) and group_from_gid(3) in a few more placesmillert2018-09-161-7/+6
* Remove erroneous h length modifier, the argument has type 'int'.fcambus2017-07-291-2/+2
* missing space before trailing punctuation; found with mandoc -Tlintschwarze2017-06-101-5/+3
* Tighten pledge for fsdb and eliminate a strcmp("fsdb", getprogname())tb2016-09-091-2/+2
* per trending style, add continue to emtpy loop bodies.tedu2016-06-071-2/+2
* Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt2015-01-202-4/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-162-6/+4
* Delete extern declarations for variables that don't exist (anymore?)guenther2014-08-101-5/+1
* We don't need no stinkin' 'extern long dev_bsize;'. At least not sincekrw2014-05-131-2/+1
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-111-4/+4
* big int_t/time_t fixes; ok deraadt@ krw@otto2013-04-251-4/+5
* pretty print bigger off_tderaadt2013-04-242-16/+23
* prepare for more time (bits); ok deraadt@ millert@otto2013-04-231-7/+10
* bzero struct tm before usederaadt2013-04-161-1/+2
* Remove an OpenBSD-specific tweak regarding .Xr spacingschwarze2011-12-031-3/+3
* Switch fsck_ffs(8) and fsdb(8) to opendev(3) so that they will soon be ablejsing2010-06-051-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-272-10/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-264-35/+7
* better take the size of the right table; found while tinkering with fsck_ffsotto2008-06-101-4/+4
* Teach fsdb about 64-bit block addresses. ok moritz@ pedro@otto2007-06-251-4/+4
* convert to new .Dd format;jmc2007-05-311-2/+2
* Add support for ffs2 filesystems. From pedro@ based on the ufs2millert2007-04-103-50/+68
* clarify that -f is not optional; ok ottojmc2007-02-202-4/+7
* Add and use a few more constants and macros needed by UFS2pedro2005-12-191-3/+3
* Fix bad indentation that creates the illusion that there's a bug here. tedu@,aaron2004-03-191-10/+11
* New libedit api changes.otto2003-10-311-6/+7
* check strdup failure; ok anil millertderaadt2003-09-261-2/+4
* rename struct dinode to ufs1_dinode. clears the namespace and makestedu2003-08-253-10/+10
* const the rcsid, and make it say OpenBSDtedu2003-06-261-2/+2
* ansificationderaadt2003-06-112-636/+624
* strlcpy; ok teduderaadt2003-04-171-2/+2
* correct clri description; from Dan Weeks <danimal at danimal dot org> viafgsch2002-12-151-3/+4
* rm trailing whitespacetodd2002-06-092-23/+23
* Add missing libraries to bsd.prog.mk (mostly kerberosV)espie2002-05-111-2/+2
* Remove \n from err/errx/warn/warnx().mpech2002-03-142-9/+9
* 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.millert2002-02-162-24/+24
* kill more registers;mpech2001-11-051-5/+5
* major -Wall cleanup, almost completederaadt2001-07-071-3/+3
* Remove hard sentence breaks, and some other cleanup along the way.aaron2000-03-181-36/+43
* uid_t and gid_t, and use %uderaadt1999-08-061-3/+3
* trash some old leftover macros and replace them with -mdoc macrosaaron1999-07-041-3/+3
* start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@aaron1999-06-041-9/+9
* Use fprintf/exit in place of errx for usage display.alex1999-05-191-2/+3
* always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1998-12-151-2/+2
* more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixesaaron1998-11-111-2/+4