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