Age | Commit message (Expand) | Author |
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 |
2006-05-08 | The if() is cheaper than the extra function parameter. According to make | Rob Landley |
2006-05-07 | Cleanup patch from tito. | Rob Landley |
2006-05-05 | Patch from Dennis Vlasenko resetting values that get reused. | Rob Landley |
2006-05-03 | Remove HDIO_GETGEO_BIG which is dead (removed from 2.6) and was pointless back | Rob Landley |
2006-05-03 | Use ATTRIBUTE_NORETURN as suggested by tito, plus a few in-passing cleanups. | Rob Landley |
2006-05-01 | Patch from tito removing obsolete code. | Rob Landley |
2006-04-29 | Remove some unused code pointed out by Tito, plus a slightly more graceful | Rob Landley |
2006-04-29 | Style fixes from Denis Vlasenko. | Rob Landley |
2006-04-29 | Another patch from Denis Vlasenko: | Rob Landley |
2006-04-29 | From Dennis Vlasenko, Make hdparm smaller: | Rob Landley |
2006-04-29 | Cleanup to hdparm by tito. | Rob Landley |
2006-04-28 | Patch from tito to update output of hdparm. | Rob Landley |
2006-04-17 | Patch from Tito to fix printing null and make output look like hdparm 6.3. | Rob Landley |
2006-04-16 | use more boiler plate GPL notices | Mike Frysinger |
2006-04-11 | - tweak visibility of label expected_hwif_error as it's only needed for | Bernhard Reutner-Fischer |
2006-04-05 | - make sure that the label expected_hwif_error is visible even when | Bernhard Reutner-Fischer |
2006-03-13 | Patch from Denis Vlasenko to add xstat() and use it. | Rob Landley |
2006-03-04 | Patch from Robert P. Day, moving byte order checks to use platform.h macros. | Rob Landley |
2006-02-22 | Patch from Denis Vlasenko to constify things and fix a few typos. | Rob Landley |
2006-01-30 | fix up yet more annoying signed/unsigned and mixed type errors | Eric Andersen |
2006-01-25 | just whitespace | Tim Riker |
2005-10-15 | data --> code | "Vladimir N. Oleynik" |