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