aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-04Makefile.help: removing allbareconfig target from helpDenis Vlasenko
2008-01-04ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var)Denis Vlasenko
2008-01-04init: wait for orphaned children too while waitingDenis Vlasenko
2008-01-03syslogd: avoid excessive tine() system callsDenis Vlasenko
2008-01-03syslogd: don't die if remote host's IP cannot be resolved.Denis Vlasenko
2008-01-02libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko
2007-12-30adding libbb/printable.cDenis Vlasenko
2007-12-30libbb: introduce fputc_printable (from ed)Denis Vlasenko
2007-12-29httpd: support for "I:index.xml" syntax (Peter Korsgaard <jacmet@uclibc.org>)Denis Vlasenko
2007-12-28trylink: instead of build error, disable --gc-sections if GLIBC && STATICDenis Vlasenko
2007-12-26netstat: in error message, report filename and line numberDenis Vlasenko
2007-12-26save a bit of code with *strchrnul = '\0' trickDenis Vlasenko
2007-12-26Fix xmalloc_fgets_str so that it really does NOT strip terminator.Denis Vlasenko
2007-12-26init: don't spawn tons of waiting children, one is enoughDenis Vlasenko
2007-12-25init: sometimes, #ifdefs are cleaner.Denis Vlasenko
2007-12-25sync examples to what actual actual code expectsDenis Vlasenko
2007-12-25add expected outputMike Frysinger
2007-12-25convert #if to if -- let gcc optimize away dead code for usMike Frysinger
2007-12-25init: add FEATURE_KILL_REMOVED (Eugene Bordenkircher <eugebo@gmail.com>)Denis Vlasenko
2007-12-24fix typo in web pageDenis Vlasenko
2007-12-24Makefile: change version to 1.10.0.svnDenis Vlasenko
2007-12-24Announce 1.9.0Denis Vlasenko
2007-12-24hush: fixlet for NOMMUDenis Vlasenko
2007-12-24nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko
2007-12-24defconfig: updateDenis Vlasenko
2007-12-24od: reduce data/bss usage (code size went down too)Denis Vlasenko
2007-12-24umount: fix fallout from stack reduction changeDenis Vlasenko
2007-12-23vi: speed up some string opsDenis Vlasenko
2007-12-22cttyhack: trivial build fixletDenis Vlasenko
2007-12-22vi: reduce amount of memset'ing on each screen refreshDenis Vlasenko
2007-12-22vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable,Denis Vlasenko
2007-12-22perror_nomsg: don't print extra colonDenis Vlasenko
2007-12-22vi: change MAX_LINELEN meaning: now it is the biggest supportedDenis Vlasenko
2007-12-21fix buglets found by randomconfigDenis Vlasenko
2007-12-21vi: fix a problem with displaying overlong linesDenis Vlasenko
2007-12-21udhcp: decided to not send "short" dhcp packets,Denis Vlasenko
2007-12-20udhcp: fix oversized packet sending (introduced by "slack for bad dhcp server...Denis Vlasenko
2007-12-16fdisk: reduce global data/bss usage. 8k data+bss build is achievable soon ;)Denis Vlasenko
2007-12-16msh: reduce global data/bss usageDenis Vlasenko
2007-12-16ash: reduce global data/bss usageDenis Vlasenko
2007-12-16traceroute: stop using global data/bssDenis Vlasenko
2007-12-13add a link to vda's pet projectsDenis Vlasenko
2007-12-11num conversions: allow for leading '+' (renice needs that)Denis Vlasenko
2007-12-10cttyhack: add missing ';'Denis Vlasenko
2007-12-10init: remove superfluous forks and messing up with argv[0]Denis Vlasenko
2007-12-10udhcpc: support for -O <option>.Denis Vlasenko
2007-12-09find: add -iname support (Alexander Griesser <alexander.griesser@lkh-vil.or.at>)Denis Vlasenko
2007-12-09lineedit: don't violate API if we do simple fgetsDenis Vlasenko
2007-12-09vi: don't use common_bufsiz as read buffer, it can be too smallDenis Vlasenko
2007-12-04signal names hack was wrong, it broke "get signal name" function.Denis Vlasenko