Age | Commit message (Collapse) | Author |
|
|
|
|
|
way of handling endianness.
|
|
|
|
Make hdparm smaller:
* Make bb_ioctl return the status
* Replace ioctl with bb_ioctl in a few places
* Add bb_ioctl_alt, use where appropriate (four places)
* unsigned char args1[4+512] = {WIN_IDENTIFY,0,0,1,};
ate 0.5k of rodata, fix that
|
|
* Use combined no_scsi_no_xt()
* Have common unsigned char args[4] = {WIN_SETFEATURES,0,0,0};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to match
|
|
to memset
|
|
|
|
|
|
|
|
to do it in Config.in.
|
|
|
|
|
|
|
|
CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF or CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF
|
|
CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF isn't set.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
version of make (3.71.1).
|
|
definitions. (That should only be on prototypes.)
|
|
|
|
|
|
Fixes make trying to include the very same file in an endless loop.
|
|
- use less resources for the buildsystem itself
|
|
|
|
|
|
|
|
naming along the way to get USE() macros for everything.
|
|
|
|
Cherry-picked from Devin Bayer's big MacOS X patch.
|
|
|
|
|
|
|
|
|
|
where it might otherwise not be dereferenced as such by default
|
|
- use shorter boilerplate while at it.
|
|
old code: use int instead short
|