Fix ubirsvol usage information
[platform/upstream/busybox.git] / miscutils / hdparm.c
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-12 Denys Vlasenko*: s/xatoi_u/xatoi_positive/g - I got bored of mistypin...
2010-07-25 Denys Vlasenko*: mass cosmetic removal of extra empty lines. no code...
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-10-27 Bernhard Reutner... add and use xopen_nonblocking (-18b)
2009-10-08 Denys Vlasenko*: code shrink via NOINLINE
2009-09-22 Denys Vlasenkohdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code...
2009-07-10 Denys Vlasenkofix fallout from BSD patches
2009-07-08 Denys Vlasenkomove libc related stuff out of platform.h
2009-07-04 Denys Vlasenkofix dependencies of FEATURE_GETOPT_LONG
2009-05-20 Denys Vlasenkohdparm: fix a thinko in a previous commit
2009-05-20 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-05-20 Denys Vlasenkohdparm: code shrink
2009-05-20 Denys Vlasenkohdparm: correct (t & 1) ? '0' : '5' thinko; wrap 80...
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-04-01 Denis Vlasenkomore of pointless whitespace fixes
2008-09-27 Denis Vlasenkostyle fixes, no code changes
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-25 Denis Vlasenkowhitespace fixes. no code changes
2008-06-07 Denis Vlasenkolibbb: introduce and use print_flags().
2008-06-05 Denis Vlasenkoreplace single-char printf's with bb_putchar
2008-05-19 Bernhard Reutner... - use STD*_FILENO some more. No object-code changes
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-03-20 Denis Vlasenkohdparm: do not lie about supporting -q (quiet)
2008-02-16 Denis Vlasenkorandom s/short/int/
2008-01-19 Bernhard Reutner... - Fix hdparm's ioctl parameter passing (John Brandwood)
2008-01-07 Denis Vlasenkops: fix build breakage from vda's recent commit
2007-11-06 Denis Vlasenkofbset: fix buglet where we were using wrong pointer
2007-11-04 Denis Vlasenkoifconfig: code shrink
2007-10-30 Denis Vlasenkohdparm: code shrink
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenkoprintf("%s\n") -> puts()
2007-09-28 Denis Vlasenkohdparm: paranoia-induced fix against theoretical div...
2007-09-28 Denis Vlasenkohdparm: more robust (re overflows) code. +38 bytes.
2007-09-28 Denis Vlasenkohdparm: reduce possibility of numeric overflow in -T.
2007-09-28 Denis Vlasenkohdparm: simplify timing measurement (it wa the last...
2007-09-28 Denis Vlasenkohdparm: get rid of static variables
2007-09-27 Denis Vlasenkohdparm: use fixed fd #3 for device being interrogated
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-08-16 Denis Vlasenkohdparm: shrink rodata by ~250 bytes
2007-08-16 Denis Vlasenkowhitespace fixes, no code changes
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-17 Denis Vlasenkoremove accumulated stray trailing whitespace
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-05-30 Denis Vlasenkowhitespace fixes
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-22 Denis Vlasenkohdparm: make -T -t code smaller (-194 bytes), and outpu...
2007-04-16 Denis Vlasenkostyle fixes, no code changes
2007-03-31 Denis Vlasenkohdparm: fix multisector mode setting
2007-03-28 Denis Vlasenkohdparm: flag variables can easily be smaller than long
2007-03-28 Denis Vlasenkohdparm: remove stray static (-200 bytes bss)
2007-03-28 Denis Vlasenkohdparm: whitespace style fixes
2007-02-18 Denis Vlasenkohdparm: style fixes, no code changes
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2007-01-12 Denis Vlasenkorandom small size optimizations
2006-12-26 Denis Vlasenkostyle fixes
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-23 Denis Vlasenkobb_askpass: shorten static password buffer. 256 is...
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-08-03 Rob LandleyPatch from tito to improve options parsing.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-15 Rob LandleyPatch from Yann Morin to put BLKGETSIZE64 in platform...
2006-06-08 Rob LandleySome day, maybe gcc will be able to optimize out static...
2006-06-07 Rob LandleyFix from Tito to read from stdin only when it's not...
2006-06-07 Mike FrysingerTito writes: this patch fixes two potential bugs with...
2006-06-07 Rob LandleyCallers to identify() converted the endianness of the...
2006-06-03 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-31 Rob LandleyPatch from Tito to remove long options from hdparm.
2006-05-29 Rob LandleyAdd SWAP_LE?? and SWAP_BE?? macros, and make things...
2006-05-28 Rob LandleyFix hdparm to use PRIu64 instead of typecasting to...
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-26 Mike FrysingerYann E. MORIN. writes:
2006-05-25 Rob LandleyPatch from Tito:
2006-05-19 Rob LandleyPatch from tito to replace shared memory usage with...
2006-05-16 Rob LandleyLargeish cleanup patch from Tito, mostly if statement...
2006-05-11 Mike Frysingertypecast bbig to kill format warnings
2006-05-08 Rob LandleyThe if() is cheaper than the extra function parameter...
2006-05-07 Rob LandleyCleanup patch from tito.
2006-05-05 Rob LandleyPatch from Dennis Vlasenko resetting values that get...
2006-05-03 Rob LandleyRemove HDIO_GETGEO_BIG which is dead (removed from...
2006-05-03 Rob LandleyUse ATTRIBUTE_NORETURN as suggested by tito, plus a...
2006-05-01 Rob LandleyPatch from tito removing obsolete code.
2006-04-29 Rob LandleyRemove some unused code pointed out by Tito, plus a...
2006-04-29 Rob LandleyStyle fixes from Denis Vlasenko.
2006-04-29 Rob LandleyAnother patch from Denis Vlasenko:
2006-04-29 Rob LandleyFrom Dennis Vlasenko, Make hdparm smaller:
2006-04-29 Rob LandleyCleanup to hdparm by tito.
2006-04-28 Rob LandleyPatch from tito to update output of hdparm.
2006-04-17 Rob LandleyPatch from Tito to fix printing null and make output...
2006-04-16 Mike Frysingeruse more boiler plate GPL notices
2006-04-11 Bernhard Reutner... - tweak visibility of label expected_hwif_error as...
2006-04-05 Bernhard Reutner... - make sure that the label expected_hwif_error is visib...
2006-03-13 Rob LandleyPatch from Denis Vlasenko to add xstat() and use it.
next