aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-14- mention strtod code-duplication as TODO for cleanupBernhard Reutner-Fischer
2008-01-13- shrink a bit and implement time related fancy features. Improve help texts.Bernhard Reutner-Fischer
2008-01-13- fix commentary typoBernhard Reutner-Fischer
2008-01-13- save four bytes by manually hoisting the br assignmentBernhard Reutner-Fischer
2008-01-13- update defconfigBernhard Reutner-Fischer
2008-01-13- new applet brctlBernhard Reutner-Fischer
2008-01-11- add ipsvdBernhard Reutner-Fischer
2008-01-11enable use of ^V prefix to allow forced insertion of any character. inPaul Fox
2008-01-11allow 8-bit charactersPaul Fox
2008-01-09tac: handle NULs properly. +145 bytesDenis Vlasenko
2008-01-08hush: report [v]fork failuresDenis Vlasenko
2008-01-07whitespace fixesDenis Vlasenko
2008-01-07ps: fix yet another buglet from recent ulltoa conversion :(Denis Vlasenko
2008-01-07ps: fix COMMAND column adjustmentDenis Vlasenko
2008-01-07tac: *really* add tac.c nowDenis Vlasenko
2008-01-07ps: fix build breakage from vda's recent commitDenis Vlasenko
2008-01-07syslogd: fix shmat error checkDenis Vlasenko
2008-01-06tac: new applet. ~240 bytes.Denis Vlasenko
2008-01-06ps: fix overflow in USER and VSZ columnsDenis Vlasenko
2008-01-05ps: add conditional support for -o [e]timeDenis Vlasenko
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