1. e2df5f4 hush: rename last_waitpid_was_0 to we_have_children by Denys Vlasenko · 16 years ago
  2. 140def8 modprobe: fix modprobe -r. closes bug 315 by Denys Vlasenko · 16 years ago
  3. 8d7be23 hush: fix SIGCHLD counting code, but keep it disabled for now. by Denys Vlasenko · 16 years ago
  4. bf2af9a flash_lock, flash_unlock: new applets by Denys Vlasenko · 16 years ago
  5. 4f26c97 make compound.tests executable by Denys Vlasenko · 16 years ago
  6. e9bda90 hush: fix problems with case in subshells and with "case esac" by Denys Vlasenko · 16 years ago
  7. 342a63d hush_test: add some pathological compound list tests by Mike Frysinger · 16 years ago
  8. 12bcc76 hush_test: test for subshell function syntax by Mike Frysinger · 16 years ago
  9. 7b424fe hush_test: add subshelled case tests by Mike Frysinger · 16 years ago
  10. cc9205b hush_test: update test output to match new getopt() output by Mike Frysinger · 16 years ago
  11. 33f85ee hush_test: ignore generated files by Mike Frysinger · 16 years ago
  12. 2b132e5 hdparm: fix a thinko in a previous commit by Denys Vlasenko · 16 years ago
  13. d8aeba4 Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox by Denys Vlasenko · 16 years ago
  14. c706845 hdparm: code shrink by Denys Vlasenko · 16 years ago
  15. 6d335be hdparm: correct (t & 1) ? '0' : '5' thinko; wrap 80+ col lines by Denys Vlasenko · 16 years ago
  16. 73f3799 Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox by Denys Vlasenko · 16 years ago
  17. e18255d Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox by Denys Vlasenko · 16 years ago
  18. 38478a6 hush: fix build failure when jobs are disabled by Mike Frysinger · 16 years ago
  19. 0149f02 appletlib.c: prevent applet list overflowing screen by Denys Vlasenko · 16 years ago
  20. 5e61115 scriptreplay: new applet. +423 bytes by Denys Vlasenko · 16 years ago
  21. 5a49d28 add platform tweaks by Denys Vlasenko · 16 years ago
  22. e424423 awk: put at least one NUL between $n. Hopefully closes 337. by Denys Vlasenko · 16 years ago
  23. 167cd70 gzip: fix gzip with many files corrupting some files after first by Denys Vlasenko · 16 years ago
  24. 16bda3b depmod: fix handling of .gz modules by Denys Vlasenko · 16 years ago
  25. c396fe6 lineedit: small fixes by Denys Vlasenko · 16 years ago
  26. 020f406 line editing: add an option to emit ESC [ 6 n and use results by Denys Vlasenko · 16 years ago
  27. 071ede1 xmalloc_[open_]read[_close]: do not ignore xrealloc return value by Denys Vlasenko · 16 years ago
  28. c15f40c lineedit: use read_key to recognize ESC sequence. by Denys Vlasenko · 16 years ago
  29. 1b0a93e adduser/addgroup: make system id range configurable. by Denys Vlasenko · 16 years ago
  30. 810b716 mount: save 80 bytes by forced de-inlining by Denys Vlasenko · 16 years ago
  31. e71dd7c mount: document when kernel started accepting string as NFS options by Denys Vlasenko · 16 years ago
  32. 7a5814c split website off into dedicated git repo by Mike Frysinger · 16 years ago
  33. 318a8e5 TODO: add some by Denys Vlasenko · 16 years ago
  34. 845142e Adjust names, link contributing info in main index by Bernhard Reutner-Fischer · 16 years ago
  35. f427c80 sysctl: stop abusing parser->line by Denys Vlasenko · 16 years ago
  36. c8ab67c tftp: do not risk invoking Sorcerer's Apprentice syndrome by Denys Vlasenko · 16 years ago
  37. 8082ea1 test commit by Bernhard Reutner-Fischer · 16 years ago
  38. b5d5245 Revert "test commit" by Bernhard Reutner-Fischer · 16 years ago
  39. 8606aba test commit by Bernhard Reutner-Fischer · 16 years ago
  40. af61b2a LICENSE: update address of the FSF by Mike Frysinger · 16 years ago
  41. 1e12ae9 modprobe: add comment about expected modules.dep format by Mike Frysinger · 16 years ago
  42. 2b6497b depmod.pl: updates and fixes galore by Mike Frysinger · 16 years ago
  43. 00ffaea modprobe: add more useful debug points by Mike Frysinger · 16 years ago
  44. 3322351 add .gitignore files by Mike Frysinger · 16 years ago
  45. 4f239b1 libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAME by Mike Frysinger · 16 years ago
  46. 76f5e38 mdev: revert last wrong commit by Denys Vlasenko · 16 years ago
  47. 6245202 hush: small fix for unset -f on NOMMU. by root · 16 years ago
  48. 6285117 fix debug message by Bernhard Reutner-Fischer · 16 years ago
  49. acdc49c hush: add more complex case to leak testcase, fix found breakage by Denys Vlasenko · 16 years ago
  50. cb6ff25 hush: fix bug where in "var=val func" var's value is not visible in func by Denys Vlasenko · 16 years ago
  51. e19e193 hush: fix \<newline> handling by Denys Vlasenko · 16 years ago
  52. b1cfc45 hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229. by Denys Vlasenko · 16 years ago
  53. aa0a12d mdev: do not exit if user:group parse failed. closes bug 309. by Denys Vlasenko · 16 years ago
  54. 1dd6cf8 hush: fix multiple redirections of the same fd (bug 227) by Denys Vlasenko · 16 years ago
  55. 54e0843 hush: make . cmd search $PATH by Denys Vlasenko · 16 years ago
  56. 48a29de httpd: speed up httpd.conf at the cost of 49 bytes of code by Denys Vlasenko · 16 years ago
  57. 9c35a1c ifplugd: fix warnings by Denys Vlasenko · 16 years ago
  58. 44d1989 des encrypt: fix goof with NUL byte added at the end as '.' by Denys Vlasenko · 16 years ago
  59. 05ae400 mdev: fix a case where we mangle device_path string and then use it. by Denys Vlasenko · 16 years ago
  60. 47aaa2b Make it clearer that usually people should _NOT_ select FEATURE_UNIX_LOCAL. by Denys Vlasenko · 16 years ago
  61. 690ad24 git commit test by Denys Vlasenko · 16 years ago
  62. 1fd3b38 *: bb_error_msg's messages should not be capitalized by Denis Vlasenko · 16 years ago
  63. 052ad9a lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes. by Denis Vlasenko · 16 years ago
  64. c8653f6 hush: make it possible to have interactive shell on non-ctty. by Denis Vlasenko · 16 years ago
  65. 42e4af3 make leak test more robust by unsetting all vars by Denis Vlasenko · 16 years ago
  66. 28e6796 hush: make getopt32 usable in builtins. use it in unset. by Denis Vlasenko · 16 years ago
  67. 5729300 hush: nommu fix for function passing by Denis Vlasenko · 16 years ago
  68. 5b7589e hush: fix SEGV in % expansion by Denis Vlasenko · 16 years ago
  69. 80e57eb ifplugd: tiny shrink by Denis Vlasenko · 16 years ago
  70. f4e4563 ifplugd: add copyright by Denis Vlasenko · 16 years ago
  71. 71c1657 ifplugd: new applet by Maksym Kryzhanovskyy (xmaks AT email.cz) by Denis Vlasenko · 16 years ago
  72. 5bf59c1 shrink if FEATURE_SHADOWPASSWDS is off by Denis Vlasenko · 16 years ago
  73. f6b4685 add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de) by Denis Vlasenko · 16 years ago
  74. 9ac3dc7 unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com) by Denis Vlasenko · 16 years ago
  75. 6fb5f01 we need to daemonize *before* opening the watchdog device by Mike Frysinger · 16 years ago
  76. 26cf283 do not tell people they can enter "help" if help has actually been disabled by Mike Frysinger · 16 years ago
  77. 67c1c7b use get_local_var_value() rather than getenv() when working with PS1/PS2/HOME, respect the PS2 env var, and make sure that the prompt changes whenever PS1/PS2 changes so we dont have to re-exec the shell to get a changed prompt by Mike Frysinger · 16 years ago
  78. eb4e5ec inetd: constify data by Denis Vlasenko · 16 years ago
  79. c2931aa adduser/addgroup: support specifying uid/gid, add system by Denis Vlasenko · 16 years ago
  80. c8d7109 httpd: fix small bug in parser. it crept in during cleanup by Denis Vlasenko · 16 years ago
  81. 00643ca httpd: allow empty lines in conf file by Denis Vlasenko · 16 years ago
  82. 1cf4a0e httpd: simplify insane conf file parser by Denis Vlasenko · 16 years ago
  83. 574c316 syslogd: added comment, no code changes by Denis Vlasenko · 16 years ago
  84. b029154 httpd: improve help text by Denis Vlasenko · 16 years ago
  85. 8ed1945 nc: free lsa in server mode, we might be up for a long time by Denis Vlasenko · 16 years ago
  86. a771e7c *: remove check for errors on getsockaddr in cases we know they can't happen by Denis Vlasenko · 16 years ago
  87. e6b10ef switch_root: move misplaced comment by Denis Vlasenko · 16 years ago
  88. f9d4fc3 switch_root: improve behavior on error; improve help text by Denis Vlasenko · 16 years ago
  89. 950bd72 hush: speed up set_local_var by Denis Vlasenko · 16 years ago
  90. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  91. 8b814b4 tar: support for tar --numeric-owner. By Natanael Copa. by Denis Vlasenko · 16 years ago
  92. 76478b8 udhcpc: fix truncation of last char in client hostnames by Denis Vlasenko · 16 years ago
  93. 0ad8234 switch_root: print errno on failure by Denis Vlasenko · 16 years ago
  94. 1b47bbd tweak example udhcp script by Denis Vlasenko · 16 years ago
  95. ad4bd05 hush: export -n support by Denis Vlasenko · 16 years ago
  96. d40fa39 hush: add two testcases by Denis Vlasenko · 16 years ago
  97. e41fdbc watchdog: enable it before setting timeout by Denis Vlasenko · 16 years ago
  98. 8c64e03 hush: fix stdin of backgrounded pipe by Denis Vlasenko · 16 years ago
  99. 11c17f7 mdev: enlarge inline documentation by Denis Vlasenko · 16 years ago
  100. dcd78c4 hush: fix "export not_yet_defined_var", fix parsing of "cmd | }" by Denis Vlasenko · 16 years ago