2007-03-28 |
Denis Vlasenko | hdparm: remove stray static (-200 bytes bss) |
blob | commitdiff | raw |
2007-03-28 |
Denis Vlasenko | hdparm: whitespace style fixes |
blob | commitdiff | raw | diff to current |
2007-02-18 |
Denis Vlasenko | hdparm: style fixes, no code changes |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
blob | commitdiff | raw | diff to current |
2007-01-29 |
Denis Vlasenko | preparatory patch for -Wwrite-strings #2 |
blob | commitdiff | raw | diff to current |
2007-01-12 |
Denis Vlasenko | random small size optimizations |
blob | commitdiff | raw | diff to current |
2006-12-26 |
Denis Vlasenko | style fixes |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Denis Vlasenko | silly size savings and capitalization fixes |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Denis Vlasenko | message string changes, mostly for consistency, also... |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Denis Vlasenko | attempt to regularize atoi mess. |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | getopt_ulflags -> getopt32. |
blob | commitdiff | raw | diff to current |
2006-09-23 |
Denis Vlasenko | bb_askpass: shorten static password buffer. 256 is... |
blob | commitdiff | raw | diff to current |
2006-09-17 |
Denis Vlasenko | whitespace cleanup |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Rob Landley | Patch from tito to improve options parsing. |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Rob Landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
blob | commitdiff | raw | diff to current |
2006-06-15 |
Rob Landley | Patch from Yann Morin to put BLKGETSIZE64 in platform... |
blob | commitdiff | raw | diff to current |
2006-06-08 |
Rob Landley | Some day, maybe gcc will be able to optimize out static... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Rob Landley | Fix from Tito to read from stdin only when it's not... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Mike Frysinger | Tito writes: this patch fixes two potential bugs with... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Rob Landley | Callers to identify() converted the endianness of the... |
blob | commitdiff | raw | diff to current |
2006-06-03 |
Bernhard Reutner... | - move #include busybox.h to the very top so we pull... |
blob | commitdiff | raw | diff to current |
2006-05-31 |
Rob Landley | Patch from Tito to remove long options from hdparm. |
blob | commitdiff | raw | diff to current |
2006-05-29 |
Rob Landley | Add SWAP_LE?? and SWAP_BE?? macros, and make things... |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Rob Landley | Fix hdparm to use PRIu64 instead of typecasting to... |
blob | commitdiff | raw | diff to current |
2006-05-27 |
Rob Landley | Consolidate #include <sys/time.h> so libbb.h does it. |
blob | commitdiff | raw | diff to current |
2006-05-26 |
Mike Frysinger | Yann E. MORIN. writes: |
blob | commitdiff | raw | diff to current |
2006-05-25 |
Rob Landley | Patch from Tito: |
blob | commitdiff | raw | diff to current |
2006-05-19 |
Rob Landley | Patch from tito to replace shared memory usage with... |
blob | commitdiff | raw | diff to current |
2006-05-16 |
Rob Landley | Largeish cleanup patch from Tito, mostly if statement... |
blob | commitdiff | raw | diff to current |
2006-05-11 |
Mike Frysinger | typecast bbig to kill format warnings |
blob | commitdiff | raw | diff to current |
2006-05-08 |
Rob Landley | The if() is cheaper than the extra function parameter... |
blob | commitdiff | raw | diff to current |
2006-05-07 |
Rob Landley | Cleanup patch from tito. |
blob | commitdiff | raw | diff to current |
2006-05-05 |
Rob Landley | Patch from Dennis Vlasenko resetting values that get... |
blob | commitdiff | raw | diff to current |
2006-05-03 |
Rob Landley | Remove HDIO_GETGEO_BIG which is dead (removed from... |
blob | commitdiff | raw | diff to current |
2006-05-03 |
Rob Landley | Use ATTRIBUTE_NORETURN as suggested by tito, plus a... |
blob | commitdiff | raw | diff to current |
2006-05-01 |
Rob Landley | Patch from tito removing obsolete code. |
blob | commitdiff | raw | diff to current |
2006-04-29 |
Rob Landley | Remove some unused code pointed out by Tito, plus a... |
blob | commitdiff | raw | diff to current |
2006-04-29 |
Rob Landley | Style fixes from Denis Vlasenko. |
blob | commitdiff | raw | diff to current |
2006-04-29 |
Rob Landley | Another patch from Denis Vlasenko: |
blob | commitdiff | raw | diff to current |
2006-04-29 |
Rob Landley | From Dennis Vlasenko, Make hdparm smaller: |
blob | commitdiff | raw | diff to current |
2006-04-29 |
Rob Landley | Cleanup to hdparm by tito. |
blob | commitdiff | raw | diff to current |
2006-04-28 |
Rob Landley | Patch from tito to update output of hdparm. |
blob | commitdiff | raw | diff to current |
2006-04-17 |
Rob Landley | Patch from Tito to fix printing null and make output... |
blob | commitdiff | raw | diff to current |
2006-04-16 |
Mike Frysinger | use more boiler plate GPL notices |
blob | commitdiff | raw | diff to current |
2006-04-11 |
Bernhard Reutner... | - tweak visibility of label expected_hwif_error as... |
blob | commitdiff | raw | diff to current |
2006-04-05 |
Bernhard Reutner... | - make sure that the label expected_hwif_error is visib... |
blob | commitdiff | raw | diff to current |
2006-03-13 |
Rob Landley | Patch from Denis Vlasenko to add xstat() and use it. |
blob | commitdiff | raw | diff to current |
2006-03-04 |
Rob Landley | Patch from Robert P. Day, moving byte order checks... |
blob | commitdiff | raw | diff to current |
2006-02-22 |
Rob Landley | Patch from Denis Vlasenko to constify things and fix... |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Eric Andersen | fix up yet more annoying signed/unsigned and mixed... |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Tim Riker | just whitespace |
blob | commitdiff | raw | diff to current |
2005-10-15 |
"Vladimir N. Oleynik" | data --> code |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Eric Andersen | Patch from Bernhard Fischer to make a bunch of symbols... |
blob | commitdiff | raw | diff to current |
2004-07-20 |
Eric Andersen | Avoid a naming conflict with include/bits/fcntl.h |
blob | commitdiff | raw | diff to current |
2004-04-14 |
Eric Andersen | Larry Doolittle writes: |
blob | commitdiff | raw | diff to current |
2004-04-05 |
Eric Andersen | Tito, farmatito at tiscali dot it writes: |
blob | commitdiff | raw | diff to current |
2004-03-20 |
Eric Andersen | Tito noticed a printf that should have been a bb_error_msg. |
blob | commitdiff | raw | diff to current |
2004-03-19 |
Eric Andersen | Fix broken arg parsing (was not passing pointer to... |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Eric Andersen | Remove trailing whitespace. Update copyright to includ... |
blob | commitdiff | raw | diff to current |
2004-02-14 |
Eric Andersen | Avoid naming conflict with symbol in newer glibc headers |
blob | commitdiff | raw | diff to current |
2003-12-12 |
Eric Andersen | Fix compile when CONFIG_FEATURE_HDPARM_GET_IDENTITY... |
blob | commitdiff | raw | diff to current |
2003-11-28 |
Glenn L McGrath | Correct Matteo's email address |
blob | commitdiff | raw | diff to current |
2003-10-09 |
Glenn L McGrath | Patch from Steven Scholz, fix some warnings |
blob | commitdiff | raw | diff to current |
2003-10-09 |
Glenn L McGrath | Patch from Tito, size optimisation and fix error in... |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Glenn L McGrath | Update Matteo Croce's email address |
blob | commitdiff | raw | diff to current |
2003-08-08 |
Eric Andersen | quiet some noise |
blob | commitdiff | raw | diff to current |
2003-08-06 |
Eric Andersen | Patch from Steven Scholz: |
blob | commitdiff | raw | diff to current |
2003-08-06 |
Eric Andersen | Sync hdparm -t and -T options with hdparm-5.3, which... |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Eric Andersen | Matteo Croce submitted a hdparm applet. |
blob | commitdiff | raw | diff to current |
|