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