summaryrefslogtreecommitdiff
path: root/sbin/fsck
AgeCommit message (Collapse)Author
2007-10-20add missing [-b block#] to the usage of fsck(8)Igor Sobrado
ok jmc@
2007-10-20an usage message should fit on a 80-column displayIgor Sobrado
ok jmc@
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-12remove references to mount_vnd.8 and fsck_vnd.8 as these are not hookedFelix Kronlage
into the build yet. ok jmc@
2007-04-14+.Xr fsck_vnd 8 ,Jason McIntyre
2007-02-17silence fsck_{e2fs,ffs} when being put to work on non-existing filenamesAlexander von Gernler
idea from and ok pedro@
2006-05-28revert a part of last commit causes newlineThordur I. Bjornsson
proplems during boot. pointed out by sturm@
2006-05-27newline fix + s/perror/xperror since we areThordur I. Bjornsson
using a home rolled version. ok pedro@
2006-03-30Document 'F' as an answer to fsck, okay deraadt@ jolan@Pedro Martelletto
2006-03-20NetBSD Coverity CID 1745: Fix memory leak.David Hill
yes otto@
2005-11-21Accept and pass through -b option for fsck_ffs and fsck_ext2fsTodd C. Miller
OK mickey@
2005-11-12use snprintf; ok cloder dhill@mindcry.orgTheo de Raadt
2005-10-28Change some TAILQ_FIRST() == NULL tests into TAILQ_EMPTY(). The firstOtto Moerbeek
form is valid, but in these cases its more clear to say what you mean. ok pat@ henning@
2005-10-15Use queue macros instead of directly accessing fields. ok miod@ aaron@Otto Moerbeek
jaredy@ patrick@ millert@
2005-02-03sync usage outputJared Yanovich
2005-02-03- simplify, normalize, and sync usage/synopsis formsJared 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-27remove some overly complex macros;Jason McIntyre
2005-01-27document 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 8Jason McIntyre
2004-07-28- sort optionsJason McIntyre
- sync usage() - use -keeps for SYNOPSIS
2004-01-13Use = for assignment, not ==Otto Moerbeek
ok millert@
2003-09-25do not crank size before ereallocTheo de Raadt
2003-09-25p = realloc(p is not allowedTheo de Raadt
2003-07-29If euid == 0 make datasize unlimited instead of cranking to the maxTodd C. Miller
value returned by getrlimit(). Avoid resource limit issues when fscking very large filesystems.
2003-07-29spacesTheo de Raadt
2003-06-26const the rcsid, and make it say OpenBSDTed Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-16string cleaningTheo de Raadt
2003-03-06Make fsdb(8) a little easier to find with some cross references.Hugh Graham
2003-01-31typos;Jason McIntyre
eeprom(8): added .Ar to fields, removed references to sun3 sshd(8): help and ok markus@ help and ok millert@
2002-10-17sync usage().Brad Smith
-- Ok'd by: deraadt@
2002-09-06support long names; henning okTheo de Raadt
2002-07-03ansiTheo de Raadt
2002-06-09rm trailing whitespaceTodd T. Fries
2002-05-26pid_t cleanupTheo de Raadt
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
millert@ ok
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part 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-05kill more registers;Mike Pechkin
millert@ ok
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-07-03Put missing \n's in som error messages; consolidate redundant "if" (OK theo@).Ian Darwin
2001-05-15do not permit emalloc/erealloc of 0 sized objectsTheo de Raadt
2001-04-23Various man page fixes and improvements from gluk@Aaron Campbell
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron 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-18Remove hard sentence breaks, and some other cleanup along the way.Aaron Campbell
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@Aaron Campbell
1999-05-28more .El madnessAaron Campbell
1999-01-11pids should be pid_tNiklas Hallqvist
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell