1. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  2. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  3. f04ca74 dmesg: more correct skipping of <N>; use faster putchar for most output by Denys Vlasenko · 14 years ago
  4. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  5. 874201f dmesg: try to detect buffer size by Denys Vlasenko · 15 years ago
  6. 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
  7. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  8. 0953336 - Rob sais that he rewrote it, so reinstate the GPLv2-only boilerplate. by Bernhard Reutner-Fischer · 17 years ago
  9. f02efd1 - improve readability by Bernhard Reutner-Fischer · 17 years ago
  10. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  11. 7e3a5f5 dmesg,klogd: make code more readable by Denis Vlasenko · 17 years ago
  12. 6bef3d1 fbset: fix buglet where we were using wrong pointer by Denis Vlasenko · 17 years ago
  13. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  14. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  15. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  16. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
  17. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  18. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  19. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  20. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  21. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  22. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  23. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  24. 446129a Add back in non-ifdef version of FEATURE_PRETTY_PRINT, and get the attribution by Rob Landley · 18 years ago
  25. fc367f9 There's no excuse for adding new #ifdefs to the code like that. None at all. by Rob Landley · 18 years ago
  26. eac0c06 allow people to display dmesg output without syslog levels by Mike Frysinger · 18 years ago
  27. a788111 de-cuddle if( to if ( by Mike Frysinger · 18 years ago
  28. aa516a6 Fix three embarassing thinkos in the new dmesg.c: by Rob Landley · 18 years ago
  29. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  30. 7c7b0d7 Rewrite of dmesg, smaller and simpler. by Rob Landley · 19 years ago
  31. b256bd3 - shrink dmesg a bit. http://busybox.net/lists/busybox/2006-March/019477.html by Bernhard Reutner-Fischer · 19 years ago
  32. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  33. eef2317 Ronny L Nilsson writes: by Eric Andersen · 21 years ago
  34. 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
  35. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  36. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  37. 1bc5fa8 Save a few bytes and remove a redundant string by Eric Andersen · 22 years ago
  38. 2afcbe4 audit for proper error handling, apply a few size optimizations -Erik by Eric Andersen · 22 years ago
  39. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few 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. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
  44. afdde3e Some little cleanups from Larry Doolittle by Eric Andersen · 24 years ago
  45. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  46. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  47. 47d4926 The result of getopt() is "int" and should be treated as such by Pavel Roskin · 24 years ago
  48. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  49. add09fd Getopt'ed by Marc Nijdam <marc_nijdam@hp.com> -Erik by Eric Andersen · 24 years ago
  50. be909b1 Forgot to commit these cleanups it seems. -Erik by Eric Andersen · 24 years ago
  51. 9b2297a Remove yet more kernel header dependancies. -Erik by Eric Andersen · 24 years ago
  52. bd22ed8 Update files to reduce dependance on kernel version... -Erik by Eric Andersen · 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. 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 25 years ago
  55. 59b9e87 * cp -fa now works as expected for symlinks (it didn't before) by Erik Andersen · 25 years ago
  56. 0d068a2 * all mallocs now use xmalloc (and so are OOM error safe), and by Erik Andersen · 25 years ago
  57. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  58. 1266a13 * sed now supports addresses (numeric or regexp, with negation) and by Erik Andersen · 25 years ago
  59. e77ae3a Added sfdisk. Ststic-ified a bunch of stuff. by Eric Andersen · 25 years ago
  60. b0e9a70 More stuff. -Erik by Eric Andersen · 25 years ago
  61. 3cf52d1 More stuff... by Eric Andersen · 25 years ago
  62. 17d49ef More stuff. by Eric Andersen · 25 years ago
  63. cc8ed39 Initial revision by Eric Andersen · 25 years ago 0_29alpha2