Rob Landley
|
bba7f08d27
Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values
|
18 years ago |
Rob Landley
|
81dab2cf83
Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits
|
18 years ago |
Rob Landley
|
299a6b4d7b
Consolidate #include <sys/time.h> so libbb.h does it.
|
18 years ago |
Mike Frysinger
|
314c739b07
Yann E. MORIN. writes:
|
18 years ago |
Rob Landley
|
ade7f95bd1
Patch from Tito:
|
18 years ago |
Rob Landley
|
4ae2f511cf
Patch from tito to replace shared memory usage with mlock(), slightly tweaked
|
18 years ago |
Rob Landley
|
adde79883f
Largeish cleanup patch from Tito, mostly if statement therapy.
|
18 years ago |
Mike Frysinger
|
e92923862e
typecast bbig to kill format warnings
|
18 years ago |
Rob Landley
|
19802563ed
The if() is cheaper than the extra function parameter. According to make
|
18 years ago |
Rob Landley
|
20deab0537
Cleanup patch from tito.
|
18 years ago |
Rob Landley
|
39cf645ce0
Patch from Dennis Vlasenko resetting values that get reused.
|
18 years ago |
Rob Landley
|
2584e9b39f
Remove HDIO_GETGEO_BIG which is dead (removed from 2.6) and was pointless back
|
18 years ago |
Rob Landley
|
0f0b645f73
Use ATTRIBUTE_NORETURN as suggested by tito, plus a few in-passing cleanups.
|
18 years ago |
Rob Landley
|
6389ff1115
Patch from tito removing obsolete code.
|
18 years ago |
Rob Landley
|
5bc3f05a23
Remove some unused code pointed out by Tito, plus a slightly more graceful
|
18 years ago |
Rob Landley
|
a3e4f38f7b
Style fixes from Denis Vlasenko.
|
18 years ago |
Rob Landley
|
5f8b5ecda2
Another patch from Denis Vlasenko:
|
18 years ago |
Rob Landley
|
e5b281f89e
From Dennis Vlasenko, Make hdparm smaller:
|
18 years ago |
Rob Landley
|
2e2d752d49
Cleanup to hdparm by tito.
|
18 years ago |
Rob Landley
|
0e6a3e14e4
Patch from tito to update output of hdparm.
|
18 years ago |
Rob Landley
|
026147a48f
Patch from Tito to fix printing null and make output look like hdparm 6.3.
|
18 years ago |
Mike Frysinger
|
f284c767e5
use more boiler plate GPL notices
|
18 years ago |
Bernhard Reutner-Fischer
|
9460f66e4e
- tweak visibility of label expected_hwif_error as it's only needed for
|
18 years ago |
Bernhard Reutner-Fischer
|
061fd0a353
- make sure that the label expected_hwif_error is visible even when
|
18 years ago |
Rob Landley
|
c5b1d4d6b1
Patch from Denis Vlasenko to add xstat() and use it.
|
19 years ago |
Rob Landley
|
688ed0d760
Patch from Robert P. Day, moving byte order checks to use platform.h macros.
|
19 years ago |
Rob Landley
|
0a7c8ef6e2
Patch from Denis Vlasenko to constify things and fix a few typos.
|
19 years ago |
Eric Andersen
|
a68ea1cb93
fix up yet more annoying signed/unsigned and mixed type errors
|
19 years ago |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 years ago |
"Vladimir N. Oleynik"
|
b4b6d26287
data --> code
|
19 years ago |