aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* random s/short/int/Denis Vlasenko2008-02-162-3/+3
* crontab: almost complete rewriteDenis Vlasenko2008-02-161-8/+7
* we need to pass back the rtc device name that was actually used so that we ca...Mike Frysinger2008-02-151-1/+1
* split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...Mike Frysinger2008-02-153-0/+97
* sendmail is lexically after selinux, so fix the orderMike Frysinger2008-02-151-1/+1
* fix microcom usageMike Frysinger2008-02-151-5/+5
* tar: real support for -p. +200 if selected.Denis Vlasenko2008-02-141-0/+4
* umount: instead of non-standard -D, use -d with opposite meaningDenis Vlasenko2008-02-141-1/+1
* tar: move FNM_LEADING_DIR #define to tar.c - no other users.Denis Vlasenko2008-02-131-6/+0
* mkswap: fix help text to not lie about supported options.Denis Vlasenko2008-02-131-28/+33
* 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