summaryrefslogtreecommitdiff
path: root/sbin/atactl
AgeCommit message (Collapse)Author
2012-12-10escape some exclamation marks to avoid unwanted double spacing;Jason McIntyre
2011-05-04Switch atactl over to using opendev() instead of opendisk() so it canOwain Ainsworth
grok DUIDs now commands such as: # atactl b9b455bd99e393cd work as expected (while everything else that used to work still does). ok sthen@
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
for chars.
2010-01-03Neither .Pp nor unqualified text are allowed at the top level of .Bl;Ingo Schwarze
instead, .It is required. Thus, move .Pp and text before the .Bl, and remove the .Pp altogether where it is not needed. Syntax errors found by mandoc(1), also required to fix the mandoc build; feedback and ok jmc@, and sobrado@ also supports the direction.
2009-04-16Update SMART attributes list. From kirill.timofeev@gmail.com.Alexander Yurchenko
2008-09-24remove duplicate command;Jason McIntyre
from Daniel Roethlisberge, documentation/5936;
2008-08-10add missing ellipsis; spacing.Igor Sobrado
2008-07-05synchronize usage of atactl commands with manual page.Igor Sobrado
ok millert@, (for the change) jmc@
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
2008-06-03fix some spacing issues;Jason McIntyre
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2006-10-04sort the smartoffline subcommands;Jason McIntyre
2006-10-04DIAGNOSTICS -> CAVEATS because:Jason McIntyre
1) this section discusses caveats, not diagnostics 2) DIAGNOSTICS is not standard for section 1 ok grange
2006-10-03move the advice about smart, readattr, and sec* to before the commandJason McIntyre
list, since it doesn;t make sense to put these in any one single command description (nor indeed to repeat them for every command); ok grange
2006-10-03provide a summary of the available commands, since there's a ton ofJason McIntyre
them;
2006-10-03put the command list into some semblance of order;Jason McIntyre
2006-10-02various tweaks to smarten this page up a bit;Jason McIntyre
2006-10-02standard EXAMPLES;Jason McIntyre
2006-10-02simplify SYNOPSIS and sync usage();Jason McIntyre
2006-05-27Kill some lint warnings by changing some variables to moreMoritz Jodeit
appropriate types and change some strtoul() to use strtonum(). ok deraadt@
2005-08-10Mention if the disk supports IDLE IMMEDIATE with UNLOAD FEATUREJonathan Gray
when listing information about it. ok grange@
2005-03-28Fix obvious copy/paste typo.Kurt Miller
okay jmc@
2004-09-16remove unused variablesTheo de Raadt
2004-03-18typo;Jason McIntyre
ok grange@
2004-02-19Oops.Alexander Yurchenko
2004-02-19wdc logs parser, now not only costa@ can read it.Alexander Yurchenko
ok costa@
2004-02-02pod enable/disable have never been implemented, sigh. From gluk@.Alexander Yurchenko
2004-02-02A little better explanation about pod from gluk@Alexander Yurchenko
help and ok jmc@
2004-01-16Use __packed instead of __attribute__((packed)).Alexander Yurchenko
ok millert@
2004-01-13s/wd1/wd0/; from Andrey Matveev <andrushock@korovino.net>Alexander Yurchenko
2003-07-29spacesTheo de Raadt
2003-07-10Properly determine the capacity for LBA48 drives and also removeAlexander Yurchenko
the check for obsoleted bits in the identify word 0 since some drives put garbage there. Tested by Peter Galbavy <peter.galbavy@knowtion.net> and avsm@.
2003-06-11ansificationTheo de Raadt
2003-06-03- section reorderJason McIntyre
- some mdoc fixes
2003-03-12more .LiTheo de Raadt
2003-02-20Use STDOUT_FILENO; David at phobia dot msTodd C. Miller
2003-01-29typos;Jason McIntyre
many tweaks by millert@ (thanks) thanks mpech@ for help with adduser(8) ok millert@
2003-01-14consistent output and typo, grange@ okAnil Madhavapeddy
2002-12-23- mark usage() as __deadAlexander Yurchenko
- combine function call and return value checking into one statement - use errx() instead of fprintf(stderr)/exit() - style(9)ed returns - better comments - proper initializing of agt var - add usage to device_dump() - grammar - some -W -Wall fixes - add missing exit()s in usage blocks - simplify sec_getpass() function Work by Andrey Matveev <andrushock@korovino.net> and me. ok gluk@
2002-12-22Convert to using atagettrace_t.Alexander Yurchenko
ok costa@
2002-12-19Document atactl dump command; thanks to nick@ for pointing this out.Alexander Yurchenko
ok deraadt@
2002-12-19much prettierTheo de Raadt
2002-12-11ansi; p/o by Andrushock <andrushock@korovino.net>Alexander Yurchenko
ok gluk@
2002-11-24KNFHenning Brauer
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-10-16Check parameters range. Alexander Yurchenko <grange@rt.mipt.ru>Grigoriy Orlov
costa@ ok.
2002-08-04- grammar cleanup.Grigoriy Orlov
- check for the failure of strdup(). from tedu <grendel@zeitbombe.org>
2002-07-06Security Mode feature set.Grigoriy Orlov
From Alexander Yurchenko <grange@rt.mipt.ru> Approved by csapuntz@ and me.
2002-07-03ansiTheo de Raadt