summaryrefslogtreecommitdiffstats
path: root/sbin/atactl
AgeCommit message (Expand)AuthorFilesLines
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc1-3/+3
2017-07-09remove redundant variable declarations in Makefiles, since those areespie1-3/+1
2015-08-20<stdlib.h> is included, so do not need to cast result fromderaadt1-2/+2
2015-02-28Reduce usage of predefined strings in manpages.bentley1-7/+7
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-2/+2
2014-11-15Reduce instances of `` '' in manuals.bentley1-3/+4
2014-09-08obvious cases of missing .An;schwarze1-5/+9
2012-12-10escape some exclamation marks to avoid unwanted double spacing;jmc1-4/+4
2011-05-04Switch atactl over to using opendev() instead of opendisk() so it canoga1-19/+3
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'miod1-7/+7
2010-01-03Neither .Pp nor unqualified text are allowed at the top level of .Bl;schwarze1-3/+3
2009-04-16Update SMART attributes list. From kirill.timofeev@gmail.com.grange1-4/+34
2008-09-24remove duplicate command;jmc1-3/+2
2008-08-10add missing ellipsis; spacing.sobrado2-14/+16
2008-07-05synchronize usage of atactl commands with manual page.sobrado1-26/+25
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.ray2-17/+3
2008-06-03fix some spacing issues;jmc1-3/+3
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt1-3/+3
2007-05-31convert to new .Dd format;jmc1-2/+2
2006-10-04sort the smartoffline subcommands;jmc1-8/+8
2006-10-04DIAGNOSTICS -> CAVEATS because:jmc1-12/+12
2006-10-03move the advice about smart, readattr, and sec* to before the commandjmc1-32/+25
2006-10-03provide a summary of the available commands, since there's a ton ofjmc1-3/+42
2006-10-03put the command list into some semblance of order;jmc1-152/+156
2006-10-02various tweaks to smarten this page up a bit;jmc1-22/+17
2006-10-02standard EXAMPLES;jmc1-13/+13
2006-10-02simplify SYNOPSIS and sync usage();jmc2-8/+4
2006-05-27Kill some lint warnings by changing some variables to moremoritz1-26/+25
2005-08-10Mention if the disk supports IDLE IMMEDIATE with UNLOAD FEATUREjsg1-1/+2
2005-03-28Fix obvious copy/paste typo.kurt1-6/+5
2004-09-16remove unused variablesderaadt1-6/+3
2004-03-18typo;jmc1-2/+2
2004-02-19Oops.grange1-4/+4
2004-02-19wdc logs parser, now not only costa@ can read it.grange1-3/+244
2004-02-02pod enable/disable have never been implemented, sigh. From gluk@.grange1-1/+5
2004-02-02A little better explanation about pod from gluk@grange1-3/+5
2004-01-16Use __packed instead of __attribute__((packed)).grange1-2/+2
2004-01-13s/wd1/wd0/; from Andrey Matveev <andrushock@korovino.net>grange1-3/+3
2003-07-29spacesderaadt1-2/+2
2003-07-10Properly determine the capacity for LBA48 drives and also removegrange1-7/+13
2003-06-11ansificationderaadt1-2/+2
2003-06-03- section reorderjmc1-11/+10
2003-03-12more .Lideraadt1-59/+59
2003-02-20Use STDOUT_FILENO; David at phobia dot msmillert1-2/+2
2003-01-29typos;jmc1-20/+20
2003-01-14consistent output and typo, grange@ okavsm2-6/+6
2002-12-23- mark usage() as __deadgrange1-86/+75
2002-12-22Convert to using atagettrace_t.grange1-2/+2
2002-12-19Document atactl dump command; thanks to nick@ for pointing this out.grange1-1/+5
2002-12-19much prettierderaadt1-103/+64