summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths,Paul Fox2007-11-081-1/+1
* new xmalloc_readlink_follow() routine to fully expand trailing symlinksPaul Fox2007-11-081-0/+1
* add "-A N" / "--tryagain=N" option to client, to allow altering thePaul Fox2007-11-071-0/+4
* login: clear dangerous environment variables if started by non-rootDenis Vlasenko2007-11-061-0/+2
* ifconfig: code shrinkDenis Vlasenko2007-11-041-4/+7
* appletlib.c: make it actally follow _BB_SUID_ALWAYS rulesDenis Vlasenko2007-10-291-1/+1
* more fixes for help text wrt long optionsDenis Vlasenko2007-10-201-16/+29
* ping: fix breakage from -I fixDenis Vlasenko2007-10-201-0/+5
* kbd_mode: new applet by Loïc Grenié <loic.grenie@gmail.com>Denis Vlasenko2007-10-202-0/+11
* xatonum.h: add commentDenis Vlasenko2007-10-181-1/+12
* more of usage text fixes wrt long optionsDenis Vlasenko2007-10-181-15/+60
* exclude --longopts from usage texts if those are disabledDenis Vlasenko2007-10-181-52/+134
* telnetd: at Alexander Kriegisch <Alexander@kriegisch.name> insistenceDenis Vlasenko2007-10-151-0/+2
* bzip2: update help textDenis Vlasenko2007-10-141-8/+9
* setsebool: new applet (Yuichi Nakamura <ynakam@hitachisoft.jp>)Denis Vlasenko2007-10-142-0/+7
* bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code residesDenis Vlasenko2007-10-134-4/+20
* trim too verbose help textsDenis Vlasenko2007-10-111-37/+36
* fix a problem with two different applet_name'sDenis Vlasenko2007-10-111-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-114-14/+34
* Move applets/applet.c into libbb, allows to get rid of --whole-archiveDenis Vlasenko2007-10-101-0/+3
* get rid of global "struct bb_applet *current_applet"Denis Vlasenko2007-10-101-3/+2
* typo fix in help textDenis Vlasenko2007-10-091-1/+1
* make --help work for "individual applets" too.Denis Vlasenko2007-10-071-1/+1
* libbusybox: move (possibly compressed) help stuff into libbusybox.Denis Vlasenko2007-10-071-1/+2
* trim too verbose help messagesDenis Vlasenko2007-10-071-8/+7
* reviving libbusybox, adding CONFIG_INDIVIDUAL part 4Denis Vlasenko2007-10-071-1/+8
* gunzip: support concatenated gz files.Denis Vlasenko2007-10-051-2/+0
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+2
* introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko2007-09-301-0/+1
* print_signames_and_exit -> print_signames (because of "ash calls kill_main")Denis Vlasenko2007-09-301-1/+1