Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-20 | <stdlib.h> is included, so do not need to cast result from | Theo de Raadt | |
malloc, calloc, realloc* ok krw millert | |||
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley | |
Predefined strings are not very portable across troff implementations, and they make the source much harder to read. Usually the intended character can be written directly. No output changes, except for two instances where the incorrect escape was used in the first place. tweaks + ok schwarze@ | |||
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt | |
possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | |||
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley | |
troff displays these as typographic quotes, but nroff implementations almost always print them literally, which rarely has the intended effect with modern fonts, even in stock xterm. These uses of `` '' can be replaced either with more semantic alternatives or with Dq, which prints typographic quotes in a UTF-8 locale (but will automatically fall back to `` '' in an ASCII locale). improvements and ok schwarze@ | |||
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze | |
found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes | |||
2012-12-10 | escape some exclamation marks to avoid unwanted double spacing; | Jason McIntyre | |
2011-05-04 | Switch atactl over to using opendev() instead of opendisk() so it can | Owain 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-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat | |
for chars. | |||
2010-01-03 | Neither .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-16 | Update SMART attributes list. From kirill.timofeev@gmail.com. | Alexander Yurchenko | |
2008-09-24 | remove duplicate command; | Jason McIntyre | |
from Daniel Roethlisberge, documentation/5936; | |||
2008-08-10 | add missing ellipsis; spacing. | Igor Sobrado | |
2008-07-05 | synchronize usage of atactl commands with manual page. | Igor Sobrado | |
ok millert@, (for the change) jmc@ | |||
2008-06-26 | First 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-03 | fix some spacing issues; | Jason McIntyre | |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-10-04 | sort the smartoffline subcommands; | Jason McIntyre | |
2006-10-04 | DIAGNOSTICS -> CAVEATS because: | Jason McIntyre | |
1) this section discusses caveats, not diagnostics 2) DIAGNOSTICS is not standard for section 1 ok grange | |||
2006-10-03 | move the advice about smart, readattr, and sec* to before the command | Jason 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-03 | provide a summary of the available commands, since there's a ton of | Jason McIntyre | |
them; | |||
2006-10-03 | put the command list into some semblance of order; | Jason McIntyre | |
2006-10-02 | various tweaks to smarten this page up a bit; | Jason McIntyre | |
2006-10-02 | standard EXAMPLES; | Jason McIntyre | |
2006-10-02 | simplify SYNOPSIS and sync usage(); | Jason McIntyre | |
2006-05-27 | Kill some lint warnings by changing some variables to more | Moritz Jodeit | |
appropriate types and change some strtoul() to use strtonum(). ok deraadt@ | |||
2005-08-10 | Mention if the disk supports IDLE IMMEDIATE with UNLOAD FEATURE | Jonathan Gray | |
when listing information about it. ok grange@ | |||
2005-03-28 | Fix obvious copy/paste typo. | Kurt Miller | |
okay jmc@ | |||
2004-09-16 | remove unused variables | Theo de Raadt | |
2004-03-18 | typo; | Jason McIntyre | |
ok grange@ | |||
2004-02-19 | Oops. | Alexander Yurchenko | |
2004-02-19 | wdc logs parser, now not only costa@ can read it. | Alexander Yurchenko | |
ok costa@ | |||
2004-02-02 | pod enable/disable have never been implemented, sigh. From gluk@. | Alexander Yurchenko | |
2004-02-02 | A little better explanation about pod from gluk@ | Alexander Yurchenko | |
help and ok jmc@ | |||
2004-01-16 | Use __packed instead of __attribute__((packed)). | Alexander Yurchenko | |
ok millert@ | |||
2004-01-13 | s/wd1/wd0/; from Andrey Matveev <andrushock@korovino.net> | Alexander Yurchenko | |
2003-07-29 | spaces | Theo de Raadt | |
2003-07-10 | Properly determine the capacity for LBA48 drives and also remove | Alexander 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-11 | ansification | Theo de Raadt | |
2003-06-03 | - section reorder | Jason McIntyre | |
- some mdoc fixes | |||
2003-03-12 | more .Li | Theo de Raadt | |
2003-02-20 | Use STDOUT_FILENO; David at phobia dot ms | Todd C. Miller | |
2003-01-29 | typos; | Jason McIntyre | |
many tweaks by millert@ (thanks) thanks mpech@ for help with adduser(8) ok millert@ | |||
2003-01-14 | consistent output and typo, grange@ ok | Anil Madhavapeddy | |
2002-12-23 | - mark usage() as __dead | Alexander 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-22 | Convert to using atagettrace_t. | Alexander Yurchenko | |
ok costa@ | |||
2002-12-19 | Document atactl dump command; thanks to nick@ for pointing this out. | Alexander Yurchenko | |
ok deraadt@ | |||
2002-12-19 | much prettier | Theo de Raadt | |
2002-12-11 | ansi; p/o by Andrushock <andrushock@korovino.net> | Alexander Yurchenko | |
ok gluk@ | |||
2002-11-24 | KNF | Henning Brauer | |