| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2017-08-22 | 1 | -7/+14 |
|\ |
|
| * | klibc-utils: new applets: resume, nuke, minips | Denys Vlasenko | 2017-08-18 | 1 | -0/+1 |
| * | build system: remove unused CONFIG_FEATURE_HAVE_RPC | Denys Vlasenko | 2017-08-14 | 1 | -7/+0 |
| * | config: FEDORA_COMPAT option (so far only tweaks uname) | Denys Vlasenko | 2017-08-03 | 1 | -0/+13 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-29 | 1 | -50/+46 |
|\| |
|
| * | config: trim/improve item names and help texts. | Denys Vlasenko | 2017-07-27 | 1 | -50/+46 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-24 | 1 | -309/+309 |
|\| |
|
| * | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 1 | -309/+309 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-18 | 1 | -137/+143 |
|\| |
|
| * | config: reorder items in "Busybox Settings", improve help | Denys Vlasenko | 2017-07-15 | 1 | -63/+69 |
| * | config: merge "Busybox Settings" and "Busybox Library Tuning" into one menu | Denys Vlasenko | 2017-07-15 | 1 | -47/+51 |
| * | config: fix tab-damaged help text | Denys Vlasenko | 2017-07-15 | 1 | -4/+3 |
| * | build system: FEATURE_LIBBUSYBOX_STATIC - try to pull libc/libm into libbusybox | Denys Vlasenko | 2017-07-15 | 1 | -23/+20 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-02-08 | 1 | -16/+18 |
|\| |
|
| * | Move FEATURE_AUTOWIDTH config option to two applets which use it | Denys Vlasenko | 2017-01-11 | 1 | -11/+0 |
| * | Move FEATURE_USE_TERMIOS config option to two applets which use it | Denys Vlasenko | 2017-01-11 | 1 | -9/+0 |
| * | Big cleanup in config help and description | Denys Vlasenko | 2017-01-10 | 1 | -5/+27 |
| * | build system: no longer prompt for PLATFORM_LINUX option | Kang-Che Sung | 2017-01-08 | 1 | -11/+11 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-11-29 | 1 | -241/+74 |
|\| |
|
| * | Move FEATURE_BUFFERS_USE_foo options to library tuning | Denys Vlasenko | 2016-11-24 | 1 | -24/+0 |
| * | Move locale, unicode, and "use sendfile?" options to library tuning | Denys Vlasenko | 2016-11-24 | 1 | -138/+0 |
| * | Collapse three levers of menuconfig to two levels. | Denys Vlasenko | 2016-11-24 | 1 | -81/+76 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-07-07 | 1 | -0/+12 |
|\| |
|
| * | Make busybox an optional applet | Denys Vlasenko | 2016-05-31 | 1 | -0/+12 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-02-22 | 1 | -0/+10 |
|\| |
|
| * | build: add a sanitizer debug option | Mike Frysinger | 2016-02-12 | 1 | -0/+10 |
| * | build system: remove special-casing for extra libs | Denys Vlasenko | 2015-10-12 | 1 | -8/+0 |
| * | Aboriginal linux/musl build fixes | Denys Vlasenko | 2015-10-05 | 1 | -0/+8 |
* | | Allow different ways to manipulate environment for XP vs 64-bit | Ron Yorston | 2015-07-03 | 1 | -0/+10 |
* | | Allow globbing to be enabled with mingw64 | Ron Yorston | 2015-04-12 | 1 | -8/+9 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-12-14 | 1 | -0/+13 |
|\| |
|
| * | Config: select PLATFORM_LINUX if using sendfile() | Bartosz Golaszewski | 2014-12-10 | 1 | -0/+1 |
| * | libbb: use sendfile() to copy data between file descriptors | Bartosz Golaszewski | 2014-11-27 | 1 | -0/+12 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-06-30 | 1 | -0/+8 |
|\| |
|
| * | unit-tests: implement the unit-testing framework | Bartosz Golaszewski | 2014-06-22 | 1 | -0/+8 |
* | | Drop CONFIG_WIN32_NET setting | Ron Yorston | 2014-03-17 | 1 | -9/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-03-11 | 1 | -4/+8 |
|\| |
|
| * | build system: remove a dead link from Config help text | Denys Vlasenko | 2014-02-25 | 1 | -4/+1 |
| * | Kbuild: move CONFIG_PAM to general configuration | Bartosz Golaszewski | 2014-02-19 | 1 | -0/+7 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2013-08-27 | 1 | -2/+3 |
|\| |
|
| * | unicode: check $LC_CTYPE too to detect Unicode mode | Denys Vlasenko | 2013-07-05 | 1 | -2/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2013-02-07 | 1 | -2/+13 |
|\| |
|
| * | fix a typo in config help text. Closes 5714 | Denys Vlasenko | 2013-01-17 | 1 | -1/+1 |
| * | CONFIG_PID_FILE_PATH: new configuration option for pidfile paths | Anthony G. Basile | 2012-12-19 | 1 | -1/+12 |
* | | Add a build option to turn MSVCRT globbing on or off | Ron Yorston | 2012-12-10 | 1 | -0/+11 |
* | | Fix off_t define so MINGW32 doesn't require LFS | Ron Yorston | 2012-03-31 | 1 | -1/+0 |
* | | Update mingw.c from latest git/compat | Ron Yorston | 2012-03-30 | 1 | -0/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-03-23 | 1 | -8/+36 |
|\| |
|
| * | Add SYSROOT, EXTRA_{LDFLAGS,LDLIBS} config opts; sample Android NDK config | Rob Walker | 2012-03-07 | 1 | -0/+27 |
| * | Config: clarify {SHOW,VERBOSE,COMPRESS}_USAGE | Bernhard Reutner-Fischer | 2011-11-09 | 1 | -8/+9 |