1. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  2. 6429aab bb_askpass: shorten static password buffer. 256 is way too large. by Denis Vlasenko · 18 years ago
  3. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  4. 403777f Patch from tito to improve options parsing. by Rob Landley · 18 years ago
  5. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  6. 22d26fc Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of by Rob Landley · 18 years ago
  7. 9c6f955 Some day, maybe gcc will be able to optimize out static functions that are by Rob Landley · 18 years ago
  8. 6d8ce17 Fix from Tito to read from stdin only when it's not a tty. by Rob Landley · 18 years ago
  9. ea93f8a Tito writes: this patch fixes two potential bugs with the -i -I flags that could be reset during option parsing by Mike Frysinger · 18 years ago
  10. 0753f4a Callers to identify() converted the endianness of the buffer. So did by Rob Landley · 18 years ago
  11. c89982d - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  12. 0620841 Patch from Tito to remove long options from hdparm. by Rob Landley · 18 years ago
  13. bba7f08 Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values by Rob Landley · 18 years ago
  14. 81dab2c Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits by Rob Landley · 18 years ago
  15. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
  16. 314c739 Yann E. MORIN. writes: by Mike Frysinger · 18 years ago
  17. ade7f95 Patch from Tito: by Rob Landley · 18 years ago
  18. 4ae2f51 Patch from tito to replace shared memory usage with mlock(), slightly tweaked by Rob Landley · 18 years ago
  19. adde798 Largeish cleanup patch from Tito, mostly if statement therapy. by Rob Landley · 18 years ago
  20. e929238 typecast bbig to kill format warnings by Mike Frysinger · 18 years ago
  21. 1980256 The if() is cheaper than the extra function parameter. According to make by Rob Landley · 18 years ago
  22. 20deab0 Cleanup patch from tito. by Rob Landley · 18 years ago
  23. 39cf645 Patch from Dennis Vlasenko resetting values that get reused. by Rob Landley · 18 years ago
  24. 2584e9b Remove HDIO_GETGEO_BIG which is dead (removed from 2.6) and was pointless back by Rob Landley · 18 years ago
  25. 0f0b645 Use ATTRIBUTE_NORETURN as suggested by tito, plus a few in-passing cleanups. by Rob Landley · 18 years ago
  26. 6389ff1 Patch from tito removing obsolete code. by Rob Landley · 18 years ago
  27. 5bc3f05 Remove some unused code pointed out by Tito, plus a slightly more graceful by Rob Landley · 18 years ago
  28. a3e4f38 Style fixes from Denis Vlasenko. by Rob Landley · 18 years ago
  29. 5f8b5ec Another patch from Denis Vlasenko: by Rob Landley · 18 years ago
  30. e5b281f From Dennis Vlasenko, Make hdparm smaller: by Rob Landley · 18 years ago
  31. 2e2d752 Cleanup to hdparm by tito. by Rob Landley · 18 years ago
  32. 0e6a3e1 Patch from tito to update output of hdparm. by Rob Landley · 18 years ago
  33. 026147a Patch from Tito to fix printing null and make output look like hdparm 6.3. by Rob Landley · 18 years ago
  34. f284c76 use more boiler plate GPL notices by Mike Frysinger · 18 years ago
  35. 9460f66 - tweak visibility of label expected_hwif_error as it's only needed for by Bernhard Reutner-Fischer · 18 years ago
  36. 061fd0a - make sure that the label expected_hwif_error is visible even when by Bernhard Reutner-Fischer · 18 years ago
  37. c5b1d4d Patch from Denis Vlasenko to add xstat() and use it. by Rob Landley · 18 years ago
  38. 688ed0d Patch from Robert P. Day, moving byte order checks to use platform.h macros. by Rob Landley · 19 years ago
  39. 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 19 years ago
  40. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  41. c1ef7bd just whitespace by Tim Riker · 19 years ago
  42. b4b6d26 data --> code by "Vladimir N. Oleynik" · 19 years ago
  43. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 19 years ago
  44. f828da0 Avoid a naming conflict with include/bits/fcntl.h by Eric Andersen · 20 years ago
  45. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  46. b2aa776 Tito, farmatito at tiscali dot it writes: by Eric Andersen · 20 years ago
  47. bfb5157 Tito noticed a printf that should have been a bb_error_msg. by Eric Andersen · 20 years ago
  48. 06d4ec2 Fix broken arg parsing (was not passing pointer to items so p, argc, and argv by Eric Andersen · 20 years ago
  49. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  50. 7e8f41c Avoid naming conflict with symbol in newer glibc headers by Eric Andersen · 21 years ago
  51. 416c242 Fix compile when CONFIG_FEATURE_HDPARM_GET_IDENTITY is disabled by Eric Andersen · 21 years ago
  52. 5be6a20 Correct Matteo's email address by Glenn L McGrath · 21 years ago
  53. a55d72b Patch from Steven Scholz, fix some warnings by Glenn L McGrath · 21 years ago
  54. 0708585 Patch from Tito, size optimisation and fix error in exit code of -V option by Glenn L McGrath · 21 years ago
  55. c43f9ed Update Matteo Croce's email address by Glenn L McGrath · 21 years ago
  56. f1c56a9 quiet some noise by Eric Andersen · 21 years ago
  57. 0a57a79 Patch from Steven Scholz: by Eric Andersen · 21 years ago
  58. 50af12d Sync hdparm -t and -T options with hdparm-5.3, which seems by Eric Andersen · 21 years ago
  59. 3443bd7 Matteo Croce submitted a hdparm applet. by Eric Andersen · 21 years ago