Age | Commit message (Expand) | Author |
2016-07-12 | trylink: use "mktemp tmp.XXXXXXXXXX" to placate OS X | Denys Vlasenko |
2016-06-29 | build system: make CONFIG_FEATURE_USE_BSS_TAIL less funky | Denys Vlasenko |
2016-06-20 | scripts/trylink: libbusybox fix | Denys Vlasenko |
2016-06-19 | randomconfig fixes 2 | Denys Vlasenko |
2016-06-19 | randomconfig fixes | Denys Vlasenko |
2016-04-24 | generate_BUFSIZ.sh: yet another tweak | Denys Vlasenko |
2016-04-22 | scripts/trylink: document DATA_SEGMENT_ALIGN() hack | Denys Vlasenko |
2016-04-22 | generate_BUFSIZ.sh: catch BUFSIZE < 1024 also on "big" builds | Denys Vlasenko |
2016-04-21 | build system: fix generate_BUFSIZ.sh to not alternate 1k and malloc builds | Denys Vlasenko |
2016-04-21 | libbb: constify *bb_common_bufsiz1 (if it is compiled to be a pointer) | Denys Vlasenko |
2016-04-21 | libbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer will be malloced" work | Denys Vlasenko |
2016-04-21 | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko |
2016-04-21 | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko |
2016-04-03 | kconfig/lxdialog: get ncurses CFLAGS with pkg-config | Bjørn Forsman |
2016-04-03 | kbuild: Make scripts executable | Michal Marek |
2016-04-03 | kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.h | Yann E. MORIN |
2016-04-03 | menuconfig: optionally use pkg-config to detect ncurses libs | Justin Lecher |
2016-04-03 | menuconfig: fix extended colors ncurses support | Krzysztof Mazur |
2016-04-03 | kbuild: Fix gcc -x syntax | Jean Delvare |
2016-04-03 | kconfig: fix check-lxdialog for DLL platforms | Yaakov Selkowitz |
2016-04-03 | kconfig: check ncursesw headers first in check-lxdialog | Yaakov Selkowitz |
2016-04-03 | kconfig: fix menuconfig on debian lenny | Junio C Hamano |
2016-04-03 | Revert "lxdialog: fix ncursesw include detection" | Mike Frysinger |
2016-04-03 | trylink: on failure, print a hint about CONFIG_EXTRA_LDLIBS | Denys Vlasenko |
2015-12-01 | trylink: include LDFLAGS when checking linkage | Mike Frysinger |
2015-10-20 | typo fix | Denys Vlasenko |
2015-10-20 | scripts/trylink: remove $CPPFLAGS | Denys Vlasenko |
2015-10-20 | scripts/trylink: fix bit-rotted linker option verification | Denys Vlasenko |
2015-10-11 | randconfig fixes | Denys Vlasenko |
2015-06-07 | fix if(p)/free(p) construct | Maninder Singh |
2015-05-25 | typo fixes | Maninder Singh |
2015-03-16 | trylink: respect compiler settings when probing features | Mike Frysinger |
2015-03-16 | trylink: use mktemp instead of hardcoding paths | Mike Frysinger |
2014-05-03 | trylink: emit names of linked executables | Denys Vlasenko |
2014-04-19 | modprobe-small: fix help messages for aliased module-related applets | Denys Vlasenko |
2014-04-02 | build system: specify '-nostldlib' when linking to .o files | Drew Moseley |
2014-03-16 | build system: for "find", use POSIX not operator (!) instead of -not | Denys Vlasenko |
2014-01-10 | build system: fix non-portable sed constructs. | Matthias Andree |
2014-01-09 | build system: stop including alloca.h, stdlib.h provides it | Denys Vlasenko |
2013-12-31 | fix failures found by randomconfig builds | Denys Vlasenko |
2013-12-19 | build system: fix make gconfig | Daniel Borca |
2013-11-26 | build system: use od -b instead of od -t x1 | Denys Vlasenko |
2013-10-16 | bloat-o-meter: add usage info | Bartosz Golaszewski |
2013-09-28 | trylink: only prefix libs with -l | Mike Frysinger |
2013-07-26 | buildsys: Add helper to list suid applets | Bernhard Reutner-Fischer |
2012-09-27 | scripts/kconfig/mconf: work on systems w/o SIGWINCH | Denys Vlasenko |
2012-06-18 | build system: fix build of kconfig on Darwin | Bernhard Walle |
2012-04-20 | fix build breakage found by randconfig | Denys Vlasenko |
2012-03-30 | bloat-o-meter: Remove unused code | Bernhard Reutner-Fischer |
2012-03-30 | bloat-o-meter: handle huge (hex) sizes. | Bernhard Reutner-Fischer |