aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush: reinstate `cmd` handling for NOMMU (with fat big warning).Denis Vlasenko2008-02-101-0/+3
* microcom: split -d (delay) option away from -tDenis Vlasenko2008-02-091-2/+8
* mktemp: don't advertise -q optionDenis Vlasenko2008-02-091-1/+1
* mktemp: support -p DIR (Timo Teras <timo.teras at iki.fi>)Denis Vlasenko2008-02-091-2/+8
* sendmail: update from maintainerDenis Vlasenko2008-02-082-21/+27
* README: doccument the need of CONFIG_DESKTOPDenis Vlasenko2008-02-081-2/+2
* - add eject -s for SCSI- and USB-devices (Nico Erfurth)Bernhard Reutner-Fischer2008-02-081-0/+3
* some more fixes for cross-compiling on an OS X host: apple provides core type...Mike Frysinger2008-02-072-6/+16
* only include mntent.h according to HAVE_MNTENT_H and dont define this on OS XMike Frysinger2008-02-072-2/+5
* udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)Denis Vlasenko2008-02-041-3/+12
* unzip: do not try to read entire compressed stream at once (it can be huge)Denis Vlasenko2008-02-041-1/+1
* msh: fix Ctrl-C handling with line editingDenis Vlasenko2008-02-021-3/+2
* sendmail: fixes by Vladimir Dronnikov <dronnikov at gmail.com>Denis Vlasenko2008-02-021-7/+9
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-292-5/+4
* sendmail: new applet by dronnikov at gmail.comDenis Vlasenko2008-01-282-0/+24
* *: tidy up usage of char **environDenis Vlasenko2008-01-281-0/+3
* halt: update help textDenis Vlasenko2008-01-241-4/+7
* comment fixDenis Vlasenko2008-01-241-2/+1
* - correct helptext of stat (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-01-171-1/+1
* - implement brctl setpathcost, setportprio, setbridgeprio, stpBernhard Reutner-Fischer2008-01-141-0/+4
* - shrink a bit and implement time related fancy features. Improve help texts.Bernhard Reutner-Fischer2008-01-131-2/+7
* - fix commentary typoBernhard Reutner-Fischer2008-01-131-1/+1
* - new applet brctlBernhard Reutner-Fischer2008-01-132-0/+11
* hush: report [v]fork failuresDenis Vlasenko2008-01-081-2/+3
* tac: new applet. ~240 bytes.Denis Vlasenko2008-01-062-0/+6
* ps: fix overflow in USER and VSZ columnsDenis Vlasenko2008-01-061-1/+3
* ps: add conditional support for -o [e]timeDenis Vlasenko2008-01-051-1/+3
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-021-2/+2
* libbb: introduce fputc_printable (from ed)Denis Vlasenko2007-12-301-0/+5
* Fix xmalloc_fgets_str so that it really does NOT strip terminator.Denis Vlasenko2007-12-261-2/+5
* udhcpc: support for -O <option>.Denis Vlasenko2007-12-101-1/+3
* find: add -iname support (Alexander Griesser <alexander.griesser@lkh-vil.or.at>)Denis Vlasenko2007-12-091-0/+1
* test: stop using lots of bss.Denis Vlasenko2007-11-301-1/+1
* sysctl: add -e: supress warnings about invalid key (Jeremy Kerr <jk@ozlabs.org>)Denis Vlasenko2007-11-291-5/+6
* Further optimize applet tables; prettify build outputDenis Vlasenko2007-11-291-13/+16
* reorganize applet table. Eliminates pointers to names.Denis Vlasenko2007-11-283-36/+34
* cttyhack should be in /bin, not /usr/binDenis Vlasenko2007-11-251-1/+1
* remove echo_main -> bb_echo indirectionDenis Vlasenko2007-11-241-1/+1
* kill lash. "lash" builtin still exists, but it runs hush.Denis Vlasenko2007-11-232-10/+1
* arping: fix help text (-i -> -I), and shorten it a bitDenis Vlasenko2007-11-231-7/+7
* udhcpc: remove -W option, -A can be reused for thatDenis Vlasenko2007-11-221-15/+13
* ash: fix bug where redirection of closed fd was leaving it open afterwards.Denis Vlasenko2007-11-221-1/+1
* sestatus: new SELinux applet (KaiGai Kohei <kaigai@ak.jp.nec.com>)Denis Vlasenko2007-11-222-0/+7
* udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@ax...Denis Vlasenko2007-11-221-21/+27
* ip: stop propagating argc; optimize ip_parse_common_argsDenis Vlasenko2007-11-181-0/+24
* hexdump: add hd alias, add -R optionDenis Vlasenko2007-11-182-13/+21
* dmesg,klogd: make code more readableDenis Vlasenko2007-11-161-37/+36
* who: add -a (by Tito)Denis Vlasenko2007-11-161-2/+4
* df: add -i (conditional on CONFIG)Denis Vlasenko2007-11-151-32/+42
* open_transformer: do not duplicate "<program> -cf -"Denis Vlasenko2007-11-121-3/+3