summaryrefslogtreecommitdiffstats
path: root/sbin/atactl (follow)
Commit message (Expand)AuthorAgeFilesLines
* ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc2020-04-231-3/+3
* remove redundant variable declarations in Makefiles, since those areespie2017-07-091-3/+1
* <stdlib.h> is included, so do not need to cast result fromderaadt2015-08-201-2/+2
* Reduce usage of predefined strings in manpages.bentley2015-02-281-7/+7
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Reduce instances of `` '' in manuals.bentley2014-11-151-3/+4
* obvious cases of missing .An;schwarze2014-09-081-5/+9
* escape some exclamation marks to avoid unwanted double spacing;jmc2012-12-101-4/+4
* Switch atactl over to using opendev() instead of opendisk() so it canoga2011-05-041-19/+3
* Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'miod2011-04-061-7/+7
* Neither .Pp nor unqualified text are allowed at the top level of .Bl;schwarze2010-01-031-3/+3
* Update SMART attributes list. From kirill.timofeev@gmail.com.grange2009-04-161-4/+34
* remove duplicate command;jmc2008-09-241-3/+2
* add missing ellipsis; spacing.sobrado2008-08-102-14/+16
* synchronize usage of atactl commands with manual page.sobrado2008-07-051-26/+25
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-262-17/+3
* fix some spacing issues;jmc2008-06-031-3/+3
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* sort the smartoffline subcommands;jmc2006-10-041-8/+8
* DIAGNOSTICS -> CAVEATS because:jmc2006-10-041-12/+12
* move the advice about smart, readattr, and sec* to before the commandjmc2006-10-031-32/+25
* provide a summary of the available commands, since there's a ton ofjmc2006-10-031-3/+42
* put the command list into some semblance of order;jmc2006-10-031-152/+156
* various tweaks to smarten this page up a bit;jmc2006-10-021-22/+17
* standard EXAMPLES;jmc2006-10-021-13/+13
* simplify SYNOPSIS and sync usage();jmc2006-10-022-8/+4
* Kill some lint warnings by changing some variables to moremoritz2006-05-271-26/+25
* Mention if the disk supports IDLE IMMEDIATE with UNLOAD FEATUREjsg2005-08-101-1/+2
* Fix obvious copy/paste typo.kurt2005-03-281-6/+5
* remove unused variablesderaadt2004-09-161-6/+3
* typo;jmc2004-03-181-2/+2
* Oops.grange2004-02-191-4/+4
* wdc logs parser, now not only costa@ can read it.grange2004-02-191-3/+244
* pod enable/disable have never been implemented, sigh. From gluk@.grange2004-02-021-1/+5
* A little better explanation about pod from gluk@grange2004-02-021-3/+5
* Use __packed instead of __attribute__((packed)).grange2004-01-161-2/+2
* s/wd1/wd0/; from Andrey Matveev <andrushock@korovino.net>grange2004-01-131-3/+3
* spacesderaadt2003-07-291-2/+2
* Properly determine the capacity for LBA48 drives and also removegrange2003-07-101-7/+13
* ansificationderaadt2003-06-111-2/+2
* - section reorderjmc2003-06-031-11/+10
* more .Lideraadt2003-03-121-59/+59
* Use STDOUT_FILENO; David at phobia dot msmillert2003-02-201-2/+2
* typos;jmc2003-01-291-20/+20
* consistent output and typo, grange@ okavsm2003-01-142-6/+6
* - mark usage() as __deadgrange2002-12-231-86/+75
* Convert to using atagettrace_t.grange2002-12-221-2/+2
* Document atactl dump command; thanks to nick@ for pointing this out.grange2002-12-191-1/+5
* much prettierderaadt2002-12-191-103/+64