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