1. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  2. 240a1cf add some missed statics on constant objects. fix few #ifndef ENABLE_xxx by Denis Vlasenko · 18 years ago
  3. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  4. a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 18 years ago
  5. 6dc6ebb awk: undo locale setting for numbers - or else parsing by Denis Vlasenko · 18 years ago
  6. 35a4bbe date: -R shouldn't use locale by Denis Vlasenko · 18 years ago
  7. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  8. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  9. 91ed1a4 Patch from Suresh Rajashekara moving comments and #includes and such around. by Rob Landley · 18 years ago
  10. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  11. c5b1d4d Patch from Denis Vlasenko to add xstat() and use it. by Rob Landley · 19 years ago
  12. c5789a6 Walter Harms added -D to date, and I did a code cleanup while I was in the by Rob Landley · 19 years ago
  13. c1ef7bd just whitespace by Tim Riker · 19 years ago
  14. a2eec60 RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 by "Vladimir N. Oleynik" · 19 years ago
  15. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  16. 3ade65f remove 1 CR, correct strange bb_opt_complementally, add #if 0 and XXX-comment: pleace examine this\! by "Vladimir N. Oleynik" · 19 years ago
  17. 064f04e by "Vladimir N. Oleynik" · 19 years ago
  18. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  19. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  20. f7662da Shaun Jackman submitted a patch converting an allocation to use by Rob Landley · 20 years ago
  21. 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 20 years ago
  22. 9315842 Patch from David Daney: by Eric Andersen · 20 years ago
  23. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  24. 39396b9 Fix non standard 'date -R' formatting by Eric Andersen · 21 years ago
  25. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  26. 01cdb66 Add the -r option, patch from Rob with some help from myself. by Glenn L McGrath · 21 years ago
  27. c2266bd Woops, im getting ahead of myself, we dont have the -r (refernece) option yet by Glenn L McGrath · 21 years ago
  28. 5f11541 define option names to be clearer, simplify nested if statements, remove by Glenn L McGrath · 21 years ago
  29. b511f9c Set the tm_isdst flag to -1 before calling mktime(). Otherwise, the current by Manuel Novoa III · 21 years ago
  30. 8876fb2 last_patch89 from vodz: by Eric Andersen · 21 years ago
  31. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  32. 03195fc Run through indent, fix comments by Glenn L McGrath · 22 years ago
  33. 6859d76 - updated a few copyright/left file headers by Robert Griebl · 22 years ago
  34. df03932 Added the -I (isofmt) options to date, which comes in handy for scripts by Robert Griebl · 22 years ago
  35. a7d0b41 Don't use pointless GNU-isms by Eric Andersen · 23 years ago
  36. 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 24 years ago
  37. 59df6f7 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c by Matt Kraai · 24 years ago
  38. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 24 years ago
  39. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
  40. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  41. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  42. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  43. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  44. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  45. 7b5d594 Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to close by Eric Andersen · 24 years ago
  46. a683ee8 "I will always compile before I commit." by Eric Andersen · 24 years ago
  47. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  48. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  49. 47d4926 The result of getopt() is "int" and should be treated as such by Pavel Roskin · 24 years ago
  50. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  51. add09fd Getopt'ed by Marc Nijdam <marc_nijdam@hp.com> -Erik by Eric Andersen · 24 years ago
  52. be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
  53. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  54. 1f6262b Fix 'date -u' -Erik by Eric Andersen · 25 years ago
  55. 499f65f Some updates for better portability. -Erik by Erik Andersen · 25 years ago
  56. 1d1d950 More Doc updates. cmdedit and more termio fixes. by Erik Andersen · 25 years ago
  57. 1ad302a The new tar for busybox is now done, and works just fine by Erik Andersen · 25 years ago
  58. 298854f My latest ramblings. -Erik by Erik Andersen · 25 years ago
  59. 0d068a2 * all mallocs now use xmalloc (and so are OOM error safe), and by Erik Andersen · 25 years ago
  60. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  61. fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
  62. 04e9702 Clear up some ambiguity with old style assignments. -Erik by Erik Andersen · 25 years ago
  63. d73dc5b Updates to usage, and made tar work. -Erik by Eric Andersen · 25 years ago
  64. c499601 Fixed up copyright notices and such by Eric Andersen · 25 years ago
  65. e77ae3a Added sfdisk. Ststic-ified a bunch of stuff. by Eric Andersen · 25 years ago
  66. b0e9a70 More stuff. -Erik by Eric Andersen · 25 years ago
  67. 2ce1edc Latest and greatest. -Erik by Eric Andersen · 25 years ago
  68. 4bea32a latest and greatest. by Eric Andersen · 25 years ago
  69. cc8ed39 Initial revision by Eric Andersen · 25 years ago 0_29alpha2