aboutsummaryrefslogtreecommitdiff
path: root/miscutils/hdparm.c
AgeCommit message (Expand)Author
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-04-01more of pointless whitespace fixesDenis Vlasenko
2008-09-27style fixes, no code changesDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-25whitespace fixes. no code changesDenis Vlasenko
2008-06-07libbb: introduce and use print_flags().Denis Vlasenko
2008-06-05replace single-char printf's with bb_putcharDenis Vlasenko
2008-05-19- use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-03-20hdparm: do not lie about supporting -q (quiet)Denis Vlasenko
2008-02-16random s/short/int/Denis Vlasenko
2008-01-19- Fix hdparm's ioctl parameter passing (John Brandwood)Bernhard Reutner-Fischer
2008-01-07ps: fix build breakage from vda's recent commitDenis Vlasenko
2007-11-06fbset: fix buglet where we were using wrong pointerDenis Vlasenko
2007-11-04ifconfig: code shrinkDenis Vlasenko
2007-10-30hdparm: code shrinkDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-01printf("%s\n") -> puts()Denis Vlasenko
2007-09-28hdparm: paranoia-induced fix against theoretical div-by-0 caseDenis Vlasenko
2007-09-28hdparm: more robust (re overflows) code. +38 bytes.Denis Vlasenko
2007-09-28hdparm: reduce possibility of numeric overflow in -T.Denis Vlasenko
2007-09-28hdparm: simplify timing measurement (it wa the last last userDenis Vlasenko
2007-09-28hdparm: get rid of static variablesDenis Vlasenko
2007-09-27hdparm: use fixed fd #3 for device being interrogatedDenis Vlasenko
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko
2007-08-16hdparm: shrink rodata by ~250 bytesDenis Vlasenko
2007-08-16whitespace fixes, no code changesDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-17remove accumulated stray trailing whitespaceDenis Vlasenko
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-05-30whitespace fixesDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-05-22hdparm: make -T -t code smaller (-194 bytes), and output prettierDenis Vlasenko
2007-04-16style fixes, no code changesDenis Vlasenko
2007-03-31hdparm: fix multisector mode settingDenis Vlasenko
2007-03-28hdparm: flag variables can easily be smaller than longDenis Vlasenko
2007-03-28hdparm: remove stray static (-200 bytes bss)Denis Vlasenko
2007-03-28hdparm: whitespace style fixesDenis Vlasenko
2007-02-18hdparm: style fixes, no code changesDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #2Denis Vlasenko
2007-01-12random small size optimizationsDenis Vlasenko
2006-12-26style fixesDenis Vlasenko
2006-10-26silly size savings and capitalization fixesDenis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-23bb_askpass: shorten static password buffer. 256 is way too large.Denis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-08-03Patch from tito to improve options parsing.Rob Landley