| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2018-02-13 | 2 | -0/+3 |
|\ |
|
| * | scripts/randomtest: do not try building static libbysubox | Denys Vlasenko | 2017-12-31 | 1 | -0/+2 |
| * | randomconfig fixes | Denys Vlasenko | 2017-12-31 | 1 | -0/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-09-27 | 1 | -2/+54 |
|\| |
|
| * | build system: fix a compiler warning | Denys Vlasenko | 2017-09-07 | 1 | -0/+2 |
| * | build system: fix "allnoconfig" to clear all options. Closes 10296 | Denys Vlasenko | 2017-09-07 | 1 | -2/+52 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-08-22 | 2 | -1/+4 |
|\| |
|
| * | klibc-utils: new applets: resume, nuke, minips | Denys Vlasenko | 2017-08-18 | 1 | -0/+3 |
| * | do not use `a' quoting style in comments | Denys Vlasenko | 2017-08-02 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-24 | 1 | -0/+18 |
|\| |
|
| * | crond: do not assume setenv() does not leak | Denys Vlasenko | 2017-07-22 | 1 | -0/+18 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-18 | 3 | -6/+44 |
|\| |
|
| * | build system: FEATURE_LIBBUSYBOX_STATIC - try to pull libc/libm into libbusybox | Denys Vlasenko | 2017-07-15 | 1 | -6/+12 |
| * | fixes for bugs found by make_single_applets.sh | Denys Vlasenko | 2017-07-03 | 1 | -0/+26 |
| * | scripts/randomtest: update things which can't be tested on uclibc | Denys Vlasenko | 2017-07-03 | 1 | -0/+6 |
* | | kbuild: avoid warning when building with KBUILD_NO_NLS | Johannes Schindelin | 2017-07-14 | 1 | -3/+3 |
* | | kbuild: simulate force-renaming on Windows | Johannes Schindelin | 2017-07-14 | 1 | -0/+9 |
* | | kbuild: support at least non-interactive mode on Windows | Johannes Schindelin | 2017-07-14 | 5 | -3/+76 |
* | | fixdep: fix assumption that `long` is as large as `void *` | Johannes Schindelin | 2017-07-14 | 4 | -33/+34 |
* | | fixdep: be careful about handling empty lines correctly | Johannes Schindelin | 2017-07-14 | 1 | -1/+4 |
* | | fixdep: read the dependency files in binary mode | Johannes Schindelin | 2017-07-14 | 1 | -2/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-02-08 | 2 | -9/+9 |
|\| |
|
| * | remove "local" bashism from a few scripts | Denys Vlasenko | 2017-01-24 | 2 | -9/+9 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-01-04 | 1 | -0/+1 |
|\| |
|
| * | randomconfig fixes | Denys Vlasenko | 2016-12-12 | 1 | -0/+1 |
* | | Merge branch busybox (up to "ash: comment out free(p) just before...") | Ron Yorston | 2016-10-19 | 1 | -2/+2 |
|\| |
|
| * | trylink: use "mktemp tmp.XXXXXXXXXX" to placate OS X | Denys Vlasenko | 2016-07-12 | 1 | -2/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-07-07 | 4 | -85/+53 |
|\| |
|
| * | build system: make CONFIG_FEATURE_USE_BSS_TAIL less funky | Denys Vlasenko | 2016-06-29 | 1 | -72/+28 |
| * | scripts/trylink: libbusybox fix | Denys Vlasenko | 2016-06-20 | 1 | -1/+1 |
| * | randomconfig fixes 2 | Denys Vlasenko | 2016-06-19 | 1 | -0/+2 |
| * | randomconfig fixes | Denys Vlasenko | 2016-06-19 | 2 | -12/+22 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-05-16 | 2 | -0/+191 |
|\| |
|
| * | generate_BUFSIZ.sh: yet another tweak | Denys Vlasenko | 2016-04-24 | 1 | -13/+41 |
| * | scripts/trylink: document DATA_SEGMENT_ALIGN() hack | Denys Vlasenko | 2016-04-22 | 1 | -0/+10 |
| * | generate_BUFSIZ.sh: catch BUFSIZE < 1024 also on "big" builds | Denys Vlasenko | 2016-04-22 | 1 | -2/+2 |
| * | build system: fix generate_BUFSIZ.sh to not alternate 1k and malloc builds | Denys Vlasenko | 2016-04-21 | 1 | -72/+108 |
| * | libbb: constify *bb_common_bufsiz1 (if it is compiled to be a pointer) | Denys Vlasenko | 2016-04-21 | 1 | -1/+1 |
| * | libbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer will be malloced" work | Denys Vlasenko | 2016-04-21 | 1 | -2/+3 |
| * | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko | 2016-04-21 | 1 | -0/+2 |
| * | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko | 2016-04-21 | 1 | -0/+114 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-04-04 | 2 | -6/+13 |
|\| |
|
| * | kconfig/lxdialog: get ncurses CFLAGS with pkg-config | Bjørn Forsman | 2016-04-03 | 1 | -1/+5 |
| * | kbuild: Make scripts executable | Michal Marek | 2016-04-03 | 1 | -0/+0 |
| * | kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.h | Yann E. MORIN | 2016-04-03 | 1 | -2/+2 |
| * | menuconfig: optionally use pkg-config to detect ncurses libs | Justin Lecher | 2016-04-03 | 1 | -0/+2 |
| * | menuconfig: fix extended colors ncurses support | Krzysztof Mazur | 2016-04-03 | 1 | -0/+1 |
| * | kbuild: Fix gcc -x syntax | Jean Delvare | 2016-04-03 | 1 | -1/+1 |
| * | kconfig: fix check-lxdialog for DLL platforms | Yaakov Selkowitz | 2016-04-03 | 1 | -1/+1 |
| * | kconfig: check ncursesw headers first in check-lxdialog | Yaakov Selkowitz | 2016-04-03 | 1 | -3/+3 |