Rob Landley
|
6d8ce170b0
Fix from Tito to read from stdin only when it's not a tty.
|
18 years ago |
Mike Frysinger
|
ea93f8a397
Tito writes: this patch fixes two potential bugs with the -i -I flags that could be reset during option parsing
|
18 years ago |
Rob Landley
|
0753f4a15e
Callers to identify() converted the endianness of the buffer. So did
|
18 years ago |
Bernhard Reutner-Fischer
|
c89982dcd7
- move #include busybox.h to the very top so we pull in the config
|
18 years ago |
Rob Landley
|
0620841758
Patch from Tito to remove long options from hdparm.
|
18 years ago |
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 |