1. b692610 - remove depmod from TODO, it was recently added. Small touch up while at it by Bernhard Reutner-Fischer · 16 years ago
  2. 9883392 move glob_and_assign.tests from hush-bugs to hush-glob by Denis Vlasenko · 16 years ago
  3. 30c9cc5 hush: continue fixing quoting and subst: fix glob_and_assign.tests. by Denis Vlasenko · 16 years ago
  4. c7985b7 hush: cleanup pass, the biggest is - moved builtins to the end of the file, by Denis Vlasenko · 16 years ago
  5. b61e13d hush: fix memory leak. it was actually rather invloved problem. by Denis Vlasenko · 16 years ago
  6. ccce59d hush: fixing fallout from last big glob fix: by Denis Vlasenko · 16 years ago
  7. 32d8423 hush: delete hush-bugs/glob_and_vars.tests for real by Denis Vlasenko · 16 years ago
  8. 82dfec3 hush: fix hush-bugs/glob_and_vars.tests testcase: by Denis Vlasenko · 16 years ago
  9. 31e1286 tftp: help compiler a bit by Denis Vlasenko · 16 years ago
  10. 8474cd3 tftpd: PXE server said to need to support "tsize" option by Denis Vlasenko · 16 years ago
  11. f45c4f4 whitespace and comment fixes, no code changes by Denis Vlasenko · 16 years ago
  12. 57c899e even more of help text fixes by Denis Vlasenko · 16 years ago
  13. 1dba30f fix config help text by Denis Vlasenko · 16 years ago
  14. f54a088 - fix copy'n paste error. thanks, vda! :) by Bernhard Reutner-Fischer · 16 years ago
  15. b4c5bf6 Specially for Bernhard Fischer introduce USE_BB_CRYPT by Denis Vlasenko · 16 years ago
  16. 5703c22 hush: eliminate PARSEFLAG_SEMICOLON and ctx->parse_type field. by Denis Vlasenko · 16 years ago
  17. ff7cd6f use USE_FEATURE_UDHCP_PORT instead of ifdef by Denis Vlasenko · 16 years ago
  18. f716a6d udhcpc: removing stray whitespace by Denis Vlasenko · 16 years ago
  19. 5cdc247 further encrypt_des optimizations by Denis Vlasenko · 16 years ago
  20. 04087c6 cryptpw: fix "cryptpw -a des -- TEXT" case libbb/pw_encrypt_des.c: optimize by Denis Vlasenko · 16 years ago
  21. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 16 years ago
  22. 873b895 udhcpc: reduce ifdef forest, no code changes by Denis Vlasenko · 16 years ago
  23. e235285 crypt: code shrink by Denis Vlasenko · 16 years ago
  24. 7a762f9 tar: fix "unused parameter 'gzip'" warning by Denis Vlasenko · 16 years ago
  25. f8d01d3 hush: fix a bug where we were requiring semicolon here: (cmd;) by Denis Vlasenko · 16 years ago
  26. dd316dd hush: add support for ':'; create testsuite entries by Denis Vlasenko · 16 years ago
  27. a844200 hush: support "! cmd | cmd" negation by Denis Vlasenko · 16 years ago
  28. 6108dc4 Update sponsors page as well by Denis Vlasenko · 16 years ago
  29. 29038c0 ash: small cosmetic change by Denis Vlasenko · 16 years ago
  30. 2659c63 ash: fix ${var/s/r} handling, add testcase. by Denis Vlasenko · 16 years ago
  31. a1767a1 dos2unix: do not destroy symlinks and mode of the file being converted. by Denis Vlasenko · 16 years ago
  32. 21765fa udhcpc: kill undocumented -W, it was a no-op. by Denis Vlasenko · 16 years ago
  33. 76f8128 trivial crypt shrinkage by Denis Vlasenko · 16 years ago
  34. aa9cd89 fix typo in "Analog Devices" by Denis Vlasenko · 16 years ago
  35. 7504f2f httpd: fix authentication by Denis Vlasenko · 16 years ago
  36. e773be0 shorten sponsor's link per its request by Denis Vlasenko · 16 years ago
  37. eee4f55 website: announce sponsors. by Denis Vlasenko · 16 years ago
  38. c7497ea build system: introduce FEATURE_ASSUME_UNICODE by Denis Vlasenko · 16 years ago
  39. 25b4630 httpd: fix bugs in authentication (by Peter Korsgaard <jacmet ATuclibc.org>) by Denis Vlasenko · 16 years ago
  40. 0eb406c htppd: lots of variable/function renaming in config file parsing. by Denis Vlasenko · 16 years ago
  41. bd8390a Reinstate DEBUG_PESSIMIZE (by Christian Ionescu-Idbohrn) by Denis Vlasenko · 16 years ago
  42. fdddab0 make pw_encrypt() return malloc'ed string. by Denis Vlasenko · 16 years ago
  43. 4ea83bf uclibc insists on having 70k static buffer for crypt. by Denis Vlasenko · 16 years ago
  44. 9de4622 - make the first arg of the filter function passed to rtnl_dump_filter constant by Bernhard Reutner-Fischer · 16 years ago
  45. 7e3d33b hush: speed up o_addX{chr,str} by Denis Vlasenko · 16 years ago
  46. 76db5ad hush: fix for nested $()s with escapes + testsuite by Denis Vlasenko · 16 years ago
  47. bd1aeeb logger: "clean up" a dirty hack a bit by Denis Vlasenko · 16 years ago
  48. 87f40ba hush: more backtick and quoting fixes... by Denis Vlasenko · 16 years ago
  49. 43360e5 hush: fix escaping of \[*?; add testsuites for these and for globbing by Denis Vlasenko · 16 years ago
  50. 2e76c3f hush: fix yet another fallout hush: move fixed testsuites out of hush-bugs/* by Denis Vlasenko · 16 years ago
  51. 895bea2 hush: fix some fallout from prev commits, add testsuite by Denis Vlasenko · 16 years ago
  52. 46ccdcb hush: search/and/replace style cleanups, no code changes by Denis Vlasenko · 16 years ago
  53. 7b4f3f1 hush: fix two nasty bugs: hush-bugs/tick2.tests: ok hush-bugs/tick.tests: ok by Denis Vlasenko · 16 years ago
  54. 76d5041 hush: fix a memory leak in NOMMU case by Denis Vlasenko · 16 years ago
  55. 3fe4f98 less: fix a case when regexp matches "" by Denis Vlasenko · 16 years ago
  56. 98a6f56 reword the error msg so people realize that they broke it, they buy it by Mike Frysinger · 16 years ago
  57. 598bb73 cosmetics by Denis Vlasenko · 17 years ago
  58. 2d0529c msh_function.patch: picked it up in the wild. by Denis Vlasenko · 17 years ago
  59. ed9d621 msh: style cleanups. No code changes. by Denis Vlasenko · 17 years ago
  60. f2cccbc mktemp: make default tempfile template shorter; by Denis Vlasenko · 17 years ago
  61. b8c9354 hush: add yet another bug to testsuite :( by Denis Vlasenko · 17 years ago
  62. 048897c ifenslave: small shrink by Denis Vlasenko · 17 years ago
  63. 52a8d97 ip: make numeric table work: "ip route list table 255". closes bug 3664. by Denis Vlasenko · 17 years ago
  64. b597564 ifenslave: tiny shrink by Denis Vlasenko · 17 years ago
  65. 09c0a74 define CLOCK_MONOTONIC to 1 if it is not defined by Denis Vlasenko · 17 years ago
  66. c8fa04f ifenslave: further shrink by suppressing excessive inlining by Denis Vlasenko · 17 years ago
  67. 0876822 ifenslave: fix improper longopts definition ifenslave: shrink by Denis Vlasenko · 17 years ago
  68. dd6f570 add libbb/print_flags.c... by Denis Vlasenko · 17 years ago
  69. 53354ac libbb: introduce and use print_flags(). by Denis Vlasenko · 17 years ago
  70. f0d6c25 Update a link to cross-compiling HOWTO. by Denis Vlasenko · 17 years ago
  71. c0cd9f2 Fix trivial problems: "make clean" cleaning too much by Denis Vlasenko · 17 years ago
  72. a05c071 grep: make "-f -" work (+ testsuite) diff: small code shrink by Denis Vlasenko · 17 years ago
  73. 401de64 Build system: track -Wl,-elf2flt in CFLAGS_busybox too. by Denis Vlasenko · 17 years ago
  74. 7bdf0c8 klogd: make help text more understandable by Denis Vlasenko · 17 years ago
  75. 797c96d - fix compilation on standard-conforming compilers by Bernhard Reutner-Fischer · 17 years ago
  76. 593f8ba - fix copy'n paste error for the release date by Bernhard Reutner-Fischer · 17 years ago
  77. 9b6f4aa ip: support for the LOWER_UP flag by Natanael Copa <natanael.copa@gmail.com>. by Denis Vlasenko · 17 years ago
  78. f592aa3 which: -a support (needed for bfin uclibc build script) by Denis Vlasenko · 17 years ago
  79. f0d6068 - The conffiles control file isn't required in Debian packages, so don't by Bernhard Reutner-Fischer · 17 years ago
  80. c05b168 mktemp: make argument optional (coreutil 6.12 compat) by Denis Vlasenko · 17 years ago
  81. 66d56c5 ash testsuite: modify it so that it can run hush and msh tests by Denis Vlasenko · 17 years ago
  82. 50120da added testsuite for printf by Cristian Ionescu-Idbohrn by Denis Vlasenko · 17 years ago
  83. 7d60fc1 replace single-char printf's with bb_putchar by Denis Vlasenko · 17 years ago
  84. bedfabd libiproute: use stdout directly instead of passing it as a parameter by Denis Vlasenko · 17 years ago
  85. b6fe100 announce 1.10.3 by Denis Vlasenko · 17 years ago
  86. e7860e3 config help text: fix capitalization by Denis Vlasenko · 17 years ago
  87. 1a9bbfb remove -fno-jump-tables - after stripping it proved to be worse by Denis Vlasenko · 17 years ago
  88. 1da86d2 build system: add PIE build option by Denis Vlasenko · 17 years ago
  89. 1e93f3c change default rtcwake mode to match changed behavior in upstream util-linux by Mike Frysinger · 17 years ago
  90. 3b162ec networking/interface.c: fix indentation by Denis Vlasenko · 17 years ago
  91. 630a7f7 Remove stray debug instrumentation by Denis Vlasenko · 17 years ago
  92. 85571d8 make the help for rtcwake reflect the actual default behavior by Mike Frysinger · 17 years ago
  93. 6075b2a - add FIXME. Perhaps somebody is interrested in looking into this one. by Bernhard Reutner-Fischer · 17 years ago
  94. c2741e1 - add alias support by Bernhard Reutner-Fischer · 17 years ago
  95. ef729dd - revert revision 22183 since it breaks -b /abs /abs/path/to/mod.ko by Bernhard Reutner-Fischer · 17 years ago
  96. d428167 - just chdir to the basedir (-30b). by Bernhard Reutner-Fischer · 17 years ago
  97. beac1bd - optional fancy pruning-mode for depmod by Bernhard Reutner-Fischer · 17 years ago
  98. 9af7aba - pm_states[PM_SUSPEND_MAX] suggests to support "standby" and not "suspend" by Bernhard Reutner-Fischer · 17 years ago
  99. b8e653b Reinstate CONFIG_CROSS_COMPILE_PREFIX by Denis Vlasenko · 17 years ago
  100. cd2663f ash: optional printf builtin. +25 bytes if off, +35 if on. by Denis Vlasenko · 17 years ago