1. 427c12c tee: do not intercept SIGPIPE by Denys Vlasenko · 5 years ago
  2. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  3. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  4. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  5. af3f420 Convert all coreutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  6. 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
  7. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  8. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  9. 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 14 years ago
  10. ea69416 typo fix by Denys Vlasenko · 14 years ago
  11. 77d4872 Avoid side effects in putc(), which may be implemented as a macro by Dan Fandrich · 14 years ago
  12. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  13. 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
  14. 8ddb641 tee: fix infinite looping on open error (echo asd | tee "") by Denis Vlasenko · 16 years ago
  15. 4b8171c tee: "-" is a name for stdout, handle it that way by Denis Vlasenko · 16 years ago
  16. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  17. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  18. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  19. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  20. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  21. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  22. b31c252 - reuse retval for the option handling. by Bernhard Reutner-Fischer · 18 years ago
  23. 2d27e4c tee: fix bug: argv[-1] is a no-no! by Denis Vlasenko · 18 years ago
  24. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  25. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  26. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  27. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  28. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  29. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  30. 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
  31. d709743 If read were to return with an error, bad things would happen. Fix it. by Manuel Novoa III · 21 years ago
  32. febd744 Use STDIN_FILENO rather than '0' by Eric Andersen · 21 years ago
  33. d4d01d2 Rob Landley writes: by Eric Andersen · 21 years ago
  34. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  35. 637d226 Disable any buffering to stdout by Eric Andersen · 21 years ago
  36. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  37. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  38. 1d098ce Use wfopen instead of fopen & error_msg, saves 64 bytes by Glenn L McGrath · 23 years ago
  39. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  40. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago 0_49
  41. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  42. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  43. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  44. 1638488 Rewritten by mistake. by Matt Kraai · 24 years ago
  45. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  46. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  47. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  48. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
  49. 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 25 years ago
  50. 298854f My latest ramblings. -Erik by Erik Andersen · 25 years ago
  51. 692a450 + changed a static array (FileList) into a dynamically allocated one by John Beppu · 25 years ago
  52. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  53. fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
  54. 2cb5507 Added poweroff (and adjusted init to use it). Inlined function by Eric Andersen · 25 years ago
  55. a3e0d79 changed tee_usage from being a function to a char[] by John Beppu · 25 years ago
  56. 70e2f0b Fix beppu's email address. BTW, John, go to sleep. It is late. :) -Erik by Eric Andersen · 25 years ago
  57. 059f152 Implemented tee(1). by John Beppu · 25 years ago