summaryrefslogtreecommitdiff
path: root/miscutils/hdparm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-2/+2
* *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-261-2/+2
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1
* add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer2009-10-271-2/+2
* *: code shrink via NOINLINEDenys Vlasenko2009-10-081-1/+1
* hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changesDenys Vlasenko2009-09-221-0/+3
* fix fallout from BSD patchesDenys Vlasenko2009-07-101-1/+2
* move libc related stuff out of platform.hDenys Vlasenko2009-07-081-1/+2
* fix dependencies of FEATURE_GETOPT_LONGDenys Vlasenko2009-07-041-1/+1
* hdparm: fix a thinko in a previous commitDenys Vlasenko2009-05-201-1/+2
* hdparm: code shrinkDenys Vlasenko2009-05-201-171/+146
* hdparm: correct (t & 1) ? '0' : '5' thinko; wrap 80+ col linesDenys Vlasenko2009-05-201-43/+83
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-23/+23
* more of pointless whitespace fixesDenis Vlasenko2009-04-011-2/+2
* style fixes, no code changesDenis Vlasenko2008-09-271-6/+6
* *: 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