aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - shrink a bit and implement time related fancy features. Improve help texts.Bernhard Reutner-Fischer2008-01-133-38/+122
* - fix commentary typoBernhard Reutner-Fischer2008-01-131-1/+1
* - save four bytes by manually hoisting the br assignmentBernhard Reutner-Fischer2008-01-131-5/+4
* - update defconfigBernhard Reutner-Fischer2008-01-131-0/+1
* - new applet brctlBernhard Reutner-Fischer2008-01-135-0/+105
* - add ipsvdBernhard Reutner-Fischer2008-01-111-0/+3
* enable use of ^V prefix to allow forced insertion of any character. inPaul Fox2008-01-111-4/+3
* allow 8-bit charactersPaul Fox2008-01-111-3/+0
* tac: handle NULs properly. +145 bytesDenis Vlasenko2008-01-091-11/+35
* hush: report [v]fork failuresDenis Vlasenko2008-01-084-37/+53
* whitespace fixesDenis Vlasenko2008-01-073-6/+6
* ps: fix yet another buglet from recent ulltoa conversion :(Denis Vlasenko2008-01-071-4/+4
* ps: fix COMMAND column adjustmentDenis Vlasenko2008-01-071-2/+2
* tac: *really* add tac.c nowDenis Vlasenko2008-01-071-0/+68
* ps: fix build breakage from vda's recent commitDenis Vlasenko2008-01-079-64/+64
* syslogd: fix shmat error checkDenis Vlasenko2008-01-071-1/+1
* tac: new applet. ~240 bytes.Denis Vlasenko2008-01-065-8/+30
* ps: fix overflow in USER and VSZ columnsDenis Vlasenko2008-01-065-83/+99
* ps: add conditional support for -o [e]timeDenis Vlasenko2008-01-055-49/+195
* Makefile.help: removing allbareconfig target from helpDenis Vlasenko2008-01-042-2/+1
* ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var)Denis Vlasenko2008-01-041-4/+6
* init: wait for orphaned children too while waitingDenis Vlasenko2008-01-041-3/+9
* syslogd: avoid excessive tine() system callsDenis Vlasenko2008-01-031-16/+21
* syslogd: don't die if remote host's IP cannot be resolved.Denis Vlasenko2008-01-031-37/+63
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-0218-55/+51
* adding libbb/printable.cDenis Vlasenko2007-12-301-0/+34
* libbb: introduce fputc_printable (from ed)Denis Vlasenko2007-12-305-22/+19
* httpd: support for "I:index.xml" syntax (Peter Korsgaard <jacmet@uclibc.org>)Denis Vlasenko2007-12-291-2/+11
* trylink: instead of build error, disable --gc-sections if GLIBC && STATICDenis Vlasenko2007-12-283-25/+45
* netstat: in error message, report filename and line numberDenis Vlasenko2007-12-261-22/+23
* save a bit of code with *strchrnul = '\0' trickDenis Vlasenko2007-12-265-19/+8
* Fix xmalloc_fgets_str so that it really does NOT strip terminator.Denis Vlasenko2007-12-265-40/+48
* init: don't spawn tons of waiting children, one is enoughDenis Vlasenko2007-12-261-39/+47
* init: sometimes, #ifdefs are cleaner.Denis Vlasenko2007-12-251-22/+13
* sync examples to what actual actual code expectsDenis Vlasenko2007-12-251-6/+6
* add expected outputMike Frysinger2007-12-251-0/+2
* convert #if to if -- let gcc optimize away dead code for usMike Frysinger2007-12-252-133/+109
* init: add FEATURE_KILL_REMOVED (Eugene Bordenkircher <eugebo@gmail.com>)Denis Vlasenko2007-12-252-63/+74
* fix typo in web pageDenis Vlasenko2007-12-241-1/+1
* Makefile: change version to 1.10.0.svnDenis Vlasenko2007-12-244-47/+57
* Announce 1.9.01_9_0Denis Vlasenko2007-12-242-2/+71
* hush: fixlet for NOMMUDenis Vlasenko2007-12-242-69/+135
* nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko2007-12-2414-90/+179
* defconfig: updateDenis Vlasenko2007-12-244-9/+15
* od: reduce data/bss usage (code size went down too)Denis Vlasenko2007-12-241-41/+30
* umount: fix fallout from stack reduction changeDenis Vlasenko2007-12-241-2/+2
* vi: speed up some string opsDenis Vlasenko2007-12-231-42/+56
* cttyhack: trivial build fixletDenis Vlasenko2007-12-221-1/+1
* vi: reduce amount of memset'ing on each screen refreshDenis Vlasenko2007-12-221-9/+13
* vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable,Denis Vlasenko2007-12-223-22/+51