1. 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 14 years ago
  2. e3d8d07 small fix for HISTFILESIZE by Denys Vlasenko · 14 years ago
  3. 2c4de5b ash,hush: optional support for $HISTFILESIZE. by Denys Vlasenko · 14 years ago
  4. a439fa9 hush: remove outdated comments by Denys Vlasenko · 14 years ago
  5. cecbc98 hush: fix source1.tests by Denys Vlasenko · 14 years ago
  6. 0e89fd9 fbsplash: Add support for 24 and 32 bit color depth by Nuno Lucas · 14 years ago
  7. 55068c4 move help text from include/usage.src.h to console-tools/*.c by Pere Orga · 14 years ago
  8. 6ec1510 applet_tables: do not include libbb.h, that header ir for target builds by Denys Vlasenko · 14 years ago
  9. 4a2aecb mesg: operate on stdin, not on stderr (compat) by Denys Vlasenko · 14 years ago
  10. 9575518 httpd: don't send error messages with gzip encoding by Peter Korsgaard · 14 years ago
  11. 95f5c52 diff: optimize diffing of files with the same metadata by Roman Borisov · 14 years ago
  12. 1f4447b move help text from include/usage.src.h to archival/*.c by Pere Orga · 14 years ago
  13. 700fbc3 wget: --post-data=STR should not encode STR, should send it verbatim by Vitaly Magerya · 14 years ago
  14. a9e5c43 pstree: fix "warning: 'handle_thread' defined but not used" by Denys Vlasenko · 14 years ago
  15. 353680a lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=y by Denys Vlasenko · 14 years ago
  16. 19311bf mount: add --rbind option support by Roman Borisov · 14 years ago
  17. d3679d2 mount: rprivate option fix by Roman Borisov · 14 years ago
  18. c162bcd hush: document a bug about aborting on sourced file error when non-interactive by Denys Vlasenko · 14 years ago
  19. 3eab24e hush: make parse errors in sourced file non-fatal in interactive script by Denys Vlasenko · 14 years ago
  20. 68d5cb5 hush: fix a case where return in sourced file has no effect by Denys Vlasenko · 14 years ago
  21. 20704f0 ash,hush: recheck LANG before every line input by Denys Vlasenko · 14 years ago
  22. 7f4b769 don't call freeaddinfo(NULL) by Vitaly Magerya · 14 years ago
  23. cf9074b login: set PAM RHOST by Ryan Phillips · 14 years ago
  24. f922154 dd: free allocated memory if CLEANUP enabled by Alexey Soloviev · 14 years ago
  25. beea5a7 mesg: make group/all writability configurable by Denys Vlasenko · 14 years ago
  26. b0e8ced ln: explain why we use xstrdup by Denys Vlasenko · 14 years ago
  27. 32176cc init: fix a case where execv's 1st arg was wrong by Denys Vlasenko · 14 years ago
  28. e2e55b0 wget: move help text to .c file by Denys Vlasenko · 14 years ago
  29. 625f218 wget: fix fname_out usage wrt redirects by Denys Vlasenko · 14 years ago
  30. c2fda86 mount: add a test for bind+rshared by Denys Vlasenko · 14 years ago
  31. cf8b55c pwdx: new applet by Pere Orga · 14 years ago
  32. 5c94271 busybox: fail if --install is not given an absolute path by Denys Vlasenko · 14 years ago
  33. 9ac5596 udhcpc: emit "correct" secs field by Denys Vlasenko · 14 years ago
  34. ea684c6 ls: fix handling of symlinks by option -1 by Denys Vlasenko · 14 years ago
  35. 8345b2b libbb: make warning go away by Denys Vlasenko · 14 years ago
  36. 48b6f59 chsum: fix by Pascal Bellard · 14 years ago
  37. 7d4e7a2 s/FAIL_DELAY/LOGIN_FAIL_DELAY/ by Denys Vlasenko · 14 years ago
  38. f8416dc forgot to add libbb/get_shell_name.c by Denys Vlasenko · 14 years ago
  39. 681efe2 use user's shell instead of hardwired "/bin/sh" (android needs this) by Denys Vlasenko · 14 years ago
  40. 86cf036 printenv: fix environ == NULL segfault by Denys Vlasenko · 14 years ago
  41. 6b6af53 ash/hush: shrink help text by Denys Vlasenko · 14 years ago
  42. 115c35d ftpd: better usage text by Denys Vlasenko · 14 years ago
  43. 9283d7c kill: fix infinite loop when passed PIDs are not valid numbers by Pere Orga · 14 years ago
  44. 976ec23 remove stray empty line by Denys Vlasenko · 14 years ago
  45. b0b8343 ash/hush: provide help text by Denys Vlasenko · 14 years ago
  46. aefe1c2 ash: fix execution of shell scripts without shebang by Denys Vlasenko · 14 years ago
  47. 8b6b472 klogd: fix the problem of delayed handling of ^C and SIGTERM by Denys Vlasenko · 14 years ago
  48. e6bb8d3 udhcpc: add -B option by Keith Young · 14 years ago
  49. 82e785c more: fix tabs handling by Denys Vlasenko · 14 years ago
  50. bff5f3f fix bit rot in scripts/Makefile.IMA #2 by Denys Vlasenko · 14 years ago
  51. 726ebba fix bit rot in scripts/Makefile.IMA by Denys Vlasenko · 14 years ago
  52. 102b8bd .gitignore: add missing ignores by Bjørn Forsman · 14 years ago
  53. 293a8f2 nameif: add matching by phy_address=NUM; extend help text by Phil Sutter · 14 years ago
  54. 2adc0e6 nameif: fix parsing of /proc/net/dev; small code shrink by Phil Sutter · 14 years ago
  55. bd74e3d libbb/login/su: do not sanitize shell name twice by Denys Vlasenko · 14 years ago
  56. 41478ad tr: free allocated memory in tr if CLEANUP enabled by Alexey Soloviev · 14 years ago
  57. 4a2a86d improve --install operation in chroot jails by Denys Vlasenko · 14 years ago
  58. 7cfe6ea xargs: support --no-run-if-empty (synonym to -r) by Denys Vlasenko · 14 years ago
  59. 1df0af7 don't leak malloced variables in the loop; remove double alloc by Alexey Fomenko · 14 years ago
  60. 940c720 convert "do {...} while (1);" -> "while (1) {...}" by Denys Vlasenko · 14 years ago
  61. 708dd4c add missing fclose's by Alexey Fomenko · 14 years ago
  62. b80acf5 tar: skip leading / and handle names like abc/..////def -> def (not ///def) by Denys Vlasenko · 14 years ago
  63. ea6116e libbb: remove dead code in getopt32. -7 bytes by Alexey Fomenko · 14 years ago
  64. 5e29e26 tar: on extract, everything up to and including last ".." is stripped by Denys Vlasenko · 14 years ago
  65. 7d65abe libbb: make user/group name cache strings longer (~27 chars) by Denys Vlasenko · 14 years ago
  66. 3b28dae ls: widen -s (1k blocks) column from 4 to 6 by Denys Vlasenko · 14 years ago
  67. 26d11b8 ls: -g implies -l by Denys Vlasenko · 14 years ago
  68. 9f368e3 ls: fix bits for -T, -w and --color; make -n imply -l; fix comments by Denys Vlasenko · 14 years ago
  69. c6450c9 mount: strip multiple trailing slashes, not just one by Denys Vlasenko · 14 years ago
  70. c8dc01d mount: update /etc/mtab properly on mount --move by Roman Borisov · 14 years ago
  71. 251962f whois: new applet by Pere Orga · 14 years ago
  72. 9beb68e showkey: make showkey -a work on any stdin by Harald Becker · 14 years ago
  73. cd387f2 ls: fix one-bit-off which caused -H to behave as -h by Denys Vlasenko · 14 years ago
  74. 143c5ba adduser: use better argv passing to addgroup by Denys Vlasenko · 14 years ago
  75. e3b1a1f Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" by Denys Vlasenko · 14 years ago
  76. da4441c fix libiproute compile with kernel headers < 2.6.17 by Stefan Seyfried · 14 years ago
  77. 301fe50 mount: ignore unknown mount options when remounting NFS mounts by Peter Korsgaard · 14 years ago
  78. 945fd17 mount: fix wrong long option namess by Roman Borisov · 14 years ago
  79. 3bb235c iproute: fix parsing and matching of of "short" IP addrs like 10/8 by Denys Vlasenko · 14 years ago
  80. bac0a25 slightly better wording in comments by Denys Vlasenko · 14 years ago
  81. b12553f ash: fix ash-signals/signal8 testcase failure by Denys Vlasenko · 14 years ago
  82. 55988ae fix "make install" by Bernd Jendrissek · 14 years ago
  83. f303bdd blockdev: add --getsz to replace --getsize by Dan Fandrich · 14 years ago
  84. 5369563 wget: reduce bloat by Pere Orga · 14 years ago
  85. 5827167 udhcpd: optional IP selection based on MAC hash by Vladislav Grishenko · 14 years ago
  86. 4fdb67c echo: fix SEGV when run with no args by Denys Vlasenko · 14 years ago
  87. 28556b9 wget: check for final write errors for -O FILE too by Denys Vlasenko · 14 years ago
  88. 26b80e8 Add the help text for 'position independent executable' code build by Gilles Espinasse · 14 years ago
  89. 5dad4ae modprobe: fix "modprobe -l name-with-dash" by Denys Vlasenko · 14 years ago
  90. df7f200 modinfo: trivial optimizations by Denys Vlasenko · 14 years ago
  91. 12f44ea modinfo: show firmware and depends fields by Lauri Kasanen · 14 years ago
  92. 2384a35 wget: make "wget -O FILE URL1 URL2" concatenate output by Denys Vlasenko · 14 years ago
  93. 57b4909 wget: fix SEGV with multiple urls and redirection by Pere Orga · 14 years ago
  94. 7c6f246 hush: do not print killer signal's name for SIGPIPE by Denys Vlasenko · 14 years ago
  95. b934844 echo: fix ENOSPC detection and some iffy code in \NNN handling by Denys Vlasenko · 14 years ago
  96. 713e6d7 udhcpc: use more correct, and more importantly, more understandable BPF code by Vladislav Grishenko · 14 years ago
  97. 48a5219 reverted LINHIB0001 swap signature addition by Denys Vlasenko · 14 years ago
  98. dc50676 Move stpcpy replacement function into libbb by Dan Fandrich · 14 years ago
  99. 4ed3c52 mktemp: make it more compatible with GNU coreutils 8.4 by Denys Vlasenko · 14 years ago
  100. 07cda22 fix bug 3223 (parameter loading problem for 2.4 kernels) by Denys Vlasenko · 14 years ago