summaryrefslogtreecommitdiff
path: root/miscutils/hdparm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-1/+1
* libbb: introduce and use print_flags().Denis Vlasenko2008-06-071-35/+27
* replace single-char printf's with bb_putcharDenis Vlasenko2008-06-051-17/+17
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-1/+2
* hdparm: do not lie about supporting -q (quiet)Denis Vlasenko2008-03-201-21/+25
* random s/short/int/Denis Vlasenko2008-02-161-1/+1
* - Fix hdparm's ioctl parameter passing (John Brandwood)Bernhard Reutner-Fischer2008-01-191-6/+6
* ps: fix build breakage from vda's recent commitDenis Vlasenko2008-01-071-4/+4
* fbset: fix buglet where we were using wrong pointerDenis Vlasenko2007-11-061-1/+2
* ifconfig: code shrinkDenis Vlasenko2007-11-041-18/+9
* hdparm: code shrinkDenis Vlasenko2007-10-301-229/+214
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* printf("%s\n") -> puts()Denis Vlasenko2007-10-011-1/+1
* hdparm: paranoia-induced fix against theoretical div-by-0 caseDenis Vlasenko2007-09-281-2/+2
* hdparm: more robust (re overflows) code. +38 bytes.Denis Vlasenko2007-09-281-25/+23
* hdparm: reduce possibility of numeric overflow in -T.Denis Vlasenko2007-09-281-6/+14
* hdparm: simplify timing measurement (it wa the last last userDenis Vlasenko2007-09-281-64/+62
* hdparm: get rid of static variablesDenis Vlasenko2007-09-281-97/+179
* hdparm: use fixed fd #3 for device being interrogatedDenis Vlasenko2007-09-271-26/+30
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-62/+51
* hdparm: shrink rodata by ~250 bytesDenis Vlasenko2007-08-161-53/+24
* whitespace fixes, no code changesDenis Vlasenko2007-08-161-80/+81
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-8/+11
* remove accumulated stray trailing whitespaceDenis Vlasenko2007-07-171-1/+1
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-77/+81
* whitespace fixesDenis Vlasenko2007-05-301-2/+2
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* hdparm: make -T -t code smaller (-194 bytes), and output prettierDenis Vlasenko2007-05-221-97/+75
* style fixes, no code changesDenis Vlasenko2007-04-161-1/+2
* hdparm: fix multisector mode settingDenis Vlasenko2007-03-311-2/+2
* hdparm: flag variables can easily be smaller than longDenis Vlasenko2007-03-281-96/+101
* hdparm: remove stray static (-200 bytes bss)Denis Vlasenko2007-03-281-1/+1
* hdparm: whitespace style fixesDenis Vlasenko2007-03-281-90/+89
* hdparm: style fixes, no code changesDenis Vlasenko2007-02-181-405/+271
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+2
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-11/+7
* random small size optimizationsDenis Vlasenko2007-01-121-8/+8
* style fixesDenis Vlasenko2006-12-261-3/+3
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-13/+13
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-3/+3
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-22/+22
* bb_askpass: shorten static password buffer. 256 is way too large.Denis Vlasenko2006-09-231-7/+7
* whitespace cleanupDenis Vlasenko2006-09-171-22/+22
* Patch from tito to improve options parsing.Rob Landley2006-08-031-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-15/+1
* Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot ofRob Landley2006-06-151-2/+0
* Some day, maybe gcc will be able to optimize out static functions that areRob Landley2006-06-081-1/+2