1. ee47f6e modprobe: correct exitcode handling and error messages with respect to -q by Denys Vlasenko · 15 years ago
  2. a5bdbe1 switch_root: allow /init to be a symlink; add doc (thanks Rob!) by Denys Vlasenko · 15 years ago
  3. dc36a72 udhcp: cosmetics in arpping.c, no code changes by Denys Vlasenko · 15 years ago
  4. 799d00e udhcp: convert old-style logging in print_static_leases by Denys Vlasenko · 15 years ago
  5. 6947d2c udhcp: logging improvements, field and variable renames by Denys Vlasenko · 15 years ago
  6. 2b0e957 examples/udhcp/udhcpd.conf: update by Denys Vlasenko · 15 years ago
  7. 4945ed3 udhcpc: fix format of one log message by Denys Vlasenko · 15 years ago
  8. 31af3d5 udhcp: shorten mac len from 16 to 6 in lease file by Denys Vlasenko · 15 years ago
  9. ac906fa udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v by Denys Vlasenko · 15 years ago
  10. ed8982b udhcp: add a few TODOs by Denys Vlasenko · 16 years ago
  11. 26918dd udhcp: rename server/client_config.arp to server_mac and client_mac by Denys Vlasenko · 16 years ago
  12. cab3a01 udhcp: cleanup of static lease handling by Denys Vlasenko · 16 years ago
  13. 56f2d06 udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nip by Denys Vlasenko · 16 years ago
  14. 990a617 udhcp: rename giaddr to gateway_nip and server to server_nip by Denys Vlasenko · 16 years ago
  15. 1d924f5 udhcp: rename fields in struct dhcpOfferedAddr by Denys Vlasenko · 16 years ago
  16. 47f2d7e udhcpd: don't fail ARP check if returned MAC matches client's one by Denys Vlasenko · 16 years ago
  17. 1f363a0 install: compat fix for mode of created files. by Denys Vlasenko · 16 years ago
  18. 9517d8a seq: fix input handling in non-C locales by Denys Vlasenko · 16 years ago
  19. 6548edd vi: do not accept uppercase comments (compat). Closes bug 397. by Denys Vlasenko · 16 years ago
  20. 4813a51 libbb: stop using bb_strtod for now by Denys Vlasenko · 16 years ago
  21. cd3dd42 seq: fix testsuite failures by Denys Vlasenko · 16 years ago
  22. 82a6fb3 ash: fix . builtin by Denys Vlasenko · 16 years ago
  23. 2441060 fix or document testsuite failures by Denys Vlasenko · 16 years ago
  24. 16635cc test, tcpsvd, tcpsvd: shrink by Denys Vlasenko · 16 years ago
  25. a3dcee3 fix permissions in testsuite by Denys Vlasenko · 16 years ago
  26. 145512c Update POSIX compliance table by Denys Vlasenko · 16 years ago
  27. a99aa6e readlink: support -n, -v, -s and -q too if support for -f is requested by Denys Vlasenko · 16 years ago
  28. 641dd7b ash: revert over-zealous usage of FAST_FUNC by Denys Vlasenko · 16 years ago
  29. 7753919 added comments about [[ ]] to ash and hush. no code changes by Denys Vlasenko · 16 years ago
  30. 9ca656b hush: add HUSH_BASH_COMPAT, make [[ special handling depend on it by Denys Vlasenko · 16 years ago
  31. 1d77db8 telnetd: more compact version of the fix for stray open fds by Denys Vlasenko · 16 years ago
  32. a4bcbd0 telnetd: properly close fds in child by Denys Vlasenko · 16 years ago
  33. 9d617c4 hush: specially handle [[ - suppress globbing & multiword expansion by Denys Vlasenko · 16 years ago
  34. 2634bf3 randomconfig fixes by Denys Vlasenko · 16 years ago
  35. 38d9072 diff: tiny compat tweak by Denys Vlasenko · 16 years ago
  36. 764b2f0 hush: drop REDIRECT_INVALID; other minor tweaks by Denys Vlasenko · 16 years ago
  37. df5131c hush: fix a segfault in export builtin by Denys Vlasenko · 16 years ago
  38. 8f24f98 stop using non-standard macro, use WEXITSTATUS instead by Denys Vlasenko · 16 years ago
  39. d6b05eb hush: make builtins work in pipes (eval ... | ...) on NOMMU by Denys Vlasenko · 16 years ago
  40. 62152da ifupdown: if $PATH is not set, do not set it to "" in children by Denys Vlasenko · 16 years ago
  41. 035b4d7 ftpd: allow multiple -S options to increase verbosity too, like -v by Denys Vlasenko · 16 years ago
  42. 71016ba printf: accept negative numbers for %x; sh: overflowed numbers are 0 by Denys Vlasenko · 16 years ago
  43. 0f952c2 inetd: comment why we redirect stderr to network by Denys Vlasenko · 16 years ago
  44. 53f1791 *: reduce #ifdef forest by Denys Vlasenko · 16 years ago
  45. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
  46. 8507e1f ftpd: fix a case when with -w unknown commands are ignored with no error code by Denys Vlasenko · 16 years ago
  47. a43972c rename CONFIG_FEATURE_TAR_GZIP by Bernhard Reutner-Fischer · 16 years ago
  48. dc2bbb9 tweak docs by Denys Vlasenko · 16 years ago
  49. 0821801 hush: document a TODO in export builtin by Denys Vlasenko · 16 years ago
  50. 6f22624 hush: fix a case when backgrounded cmd makes shell hang by Denys Vlasenko · 16 years ago
  51. 295fef8 hush: add support for local builtin by Denys Vlasenko · 16 years ago
  52. 98f7403 bloat-o-meter: touchup argv handling by Mike Frysinger · 16 years ago
  53. 5177e28 bloat-o-meter: fix tab/space mixing by Mike Frysinger · 16 years ago
  54. eab40e5 hush_test: stop mixing tabs/spaces for indentation by Mike Frysinger · 16 years ago
  55. a1e5ebe gitignore: add debugging related files by Mike Frysinger · 16 years ago
  56. 6a46ab8 hush: unify syntax_error_unterm_{ch,str} a bit by Mike Frysinger · 16 years ago
  57. ef3e7fd hush: push down expansion var in handle_dollar() by Mike Frysinger · 16 years ago
  58. dc3bc40 hush: add support for special vars in braces by Mike Frysinger · 16 years ago
  59. ff64fb9 hush_test: filter test output to avoid C lib differences by Mike Frysinger · 16 years ago
  60. f524b6c lineedit: fix warning about unused label when VI editing is disabled by Mike Frysinger · 16 years ago
  61. 28a105d nc, hush: cosmetic cleanups, no code changes by Denys Vlasenko · 16 years ago
  62. 4b7db4f read_key: drop optimization where we read 3 bytes at once by Denys Vlasenko · 16 years ago
  63. 171932d hust: trivial simplification in builtin_type by Denys Vlasenko · 16 years ago
  64. e640cb4 hush: fix bug 353 (wrong handling of \x in assignments) by Denys Vlasenko · 16 years ago
  65. 5d7cca2 hush: optimize type builtin a bit more by Denys Vlasenko · 16 years ago
  66. dd6b211 hush: optimize type builtin a bit by Denys Vlasenko · 16 years ago
  67. b9f2bb3 only build common libarchive objs when needed by Mike Frysinger · 16 years ago
  68. f3cbfc0 modprobe: fix more bugs in modprobe -r by Denys Vlasenko · 16 years ago
  69. 398c659 cpio.tests: fix false positive by Denys Vlasenko · 16 years ago
  70. 93cadc2 hush: implement `type` by Mike Frysinger · 16 years ago
  71. 673e945 hush: remove outdated TODO and superfluous macro; fix compile breakage by Denys Vlasenko · 16 years ago
  72. 29ec116 POSIX conformance documentation for busybox by David Krakov · 16 years ago
  73. 68759ed hush: tweak comment by Denys Vlasenko · 16 years ago
  74. e2df5f4 hush: rename last_waitpid_was_0 to we_have_children by Denys Vlasenko · 16 years ago
  75. 140def8 modprobe: fix modprobe -r. closes bug 315 by Denys Vlasenko · 16 years ago
  76. 8d7be23 hush: fix SIGCHLD counting code, but keep it disabled for now. by Denys Vlasenko · 16 years ago
  77. bf2af9a flash_lock, flash_unlock: new applets by Denys Vlasenko · 16 years ago
  78. 4f26c97 make compound.tests executable by Denys Vlasenko · 16 years ago
  79. e9bda90 hush: fix problems with case in subshells and with "case esac" by Denys Vlasenko · 16 years ago
  80. 342a63d hush_test: add some pathological compound list tests by Mike Frysinger · 16 years ago
  81. 12bcc76 hush_test: test for subshell function syntax by Mike Frysinger · 16 years ago
  82. 7b424fe hush_test: add subshelled case tests by Mike Frysinger · 16 years ago
  83. cc9205b hush_test: update test output to match new getopt() output by Mike Frysinger · 16 years ago
  84. 33f85ee hush_test: ignore generated files by Mike Frysinger · 16 years ago
  85. 2b132e5 hdparm: fix a thinko in a previous commit by Denys Vlasenko · 16 years ago
  86. d8aeba4 Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox by Denys Vlasenko · 16 years ago
  87. c706845 hdparm: code shrink by Denys Vlasenko · 16 years ago
  88. 6d335be hdparm: correct (t & 1) ? '0' : '5' thinko; wrap 80+ col lines by Denys Vlasenko · 16 years ago
  89. 73f3799 Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox by Denys Vlasenko · 16 years ago
  90. e18255d Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox by Denys Vlasenko · 16 years ago
  91. 38478a6 hush: fix build failure when jobs are disabled by Mike Frysinger · 16 years ago
  92. 0149f02 appletlib.c: prevent applet list overflowing screen by Denys Vlasenko · 16 years ago
  93. 5e61115 scriptreplay: new applet. +423 bytes by Denys Vlasenko · 16 years ago
  94. 5a49d28 add platform tweaks by Denys Vlasenko · 16 years ago
  95. e424423 awk: put at least one NUL between $n. Hopefully closes 337. by Denys Vlasenko · 16 years ago
  96. 167cd70 gzip: fix gzip with many files corrupting some files after first by Denys Vlasenko · 16 years ago
  97. 16bda3b depmod: fix handling of .gz modules by Denys Vlasenko · 16 years ago
  98. c396fe6 lineedit: small fixes by Denys Vlasenko · 16 years ago
  99. 020f406 line editing: add an option to emit ESC [ 6 n and use results by Denys Vlasenko · 16 years ago
  100. 071ede1 xmalloc_[open_]read[_close]: do not ignore xrealloc return value by Denys Vlasenko · 16 years ago