Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 vuotta sitten |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 vuotta sitten |
Denis Vlasenko
|
6429aabbf1
bb_askpass: shorten static password buffer. 256 is way too large.
|
18 vuotta sitten |
Denis Vlasenko
|
9213a9e0f2
whitespace cleanup
|
18 vuotta sitten |
Rob Landley
|
403777ffae
Patch from tito to improve options parsing.
|
18 vuotta sitten |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 vuotta sitten |
Rob Landley
|
22d26fc6ae
Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of
|
18 vuotta sitten |
Rob Landley
|
9c6f9552ec
Some day, maybe gcc will be able to optimize out static functions that are
|
18 vuotta sitten |
Rob Landley
|
6d8ce170b0
Fix from Tito to read from stdin only when it's not a tty.
|
18 vuotta sitten |
Mike Frysinger
|
ea93f8a397
Tito writes: this patch fixes two potential bugs with the -i -I flags that could be reset during option parsing
|
18 vuotta sitten |
Rob Landley
|
0753f4a15e
Callers to identify() converted the endianness of the buffer. So did
|
18 vuotta sitten |
Bernhard Reutner-Fischer
|
c89982dcd7
- move #include busybox.h to the very top so we pull in the config
|
18 vuotta sitten |
Rob Landley
|
0620841758
Patch from Tito to remove long options from hdparm.
|
18 vuotta sitten |
Rob Landley
|
bba7f08d27
Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values
|
18 vuotta sitten |
Rob Landley
|
81dab2cf83
Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits
|
18 vuotta sitten |
Rob Landley
|
299a6b4d7b
Consolidate #include <sys/time.h> so libbb.h does it.
|
18 vuotta sitten |
Mike Frysinger
|
314c739b07
Yann E. MORIN. writes:
|
18 vuotta sitten |
Rob Landley
|
ade7f95bd1
Patch from Tito:
|
18 vuotta sitten |
Rob Landley
|
4ae2f511cf
Patch from tito to replace shared memory usage with mlock(), slightly tweaked
|
18 vuotta sitten |
Rob Landley
|
adde79883f
Largeish cleanup patch from Tito, mostly if statement therapy.
|
18 vuotta sitten |
Mike Frysinger
|
e92923862e
typecast bbig to kill format warnings
|
18 vuotta sitten |
Rob Landley
|
19802563ed
The if() is cheaper than the extra function parameter. According to make
|
18 vuotta sitten |
Rob Landley
|
20deab0537
Cleanup patch from tito.
|
18 vuotta sitten |
Rob Landley
|
39cf645ce0
Patch from Dennis Vlasenko resetting values that get reused.
|
18 vuotta sitten |
Rob Landley
|
2584e9b39f
Remove HDIO_GETGEO_BIG which is dead (removed from 2.6) and was pointless back
|
18 vuotta sitten |
Rob Landley
|
0f0b645f73
Use ATTRIBUTE_NORETURN as suggested by tito, plus a few in-passing cleanups.
|
18 vuotta sitten |
Rob Landley
|
6389ff1115
Patch from tito removing obsolete code.
|
18 vuotta sitten |
Rob Landley
|
5bc3f05a23
Remove some unused code pointed out by Tito, plus a slightly more graceful
|
18 vuotta sitten |
Rob Landley
|
a3e4f38f7b
Style fixes from Denis Vlasenko.
|
18 vuotta sitten |
Rob Landley
|
5f8b5ecda2
Another patch from Denis Vlasenko:
|
18 vuotta sitten |