1. ede737b ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronization by Denys Vlasenko · 15 years ago
  2. 79ae534 ifplugd: simplify run_script() by Denys Vlasenko · 15 years ago
  3. aa4977d libunarchive: clean up dirty hacks. code shrank as a result by Denys Vlasenko · 15 years ago
  4. d0f601f find: add optional support for -links. +100 bytes by Matheus Izvekov · 15 years ago
  5. 074e8dc ntpd: make -w less cumbersome to use by Denys Vlasenko · 15 years ago
  6. 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 15 years ago
  7. a355da0 *: make 2 more "int argc"'s unused; more saved if !DESKTOP by Denys Vlasenko · 15 years ago
  8. 4168fdd ntpd: add -w "watch" option, useful for debugging to look at our own data by Denys Vlasenko · 15 years ago
  9. 8a936cf tar: add support for --overwrite. +70 bytes. by Denys Vlasenko · 15 years ago
  10. 425ad9c libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences by Denys Vlasenko · 15 years ago
  11. 4662de0 replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the rest by Denys Vlasenko · 15 years ago
  12. 11a802a lsusb: new applet. +400 bytes by Souf Oued · 15 years ago
  13. 982bc71 lspci: new applet. +573 bytes by Souf Oued · 15 years ago
  14. f92874e replace /bin/mdev with /sbin/mdev by Denys Vlasenko · 15 years ago
  15. 14b0f4f trim usage text. -238 bytes by Denys Vlasenko · 15 years ago
  16. 907647f ntpd: implement -x. shrink code a bit. -69 bytes by Denys Vlasenko · 15 years ago
  17. e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
  18. 57be1ee ping: fix unaligned access. closes bug 745. by Denys Vlasenko · 15 years ago
  19. b2e5fc3 ntpd: and real handling for -N, show usage w/o options; trim text by Denys Vlasenko · 15 years ago
  20. b1278a3 ntpd: locally bind every peer socket. +22 bytes by Denys Vlasenko · 15 years ago
  21. 8d580c7 ntpd: add -q option. By Adam Tkac. by Denys Vlasenko · 15 years ago
  22. 74f8e78 traceroute: fix help text to not show -6 when traceroute6 is off by Denys Vlasenko · 15 years ago
  23. 4c06531 traceroute6: new applet by Leonid Lisovskiy. +1562 bytes by Leonid Lisovskiy · 15 years ago
  24. b158506 ntpd: new applet by Adam Tkac. +5k. by Adam Tkac · 15 years ago
  25. d095fd4 flashcp: new applet by Stefan Seyfried. +900 bytes by Stefan Seyfried · 15 years ago
  26. 8684cbb libbb: robustify isXXXX(). +39 bytes by Denys Vlasenko · 15 years ago
  27. a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
  28. cc8b687 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
  29. f591499 wget: factor out progress bar code by Magnus Damm · 15 years ago
  30. 245a4f8 big endian warning fixes by Denys Vlasenko · 15 years ago
  31. 05ed00f applets: meant to fix order, not enable bbsh by Mike Frysinger · 15 years ago
  32. 78824f3 applets: fix alphabetical order by Mike Frysinger · 15 years ago
  33. b57eee8 libbb.h: remove two over-zealous RETURNS_MALLOC by Denys Vlasenko · 15 years ago
  34. 68c6746 mkswap: add -L LABEL option. closes bug 689. by Denys Vlasenko · 15 years ago
  35. 53283ad include/libbb.h: mark malloc-returning functions with GCC attribute by Denys Vlasenko · 15 years ago
  36. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  37. 0d8ea64 mkfs.reiser: new applet. needs much polishing by Vladimir Dronnikov · 15 years ago
  38. fe4e23f Add more compat code for non GNU environments by Dan Fandrich · 15 years ago
  39. e039e68 wall: new applet by Bernhard Reutner-Fischer · 15 years ago
  40. a483087 add and use xopen_nonblocking (-18b) by Bernhard Reutner-Fischer · 15 years ago
  41. 21a542d platform compatibility work (by Dan Fandrich) by Dan Fandrich · 15 years ago
  42. dac863a sed: shrink usage text by Denys Vlasenko · 15 years ago
  43. 7b28415 Minor usage tweak for sed. by Rob Landley · 15 years ago
  44. 180f585 read_key: remove handling for ctrl-up/down, we don't use that. -12 bytes by Denys Vlasenko · 15 years ago
  45. a17eeb8 lineedit: handle Ctrl-arrows by Denys Vlasenko · 15 years ago
  46. 17c838b patch: add longopts, --dry-run, add one more test by Denys Vlasenko · 15 years ago
  47. 1dacfbb ftpget/put: make 3rd parameter optional by Vladimir Dronnikov · 15 years ago
  48. 50be963 date: line up tabs in usage text by Denys Vlasenko · 15 years ago
  49. ca22cda date: handle long options by Bernhard Reutner-Fischer · 15 years ago
  50. 9d57a80 libbb.h: tidy it up a bit. no code changes (verified) by Denys Vlasenko · 15 years ago
  51. 11c12c4 fix isalnum and isxdigit. Unfortunately, +285 bytes by Denys Vlasenko · 15 years ago
  52. a7a1fd0 eliminate all remaining users of ctype. ~600 byte large tables are gone. by Denys Vlasenko · 15 years ago
  53. f2cbb03 *: optimize most of isXXXXX() macros by Denys Vlasenko · 15 years ago
  54. 7b4cd6f libbb: smaller isdigit. -95 bytes by Denys Vlasenko · 15 years ago
  55. f125b6d *: use better isspace implementation by Denys Vlasenko · 15 years ago
  56. c1ab01b mke2fs: mention -F in usage text by Denys Vlasenko · 15 years ago
  57. 838e07a trimming help text by Denys Vlasenko · 15 years ago
  58. 149a32a mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir) by Denys Vlasenko · 15 years ago
  59. 3945bc1 tune2fs: new applet by Vladimir. Only supports -L LABEL by Denys Vlasenko · 15 years ago
  60. 36df048 randomconfig fixes by Denys Vlasenko · 15 years ago
  61. f9d3a91 mkfs_ext2: fixes for huge filesystems by Denys Vlasenko · 15 years ago
  62. 77da1ca mkfs_ext2: make it able to create images larger than 4G by Denys Vlasenko · 15 years ago
  63. 6a8cfdc trim usage text by Denys Vlasenko · 15 years ago
  64. 823b4e6 mkfs_ext2: new applet by Vladimir by Vladimir Dronnikov · 15 years ago
  65. db67a20 move generate_uuid from mkswap to libbb by Vladimir Dronnikov · 15 years ago
  66. 0bf44d0 libbb/human_readable.c: shrink; and reduce bss usage by Denys Vlasenko · 15 years ago
  67. 3c39e70 include/xatonum.h: make it survive -Wconversion by Denys Vlasenko · 15 years ago
  68. f26e98f udhcpc: more help text tweaking by Denys Vlasenko · 15 years ago
  69. 84e1caf udhcpc: better wording in help text by Denys Vlasenko · 15 years ago
  70. 8d680b5 Trim help text a bit more by Denys Vlasenko · 15 years ago
  71. 0769785 Trim usage text a bit by Denys Vlasenko · 15 years ago
  72. dcd27ab unpackers: check errors from close() too by Denys Vlasenko · 15 years ago
  73. b618dba sendmail: accept -i too, not only -oi by Vladimir Dronnikov · 15 years ago
  74. 26ff18b Fixes to usage text; updated busybox.spec by Denys Vlasenko · 15 years ago
  75. 8f7a6d2 find: -follow should not error out on dandling links by Denys Vlasenko · 15 years ago
  76. 4ff1ce0 ps: fix compile breakage by Denys Vlasenko · 15 years ago
  77. 532609e ps: document -T option by Denys Vlasenko · 15 years ago
  78. 9aff299 swaponoff: add uuid/label support. By Natanael Copa by Natanael Copa · 15 years ago
  79. b410d4a ps,top: add an option to show threads. +260 bytes of code by Denys Vlasenko · 15 years ago
  80. d57d626 tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits by Denys Vlasenko · 15 years ago
  81. 3a0f6f2 fix read_cmdline API and a small buglet where "[comm]" may be too narrow by Denys Vlasenko · 15 years ago
  82. ae357bd top, ps: do not output trailing spaces by Denys Vlasenko · 15 years ago
  83. 0052882 top: add -m ("memory") option by Denys Vlasenko · 15 years ago
  84. 0c6914e modprobe-small: make string buffer code robust; fix help text by Denys Vlasenko · 15 years ago
  85. 5370bfb documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  86. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  87. ed1667e telnetd: add -w ("inetd wait") option. Can be configured off. by Denys Vlasenko · 15 years ago
  88. 0a130d5 rpm2cpio: handle unseekable input correctly by Denys Vlasenko · 15 years ago
  89. 33d7b72 more help text tweaking by Denys Vlasenko · 15 years ago
  90. 691161a trim help texts a bit by Denys Vlasenko · 15 years ago
  91. ca899ef remove a few extra newlines in help text by Denys Vlasenko · 15 years ago
  92. f2a8d5d fix duplicate FAST_FUNC FAST_FUNC by Denys Vlasenko · 15 years ago
  93. 45de074 add simple beep applet by Bernhard Reutner-Fischer · 15 years ago
  94. 1cc4b13 msh: aliased to hush by Denys Vlasenko · 15 years ago
  95. d7874ed patch: support -N. By Olivier Duclos (olivier.duclos AT gmail.com) by Denys Vlasenko · 15 years ago
  96. 4803db5 volname: new applet by Matthew Stoltenberg · 15 years ago
  97. 0568b6e randomconfig fixes by Denys Vlasenko · 15 years ago
  98. 6d48d3e rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes. by Denys Vlasenko · 15 years ago
  99. be11649 ping6: make it setuid just like ping by Denys Vlasenko · 15 years ago
  100. e766f62 make find_pid_by_name look at /proc/PID/exe too by Alexander Shishkin · 15 years ago