aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into mergeRon Yorston2012-03-221-1/+1
|\
| * Bump version to 1.19.0, update copyright year in help message1_19_0Denys Vlasenko2011-08-131-1/+1
* | Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into mergeRon Yorston2012-03-221-13/+2
|\|
| * appletlib.c: do not use PAGE_SIZE for malloc tweakingDenys Vlasenko2011-06-031-13/+2
* | Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into mergeRon Yorston2012-03-221-116/+97
|\|
| * warning removalCristian Ionescu-Idbohrn2011-05-201-1/+1
| * busybox.conf: code shrinkDenys Vlasenko2011-05-161-13/+12
| * busybox.conf: USER.GROUP is _optional_Denys Vlasenko2011-05-161-7/+6
| * main: make busybox.conf mode handling less obscureDenys Vlasenko2011-05-161-33/+34
| * main: free suid_config list after useDenys Vlasenko2011-05-161-33/+30
| * simplify parsing of /etc/busybox.confDenys Vlasenko2011-05-161-45/+30
* | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into mergeRon Yorston2012-03-221-1/+1
|\|
| * Fix double words in comments. No code changesMarek Polacek2011-04-161-1/+1
* | Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into mergeRon Yorston2012-03-221-5/+15
|\|
| * busybox: fail if --install is not given an absolute pathDenys Vlasenko2011-03-121-4/+3
| * improve --install operation in chroot jailsDenys Vlasenko2011-03-061-5/+16
* | Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into mergeRon Yorston2012-03-211-2/+2
|\|
| * mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-2/+2
* | 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