1. 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 16 years ago
  2. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 16 years ago
  3. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 16 years ago
  4. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  5. d4f0b94 reset: call "stty sane". Closes bug 1414. by Denis Vlasenko · 16 years ago
  6. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 16 years ago
  7. 968dbf9 minor fix in comment, no code changes by Denis Vlasenko · 17 years ago
  8. aa7a888 kbd_mode: new applet by Loïc Grenié <loic.grenie@gmail.com> by Denis Vlasenko · 17 years ago
  9. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  10. 6ee023c *: compile fixes for 64-bit build by Denis Vlasenko · 17 years ago
  11. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  12. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  13. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  14. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  15. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  16. e8a0788 moved biggest stack buffers to malloc space, or made their size configurable by Denis Vlasenko · 17 years ago
  17. 4e5f82c find_stray_communal_vars: script which finds communal variables by Denis Vlasenko · 17 years ago
  18. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 17 years ago
  19. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  20. f1a7141 random NOMMU fixes. compressed --help really does work for NOMMU! /me happy by Denis Vlasenko · 17 years ago
  21. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 17 years ago
  22. 53091ec Attempt to get more applets compile for NOMMU. by Denis Vlasenko · 17 years ago
  23. cad04ef add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy by Denis Vlasenko · 17 years ago
  24. c9c893d resize: make it usable in in backticks; have a timeout (if display by Denis Vlasenko · 17 years ago
  25. 4eb8b93 more: do not mess with "/dev/console" (!); by Denis Vlasenko · 17 years ago
  26. ec27feb init: code readability enhancements; very small code changes by Denis Vlasenko · 17 years ago
  27. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 17 years ago
  28. e991303 udhcp: use improved gethostbyname replacement from IPv6 code by Denis Vlasenko · 17 years ago
  29. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  30. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
  31. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  32. 2870301 u_short, ulong exterminated fdiskXXX: add a bit of sanity (not enough by far) by Denis Vlasenko · 18 years ago
  33. 83ea643 svlogd: new applet. +9k. Still too big, but it was 12k yesterday. by Denis Vlasenko · 18 years ago
  34. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  35. e63a0de - revert r16191; re-add resize() applet. by Bernhard Reutner-Fischer · 18 years ago
  36. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  37. 534d88e console-tools/resize.c is apparently leftover from a reverted patch. by Eric Andersen · 18 years ago
  38. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  39. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  40. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  41. 0372197 "I'll think about it" != "apply it now". It means I need to think about it. by Rob Landley · 18 years ago
  42. ae843e9 - add new applet resize. by Bernhard Reutner-Fischer · 18 years ago
  43. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  44. 8fafacd setkeycodes: something horrible happened here to indentation... fixed now by Denis Vlasenko · 18 years ago
  45. d25a264 xfunc: fix: && -> &. Also nuked two double semicolons... by Denis Vlasenko · 18 years ago
  46. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  47. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  48. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  49. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  50. edd9ca5 More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  51. 95a040f - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit: by Bernhard Reutner-Fischer · 18 years ago
  52. 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 18 years ago
  53. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 18 years ago
  54. 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 18 years ago
  55. b66c931 kill pointless memory.h includes by Mike Frysinger · 18 years ago
  56. 87848d9 setlogcons, from Jan Kaszka. by Rob Landley · 18 years ago
  57. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 18 years ago
  58. ead1930 Cleanup patches from tito. by Rob Landley · 18 years ago
  59. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 18 years ago
  60. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 18 years ago
  61. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 18 years ago
  62. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 18 years ago
  63. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 18 years ago
  64. d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 18 years ago
  65. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 18 years ago
  66. 5e67887 clean up yet more annoying signed/unsigned mismatches and fixup by Eric Andersen · 18 years ago
  67. c1ef7bd just whitespace by Tim Riker · 18 years ago
  68. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  69. 87210b5 trivial generate exit code by "Vladimir N. Oleynik" · 19 years ago
  70. ffe17b5 correct strange *3 isatty(0) code by "Vladimir N. Oleynik" · 19 years ago
  71. a630cb1 re-order a little for alphabetical by Mike Frysinger · 19 years ago
  72. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  73. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  74. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  75. 9f0e00f Tito sent more size tweaks. by Rob Landley · 19 years ago
  76. fc2256a applying patch for bug 72: by Paul Fox · 19 years ago
  77. 7e64db2 use defines instead of const integers by Mike Frysinger · 19 years ago
  78. e11ff71 shrink the flag setting by reversing the operation by Mike Frysinger · 19 years ago
  79. 08c2036 replace for loops with one function call by Mike Frysinger · 19 years ago
  80. 198ea3c cleanup the error message so we dont use glibcism of %m and cast a pointer to an int (bad on 64bit arches) by Mike Frysinger · 19 years ago
  81. f28c7ec cleanup syntax by Mike Frysinger · 19 years ago
  82. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  83. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  84. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  85. 17b4a20 Patch by Tito, reduce size of deallocvt, also make the usage message by Glenn L McGrath · 21 years ago
  86. 6a78631 Patch by Tito, use bb_xgetlarg, reduce size by Glenn L McGrath · 21 years ago
  87. dfb6211 Patch by Tito, remove some unneeded variables to save some space. by Glenn L McGrath · 21 years ago
  88. 08573e0 Kill off the loadacm applet. It is unused, unmaintained by Eric Andersen · 21 years ago
  89. 02e0355 Use bb_xopen by Glenn L McGrath · 21 years ago
  90. acbdc47 Make use of libbb functions bb_xopen, bb_full_read, used #define's by Glenn L McGrath · 21 years ago
  91. 7f6295f Patch from Arthur Othieno for style-guide.txt conformance by Eric Andersen · 21 years ago
  92. 28672dd Patch from Arthur Othieno for docs/style-guide.txt conformance. by Eric Andersen · 21 years ago
  93. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  94. e564211 Patch from Thomas Cameron: by Eric Andersen · 21 years ago
  95. e5920a2 Patch from Kent Robotti adding a bunch of menuconfig help by Eric Andersen · 21 years ago
  96. 0a3b010 Re-use existing variables, patch from Tito by Glenn L McGrath · 21 years ago
  97. a860bec A couple of patches from Tito <farmatito@tiscali.it> by Eric Andersen · 21 years ago
  98. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  99. a6bbf79 Fix compile warning by Glenn L McGrath · 22 years ago
  100. c9f20d9 Yet another major rework of the BusyBox config system, using the considerably by Eric Andersen · 22 years ago