1. 3636d52 more: accept and ignore -e by Natanael Copa · 2 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. 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
  6. c5891fe more: hardcode FEATURE_USE_TERMIOS=y in this applet; code shrink by Denys Vlasenko · 8 years ago
  7. dd898c9 Convert all util-linux/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  8. 713b513 more: accept and ignore a bunch of options by Denys Vlasenko · 8 years ago
  9. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  10. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  11. 6e8861b *: better comments on termios manipulations. No code changes. by Denys Vlasenko · 13 years ago
  12. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  13. 82e785c more: fix tabs handling by Denys Vlasenko · 14 years ago
  14. 0d1d0f6 more: smaller version of previous fix by Denys Vlasenko · 14 years ago
  15. 0b90de1 more: exit if write to stdout errors out by Denys Vlasenko · 14 years ago
  16. 7b18107 *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler by Marek Polacek · 14 years ago
  17. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  18. 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 14 years ago
  19. d8b989f more: style fix. no code changes by Denys Vlasenko · 14 years ago
  20. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  21. a3aa3e3 wget: check for close success; fix chunked; do not bother to send QUIT to ftp by Denys Vlasenko · 15 years ago
  22. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  23. 53f1791 *: reduce #ifdef forest by Denys Vlasenko · 16 years ago
  24. 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
  25. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  26. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  27. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
  28. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  29. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  30. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  31. f7be20e nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) *: whitespace fixes by Denis Vlasenko · 17 years ago
  32. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  33. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  34. 856be77 assorted fixes for breakage found by randomconfig by Denis Vlasenko · 17 years ago
  35. 033e592 more: by Tristan Schmelcher <tpkschme@engmail.uwaterloo.ca>: by Denis Vlasenko · 17 years ago
  36. c2f011a more: stop using bss by Denis Vlasenko · 18 years ago
  37. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  38. 4eb8b93 more: do not mess with "/dev/console" (!); by Denis Vlasenko · 18 years ago
  39. ec27feb init: code readability enhancements; very small code changes by Denis Vlasenko · 18 years ago
  40. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  41. b15b7f7 more: fix for case when _FILE_OFFSET_BITS is not #defined. by Denis Vlasenko · 18 years ago
  42. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  43. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  44. c44bc98 Fix some warnings in allbareconfig. by Rob Landley · 19 years ago
  45. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  46. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  47. edd580a Vladimir N. Oleynik (vodz) writes: by Eric Andersen · 21 years ago
  48. 97310d0 Brian Pomerantz writes: by Eric Andersen · 21 years ago
  49. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  50. 5089534 match changes made to cmdedit by Eric Andersen · 21 years ago
  51. 8efe967 Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) by Eric Andersen · 21 years ago
  52. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  53. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  54. b4a1baa Correct some init issues, update email address, last_patch78 by Vladimir by Glenn L McGrath · 22 years ago
  55. 1d1d2f9 Update some missing copyright notices by Eric Andersen · 23 years ago
  56. 0ee0a8d Fix running more on files in the (broken) procfs that claim 0 length by Eric Andersen · 23 years ago
  57. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  58. 439e3df Add support for devfs device names. by Matt Kraai · 23 years ago
  59. 78b0e37 Vladimir's last_patch_15 by Glenn L McGrath · 23 years ago
  60. 2439a59 Remove/replace the "div" call. by Eric Andersen · 24 years ago
  61. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 24 years ago
  62. d6cde0b Fix return code and don't output spurious newlines. by Matt Kraai · 24 years ago
  63. aa21e0f An optimization from Vladimir by Eric Andersen · 24 years ago
  64. 250a221 more FILE_OFFSET_BITS == 64 adjustments. by Eric Andersen · 24 years ago
  65. 21af752 Patch to use xfopen from Jeff Garzik by Eric Andersen · 24 years ago
  66. 5723934 Yet another fix. I think I got it this time. -Erik by Eric Andersen · 24 years ago
  67. ffc40bf Account for remainder, and reset page_height for each and every page. by Eric Andersen · 24 years ago
  68. be30a6b Adjust the terminal height for any overlap, so that no lines by Eric Andersen · 24 years ago
  69. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  70. c3fc3c5 It seems I stupidly checked in a silly test I was making. -Erik by Eric Andersen · 24 years ago
  71. af4ac77 Apply a patch from Larry Doolittle to add "-all" and "-none" switches by Eric Andersen · 24 years ago
  72. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  73. 5c9c8b4 Make cin be static by Eric Andersen · 24 years ago
  74. 12f417e Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to by Matt Kraai · 24 years ago
  75. e6e8183 Improvements from Vladimir N. Oleynik. by Matt Kraai · 24 years ago
  76. 63a8622 Cleanup of duplicated symbols -- found by compiling with by Eric Andersen · 24 years ago
  77. bbaef66 Consolidate handling of some fopen failures. by Matt Kraai · 24 years ago
  78. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  79. 8a2e56c Large file >2Gib support. by Eric Andersen · 24 years ago
  80. 27a8042 Centralize handling of --help. by Matt Kraai · 24 years ago
  81. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  82. f626dcb More fixes for "missing initializers" by Pavel Roskin · 24 years ago
  83. 4fa84e6 Cleaned up some #ifdef spiderwebs. by Mark Whitley · 24 years ago
  84. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  85. b991395 Added some comments and changed a variable name to be more meaningful. No by Mark Whitley · 24 years ago
  86. 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 25 years ago
  87. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
  88. 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 25 years ago
  89. e90f404 Some more updates and such... -Erik by Erik Andersen · 25 years ago
  90. 1d1d950 More Doc updates. cmdedit and more termio fixes. by Erik Andersen · 25 years ago
  91. a6c7522 Updates -Erik by Erik Andersen · 25 years ago
  92. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  93. 6a76e65 Stuf by Eric Andersen · 25 years ago
  94. 08b1034 Stuf by Eric Andersen · 25 years ago
  95. 96bcfd3 Latest and greatest -Erik by Eric Andersen · 25 years ago
  96. d73dc5b Updates to usage, and made tar work. -Erik by Eric Andersen · 25 years ago
  97. 50d6360 Stuff by Eric Andersen · 25 years ago
  98. fbb39c8 Stuff -Erik by Eric Andersen · 25 years ago
  99. c499601 Fixed up copyright notices and such by Eric Andersen · 25 years ago
  100. ef8b6c7 Add a trivial ps command. by Eric Andersen · 25 years ago