aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-02-07some more fixes for cross-compiling on an OS X host: apple provides core type...Mike Frysinger
2008-02-07only include mntent.h according to HAVE_MNTENT_H and dont define this on OS XMike Frysinger
2008-02-04udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)Denis Vlasenko
2008-02-04unzip: do not try to read entire compressed stream at once (it can be huge)Denis Vlasenko
2008-02-02msh: fix Ctrl-C handling with line editingDenis Vlasenko
2008-02-02sendmail: fixes by Vladimir Dronnikov <dronnikov at gmail.com>Denis Vlasenko
2008-01-29- be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer
2008-01-28sendmail: new applet by dronnikov at gmail.comDenis Vlasenko
2008-01-28*: tidy up usage of char **environDenis Vlasenko
2008-01-24halt: update help textDenis Vlasenko
2008-01-24comment fixDenis Vlasenko
2008-01-17- correct helptext of stat (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-01-14- implement brctl setpathcost, setportprio, setbridgeprio, stpBernhard 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- new applet brctlBernhard Reutner-Fischer
2008-01-08hush: report [v]fork failuresDenis 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-02libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko
2007-12-30libbb: introduce fputc_printable (from ed)Denis Vlasenko
2007-12-26Fix xmalloc_fgets_str so that it really does NOT strip terminator.Denis Vlasenko
2007-12-10udhcpc: support for -O <option>.Denis Vlasenko
2007-12-09find: add -iname support (Alexander Griesser <alexander.griesser@lkh-vil.or.at>)Denis Vlasenko
2007-11-30test: stop using lots of bss.Denis Vlasenko
2007-11-29sysctl: add -e: supress warnings about invalid key (Jeremy Kerr <jk@ozlabs.org>)Denis Vlasenko
2007-11-29Further optimize applet tables; prettify build outputDenis Vlasenko
2007-11-28reorganize applet table. Eliminates pointers to names.Denis Vlasenko
2007-11-25cttyhack should be in /bin, not /usr/binDenis Vlasenko
2007-11-24remove echo_main -> bb_echo indirectionDenis Vlasenko
2007-11-23kill lash. "lash" builtin still exists, but it runs hush.Denis Vlasenko
2007-11-23arping: fix help text (-i -> -I), and shorten it a bitDenis Vlasenko
2007-11-22udhcpc: remove -W option, -A can be reused for thatDenis Vlasenko
2007-11-22ash: fix bug where redirection of closed fd was leaving it open afterwards.Denis Vlasenko
2007-11-22sestatus: new SELinux applet (KaiGai Kohei <kaigai@ak.jp.nec.com>)Denis Vlasenko
2007-11-22udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@ax...Denis Vlasenko
2007-11-18ip: stop propagating argc; optimize ip_parse_common_argsDenis Vlasenko
2007-11-18hexdump: add hd alias, add -R optionDenis Vlasenko
2007-11-16dmesg,klogd: make code more readableDenis Vlasenko
2007-11-16who: add -a (by Tito)Denis Vlasenko
2007-11-15df: add -i (conditional on CONFIG)Denis Vlasenko
2007-11-12open_transformer: do not duplicate "<program> -cf -"Denis Vlasenko
2007-11-08xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths,Paul Fox
2007-11-08new xmalloc_readlink_follow() routine to fully expand trailing symlinksPaul Fox
2007-11-07add "-A N" / "--tryagain=N" option to client, to allow altering thePaul Fox
2007-11-06login: clear dangerous environment variables if started by non-rootDenis Vlasenko
2007-11-04ifconfig: code shrinkDenis Vlasenko
2007-10-29appletlib.c: make it actally follow _BB_SUID_ALWAYS rulesDenis Vlasenko
2007-10-20more fixes for help text wrt long optionsDenis Vlasenko