summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2017-01-01fix breakage found by mass one-applet buildsDenys Vlasenko8-20/+29
2016-11-28Do not print useless empty line after list of appletsDenys Vlasenko1-1/+1
2016-11-18Fix allnoconfig warningsDenys Vlasenko1-8/+16
2016-10-03hush: add commented-out debug printouts in "memleak" built-inDenys Vlasenko2-0/+17
2016-08-19hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186Denys Vlasenko3-5/+25
2016-07-05build system: fix a few warnings for allnoconfig buildDenys Vlasenko3-15/+19
2016-07-05libbb: suppress warning about run_applet_and_exitRon Yorston1-2/+2
2016-06-19libbb: move common code into run_applet_and_exitRon Yorston2-15/+8
2016-06-18Allow "busybox <applet>" to work when busybox is disabledRon Yorston1-0/+4
2016-05-31Make busybox an optional appletDenys Vlasenko2-3/+19
2016-04-15Rewrite iteration through applet names to save a few bytesRon Yorston3-6/+7
2016-04-03find_applet_by_name: loop index should be signedRon Yorston1-1/+2
2016-04-03main(): add a TODO about finding a use for _end[] areaDenys Vlasenko1-0/+13
2016-04-02typo fixDenys Vlasenko1-1/+1
2016-04-02find_applet_by_name: add an example of faster linear search codeDenys Vlasenko1-3/+77
2016-03-29applet_tables: save space by removing applet name offsetsRon Yorston4-58/+120
2015-10-30busybox: alter help message in standalone shell modeRon Yorston1-0/+9
2015-10-22libbb: factor out code which queries screen widthDenys Vlasenko9-15/+15
2015-10-19libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko4-29/+24
2015-07-13Removes stray empty line from codeManinder Singh28-46/+0
2015-05-25Print one less newline at the end of bb_show_usage()Denys Vlasenko1-1/+1
2015-04-21special-case {true,false,test} --helpDenys Vlasenko4-28/+21
2015-04-02update copyright yearsAaro Koskinen1-1/+1
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2014-11-17exit with 127 if appled name wasn't found - it's more POSIXyDenys Vlasenko1-2/+4
2014-09-17false: make "false --help" exit with 1Denys Vlasenko2-8/+35
2014-08-11init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startupDenys Vlasenko1-2/+1
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2014-01-31appletlib: fix set-but-unused warningMike Frysinger1-1/+5
2013-07-30Whitespace fixesDenys Vlasenko12-23/+23
2013-02-28make --help return exitcode 0. Closes 5612Denys Vlasenko1-1/+1
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-17code shrinkDenys Vlasenko1-8/+12
2012-07-26Simplify copyright/license notice that appears in the binary.Bradley M. Kuhn1-3/+3
2012-07-09busybox: tweak help text and copyright yearDenys Vlasenko1-2/+2
2012-05-14busybox: tweak help text and copyright yearDenys Vlasenko1-2/+2
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-03-22busybox: tweak help textDenys Vlasenko1-3/+6
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko46-45/+45
2011-08-13Bump version to 1.19.0, update copyright year in help messageDenys Vlasenko2-2/+2
2011-07-04more and less const char fmt fixesTanguy Pruvot7-10/+11
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-06-03appletlib.c: do not use PAGE_SIZE for malloc tweakingDenys Vlasenko1-13/+2
2011-05-20warning removalCristian Ionescu-Idbohrn2-8/+1
2011-05-16busybox.conf: code shrinkDenys Vlasenko1-13/+12
2011-05-16busybox.conf: USER.GROUP is _optional_Denys Vlasenko2-14/+16
2011-05-16main: make busybox.conf mode handling less obscureDenys Vlasenko2-34/+43
2011-05-16main: free suid_config list after useDenys Vlasenko3-35/+36
2011-05-15simplify parsing of /etc/busybox.confDenys Vlasenko3-47/+33
[next]