| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fbset: fix buglet where we were using wrong pointer | Denis Vlasenko | 2007-11-06 | 1 | -1/+2 |
* | ifconfig: code shrink | Denis Vlasenko | 2007-11-04 | 1 | -18/+9 |
* | hdparm: code shrink | Denis Vlasenko | 2007-10-30 | 1 | -229/+214 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | printf("%s\n") -> puts() | Denis Vlasenko | 2007-10-01 | 1 | -1/+1 |
* | hdparm: paranoia-induced fix against theoretical div-by-0 case | Denis Vlasenko | 2007-09-28 | 1 | -2/+2 |
* | hdparm: more robust (re overflows) code. +38 bytes. | Denis Vlasenko | 2007-09-28 | 1 | -25/+23 |
* | hdparm: reduce possibility of numeric overflow in -T. | Denis Vlasenko | 2007-09-28 | 1 | -6/+14 |
* | hdparm: simplify timing measurement (it wa the last last user | Denis Vlasenko | 2007-09-28 | 1 | -64/+62 |
* | hdparm: get rid of static variables | Denis Vlasenko | 2007-09-28 | 1 | -97/+179 |
* | hdparm: use fixed fd #3 for device being interrogated | Denis Vlasenko | 2007-09-27 | 1 | -26/+30 |
* | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko | 2007-09-27 | 1 | -62/+51 |
* | hdparm: shrink rodata by ~250 bytes | Denis Vlasenko | 2007-08-16 | 1 | -53/+24 |
* | whitespace fixes, no code changes | Denis Vlasenko | 2007-08-16 | 1 | -80/+81 |
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -8/+11 |
* | remove accumulated stray trailing whitespace | Denis Vlasenko | 2007-07-17 | 1 | -1/+1 |
* | xioctl and friends by Tito <farmatito@tiscali.it> | Denis Vlasenko | 2007-07-14 | 1 | -77/+81 |
* | whitespace fixes | Denis Vlasenko | 2007-05-30 | 1 | -2/+2 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | hdparm: make -T -t code smaller (-194 bytes), and output prettier | Denis Vlasenko | 2007-05-22 | 1 | -97/+75 |
* | style fixes, no code changes | Denis Vlasenko | 2007-04-16 | 1 | -1/+2 |
* | hdparm: fix multisector mode setting | Denis Vlasenko | 2007-03-31 | 1 | -2/+2 |
* | hdparm: flag variables can easily be smaller than long | Denis Vlasenko | 2007-03-28 | 1 | -96/+101 |
* | hdparm: remove stray static (-200 bytes bss) | Denis Vlasenko | 2007-03-28 | 1 | -1/+1 |
* | hdparm: whitespace style fixes | Denis Vlasenko | 2007-03-28 | 1 | -90/+89 |
* | hdparm: style fixes, no code changes | Denis Vlasenko | 2007-02-18 | 1 | -405/+271 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+2 |
* | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | 2007-01-29 | 1 | -11/+7 |
* | random small size optimizations | Denis Vlasenko | 2007-01-12 | 1 | -8/+8 |
* | style fixes | Denis Vlasenko | 2006-12-26 | 1 | -3/+3 |
* | silly size savings and capitalization fixes | Denis Vlasenko | 2006-10-26 | 1 | -13/+13 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -1/+1 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -3/+3 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -22/+22 |
* | bb_askpass: shorten static password buffer. 256 is way too large. | Denis Vlasenko | 2006-09-23 | 1 | -7/+7 |
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -22/+22 |
* | Patch from tito to improve options parsing. | Rob Landley | 2006-08-03 | 1 | -2/+2 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -15/+1 |
* | Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of | Rob Landley | 2006-06-15 | 1 | -2/+0 |
* | Some day, maybe gcc will be able to optimize out static functions that are | Rob Landley | 2006-06-08 | 1 | -1/+2 |
* | Fix from Tito to read from stdin only when it's not a tty. | Rob Landley | 2006-06-07 | 1 | -3/+3 |
* | Tito writes: this patch fixes two potential bugs with the -i -I flags that co... | Mike Frysinger | 2006-06-07 | 1 | -2/+2 |
* | Callers to identify() converted the endianness of the buffer. So did | Rob Landley | 2006-06-07 | 1 | -16/+16 |
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-03 | 1 | -3/+1 |
* | Patch from Tito to remove long options from hdparm. | Rob Landley | 2006-05-31 | 1 | -22/+7 |
* | Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values | Rob Landley | 2006-05-29 | 1 | -7/+5 |
* | Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits | Rob Landley | 2006-05-28 | 1 | -4/+4 |
* | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | 2006-05-27 | 1 | -1/+0 |
* | Yann E. MORIN. writes: | Mike Frysinger | 2006-05-26 | 1 | -1/+1 |
* | Patch from Tito: | Rob Landley | 2006-05-25 | 1 | -168/+123 |