1. 97bd0e0 README: doccument the need of CONFIG_DESKTOP by Denis Vlasenko · 17 years ago
  2. afdad65 - add eject -s for SCSI- and USB-devices (Nico Erfurth) by Bernhard Reutner-Fischer · 17 years ago
  3. d55fe3e udhcp: optional support for non-standard DHCP ports (+300 bytes when selected) by Denis Vlasenko · 17 years ago
  4. a2980c6 sendmail: fixes by Vladimir Dronnikov <dronnikov at gmail.com> by Denis Vlasenko · 17 years ago
  5. 73032ca sendmail: new applet by dronnikov at gmail.com by Denis Vlasenko · 17 years ago
  6. 1d290d1 halt: update help text by Denis Vlasenko · 17 years ago
  7. 52432f2 - correct helptext of stat (Cristian Ionescu-Idbohrn) by Bernhard Reutner-Fischer · 17 years ago
  8. 2b11fb4 - implement brctl setpathcost, setportprio, setbridgeprio, stp by Bernhard Reutner-Fischer · 17 years ago
  9. 1aac3ab - shrink a bit and implement time related fancy features. Improve help texts. by Bernhard Reutner-Fischer · 17 years ago
  10. d27d925 - new applet brctl by Bernhard Reutner-Fischer · 17 years ago
  11. bcd5fc1 tac: new applet. ~240 bytes. by Denis Vlasenko · 17 years ago
  12. 1918368 udhcpc: support for -O <option>. by Denis Vlasenko · 17 years ago
  13. 75aa615 find: add -iname support (Alexander Griesser <alexander.griesser@lkh-vil.or.at>) by Denis Vlasenko · 17 years ago
  14. 64309f8 sysctl: add -e: supress warnings about invalid key (Jeremy Kerr <jk@ozlabs.org>) by Denis Vlasenko · 17 years ago
  15. 96702ca kill lash. "lash" builtin still exists, but it runs hush. by Denis Vlasenko · 17 years ago
  16. f23c3f9 arping: fix help text (-i -> -I), and shorten it a bit by Denis Vlasenko · 17 years ago
  17. 68af8e7 udhcpc: remove -W option, -A can be reused for that help texts: trimmed a bit by Denis Vlasenko · 17 years ago
  18. 705eaf8 sestatus: new SELinux applet (KaiGai Kohei <kaigai@ak.jp.nec.com>) by Denis Vlasenko · 17 years ago
  19. 223bc97 udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@axis.com>) by Denis Vlasenko · 17 years ago
  20. fbe5f39 hexdump: add hd alias, add -R option by Denis Vlasenko · 17 years ago
  21. 01cd957 who: add -a (by Tito) by Denis Vlasenko · 17 years ago
  22. f430cdb df: add -i (conditional on CONFIG) uasge: trim a bit by Denis Vlasenko · 17 years ago
  23. 49cce2b add "-A N" / "--tryagain=N" option to client, to allow altering the by Paul Fox · 17 years ago
  24. 15ca51e appletlib.c: make it actally follow _BB_SUID_ALWAYS rules by Denis Vlasenko · 17 years ago
  25. 99014e8 more fixes for help text wrt long options by Denis Vlasenko · 17 years ago
  26. aa7a888 kbd_mode: new applet by Loïc Grenié <loic.grenie@gmail.com> by Denis Vlasenko · 17 years ago
  27. 0363078 more of usage text fixes wrt long options by Denis Vlasenko · 17 years ago
  28. 73e5ed2 exclude --longopts from usage texts if those are disabled by Denis Vlasenko · 17 years ago
  29. 2450c45 telnetd: at Alexander Kriegisch <Alexander@kriegisch.name> insistence by Denis Vlasenko · 17 years ago
  30. d898b86 bzip2: update help text by Denis Vlasenko · 17 years ago
  31. be03937 setsebool: new applet (Yuichi Nakamura <ynakam@hitachisoft.jp>) by Denis Vlasenko · 17 years ago
  32. 77f1ec1 bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code resides by Denis Vlasenko · 17 years ago
  33. f9566d8 trim too verbose help texts by Denis Vlasenko · 17 years ago
  34. 88ce274 typo fix in help text by Denis Vlasenko · 17 years ago
  35. 7930bcf trim too verbose help messages by Denis Vlasenko · 17 years ago
  36. 72e1c89 pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com> by Denis Vlasenko · 17 years ago
  37. b042bd9 load_policy: update (Yuichi Nakamura <ynakam@hitachisoft.jp>) by Denis Vlasenko · 17 years ago
  38. 7ae209c losetup: support -f (Loic Grenie <loic.grenie@gmail.com>) by Denis Vlasenko · 17 years ago
  39. a545726 insmod: fix help text to not show options if only 2.6 was selected by Denis Vlasenko · 17 years ago
  40. efd3f38 microcom: new applet by Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 17 years ago
  41. 9382b38 overload the existing '-q' flag so that if '-l' and '-q' are used by Paul Fox · 17 years ago
  42. cef23e0 usage: trim a bit by Denis Vlasenko · 17 years ago
  43. 3638cc4 watchdog: allow millisecond spec (-t 250ms) by Denis Vlasenko · 17 years ago
  44. 72d260d remove stray newline from help text by Denis Vlasenko · 17 years ago
  45. 9f7b92a dhcpd: make -S and -f actually work by Denis Vlasenko · 17 years ago
  46. 384b1d1 httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs] by Denis Vlasenko · 17 years ago
  47. 0372f0f httpd: extend -p PORT to -p [IP[v6]:]PORT by Denis Vlasenko · 17 years ago
  48. 3d17d2b udhcpd: add -f "foreground" and -S "syslog" options by Denis Vlasenko · 17 years ago
  49. 3952f20 expand, unexpand: new applets from Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  50. 08294db df: match coreutils behavior of wrapping lines if filesystem name is too long. by Denis Vlasenko · 17 years ago
  51. f5635f4 usage.h: style cleanup by Denis Vlasenko · 17 years ago
  52. e324184 s/#ifdef CONFIG_/#if ENABLE_/g by Denis Vlasenko · 17 years ago
  53. 5f1b149 syslogd,logread: get rid of head pointer, fix logread bug in the process by Denis Vlasenko · 17 years ago
  54. f223efb svlogd: fix timestamping; do not warn if config is missing sv: extend help text by Denis Vlasenko · 17 years ago
  55. c01af95 ttysize: new applet. +200 bytes by Denis Vlasenko · 17 years ago
  56. 1da7772 setfiles: small tweaks to usage text and code by Denis Vlasenko · 17 years ago
  57. 397137b setfiles,restorecon: new SELinux applets by Yuichi Nakamura <ynakam@hitachisoft.jp> by Denis Vlasenko · 17 years ago
  58. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  59. 21d1014 chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org> by Denis Vlasenko · 17 years ago
  60. b69e872 Trim help text. With compressed help: -143 bytes by Denis Vlasenko · 17 years ago
  61. 49a128a remove accumulated stray trailing whitespace by Denis Vlasenko · 17 years ago
  62. 4652daa grep: implement -m MAX_MATCHES; fix help text by Denis Vlasenko · 17 years ago
  63. c82b510 udhcp: new config option "Rewrite the lease file at every new acknowledge" by Denis Vlasenko · 17 years ago
  64. 198bada pidof: size optimizations (-50 bytes) by Denis Vlasenko · 17 years ago
  65. 14923db slattach: new applet. by Denis Vlasenko · 17 years ago
  66. a19faf8 find: -context support for SELinux (KaiGai Kohei <kaigai@kaigai.gr.jp>) by Denis Vlasenko · 17 years ago
  67. ea9e798 arping: -i should be -I by Denis Vlasenko · 18 years ago
  68. 7b72fc1 pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it> by Denis Vlasenko · 18 years ago
  69. 53a0e97 find: make -size match GNU find by Denis Vlasenko · 18 years ago
  70. b941129 find: add conditional support for -maxdepth and -regex by Denis Vlasenko · 18 years ago
  71. d786cc5 fdisk: fix minor issues with help text by Denis Vlasenko · 18 years ago
  72. 746204b uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com> by Denis Vlasenko · 18 years ago
  73. 4b924f3 whitespace fixes by Denis Vlasenko · 18 years ago
  74. 418a7fb netstat: introduce -W: wide, ipv6-friendly output by Denis Vlasenko · 18 years ago
  75. 7e84e53 cryptpw: new applet (a bit less than 3k added) by Denis Vlasenko · 18 years ago
  76. be1a9d4 deluser: add optional support for removing users from groups by Denis Vlasenko · 18 years ago
  77. 62f0479 find: add support for -delete, -path (by Natanael Copa) by Denis Vlasenko · 18 years ago
  78. f73cac8 - forgot this hunk that corrects the usage text of ip by Bernhard Reutner-Fischer · 18 years ago
  79. 2f7b923 find: improve usage text (Natanael Copa <natanael.copa@gmail.com>) by Denis Vlasenko · 18 years ago
  80. 29fe726 nc: port nc 1.10 to busybox by Denis Vlasenko · 18 years ago
  81. 00c2c48 - clean up addgroup, fix adding users to existing groups and make it optional (Tito) by Bernhard Reutner-Fischer · 18 years ago
  82. 2e75dcc - add -s|--spider which only checks if the file exists but does not download it's content. by Bernhard Reutner-Fischer · 18 years ago
  83. 56fce00 find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>) by Denis Vlasenko · 18 years ago
  84. 7946879 Add/improve comment, shorten some usage texts. No code changes. by Denis Vlasenko · 18 years ago
  85. 02fd668 ipsvd: make udpsvd work similar to tcpsvd (multiple parallel by Denis Vlasenko · 18 years ago
  86. 992e05b udpsvd: more work on it. works in limited testing. by Denis Vlasenko · 18 years ago
  87. 60fadac udpsvd: next part of ipsvd applets (not working yet) by Denis Vlasenko · 18 years ago
  88. ba2fb71 Copyright, help text, whitespace cleanups by Denis Vlasenko · 18 years ago
  89. 2856dab tcpsvd: new applet by Denis Vlasenko · 18 years ago
  90. b7cffd4 - rewrite run-parts by Bernhard Reutner-Fischer · 18 years ago
  91. 4e1361a - add usage for split by Bernhard Reutner-Fischer · 18 years ago
  92. 10f8f5f - rough prototype for split(1). TODO: Still needs some love since it's way too big.. by Bernhard Reutner-Fischer · 18 years ago
  93. 1fc6e56 SELinux: load_policy applet by Denis Vlasenko · 18 years ago
  94. d3bac03 dnsd: fix several buglets, make smaller by Denis Vlasenko · 18 years ago
  95. 9a1fa8c cmp: support 3rd and 4th arguments if DESKTOP=y (needed for gcc build) by Denis Vlasenko · 18 years ago
  96. 081ef79 random fixes to help text by Denis Vlasenko · 18 years ago
  97. 26a8016 - change option -c to -Z to match newer upstream SElinux conventions by Bernhard Reutner-Fischer · 18 years ago
  98. 49622d7 selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) by Denis Vlasenko · 18 years ago
  99. 71bc71a - add chrt applet. by Bernhard Reutner-Fischer · 18 years ago
  100. 673d4bb hwclock: support /dev/rtc0 etc by Denis Vlasenko · 18 years ago