| Commit message (Expand) | Author | Age | Files | Lines |
* | sort: add support for sorting version strings | Ron Yorston | 2023-10-01 | 1 | -1/+0 |
* | Merge busybox into merge | Ron Yorston | 2022-02-09 | 1 | -0/+1 |
|\ |
|
| * | *: slap on a few ALIGN* where appropriate | Denys Vlasenko | 2022-02-06 | 1 | -0/+1 |
* | | Merge busybox into merge | Ron Yorston | 2021-12-27 | 1 | -0/+2 |
|\| |
|
| * | tls: P256: 64-bit optimizations | Denys Vlasenko | 2021-11-27 | 1 | -0/+2 |
| * | ash: add process substitution in bash-compatibility mode | Ron Yorston | 2021-06-05 | 1 | -0/+2 |
* | | ash: improve signal handling | Ron Yorston | 2021-09-21 | 1 | -1/+0 |
* | | win32: let virtual /dev/fd/<num> files be opened | Ron Yorston | 2021-06-07 | 1 | -0/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-05-14 | 1 | -0/+5 |
|\| |
|
| * | libbb.h: inline byteswaps | Denys Vlasenko | 2021-04-24 | 1 | -0/+1 |
| * | platform.h: fix for Bionic >= 21 not having wait3() | Denys Vlasenko | 2021-04-14 | 1 | -0/+4 |
* | | Post-merge build fixes | Ron Yorston | 2021-03-01 | 1 | -0/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-03-01 | 1 | -0/+8 |
|\| |
|
| * | ash: placate -Werror=format-security | Denys Vlasenko | 2021-02-18 | 1 | -0/+8 |
* | | win32: fixes to build on Windows/MSYS2/mingw-w64 | Ron Yorston | 2021-02-21 | 1 | -0/+5 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-01-14 | 1 | -1/+3 |
|\| |
|
| * | Fix bb_setpgrp weapper on the FreeBSD | Alex Samorukov | 2021-01-04 | 1 | -1/+1 |
| * | decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly | Denys Vlasenko | 2020-11-30 | 1 | -0/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-07-09 | 1 | -0/+4 |
|\| |
|
| * | randomconfig fix | Denys Vlasenko | 2020-06-23 | 1 | -0/+4 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-11-28 | 1 | -0/+5 |
|\| |
|
| * | tls: code shrink | Denys Vlasenko | 2018-11-23 | 1 | -0/+5 |
* | | platform.h: remove obsolete #define | Ron Yorston | 2018-11-27 | 1 | -1/+0 |
* | | win32: import fsync(2) implementation from gnulib | Ron Yorston | 2018-02-21 | 1 | -0/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-08-22 | 1 | -0/+5 |
|\| |
|
| * | Hopefully fix "will break strict-aliasing rules" warning for get_le32 | Denys Vlasenko | 2017-08-10 | 1 | -0/+5 |
* | | platform.h: WIN32 doesn't support '%m' printf specifier | Ron Yorston | 2017-07-29 | 1 | -0/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-29 | 1 | -0/+11 |
|\| |
|
| * | ash: support platforms that don't have '%m' printf specifier | Ron Yorston | 2017-07-28 | 1 | -0/+4 |
| * | ash: less hackish implementation of evaltreenr() | Denys Vlasenko | 2017-07-28 | 1 | -0/+7 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-18 | 1 | -0/+6 |
|\| |
|
| * | Move get_unaligned_le32() macros to platform.h | Denys Vlasenko | 2017-07-15 | 1 | -0/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-02-08 | 1 | -5/+10 |
|\| |
|
| * | Allow FAST_FUNC to be overridden at build time | Kang-Che Sung | 2017-01-09 | 1 | -5/+10 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-02-22 | 1 | -1/+5 |
|\| |
|
| * | include/platform.h: Remove extra #endif introduced in 6df9612. | Ari Sundholm | 2015-12-17 | 1 | -1/+0 |
| * | Resolve linker issues with Android API 21 (dprintf, tcdrain) | Chris Renshaw | 2015-12-17 | 1 | -1/+6 |
* | | Merge branch 'busybox' into mergeFRP | Ron Yorston | 2015-05-18 | 1 | -3/+17 |
|\| |
|
| * | Conditionalize Bionic workarounds on __ANDROID_API__ | Matt Whitlock | 2015-05-03 | 1 | -4/+10 |
| * | Bionic lacks mempcpy; enable existing workaround | Matt Whitlock | 2015-05-03 | 1 | -0/+1 |
| * | Bionic lacks ttyname_r; provide a workaround | Matt Whitlock | 2015-04-25 | 1 | -0/+7 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-03-14 | 1 | -0/+17 |
|\| |
|
| * | gzip: speed up and shrink put_16bit() | Denys Vlasenko | 2015-02-02 | 1 | -0/+2 |
| * | platform.h: enable mempcpy for FreeBSD | Denys Vlasenko | 2015-02-02 | 1 | -1/+6 |
| * | platform.h: mempcpy needs <string.h> | Denys Vlasenko | 2015-01-29 | 1 | -0/+1 |
| * | platform.h: add compat mempcpy | Denys Vlasenko | 2015-01-25 | 1 | -0/+9 |
* | | Changes to allow building with MinGW-w64 | Ron Yorston | 2015-01-05 | 1 | -0/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-06-30 | 1 | -0/+3 |
|\| |
|
| * | Rename INIT_LAST to INIT_FUNC to avoid confusion | Bartosz Golaszewski | 2014-06-30 | 1 | -2/+2 |
| * | unit-tests: implement the unit-testing framework | Bartosz Golaszewski | 2014-06-22 | 1 | -0/+3 |