| Commit message (Expand) | Author | Age | Files | Lines |
* | whitespace fixes | vda | 2007-05-30 | 1 | -2/+2 |
* | usage.c: remove reference to busybox.h | vda | 2007-05-26 | 1 | -1/+1 |
* | hdparm: make -T -t code smaller (-194 bytes), and output prettier | vda | 2007-05-22 | 1 | -97/+75 |
* | style fixes, no code changes | vda | 2007-04-16 | 1 | -1/+2 |
* | hdparm: fix multisector mode setting | vda | 2007-03-31 | 1 | -2/+2 |
* | hdparm: flag variables can easily be smaller than long | vda | 2007-03-28 | 1 | -96/+101 |
* | hdparm: remove stray static (-200 bytes bss) | vda | 2007-03-28 | 1 | -1/+1 |
* | hdparm: whitespace style fixes | vda | 2007-03-28 | 1 | -90/+89 |
* | hdparm: style fixes, no code changes | vda | 2007-02-18 | 1 | -405/+271 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 1 | -0/+2 |
* | preparatory patch for -Wwrite-strings #2 | vda | 2007-01-29 | 1 | -11/+7 |
* | random small size optimizations | vda | 2007-01-12 | 1 | -8/+8 |
* | style fixes | vda | 2006-12-26 | 1 | -3/+3 |
* | silly size savings and capitalization fixes | vda | 2006-10-26 | 1 | -13/+13 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | vda | 2006-10-20 | 1 | -1/+1 |
* | attempt to regularize atoi mess. | vda | 2006-10-08 | 1 | -3/+3 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 1 | -22/+22 |
* | bb_askpass: shorten static password buffer. 256 is way too large. | vda | 2006-09-23 | 1 | -7/+7 |
* | whitespace cleanup | vda | 2006-09-17 | 1 | -22/+22 |
* | Patch from tito to improve options parsing. | landley | 2006-08-03 | 1 | -2/+2 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | landley | 2006-08-03 | 1 | -15/+1 |
* | Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of | landley | 2006-06-15 | 1 | -2/+0 |
* | Some day, maybe gcc will be able to optimize out static functions that are | landley | 2006-06-08 | 1 | -1/+2 |
* | Fix from Tito to read from stdin only when it's not a tty. | landley | 2006-06-07 | 1 | -3/+3 |
* | Tito writes: this patch fixes two potential bugs with the -i -I flags that co... | vapier | 2006-06-07 | 1 | -2/+2 |
* | Callers to identify() converted the endianness of the buffer. So did | landley | 2006-06-07 | 1 | -16/+16 |
* | - move #include busybox.h to the very top so we pull in the config | aldot | 2006-06-03 | 1 | -3/+1 |
* | Patch from Tito to remove long options from hdparm. | landley | 2006-05-31 | 1 | -22/+7 |
* | Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values | landley | 2006-05-29 | 1 | -7/+5 |
* | Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits | landley | 2006-05-28 | 1 | -4/+4 |
* | Consolidate #include <sys/time.h> so libbb.h does it. | landley | 2006-05-27 | 1 | -1/+0 |
* | Yann E. MORIN. writes: | vapier | 2006-05-26 | 1 | -1/+1 |
* | Patch from Tito: | landley | 2006-05-25 | 1 | -168/+123 |
* | Patch from tito to replace shared memory usage with mlock(), slightly tweaked | landley | 2006-05-19 | 1 | -24/+10 |
* | Largeish cleanup patch from Tito, mostly if statement therapy. | landley | 2006-05-16 | 1 | -534/+350 |
* | typecast bbig to kill format warnings | vapier | 2006-05-11 | 1 | -3/+3 |
* | The if() is cheaper than the extra function parameter. According to make | landley | 2006-05-08 | 1 | -26/+26 |
* | Cleanup patch from tito. | landley | 2006-05-07 | 1 | -379/+158 |
* | Patch from Dennis Vlasenko resetting values that get reused. | landley | 2006-05-05 | 1 | -5/+18 |
* | Remove HDIO_GETGEO_BIG which is dead (removed from 2.6) and was pointless back | landley | 2006-05-03 | 1 | -12/+4 |
* | Use ATTRIBUTE_NORETURN as suggested by tito, plus a few in-passing cleanups. | landley | 2006-05-03 | 1 | -16/+13 |
* | Patch from tito removing obsolete code. | landley | 2006-05-01 | 1 | -142/+11 |
* | Remove some unused code pointed out by Tito, plus a slightly more graceful | landley | 2006-04-29 | 1 | -35/+7 |
* | Style fixes from Denis Vlasenko. | landley | 2006-04-29 | 1 | -147/+146 |
* | Another patch from Denis Vlasenko: | landley | 2006-04-29 | 1 | -48/+42 |
* | From Dennis Vlasenko, Make hdparm smaller: | landley | 2006-04-29 | 1 | -73/+49 |
* | Cleanup to hdparm by tito. | landley | 2006-04-29 | 1 | -12/+11 |
* | Patch from tito to update output of hdparm. | landley | 2006-04-28 | 1 | -12/+22 |
* | Patch from Tito to fix printing null and make output look like hdparm 6.3. | landley | 2006-04-17 | 1 | -5/+5 |
* | use more boiler plate GPL notices | vapier | 2006-04-16 | 1 | -3/+1 |