summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-12-12randomconfig fixesDenys Vlasenko2-1/+2
2016-07-12trylink: use "mktemp tmp.XXXXXXXXXX" to placate OS XDenys Vlasenko1-2/+2
2016-06-29build system: make CONFIG_FEATURE_USE_BSS_TAIL less funkyDenys Vlasenko1-72/+28
2016-06-20scripts/trylink: libbusybox fixDenys Vlasenko1-1/+1
2016-06-19randomconfig fixes 2Denys Vlasenko4-3/+6
2016-06-19randomconfig fixesDenys Vlasenko11-46/+80
2016-04-24generate_BUFSIZ.sh: yet another tweakDenys Vlasenko2-13/+42
2016-04-22scripts/trylink: document DATA_SEGMENT_ALIGN() hackDenys Vlasenko1-0/+10
2016-04-21generate_BUFSIZ.sh: catch BUFSIZE < 1024 also on "big" buildsDenys Vlasenko1-2/+2
2016-04-21build system: fix generate_BUFSIZ.sh to not alternate 1k and malloc buildsDenys Vlasenko2-73/+109
2016-04-21libbb: constify *bb_common_bufsiz1 (if it is compiled to be a pointer)Denys Vlasenko2-3/+3
2016-04-21libbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer will be malloced" workDenys Vlasenko2-5/+6
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2016-04-04kconfig/lxdialog: get ncurses CFLAGS with pkg-configBjørn Forsman1-1/+5
2016-04-04kbuild: Make scripts executableMichal Marek1-0/+0
2016-04-04kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.hYann E. MORIN1-2/+2
2016-04-04menuconfig: optionally use pkg-config to detect ncurses libsJustin Lecher1-0/+2
2016-04-04menuconfig: fix extended colors ncurses supportKrzysztof Mazur1-0/+1
2016-04-04kbuild: Fix gcc -x syntaxJean Delvare1-1/+1
2016-04-04kconfig: fix check-lxdialog for DLL platformsYaakov Selkowitz1-1/+1
2016-04-04kconfig: check ncursesw headers first in check-lxdialogYaakov Selkowitz1-3/+3
2016-04-04kconfig: fix menuconfig on debian lennyJunio C Hamano1-0/+2
2016-04-04Revert "lxdialog: fix ncursesw include detection"Mike Frysinger1-5/+1
2016-04-03trylink: on failure, print a hint about CONFIG_EXTRA_LDLIBSDenys Vlasenko1-0/+2
2015-12-01trylink: include LDFLAGS when checking linkageMike Frysinger1-1/+1
2015-10-20typo fixDenys Vlasenko1-1/+1
2015-10-20scripts/trylink: remove $CPPFLAGSDenys Vlasenko1-3/+3
2015-10-20scripts/trylink: fix bit-rotted linker option verificationDenys Vlasenko1-24/+35
2015-10-11randconfig fixesDenys Vlasenko4-10/+26
2015-06-07fix if(p)/free(p) constructManinder Singh4-14/+7
2015-05-25typo fixesManinder Singh17-24/+24
2015-03-16trylink: respect compiler settings when probing featuresMike Frysinger1-2/+2
2015-03-16trylink: use mktemp instead of hardcoding pathsMike Frysinger1-4/+4
2014-11-19merge from cm-12.0 and fix conflictsFrank Chen362-22991/+7782
2014-09-02busybox: restore mac/linux bash compat.Tanguy Pruvot1-3/+5
2014-09-02busybox: Use 'gsed' in Mac buildsDiogo Ferreira1-6/+20
2014-07-23darwin: fix make prepare, force prebuilt host compilerTanguy Pruvot2-8/+15
2014-05-03trylink: emit names of linked executablesDenys Vlasenko1-0/+2
2014-04-19modprobe-small: fix help messages for aliased module-related appletsDenys Vlasenko5-39/+35
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2014-04-02build system: specify '-nostldlib' when linking to .o filesDrew Moseley1-1/+2
2014-03-16build system: for "find", use POSIX not operator (!) instead of -notDenys Vlasenko1-1/+1
2014-01-10build system: fix non-portable sed constructs.Matthias Andree1-2/+12
2014-01-09build system: stop including alloca.h, stdlib.h provides itDenys Vlasenko2-2/+2
2013-12-31fix failures found by randomconfig buildsDenys Vlasenko7-13/+34
2013-12-19build system: fix make gconfigDaniel Borca1-1/+1
2013-11-26build system: use od -b instead of od -t x1Denys Vlasenko2-8/+8
2013-10-16bloat-o-meter: add usage infoBartosz Golaszewski2-10/+16
[next]