summaryrefslogtreecommitdiff
path: root/libbb/appletlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master'Nguyễn Thái Ngọc Duy2011-01-041-36/+43
|\
| * add if guards around include <malloc.h>Denys Vlasenko2010-12-051-1/+5
| * exclude the case of just "busybox" from previous commitDenys Vlasenko2010-11-291-1/+1
| * if only one applet is enabled, make "busybox applet [params]" work as expectedDenys Vlasenko2010-11-291-29/+33
| * libbb: remove unused variableLauri Kasanen2010-11-131-4/+3
| * rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-1/+1
| * decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko2010-10-281-1/+1
* | Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^'Nguyễn Thái Ngọc Duy2011-01-041-3/+5
|\|
| * tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko2010-10-121-3/+5
* | win32: lowercase argv[0] before searching for applet nameNguyễn Thái Ngọc Duy2010-09-171-3/+7
* | Merge remote branch 'origin/master'Nguyễn Thái Ngọc Duy2010-09-141-0/+1
|\|
| * busybox: add "busybox --list[-full]" to help textDenys Vlasenko2010-09-121-0/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-2/+2
|\|
| * *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-2/+2
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-1/+1
|\|
| * *: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko2010-08-161-1/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-3/+7
|\|
| * randomconfig fixesDenys Vlasenko2010-07-051-1/+5
| * fix compile breakage with "make -j"Denys Vlasenko2010-07-031-1/+1
| * build system: do not rebuild ash and hush on any change to any .c fileDenys Vlasenko2010-06-261-1/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-7/+0
|\|
| * bbconfig: make it independent from printf functionsDenys Vlasenko2010-06-071-7/+0
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-24/+19
|\|
| * Remove requirement that include/applets.h must be sortedDenys Vlasenko2010-06-051-24/+19
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-26/+47
|\|
| * busybox --list option. +140 bytes. Rob wanted it.Denys Vlasenko2010-04-201-25/+44
| * remove stdio from allnoconfig buildDenys Vlasenko2010-04-181-1/+3
* | win32: appletlib: special way to recognize applet name on WindowsNguyễn Thái Ngọc Duy2010-09-101-0/+12
|/
* libbb: locate PAGE_SIZE on HurdDenys Vlasenko2010-03-291-7/+12
* build failure fix and some cosmeticsDenys Vlasenko2009-10-231-1/+1
* experimentally add mallopt tweaks for reduced memory consumptionDenys Vlasenko2009-09-061-0/+20
* code shrink in help text codeDenys Vlasenko2009-08-301-6/+9
* update copyright yearDenys Vlasenko2009-08-271-1/+1
* do not store 1st two bytes of compressed help textDenys Vlasenko2009-08-201-2/+1
* rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes.Denys Vlasenko2009-07-301-2/+2
* comment fix, no code changesDenys Vlasenko2009-07-151-2/+3
* busybox --install [-s] [DIR]: allow a parameter - destination DIRDenys Vlasenko2009-07-151-5/+9
* appletlib.c: prevent applet list overflowing screenDenys Vlasenko2009-05-191-9/+14
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-8/+8
* *: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko2009-03-091-1/+1
* trim help text a bitDenis Vlasenko2008-11-241-2/+2
* *: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko2008-08-051-1/+2
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* test: fix parser to prefer binop over unop, as coreutils does.Denis Vlasenko2008-07-191-4/+13
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-4/+4
* busybox: do not print help to fd 2, print it to fd 1Denis Vlasenko2008-06-251-0/+1
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko2008-05-181-2/+2
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-1/+1