platform/upstream/busybox.git
2008-06-17 Bernhard Reutner... - remove depmod from TODO, it was recently added.
2008-06-17 Denis Vlasenkomove glob_and_assign.tests from hush-bugs to hush-glob
2008-06-17 Denis Vlasenkohush: continue fixing quoting and subst: fix glob_and_a...
2008-06-17 Denis Vlasenkohush: cleanup pass, the biggest is - moved builtins...
2008-06-17 Denis Vlasenkohush: fix memory leak. it was actually rather invloved...
2008-06-16 Denis Vlasenkohush: fixing fallout from last big glob fix:
2008-06-16 Denis Vlasenkohush: delete hush-bugs/glob_and_vars.tests for real
2008-06-16 Denis Vlasenkohush: fix hush-bugs/glob_and_vars.tests testcase:
2008-06-16 Denis Vlasenkotftp: help compiler a bit
2008-06-16 Denis Vlasenkotftpd: PXE server said to need to support "tsize" option
2008-06-16 Denis Vlasenkowhitespace and comment fixes, no code changes
2008-06-15 Denis Vlasenkoeven more of help text fixes
2008-06-15 Denis Vlasenkofix config help text
2008-06-15 Bernhard Reutner... - fix copy'n paste error.
2008-06-15 Denis VlasenkoSpecially for Bernhard Fischer introduce USE_BB_CRYPT
2008-06-15 Denis Vlasenkohush: eliminate PARSEFLAG_SEMICOLON and ctx->parse_type...
2008-06-15 Denis Vlasenkouse USE_FEATURE_UDHCP_PORT instead of ifdef
2008-06-15 Denis Vlasenkoudhcpc: removing stray whitespace
2008-06-15 Denis Vlasenkofurther encrypt_des optimizations
2008-06-15 Denis Vlasenkocryptpw: fix "cryptpw -a des -- TEXT" case
2008-06-15 Denis Vlasenko*: use llist_pop for traverse-and-free list operation
2008-06-15 Denis Vlasenkoudhcpc: reduce ifdef forest, no code changes
2008-06-14 Denis Vlasenkocrypt: code shrink
2008-06-14 Denis Vlasenkotar: fix "unused parameter 'gzip'" warning
2008-06-14 Denis Vlasenkohush: fix a bug where we were requiring semicolon here...
2008-06-14 Denis Vlasenkohush: add support for ':'; create testsuite entries
2008-06-14 Denis Vlasenkohush: support "! cmd | cmd" negation
2008-06-14 Denis VlasenkoUpdate sponsors page as well
2008-06-14 Denis Vlasenkoash: small cosmetic change
2008-06-14 Denis Vlasenkoash: fix ${var/s/r} handling, add testcase.
2008-06-14 Denis Vlasenkodos2unix: do not destroy symlinks and mode of the file...
2008-06-13 Denis Vlasenkoudhcpc: kill undocumented -W, it was a no-op.
2008-06-13 Denis Vlasenkotrivial crypt shrinkage
2008-06-13 Denis Vlasenkofix typo in "Analog Devices"
2008-06-13 Denis Vlasenkohttpd: fix authentication
2008-06-13 Denis Vlasenkoshorten sponsor's link per its request
2008-06-13 Denis Vlasenkowebsite: announce sponsors.
2008-06-13 Denis Vlasenkobuild system: introduce FEATURE_ASSUME_UNICODE
2008-06-13 Denis Vlasenkohttpd: fix bugs in authentication (by Peter Korsgaard...
2008-06-13 Denis Vlasenkohtppd: lots of variable/function renaming in config...
2008-06-12 Denis VlasenkoReinstate DEBUG_PESSIMIZE (by Christian Ionescu-Idbohrn)
2008-06-12 Denis Vlasenkomake pw_encrypt() return malloc'ed string.
2008-06-12 Denis Vlasenkouclibc insists on having 70k static buffer for crypt.
2008-06-12 Bernhard Reutner... - make the first arg of the filter function passed...
2008-06-12 Denis Vlasenkohush: speed up o_addX{chr,str}
2008-06-12 Denis Vlasenkohush: fix for nested $()s with escapes + testsuite
2008-06-11 Denis Vlasenkologger: "clean up" a dirty hack a bit
2008-06-10 Denis Vlasenkohush: more backtick and quoting fixes...
2008-06-10 Denis Vlasenkohush: fix escaping of \[*?; add testsuites for these...
2008-06-10 Denis Vlasenkohush: fix yet another fallout
2008-06-10 Denis Vlasenkohush: fix some fallout from prev commits, add testsuite
2008-06-10 Denis Vlasenkohush: search/and/replace style cleanups, no code changes
2008-06-10 Denis Vlasenkohush: fix two nasty bugs:
2008-06-10 Denis Vlasenkohush: fix a memory leak in NOMMU case
2008-06-09 Denis Vlasenkoless: fix a case when regexp matches ""
2008-06-09 Mike Frysingerreword the error msg so people realize that they broke...
2008-06-09 Denis Vlasenkocosmetics
2008-06-09 Denis Vlasenkomsh_function.patch: picked it up in the wild.
2008-06-09 Denis Vlasenkomsh: style cleanups. No code changes.
2008-06-08 Denis Vlasenkomktemp: make default tempfile template shorter;
2008-06-08 Denis Vlasenkohush: add yet another bug to testsuite :(
2008-06-08 Denis Vlasenkoifenslave: small shrink
2008-06-08 Denis Vlasenkoip: make numeric table work: "ip route list table 255...
2008-06-08 Denis Vlasenkoifenslave: tiny shrink
2008-06-07 Denis Vlasenkodefine CLOCK_MONOTONIC to 1 if it is not defined
2008-06-07 Denis Vlasenkoifenslave: further shrink by suppressing excessive...
2008-06-07 Denis Vlasenkoifenslave: fix improper longopts definition
2008-06-07 Denis Vlasenkoadd libbb/print_flags.c...
2008-06-07 Denis Vlasenkolibbb: introduce and use print_flags().
2008-06-07 Denis VlasenkoUpdate a link to cross-compiling HOWTO.
2008-06-07 Denis VlasenkoFix trivial problems: "make clean" cleaning too much
2008-06-07 Denis Vlasenkogrep: make "-f -" work (+ testsuite)
2008-06-06 Denis VlasenkoBuild system: track -Wl,-elf2flt in CFLAGS_busybox...
2008-06-06 Denis Vlasenkoklogd: make help text more understandable
2008-06-06 Bernhard Reutner... - fix compilation on standard-conforming compilers
2008-06-06 Bernhard Reutner... - fix copy'n paste error for the release date
2008-06-05 Denis Vlasenkoip: support for the LOWER_UP flag by Natanael Copa...
2008-06-05 Denis Vlasenkowhich: -a support (needed for bfin uclibc build script)
2008-06-05 Bernhard Reutner... - The conffiles control file isn't required in Debian...
2008-06-05 Denis Vlasenkomktemp: make argument optional (coreutil 6.12 compat)
2008-06-05 Denis Vlasenkoash testsuite: modify it so that it can run hush and...
2008-06-05 Denis Vlasenkoadded testsuite for printf by Cristian Ionescu-Idbohrn
2008-06-05 Denis Vlasenkoreplace single-char printf's with bb_putchar
2008-06-05 Denis Vlasenkolibiproute: use stdout directly instead of passing...
2008-06-05 Denis Vlasenkoannounce 1.10.3
2008-06-04 Denis Vlasenkoconfig help text: fix capitalization
2008-06-04 Denis Vlasenkoremove -fno-jump-tables - after stripping it proved...
2008-06-04 Denis Vlasenkobuild system: add PIE build option
2008-06-04 Mike Frysingerchange default rtcwake mode to match changed behavior...
2008-06-04 Denis Vlasenkonetworking/interface.c: fix indentation
2008-06-02 Denis VlasenkoRemove stray debug instrumentation
2008-06-02 Mike Frysingermake the help for rtcwake reflect the actual default...
2008-06-02 Bernhard Reutner... - add FIXME. Perhaps somebody is interrested in looking...
2008-06-02 Bernhard Reutner... - add alias support
2008-06-02 Bernhard Reutner... - revert revision 22183 since it breaks -b /abs /abs...
2008-06-02 Bernhard Reutner... - just chdir to the basedir (-30b).
2008-06-02 Bernhard Reutner... - optional fancy pruning-mode for depmod
2008-06-02 Bernhard Reutner... - pm_states[PM_SUSPEND_MAX] suggests to support "standb...
2008-06-02 Denis VlasenkoReinstate CONFIG_CROSS_COMPILE_PREFIX
2008-06-01 Denis Vlasenkoash: optional printf builtin. +25 bytes if off, +35...
next