add -fvisibility=hidden to CC flags, mark XXX_main functions
[platform/upstream/busybox.git] / miscutils / hdparm.c
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.
2006-03-04 Rob LandleyPatch from Robert P. Day, moving byte order checks...
2006-02-22 Rob LandleyPatch from Denis Vlasenko to constify things and fix...
2006-01-30 Eric Andersenfix up yet more annoying signed/unsigned and mixed...
2006-01-25 Tim Rikerjust whitespace
2005-10-15 "Vladimir N. Oleynik"data --> code
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2004-07-20 Eric AndersenAvoid a naming conflict with include/bits/fcntl.h
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-05 Eric AndersenTito, farmatito at tiscali dot it writes:
2004-03-20 Eric AndersenTito noticed a printf that should have been a bb_error_msg.
2004-03-19 Eric AndersenFix broken arg parsing (was not passing pointer to...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-14 Eric AndersenAvoid naming conflict with symbol in newer glibc headers
2003-12-12 Eric AndersenFix compile when CONFIG_FEATURE_HDPARM_GET_IDENTITY...
2003-11-28 Glenn L McGrathCorrect Matteo's email address
2003-10-09 Glenn L McGrathPatch from Steven Scholz, fix some warnings
2003-10-09 Glenn L McGrathPatch from Tito, size optimisation and fix error in...
2003-09-15 Glenn L McGrathUpdate Matteo Croce's email address
2003-08-08 Eric Andersenquiet some noise
2003-08-06 Eric AndersenPatch from Steven Scholz:
2003-08-06 Eric AndersenSync hdparm -t and -T options with hdparm-5.3, which...
2003-07-22 Eric AndersenMatteo Croce submitted a hdparm applet.