aboutsummaryrefslogtreecommitdiff
path: root/miscutils/hdparm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot ofRob Landley2006-06-151-2/+0
* Some day, maybe gcc will be able to optimize out static functions that areRob Landley2006-06-081-1/+2
* Fix from Tito to read from stdin only when it's not a tty.Rob Landley2006-06-071-3/+3
* Tito writes: this patch fixes two potential bugs with the -i -I flags that co...Mike Frysinger2006-06-071-2/+2
* Callers to identify() converted the endianness of the buffer. So didRob Landley2006-06-071-16/+16
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-031-3/+1
* Patch from Tito to remove long options from hdparm.Rob Landley2006-05-311-22/+7
* Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts valuesRob Landley2006-05-291-7/+5
* Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bitsRob Landley2006-05-281-4/+4
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* Yann E. MORIN. writes:Mike Frysinger2006-05-261-1/+1
* Patch from Tito:Rob Landley2006-05-251-168/+123
* Patch from tito to replace shared memory usage with mlock(), slightly tweakedRob Landley2006-05-191-24/+10
* Largeish cleanup patch from Tito, mostly if statement therapy.Rob Landley2006-05-161-534/+350
* typecast bbig to kill format warningsMike Frysinger2006-05-111-3/+3
* The if() is cheaper than the extra function parameter. According to makeRob Landley2006-05-081-26/+26
* Cleanup patch from tito.Rob Landley2006-05-071-379/+158
* Patch from Dennis Vlasenko resetting values that get reused.Rob Landley2006-05-051-5/+18
* Remove HDIO_GETGEO_BIG which is dead (removed from 2.6) and was pointless backRob Landley2006-05-031-12/+4
* Use ATTRIBUTE_NORETURN as suggested by tito, plus a few in-passing cleanups.Rob Landley2006-05-031-16/+13
* Patch from tito removing obsolete code.Rob Landley2006-05-011-142/+11
* Remove some unused code pointed out by Tito, plus a slightly more gracefulRob Landley2006-04-291-35/+7
* Style fixes from Denis Vlasenko.Rob Landley2006-04-291-147/+146
* Another patch from Denis Vlasenko:Rob Landley2006-04-291-48/+42
* From Dennis Vlasenko, Make hdparm smaller:Rob Landley2006-04-291-73/+49
* Cleanup to hdparm by tito.Rob Landley2006-04-291-12/+11
* Patch from tito to update output of hdparm.Rob Landley2006-04-281-12/+22
* Patch from Tito to fix printing null and make output look like hdparm 6.3.Rob Landley2006-04-171-5/+5
* use more boiler plate GPL noticesMike Frysinger2006-04-161-3/+1
* - tweak visibility of label expected_hwif_error as it's only needed forBernhard Reutner-Fischer2006-04-111-0/+2
* - make sure that the label expected_hwif_error is visible even whenBernhard Reutner-Fischer2006-04-051-15/+3
* Patch from Denis Vlasenko to add xstat() and use it.Rob Landley2006-03-131-2/+1
* Patch from Robert P. Day, moving byte order checks to use platform.h macros.Rob Landley2006-03-041-2/+2
* Patch from Denis Vlasenko to constify things and fix a few typos.Rob Landley2006-02-221-1/+3
* fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-3/+3
* just whitespaceTim Riker2006-01-251-36/+36
* data --> code"Vladimir N. Oleynik"2005-10-151-51/+52
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-2/+2
* Avoid a naming conflict with include/bits/fcntl.hEric Andersen2004-07-201-4/+4
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Tito, farmatito at tiscali dot it writes:Eric Andersen2004-04-051-31/+32
* Tito noticed a printf that should have been a bb_error_msg.Eric Andersen2004-03-201-1/+1
* Fix broken arg parsing (was not passing pointer to items so p, argc, and argvEric Andersen2004-03-191-132/+117
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
* Avoid naming conflict with symbol in newer glibc headersEric Andersen2004-02-141-4/+4
* Fix compile when CONFIG_FEATURE_HDPARM_GET_IDENTITY is disabledEric Andersen2003-12-121-6/+9
* Correct Matteo's email addressGlenn L McGrath2003-11-281-1/+1
* Patch from Steven Scholz, fix some warningsGlenn L McGrath2003-10-091-1/+1
* Patch from Tito, size optimisation and fix error in exit code of -VGlenn L McGrath2003-10-091-1056/+1265
* Update Matteo Croce's email addressGlenn L McGrath2003-09-151-1/+1