1. 642e71a hush: fix wrong prompt problem on empty interactive commants by Denys Vlasenko · 14 years ago
  2. f42c7b8 suppress "'fast_strtol_10' defined but not used" warning by Denys Vlasenko · 14 years ago
  3. e66a212 mkswap: selinux build fix by Denys Vlasenko · 14 years ago
  4. a116552 tar: add a note about -C and symlink-in-tarball attack by Denys Vlasenko · 14 years ago
  5. 6100b51 explain every non-SUID_DROP applet. No code changes by Denys Vlasenko · 14 years ago
  6. 327d288 kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAX by Denys Vlasenko · 14 years ago
  7. 7b276fc kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX code by Denys Vlasenko · 14 years ago
  8. 92ffe05 date,touch: treat 2-digit years better (fit them into +-50 yrs around today) by Denys Vlasenko · 14 years ago
  9. a5d3d34 date: preserve isdst value if date is in time_t (unix time) format by Alexey Soloviev · 14 years ago
  10. a9e25ff su: document -l in --help text. Closes bug 2761 by Denys Vlasenko · 14 years ago
  11. 0cd4f30 add missed underscore by Denys Vlasenko · 14 years ago
  12. d1e4665 date: add a comment about _SVID_SOURCE by Denys Vlasenko · 14 years ago
  13. ed9b08d bzip2: plug memory leak on every processed file by Denys Vlasenko · 14 years ago
  14. 2753aae libbb: optionally support RTMIN[+n] and RTMAX[-n] signal names by Denys Vlasenko · 14 years ago
  15. 90615a0 blkid: optional support for TYPE="fstype" by Denys Vlasenko · 14 years ago
  16. 2272129 plug a DIR* leak on error path by Denys Vlasenko · 14 years ago
  17. 8578196 modprobe: add -D option (synonym of --show-depends) by Serj Kalichev · 14 years ago
  18. 260fb55 login: apply PAM environment by Ian Wienand · 14 years ago
  19. 1f937d6 cpio: allow cpio -i to take params - names of files to extract by Denys Vlasenko · 14 years ago
  20. e4e911e modprobe: add support for --show-depends by Serj Kalichev · 14 years ago
  21. 6088e13 init: simpler handling of leading dash in commands by Denys Vlasenko · 14 years ago
  22. 8993c3f udhcpc: document SIGUSRn effect in help text by Denys Vlasenko · 14 years ago
  23. 75eb9d2 hush: fix FEATURE_CLEAN_UP code (was freeing unallocated memory) by Denys Vlasenko · 14 years ago
  24. 51d714c sendmail: remove forgotten commenting-out on a "if (verbose)" by Denys Vlasenko · 14 years ago
  25. 5707b52 mailutils/*: add verbose option to sendmail; remove -m and -j from makemime by Denys Vlasenko · 14 years ago
  26. 27c6c00 test: add examples when "%s: unknown operand" happens by Denys Vlasenko · 14 years ago
  27. a4bc10c ls: remove redundant constants LIST_FILENAME and LIST_SHORT by James Youngman · 14 years ago
  28. 982aa26 ls: add support for -H by Denys Vlasenko · 14 years ago
  29. 86ffe5c volume_id: recognize compressed hibernate swap signature by James Hunt · 14 years ago
  30. 407ab2a ls: tweak -e handling; better comments by Denys Vlasenko · 14 years ago
  31. 2f7d9e8 ls: print a space after each column. Closes bug 2941 by Denys Vlasenko · 14 years ago
  32. 163d864 ls: make -F not follow symlinks of the command line by Denys Vlasenko · 14 years ago
  33. d87815d ls: make -x force columnar output; remove unused parts of TRIGGER code by Denys Vlasenko · 14 years ago
  34. f313746 ls: for some options, only last takes effect. Closes bug 2959 by Denys Vlasenko · 14 years ago
  35. 1393fc1 chrt: -m can be used without any arguments. Closes bug 2989 by Denys Vlasenko · 14 years ago
  36. 96c8a6b chrt: correct opt_complementary. Closes bug 2977 by Denys Vlasenko · 14 years ago
  37. b2fa0b6 scripts: fix fixdep.c to let it workable in cygwin by Macpaul Lin · 14 years ago
  38. e068842 Revert "scripts: fix fixdep.c to let it workable in cygwin" by Denys Vlasenko · 14 years ago
  39. 10c36b8 scripts: fix fixdep.c to let it workable in cygwin by Greentime · 14 years ago
  40. a3aea32 chat: fix build breakage (variable declared in for()) by Denys Vlasenko · 14 years ago
  41. 0d6a4ec hush: fix build breakage (variable declared in for()) by Denys Vlasenko · 14 years ago
  42. a604186 nmeter: deprecate %NNNd specified, use -d MSEC instead by Denys Vlasenko · 14 years ago
  43. da6fb7e procps/Config.src: Add pstree to FEATURE_THREADS deps. Slight text edit by Lauri Kasanen · 14 years ago
  44. 0d1d0f6 more: smaller version of previous fix by Denys Vlasenko · 14 years ago
  45. 0b90de1 more: exit if write to stdout errors out by Denys Vlasenko · 14 years ago
  46. 1f3709e fix typo in README by Denys Vlasenko · 14 years ago
  47. 3099744 typo fix by Denys Vlasenko · 14 years ago
  48. bc3cdf8 update examples/var_service/README by Denys Vlasenko · 14 years ago
  49. 75bb332 add examples/var_service/README by Denys Vlasenko · 14 years ago
  50. 86aa803 pstree: use stdin for screen size detection by Denys Vlasenko · 14 years ago
  51. 31905f9 runsvdir: do not miss closely spaced service dir changes by Eric Lammerts · 14 years ago
  52. c60e88a tweak INSTALL_NO_USR help text by Denys Vlasenko · 14 years ago
  53. dc16003 build system: fix "make install" to skip /usr when configured so by Joachim Nilsson · 14 years ago
  54. 2161bd7 pstree: another tiny shrink by Denys Vlasenko · 14 years ago
  55. c32e626 pstree: tiny shrink by Denys Vlasenko · 14 years ago
  56. e48e6f8 pstree: fix width logic. +30 bytes by Lauri Kasanen · 14 years ago
  57. 6578f2c pstree: new applet. +1664 bytes by Lauri Kasanen · 14 years ago
  58. a04440c typo fix by Denys Vlasenko · 14 years ago
  59. 8da415e add if guards around include <malloc.h> by Denys Vlasenko · 14 years ago
  60. 5dcc660 libbb/pw_encrypt_sha: forgot to move &ctx to 1st param here in sha hash rework by Denys Vlasenko · 14 years ago
  61. 3f2477e touch: fix help text to not show options disabled in .config by Denys Vlasenko · 14 years ago
  62. 631fd5c su: suppress "warning: unused variable 'user_buf'" by Denys Vlasenko · 14 years ago
  63. 12caabf build system: do not use GNU-isms in find by Chris Rees · 14 years ago
  64. 58c3d21 telnetd: write utmp record with correct pid by Denys Vlasenko · 14 years ago
  65. 3c8799b ping: set not only IP_TTL, but also IP_MULTICAST_TTL by Denys Vlasenko · 14 years ago
  66. 8027a20 patch: fix "patch at the beginning" testcase failure by Rob Landley · 14 years ago
  67. 0ab45da exclude the case of just "busybox" from previous commit by Denys Vlasenko · 14 years ago
  68. 8f0af3b if only one applet is enabled, make "busybox applet [params]" work as expected by Denys Vlasenko · 14 years ago
  69. 714e2b7 ping: add -t TTL option by Joachim Nilsson · 14 years ago
  70. 713d241 dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing lease by Denys Vlasenko · 14 years ago
  71. 1c31e9e use BB_EXECVP_or_die where appropriate by Denys Vlasenko · 14 years ago
  72. 57542eb hush: move G_x_mode define to the more appropriate place by Denys Vlasenko · 14 years ago
  73. 85c6247 Support set -o xtrace/noexec alternates for set -x/-n by Dan Fandrich · 14 years ago
  74. 89ca2f9 hush: display useful help text by Dan Fandrich · 14 years ago
  75. fe9403a add a test for patch which we currently fail by Denys Vlasenko · 14 years ago
  76. fa5e295 dhcpd: smaller code: do not look for REQUESTED_IP twice by Denys Vlasenko · 14 years ago
  77. b271ad4 blkid: add TODO by Denys Vlasenko · 14 years ago
  78. 7a3f8e2 gen_build_files.sh: better comment by Denys Vlasenko · 14 years ago
  79. 749e305 build system: fix for dash by Denys Vlasenko · 14 years ago
  80. 7386dd1 Start 1.19.0 development cycle by Denys Vlasenko · 14 years ago
  81. 5ab2064 Bump version to 1.18.0 by Denys Vlasenko · 14 years ago 1_18_0
  82. 9e0f150 date :add a comment about older toolchains by Denys Vlasenko · 14 years ago
  83. 26777aa fixes for bugs discovered by randomconfig builds and tests by Denys Vlasenko · 14 years ago
  84. 29ca159 fix misspelling in comment by Denys Vlasenko · 14 years ago
  85. 7b4c0fd hush: fix improper handling of newline and hash chars in few corner cases by Denys Vlasenko · 14 years ago
  86. 1e23f32 nc: fix SEGV on -v when NC_EXTRA is off by Denys Vlasenko · 14 years ago
  87. a945f61 inetd: if argv[0] is not specified, set it to program name by Mike Frysinger · 14 years ago
  88. f376303 lineedit: fix tab-completion of filenames with spaces by Mike Shal · 14 years ago
  89. 7c6ed78 patch: remove out-of-file build machinery by Denys Vlasenko · 14 years ago
  90. f9d0913 gen_build_files.sh: restore deleted comment by Denys Vlasenko · 14 years ago
  91. ac10b30 cmp: with -s, do not report open errors by Denys Vlasenko · 14 years ago
  92. 400ff22 patch: simplify double list helpers by Denys Vlasenko · 14 years ago
  93. b82ae98 patch: busyboxify by migrating from toybox to busybox helpers by Denys Vlasenko · 14 years ago
  94. f718e3a gen_build_files.sh: rewrite with sed by Mike Frysinger · 14 years ago
  95. b78d561 allow SKIP_STRIP to be set in the env by Mike Frysinger · 14 years ago
  96. 8ce1ad3 depmod.pl: add recursive sanity check by Mike Frysinger · 14 years ago
  97. 2e9aeae lineedit: create history files with mode 0600 by Wolfram Sang · 14 years ago
  98. 6696eac hush: add support for "set -o pipefail" by Denys Vlasenko · 14 years ago
  99. c08c3f5 hush: preparatory patch for set -o pipefail support by Denys Vlasenko · 14 years ago
  100. 2b662c5 libbb: remove unused variable by Lauri Kasanen · 14 years ago