aboutsummaryrefslogtreecommitdiff
path: root/miscutils/hdparm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* whitespace fixesvda2007-05-301-2/+2
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* hdparm: make -T -t code smaller (-194 bytes), and output prettiervda2007-05-221-97/+75
* style fixes, no code changesvda2007-04-161-1/+2
* hdparm: fix multisector mode settingvda2007-03-311-2/+2
* hdparm: flag variables can easily be smaller than longvda2007-03-281-96/+101
* hdparm: remove stray static (-200 bytes bss)vda2007-03-281-1/+1
* hdparm: whitespace style fixesvda2007-03-281-90/+89
* hdparm: style fixes, no code changesvda2007-02-181-405/+271
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+2
* preparatory patch for -Wwrite-strings #2vda2007-01-291-11/+7
* random small size optimizationsvda2007-01-121-8/+8
* style fixesvda2006-12-261-3/+3
* silly size savings and capitalization fixesvda2006-10-261-13/+13
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-1/+1
* attempt to regularize atoi mess.vda2006-10-081-3/+3
* getopt_ulflags -> getopt32.vda2006-10-031-22/+22
* bb_askpass: shorten static password buffer. 256 is way too large.vda2006-09-231-7/+7
* whitespace cleanupvda2006-09-171-22/+22
* Patch from tito to improve options parsing.landley2006-08-031-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-15/+1
* Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot oflandley2006-06-151-2/+0
* Some day, maybe gcc will be able to optimize out static functions that arelandley2006-06-081-1/+2
* Fix from Tito to read from stdin only when it's not a tty.landley2006-06-071-3/+3
* Tito writes: this patch fixes two potential bugs with the -i -I flags that co...vapier2006-06-071-2/+2
* Callers to identify() converted the endianness of the buffer. So didlandley2006-06-071-16/+16
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-031-3/+1
* Patch from Tito to remove long options from hdparm.landley2006-05-311-22/+7
* Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts valueslandley2006-05-291-7/+5
* Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bitslandley2006-05-281-4/+4
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-271-1/+0
* Yann E. MORIN. writes:vapier2006-05-261-1/+1
* Patch from Tito:landley2006-05-251-168/+123
* Patch from tito to replace shared memory usage with mlock(), slightly tweakedlandley2006-05-191-24/+10
* Largeish cleanup patch from Tito, mostly if statement therapy.landley2006-05-161-534/+350
* typecast bbig to kill format warningsvapier2006-05-111-3/+3
* The if() is cheaper than the extra function parameter. According to makelandley2006-05-081-26/+26
* Cleanup patch from tito.landley2006-05-071-379/+158
* Patch from Dennis Vlasenko resetting values that get reused.landley2006-05-051-5/+18
* Remove HDIO_GETGEO_BIG which is dead (removed from 2.6) and was pointless backlandley2006-05-031-12/+4
* Use ATTRIBUTE_NORETURN as suggested by tito, plus a few in-passing cleanups.landley2006-05-031-16/+13
* Patch from tito removing obsolete code.landley2006-05-011-142/+11
* Remove some unused code pointed out by Tito, plus a slightly more gracefullandley2006-04-291-35/+7
* Style fixes from Denis Vlasenko.landley2006-04-291-147/+146
* Another patch from Denis Vlasenko:landley2006-04-291-48/+42
* From Dennis Vlasenko, Make hdparm smaller:landley2006-04-291-73/+49
* Cleanup to hdparm by tito.landley2006-04-291-12/+11
* Patch from tito to update output of hdparm.landley2006-04-281-12/+22
* Patch from Tito to fix printing null and make output look like hdparm 6.3.landley2006-04-171-5/+5
* use more boiler plate GPL noticesvapier2006-04-161-3/+1