1. 5370bfb documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  2. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  3. 1f7c167 experimentally add mallopt tweaks for reduced memory consumption by Denys Vlasenko · 15 years ago
  4. 6db4784 hush: export PWD by Denys Vlasenko · 15 years ago
  5. 2cc7091 inetd: comment tweak. no code changes by Denys Vlasenko · 15 years ago
  6. ed1667e telnetd: add -w ("inetd wait") option. Can be configured off. by Denys Vlasenko · 15 years ago
  7. cfc2163 inetd: be more careful with syslog socket; other small fixes by Denys Vlasenko · 15 years ago
  8. 4b624d0 small commit tweak in parse_datestr, no code changes by Denys Vlasenko · 15 years ago
  9. 44f174e uniq: shave off whole 10 bytes off, oh my by Denys Vlasenko · 15 years ago
  10. a00329c ash: better comment. no code changes by Denys Vlasenko · 15 years ago
  11. 630dde1 code shrink in help text code by Denys Vlasenko · 15 years ago
  12. 1249dbb uniq: code shrink by Denys Vlasenko · 15 years ago
  13. a9c9bf5 uniq: plug memory leak (patch from OpenWRT project) by Denys Vlasenko · 15 years ago
  14. 0aec9ff uniq: rename some variables. no code changes by Denys Vlasenko · 15 years ago
  15. 7218af9 ash: revent one place where number() doesn't work by Denys Vlasenko · 15 years ago
  16. 22cbfbd ethr-wake: can use ether_hostton on uclibc >= 0.9.30 by Denys Vlasenko · 15 years ago
  17. b976292 libunarchive: fix a bug where mode and time is no longer restored by Denys Vlasenko · 15 years ago
  18. ecc2a2e ash: deal with some TODOs (mostly trivial) by Denys Vlasenko · 15 years ago
  19. 9f2e82a ash: add testsuite for bug 585 by Denys Vlasenko · 15 years ago
  20. c8334a4 ash: fix handling of Unicode chars in redirects. Fixes bug 585 by Denys Vlasenko · 15 years ago
  21. b6c8434 ash: trivial simplifications and optimizations by Denys Vlasenko · 15 years ago
  22. e6c483e rpm2cpio: code shrink by Denys Vlasenko · 15 years ago
  23. 0a130d5 rpm2cpio: handle unseekable input correctly by Denys Vlasenko · 15 years ago
  24. 7f21494 rpm2cpio: handle bz2 too; code shrink by Pascal Bellard · 15 years ago
  25. b347592 update copyright year by Denys Vlasenko · 15 years ago
  26. 33d7b72 more help text tweaking by Denys Vlasenko · 15 years ago
  27. 691161a trim help texts a bit by Denys Vlasenko · 15 years ago
  28. ca899ef remove a few extra newlines in help text by Denys Vlasenko · 15 years ago
  29. bcb163d use .git as EXTRAVERSION by Bernhard Reutner-Fischer · 15 years ago
  30. a12af2d ash: make "jobs -l" more similar to bash. By Earl Chew. Fixes bug 481 by Denys Vlasenko · 15 years ago
  31. bd73f1d Start 1.16.x cycle by Denys Vlasenko · 15 years ago
  32. e7aa0d9 Releasing 1.15.0 by Denys Vlasenko · 15 years ago
  33. 0d58666 wget: strip trailing whitespace from e.g. "Content-length: 120 " by Matthijs van de Water · 15 years ago
  34. 0da1c0a beep: optimize by Denys Vlasenko · 15 years ago
  35. dc3d893 preliminary work for gcc 4.4.0 by Denys Vlasenko · 15 years ago
  36. f2a8d5d fix duplicate FAST_FUNC FAST_FUNC by Denys Vlasenko · 15 years ago
  37. 00ea82e add config knob for default freq and length by Bernhard Reutner-Fischer · 15 years ago
  38. 45de074 add simple beep applet by Bernhard Reutner-Fischer · 15 years ago
  39. e10db56 update defconfig by Denys Vlasenko · 15 years ago
  40. 1cc4b13 msh: aliased to hush by Denys Vlasenko · 15 years ago
  41. 263cff9 do not store 1st two bytes of compressed help text by Denys Vlasenko · 15 years ago
  42. d7874ed patch: support -N. By Olivier Duclos (olivier.duclos AT gmail.com) by Denys Vlasenko · 15 years ago
  43. 0793491 hush: enable "lash is deprecated, please use hush instead" message by Denys Vlasenko · 15 years ago
  44. a67a962 hush: do not process options after non-option args by Denys Vlasenko · 15 years ago
  45. ffc3920 ash: fix bug 571 (jobs %string misbehaving) by Denys Vlasenko · 15 years ago
  46. f210cff sed: fix " echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g' " bug by Denys Vlasenko · 15 years ago
  47. 16d1e3c pgrep: match argv[0] too, not only comm; fix a bug in argv sanitization by Denys Vlasenko · 15 years ago
  48. 5da42fc modprobe: treat tabs in modules.dep as delimiters too. closes bug 567 by Denys Vlasenko · 15 years ago
  49. 007c6fc typo fix in comment by Denys Vlasenko · 15 years ago
  50. aa369e0 udhcpc: if got IP successfully, disable -n for future renewals by Justin Maggard · 15 years ago
  51. 4803db5 volname: new applet by Matthew Stoltenberg · 15 years ago
  52. dbfa45b hust test: complain if busybox binary can't be found by Denys Vlasenko · 15 years ago
  53. cbfe6ad hush: fix \<newline> handling on NOMMU by Denys Vlasenko · 15 years ago
  54. 1967978 hush tests: remove the requirement that .config is in ../.. by Denys Vlasenko · 15 years ago
  55. 0951606 hush: do not use ps -o in leak_argv1; do not hardcode path in negate by Denys Vlasenko · 15 years ago
  56. 79b021d tail: read only a portion of a file if it's huge. closes bug 551 by Denys Vlasenko · 15 years ago
  57. e531759 fdisk: add handling of avr32. closes bug 555 by Denys Vlasenko · 15 years ago
  58. a43df64 tail: fix "tail +N file_shorter_than_N" by Denys Vlasenko · 15 years ago
  59. 0568b6e randomconfig fixes by Denys Vlasenko · 15 years ago
  60. 334fcc8 dd: conv=noerror should skip read errors using lseek (bug 539) by Denys Vlasenko · 15 years ago
  61. eecbb54 correct mode of testsuite/rx.tests by Denys Vlasenko · 15 years ago
  62. 63416cc nc: fix nc -ll; report vfork errors; make select loop faster by Tomoya Adachi · 15 years ago
  63. dc9495d rx: strip padding from last block. closes bug 501. by Denys Vlasenko · 15 years ago
  64. 80a3418 runsv: run ./finish with parameters (runit compat) by Earl Chew · 15 years ago
  65. aebb742 svlogd: fix bug 521: use line buffering if any filtering is done by Denys Vlasenko · 15 years ago
  66. e2944af libbb: prevent resursion on malloc failure by Denys Vlasenko · 15 years ago
  67. 6d48d3e rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes. by Denys Vlasenko · 15 years ago
  68. be11649 ping6: make it setuid just like ping by Denys Vlasenko · 15 years ago
  69. e766f62 make find_pid_by_name look at /proc/PID/exe too by Alexander Shishkin · 15 years ago
  70. 0944963 grep: fix -E + {range}; fix -o not printing all matches (bug 489) by Denys Vlasenko · 15 years ago
  71. 97af2ff halt/reboot/poweroff: add a CONFIG_xxx to act SysV compatibly by Alexander Shishkin · 15 years ago
  72. d1090c9 dpkg: delete postrm script after it's run, not before. closes bug 449 by Denys Vlasenko · 15 years ago
  73. f3b56b4 unzip: try lseek before resorting to reading by Stefani Seibold · 15 years ago
  74. bac9f03 tftp: add comment, no code changes by Denys Vlasenko · 15 years ago
  75. 330d898 tftp[d]: fix block# handling on upload with non-default blocksize by Atsushi Nemoto · 15 years ago
  76. 0e1b626 man: use man.config, not only man.conf (man version 1.6f compat) by Denys Vlasenko · 15 years ago
  77. 7cee00e ash: further fixes to debug machinery (closes bug 485) by Denys Vlasenko · 15 years ago
  78. e56f22a ash: make "jobs" work even in subshells by Denys Vlasenko · 15 years ago
  79. 86e83ec ash: fix debug machinery a bit by Denys Vlasenko · 15 years ago
  80. 7cc5a50 chmod 755 some files in examples/* by Denys Vlasenko · 15 years ago
  81. 3b5a664 tail: implement -F by Eric Lammerts · 15 years ago
  82. 997538a scriptreplay: show help text if run with no arguments by Denys Vlasenko · 15 years ago
  83. d6513cf tcpsvd,udpsvd: fix uid/gid printing when run with -u by Denys Vlasenko · 15 years ago
  84. 3ed181b init: make comment more understandable. no code changes by Denys Vlasenko · 15 years ago
  85. 4abfc26 udhcpc: small simplification by Denys Vlasenko · 15 years ago
  86. 753a3ce typo by Denys Vlasenko · 15 years ago
  87. 7d6a791 udhcpc: add/edit comments, no code changes by Denys Vlasenko · 15 years ago
  88. 13ca4b1 udhcpc: simplify manual renew (make it more similar to automatic one) by Denys Vlasenko · 15 years ago
  89. 252ccba remove msh_function.patch. msh is deprecated by Denys Vlasenko · 15 years ago
  90. e414896 silly whitespace fix by Denys Vlasenko · 15 years ago
  91. c1fc3d3 fix mount test false positive by Denys Vlasenko · 15 years ago
  92. 875f782 minor tweaks in testsuite by Denys Vlasenko · 15 years ago
  93. 6ae6426 fix mountpoint test to not prevemt mkfs_xxx from making image in any file by Denys Vlasenko · 15 years ago
  94. b71ce02 add SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuite by Denys Vlasenko · 15 years ago
  95. f8e6b6e fix taskset testsuite by Denys Vlasenko · 15 years ago
  96. 941990f correct date testsuite to use compatible format by Denys Vlasenko · 15 years ago
  97. 38dd8aa touch: implement -t TIME (needed for testsuite) by Denys Vlasenko · 15 years ago
  98. 7aca89a touch: implement -d --date (our own testsuite needs that) by Denys Vlasenko · 15 years ago
  99. 73b71f3 date: factor out date parsing (in preparation for touch -d) by Denys Vlasenko · 15 years ago
  100. d23f64e test: fix "test !" and "test abc -a !". closes bug 465 by Denys Vlasenko · 15 years ago