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