Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tito, farmatito at tiscali dot it writes: | Eric Andersen | 2004-04-05 | 1 | -31/+32 |
| | | | | | | | | | | | | | | | | | | | Hi to all, I discovered a little bug in hdparm.c (really two little bugs...I've made...sigh! Mea culpa). Some vars were modified only locally and this could lead to wrong results to be displayed with the -I switch and maybe with others. Attached is a patch that fix it ( +88b). Also attached is second patch that reduces the size a little bit: text data bss dec hex filename 27984 624 900 29508 7344 hdparm.o (without bug-fix) 28072 624 900 29596 739c hdparm.o (with bug-fix) 28141 624 900 29665 73e1 hdparm.o (original) but maybe this one can wait as we are in a feature freeze. Ciao, Tito | ||||
* | Tito noticed a printf that should have been a bb_error_msg. | Eric Andersen | 2004-03-20 | 1 | -1/+1 |
| | |||||
* | Fix broken arg parsing (was not passing pointer to items so p, argc, and argv | Eric Andersen | 2004-03-19 | 1 | -132/+117 |
| | | | | | were only modified locally). Fix error reporting to properly describe why ioctls fail. | ||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -3/+3 |
| | |||||
* | Avoid naming conflict with symbol in newer glibc headers | Eric Andersen | 2004-02-14 | 1 | -4/+4 |
| | |||||
* | Fix compile when CONFIG_FEATURE_HDPARM_GET_IDENTITY is disabled | Eric Andersen | 2003-12-12 | 1 | -6/+9 |
| | |||||
* | Correct Matteo's email address | Glenn L McGrath | 2003-11-28 | 1 | -1/+1 |
| | |||||
* | Patch from Steven Scholz, fix some warnings | Glenn L McGrath | 2003-10-09 | 1 | -1/+1 |
| | |||||
* | Patch from Tito, size optimisation and fix error in exit code of -V | Glenn L McGrath | 2003-10-09 | 1 | -1056/+1265 |
| | | | | option | ||||
* | Update Matteo Croce's email address | Glenn L McGrath | 2003-09-15 | 1 | -1/+1 |
| | |||||
* | quiet some noise | Eric Andersen | 2003-08-08 | 1 | -0/+2 |
| | |||||
* | Patch from Steven Scholz: | Eric Andersen | 2003-08-06 | 1 | -1/+5 |
| | | | | | | | | | | | should we rename the define into CONFIG_FEATURE_HDPARM_HDIO_DMA and use it for "set" and "get" ??? Since although CONFIG_FEATURE_HDPARM_HDIO_GET_DMA is _not_ set I still can use "hdparm -d 1 /dev/hda" to switch the DMA on. Is this desireable or meant to be like that? So how about the applied patch? | ||||
* | Sync hdparm -t and -T options with hdparm-5.3, which seems | Eric Andersen | 2003-08-06 | 1 | -66/+69 |
| | | | | to produce sensible results, | ||||
* | Matteo Croce submitted a hdparm applet. | Eric Andersen | 2003-07-22 | 1 | -0/+2665 |