aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c
AgeCommit message (Expand)Author
2015-10-19libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko
2015-07-13Removes stray empty line from codeManinder Singh
2015-05-25Print one less newline at the end of bb_show_usage()Denys Vlasenko
2015-04-21special-case {true,false,test} --helpDenys Vlasenko
2015-04-02update copyright yearsAaro Koskinen
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2014-11-17exit with 127 if appled name wasn't found - it's more POSIXyDenys Vlasenko
2014-09-18false: make "false --help" exit with 1Denys Vlasenko
2014-08-11init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startupDenys Vlasenko
2014-01-31appletlib: fix set-but-unused warningMike Frysinger
2013-07-30Whitespace fixesDenys Vlasenko
2013-02-28make --help return exitcode 0. Closes 5612Denys Vlasenko
2013-01-17code shrinkDenys Vlasenko
2012-07-26Simplify copyright/license notice that appears in the binary.Bradley M. Kuhn
2012-05-14busybox: tweak help text and copyright yearDenys Vlasenko
2012-03-22busybox: tweak help textDenys Vlasenko
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko
2011-08-13Bump version to 1.19.0, update copyright year in help messageDenys Vlasenko
2011-06-03appletlib.c: do not use PAGE_SIZE for malloc tweakingDenys Vlasenko
2011-05-20warning removalCristian Ionescu-Idbohrn
2011-05-16busybox.conf: code shrinkDenys Vlasenko
2011-05-16busybox.conf: USER.GROUP is _optional_Denys Vlasenko
2011-05-16main: make busybox.conf mode handling less obscureDenys Vlasenko
2011-05-16main: free suid_config list after useDenys Vlasenko
2011-05-16simplify parsing of /etc/busybox.confDenys Vlasenko
2011-04-16Fix double words in comments. No code changesMarek Polacek
2011-03-12busybox: fail if --install is not given an absolute pathDenys Vlasenko
2011-03-06improve --install operation in chroot jailsDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2010-12-05add if guards around include <malloc.h>Denys Vlasenko
2010-11-29exclude the case of just "busybox" from previous commitDenys Vlasenko
2010-11-29if only one applet is enabled, make "busybox applet [params]" work as expectedDenys Vlasenko
2010-11-13libbb: remove unused variableLauri Kasanen
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko
2010-10-28decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko
2010-10-12tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko
2010-09-12busybox: add "busybox --list[-full]" to help textDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-16*: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko
2010-07-05randomconfig fixesDenys Vlasenko
2010-07-03fix compile breakage with "make -j"Denys Vlasenko
2010-06-26build system: do not rebuild ash and hush on any change to any .c fileDenys Vlasenko
2010-06-07bbconfig: make it independent from printf functionsDenys Vlasenko
2010-06-05Remove requirement that include/applets.h must be sortedDenys Vlasenko
2010-04-20busybox --list option. +140 bytes. Rob wanted it.Denys Vlasenko
2010-04-18remove stdio from allnoconfig buildDenys Vlasenko
2010-03-29libbb: locate PAGE_SIZE on HurdDenys Vlasenko
2009-10-23build failure fix and some cosmeticsDenys Vlasenko
2009-09-06experimentally add mallopt tweaks for reduced memory consumptionDenys Vlasenko
2009-08-30code shrink in help text codeDenys Vlasenko