summaryrefslogtreecommitdiff
path: root/sbin/fsdb
AgeCommit message (Expand)Author
2024-05-21remove prototypes with no matching function and externs with no varJonathan Gray
2024-05-09ctime(3) and ctime_r(3) can fail when timestamps are way off.Florian Obser
2024-01-09Delete support for FFS filesystems before the in-inode symlinkPhilip Guenther
2022-07-22fix use after free in debug pathJonathan Gray
2021-01-27shuffle externs (and definitions) around to satisfy -fno-commonTheo de Raadt
2020-05-28Make generation numbers unsigned and fill them using a random numberOtto Moerbeek
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;Jason McIntyre
2019-02-05dev_t is signed to permit passing -1 as an invalid condition, but theTheo de Raadt
2018-09-16Use uid_from_user(3) and gid_from_group(3) in utilities thatTodd C. Miller
2018-09-16Use user_from_uid(3) and group_from_gid(3) in a few more placesTodd C. Miller
2017-07-29Remove erroneous h length modifier, the argument has type 'int'.Frederic Cambus
2017-06-10missing space before trailing punctuation; found with mandoc -TlintIngo Schwarze
2016-09-09Tighten pledge for fsdb and eliminate a strcmp("fsdb", getprogname())Theo Buehler
2016-06-07per trending style, add continue to emtpy loop bodies.Ted Unangst
2015-01-20Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-08-10Delete extern declarations for variables that don't exist (anymore?)Philip Guenther
2014-05-13We don't need no stinkin' 'extern long dev_bsize;'. At least not sinceKenneth R Westerback
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-04-25big int_t/time_t fixes; ok deraadt@ krw@Otto Moerbeek
2013-04-24pretty print bigger off_tTheo de Raadt
2013-04-23prepare for more time (bits); ok deraadt@ millert@Otto Moerbeek
2013-04-16bzero struct tm before useTheo de Raadt
2011-12-03Remove an OpenBSD-specific tweak regarding .Xr spacingIngo Schwarze
2010-06-05Switch fsck_ffs(8) and fsdb(8) to opendev(3) so that they will soon be ableJoel Sing
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-10better take the size of the right table; found while tinkering with fsck_ffsOtto Moerbeek
2007-06-25Teach fsdb about 64-bit block addresses. ok moritz@ pedro@Otto Moerbeek
2007-05-31convert to new .Dd format;Jason McIntyre
2007-04-10Add support for ffs2 filesystems. From pedro@ based on the ufs2Todd C. Miller
2007-02-20clarify that -f is not optional; ok ottoJason McIntyre
2005-12-19Add and use a few more constants and macros needed by UFS2Pedro Martelletto
2004-03-19Fix bad indentation that creates the illusion that there's a bug here. tedu@,Aaron Campbell
2003-10-31New libedit api changes.Otto Moerbeek
2003-09-26check strdup failure; ok anil millertTheo de Raadt
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-06-26const the rcsid, and make it say OpenBSDTed Unangst
2003-06-11ansificationTheo de Raadt
2003-04-17strlcpy; ok teduTheo de Raadt
2002-12-15correct clri description; from Dan Weeks <danimal at danimal dot org> viaFederico G. Schwindt
2002-06-09rm trailing whitespaceTodd T. Fries
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-05kill more registers;Mike Pechkin
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.Aaron Campbell
1999-08-06uid_t and gid_t, and use %uTheo de Raadt
1999-07-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell