aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-2414-57/+68
* less: small shrinkDenis Vlasenko2008-02-231-11/+7
* syslogd: small shrinkDenis Vlasenko2008-02-231-3/+3
* less: make it a bit more resistant against statusline corruption.Denis Vlasenko2008-02-231-11/+20
* less: update line input so that it doesn't interfere withDenis Vlasenko2008-02-232-46/+82
* lpr: document options betterDenis Vlasenko2008-02-221-17/+17
* small code readability and typo fixesDenis Vlasenko2008-02-222-3/+3
* lpr and lpq applets by Walter Harms.Denis Vlasenko2008-02-2211-1/+399
* ash: s/ckzmalloc/ckzalloc/Denis Vlasenko2008-02-211-1/+1
* ash: sprinkle a bit more of zeroed allocations.Denis Vlasenko2008-02-211-19/+20
* httpd: "HEAD" support. Closes bug 1530.Denis Vlasenko2008-02-211-26/+36
* corrected English in commentDenis Vlasenko2008-02-201-1/+1
* udhcp: we were forgetting to set right op byte in tha packetDenis Vlasenko2008-02-201-6/+1
* udhcp: make paths configurableDenis Vlasenko2008-02-204-3/+21
* libbb: introduce and use nonblock_safe_read(). Yay!Denis Vlasenko2008-02-206-15/+75
* [#1334] exec script for devices even if they dont have device nodesMike Frysinger2008-02-201-4/+14
* ash: introduce and use stzalloc and ckzalloc.Denis Vlasenko2008-02-201-44/+60
* trivial fixes to config systemDenis Vlasenko2008-02-192-2/+3
* ash: fix fallout from "A=1 B=$A; echo $B" code.Denis Vlasenko2008-02-191-19/+29
* microcom: tiny shrink, adding commentsDenis Vlasenko2008-02-191-7/+8
* init: make it NOMMU-capableDenis Vlasenko2008-02-193-35/+104
* init: fix commentsDenis Vlasenko2008-02-191-2/+2
* init: HUP should not be temporarily set to "restart",Denis Vlasenko2008-02-191-4/+1
* fix chat CONFIG_xxx dependenciesDenis Vlasenko2008-02-191-1/+7
* chat: now with "svn add"Denis Vlasenko2008-02-191-0/+443
* findfs,mount: trivial build fix and whitespace fiexsDenis Vlasenko2008-02-192-6/+8
* tar: optional autodetection of gz/bz2 compressed tarballs.Denis Vlasenko2008-02-193-31/+92
* init: fix bug 1111: restart actions were not splitting words:Denis Vlasenko2008-02-192-108/+96
* syslogd: tighten up hostname handling.Denis Vlasenko2008-02-191-4/+4
* tail: fix "tail -c 20 /dev/huge_disk" (was taking ages)Denis Vlasenko2008-02-192-38/+43
* chat: new applet by dronnikov AT gmail.com. With all options on:Denis Vlasenko2008-02-184-0/+71
* lineedit: tiny shrinkDenis Vlasenko2008-02-181-1/+9
* support for mount by label (not yet tested)Denis Vlasenko2008-02-1843-20/+4632
* - fix open(creat) without a modeBernhard Reutner-Fischer2008-02-181-1/+1
* mount: with -vv -f, say what mount() calls we were going to makeDenis Vlasenko2008-02-181-13/+24
* mount: optional support for -vv verbosityDenis Vlasenko2008-02-182-12/+57
* mount: recognize "dirsync" (closes bug 835)Denis Vlasenko2008-02-187-26/+37
* whitespace fixesDenis Vlasenko2008-02-173-3/+3
* dos2unix: shrinkDenis Vlasenko2008-02-171-27/+12
* crontab: stop using remove() - use unlink() insteadDenis Vlasenko2008-02-171-16/+9
* dpkg: fix bug where existence check was reversedDenis Vlasenko2008-02-171-8/+4
* libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko2008-02-1710-39/+33
* microcom: maintainer updateDenis Vlasenko2008-02-161-39/+30
* mount: make -f work even without mtab supportDenis Vlasenko2008-02-164-21/+46
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-1626-154/+249
* crontab: clear env if run by non-root, so that we can use PATH nowDenis Vlasenko2008-02-161-10/+8
* *: more readable handling of pipe fds. No code changes.Denis Vlasenko2008-02-1612-82/+88
* ifupdowm: shrinkDenis Vlasenko2008-02-161-99/+100
* random s/short/int/Denis Vlasenko2008-02-1617-42/+46
* crontab: almost complete rewriteDenis Vlasenko2008-02-162-291/+194