1. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  2. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  3. 8762512 Replace int -> uint to avoid signed integer overflow by Rostislav Skudnov · 8 years ago
  4. 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
  5. 1d3a04a Code style fixes, no code changes by Denys Vlasenko · 8 years ago
  6. f88e3bf Convert all miscutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  7. fb4da16 Split miscutils/Config.src items into miscutils/*.c files by Denys Vlasenko · 8 years ago
  8. 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  9. 65a1ee9 rx: fix file corruption on block checksum failure by Daniel Fandrich · 13 years ago
  10. f3efd3c rx: code shrink by Denys Vlasenko · 13 years ago
  11. f808e77 rx: Fix file corruption with duplicate blocks by Dan Fandrich · 13 years ago
  12. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  13. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  14. e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
  15. dc9495d rx: strip padding from last block. closes bug 501. by Denys Vlasenko · 15 years ago
  16. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  17. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
  18. 4cf1d08 nc: remove a bit of bloat by Denis Vlasenko · 17 years ago
  19. 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
  20. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  21. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  22. ac678ec style fixes, no code changes by Denis Vlasenko · 18 years ago
  23. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  24. bb8c7c0 - sed -i -e "/\$Id:/d;" by Bernhard Reutner-Fischer · 18 years ago
  25. cf749bc small fixes: by Denis Vlasenko · 18 years ago
  26. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  27. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  28. 64d7e93 - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen defaults to 0777 on it's own, so we don't need to xopen3(,,0777). by Bernhard Reutner-Fischer · 18 years ago
  29. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  30. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  31. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  32. 399d45f Aurelien Jacobs pointed out inline functions that could be removed. Doing so by Rob Landley · 18 years ago
  33. c89982d - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  34. 95a040f - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit: by Bernhard Reutner-Fischer · 19 years ago
  35. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
  36. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
  37. 20f4000 - add some ATTRIBUTE_UNUSED. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  38. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  39. 8f3bc4c New applet, rx, by Christopher Hoover by Glenn L McGrath · 21 years ago