aboutsummaryrefslogtreecommitdiff
path: root/miscutils/hdparm.c
AgeCommit message (Expand)Author
2006-05-19Patch from tito to replace shared memory usage with mlock(), slightly tweakedRob Landley
2006-05-16Largeish cleanup patch from Tito, mostly if statement therapy.Rob Landley
2006-05-11typecast bbig to kill format warningsMike Frysinger
2006-05-08The if() is cheaper than the extra function parameter. According to makeRob Landley
2006-05-07Cleanup patch from tito.Rob Landley
2006-05-05Patch from Dennis Vlasenko resetting values that get reused.Rob Landley
2006-05-03Remove HDIO_GETGEO_BIG which is dead (removed from 2.6) and was pointless backRob Landley
2006-05-03Use ATTRIBUTE_NORETURN as suggested by tito, plus a few in-passing cleanups.Rob Landley
2006-05-01Patch from tito removing obsolete code.Rob Landley
2006-04-29Remove some unused code pointed out by Tito, plus a slightly more gracefulRob Landley
2006-04-29Style fixes from Denis Vlasenko.Rob Landley
2006-04-29Another patch from Denis Vlasenko:Rob Landley
2006-04-29From Dennis Vlasenko, Make hdparm smaller:Rob Landley
2006-04-29Cleanup to hdparm by tito.Rob Landley
2006-04-28Patch from tito to update output of hdparm.Rob Landley
2006-04-17Patch from Tito to fix printing null and make output look like hdparm 6.3.Rob Landley
2006-04-16use more boiler plate GPL noticesMike Frysinger
2006-04-11- tweak visibility of label expected_hwif_error as it's only needed forBernhard Reutner-Fischer
2006-04-05- make sure that the label expected_hwif_error is visible even whenBernhard Reutner-Fischer
2006-03-13Patch from Denis Vlasenko to add xstat() and use it.Rob Landley
2006-03-04Patch from Robert P. Day, moving byte order checks to use platform.h macros.Rob Landley
2006-02-22Patch from Denis Vlasenko to constify things and fix a few typos.Rob Landley
2006-01-30fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen
2006-01-25just whitespaceTim Riker
2005-10-15data --> code"Vladimir N. Oleynik"
2005-04-16Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen
2004-07-20Avoid a naming conflict with include/bits/fcntl.hEric Andersen
2004-04-14Larry Doolittle writes:Eric Andersen
2004-04-05Tito, farmatito at tiscali dot it writes:Eric Andersen
2004-03-20Tito noticed a printf that should have been a bb_error_msg.Eric Andersen
2004-03-19Fix broken arg parsing (was not passing pointer to items so p, argc, and argvEric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-02-14Avoid naming conflict with symbol in newer glibc headersEric Andersen
2003-12-12Fix compile when CONFIG_FEATURE_HDPARM_GET_IDENTITY is disabledEric Andersen
2003-11-28Correct Matteo's email addressGlenn L McGrath
2003-10-09Patch from Steven Scholz, fix some warningsGlenn L McGrath
2003-10-09Patch from Tito, size optimisation and fix error in exit code of -VGlenn L McGrath
2003-09-15Update Matteo Croce's email addressGlenn L McGrath
2003-08-08quiet some noiseEric Andersen
2003-08-06Patch from Steven Scholz:Eric Andersen
2003-08-06Sync hdparm -t and -T options with hdparm-5.3, which seemsEric Andersen
2003-07-22Matteo Croce submitted a hdparm applet.Eric Andersen