Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-04 | - grammar cleanup. | Grigoriy Orlov | |
- check for the failure of strdup(). from tedu <grendel@zeitbombe.org> | |||
2002-07-06 | Security Mode feature set. | Grigoriy Orlov | |
From Alexander Yurchenko <grange@rt.mipt.ru> Approved by csapuntz@ and me. | |||
2002-07-03 | ansi | Theo de Raadt | |
2002-06-15 | Move ATA SMART defines to atactl. | Grigoriy Orlov | |
No kernel parts use this constants. From Alexander Yurchenko <grange@rt.mipt.ru> | |||
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-06-08 | - extended SMART support. | Grigoriy Orlov | |
- style, typos. - Big part of program redesigned and become more clean and simple. Work done by Alexander Yurchenko <grange@openbsd.ru>. Readattr command implementation and some cleanups by me. Costa@ ok. | |||
2002-06-08 | Fix cut & paste error from last commit. | Grigoriy Orlov | |
2002-06-04 | Fix identify logic to match kernel. Works better on big endian architectures. | Constantine Sapuntzakis | |
2002-03-27 | Calculate the maximum queue depth correctly. | Grigoriy Orlov | |
PR2490 from Alexander Yurchenko <grange@rt.mipt.ru> | |||
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin | |
millert@ ok | |||
2002-02-16 | Part 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. | |||
2002-01-30 | atactl [ata device] dump | Constantine Sapuntzakis | |
will dump the ATA trace buffers | |||
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt | |
2001-06-04 | return from main() don't exit | Michael Shalayeff | |
2001-03-23 | atactl SMART support; wouter@yourcreativesolutions.nl | Theo de Raadt | |
2000-07-13 | undo | Theo de Raadt | |
2000-07-05 | printf without %s | Theo de Raadt | |
2000-05-31 | It's "DMA" not "DMS" for the ATA-4 queued feature set!! | Chris Cappuccio | |
2000-02-02 | without a command, identify is implied | Theo de Raadt | |
1999-09-21 | Add atactl utility from NetBSD. This utility gives detailed inquiry info as | Constantine Sapuntzakis | |
well as letting you spin down disks, set standby times, etc. |