Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-21 | Accept and pass through -b option for fsck_ffs and fsck_ext2fs | Todd C. Miller | |
OK mickey@ | |||
2005-11-12 | use snprintf; ok cloder dhill@mindcry.org | Theo de Raadt | |
2005-10-28 | Change some TAILQ_FIRST() == NULL tests into TAILQ_EMPTY(). The first | Otto Moerbeek | |
form is valid, but in these cases its more clear to say what you mean. ok pat@ henning@ | |||
2005-10-15 | Use queue macros instead of directly accessing fields. ok miod@ aaron@ | Otto Moerbeek | |
jaredy@ patrick@ millert@ | |||
2005-02-03 | sync usage output | Jared Yanovich | |
2005-02-03 | - simplify, normalize, and sync usage/synopsis forms | Jared Yanovich | |
- filesystem -> file system, for consistency - indent sections where applicable - mdoc, punctuation, grammar, etc. fixes - document SIGINFO to fsck_ffs - unify description of -n among documents - sprinkle xrefs all around - move parts relevant to fsck.8 from fsck_ffs.8 parts from NetBSD ok jmc | |||
2005-01-27 | remove some overly complex macros; | Jason McIntyre | |
2005-01-27 | document what preen mode does; | Jason McIntyre | |
text from netbsd -r1.20 (tidied up by myself); pointed out by alexander farber (pr #4076); ok krw@ jaredy@ | |||
2004-07-28 | .Xr growfs 8 | Jason McIntyre | |
2004-07-28 | - sort options | Jason McIntyre | |
- sync usage() - use -keeps for SYNOPSIS | |||
2004-01-13 | Use = for assignment, not == | Otto Moerbeek | |
ok millert@ | |||
2003-09-25 | do not crank size before erealloc | Theo de Raadt | |
2003-09-25 | p = realloc(p is not allowed | Theo de Raadt | |
2003-07-29 | If euid == 0 make datasize unlimited instead of cranking to the max | Todd C. Miller | |
value returned by getrlimit(). Avoid resource limit issues when fscking very large filesystems. | |||
2003-07-29 | spaces | Theo de Raadt | |
2003-06-26 | const the rcsid, and make it say OpenBSD | Ted Unangst | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-16 | string cleaning | Theo de Raadt | |
2003-03-06 | Make fsdb(8) a little easier to find with some cross references. | Hugh Graham | |
2003-01-31 | typos; | Jason McIntyre | |
eeprom(8): added .Ar to fields, removed references to sun3 sshd(8): help and ok markus@ help and ok millert@ | |||
2002-10-17 | sync usage(). | Brad Smith | |
-- Ok'd by: deraadt@ | |||
2002-09-06 | support long names; henning ok | Theo de Raadt | |
2002-07-03 | ansi | Theo de Raadt | |
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-05-26 | pid_t cleanup | Theo de Raadt | |
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin | |
millert@ ok | |||
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt | |
2001-07-03 | Put missing \n's in som error messages; consolidate redundant "if" (OK theo@). | Ian Darwin | |
2001-05-15 | do not permit emalloc/erealloc of 0 sized objects | Theo de Raadt | |
2001-04-23 | Various man page fixes and improvements from gluk@ | Aaron Campbell | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell | |
1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ | Aaron Campbell | |
1999-05-28 | more .El madness | Aaron Campbell | |
1999-01-11 | pids should be pid_t | Niklas Hallqvist | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | kill redundant .Nm macro arguments; other misc fixes | Aaron Campbell | |
1998-11-11 | more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixes | Aaron Campbell | |
1998-10-07 | clarify -n; noted by markc@ | Theo de Raadt | |
1998-09-23 | alphabetize SEE ALSO entries and order them numerically according to section | Aaron Campbell | |
1998-09-17 | sbin/ man page fixes | Aaron Campbell | |
1998-08-30 | man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-14 | some -Wall | Theo de Raadt | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-05-19 | s/NetBSD// | Jason Downs | |