Age | Commit message (Expand) | Author |
2021-06-05 | ash: add process substitution in bash-compatibility mode | Ron Yorston |
2021-04-24 | libbb.h: inline byteswaps | Denys Vlasenko |
2021-04-14 | platform.h: fix for Bionic >= 21 not having wait3() | Denys Vlasenko |
2021-02-18 | ash: placate -Werror=format-security | Denys Vlasenko |
2021-01-04 | Fix bb_setpgrp weapper on the FreeBSD | Alex Samorukov |
2020-11-30 | decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly | Denys Vlasenko |
2020-06-23 | randomconfig fix | Denys Vlasenko |
2018-11-23 | tls: code shrink | Denys Vlasenko |
2017-08-10 | Hopefully fix "will break strict-aliasing rules" warning for get_le32 | Denys Vlasenko |
2017-07-28 | ash: support platforms that don't have '%m' printf specifier | Ron Yorston |
2017-07-28 | ash: less hackish implementation of evaltreenr() | Denys Vlasenko |
2017-07-15 | Move get_unaligned_le32() macros to platform.h | Denys Vlasenko |
2017-01-09 | Allow FAST_FUNC to be overridden at build time | Kang-Che Sung |
2015-12-17 | include/platform.h: Remove extra #endif introduced in 6df9612. | Ari Sundholm |
2015-12-17 | Resolve linker issues with Android API 21 (dprintf, tcdrain) | Chris Renshaw |
2015-05-03 | Conditionalize Bionic workarounds on __ANDROID_API__ | Matt Whitlock |
2015-05-03 | Bionic lacks mempcpy; enable existing workaround | Matt Whitlock |
2015-04-25 | Bionic lacks ttyname_r; provide a workaround | Matt Whitlock |
2015-02-02 | gzip: speed up and shrink put_16bit() | Denys Vlasenko |
2015-02-02 | platform.h: enable mempcpy for FreeBSD | Denys Vlasenko |
2015-01-29 | platform.h: mempcpy needs <string.h> | Denys Vlasenko |
2015-01-25 | platform.h: add compat mempcpy | Denys Vlasenko |
2014-06-30 | Rename INIT_LAST to INIT_FUNC to avoid confusion | Bartosz Golaszewski |
2014-06-22 | unit-tests: implement the unit-testing framework | Bartosz Golaszewski |
2014-04-13 | libbb: provide usleep() fallback implementation | Bernhard Reutner-Fischer |
2014-01-08 | Another FreeBSD fix from Matthias Andree | Denys Vlasenko |
2014-01-07 | platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSD | Denys Vlasenko |
2013-11-27 | platform: strchrnul is missing if __APPLE__ | Daniel Borca |
2013-06-27 | md5/sha512: a better fix for strict aliasing warnings | Denys Vlasenko |
2013-03-12 | platform: use KERNEL_VERSION to simplify uClibc version checking | Mike Frysinger |
2013-02-27 | Fix move_to_unaligned16 | Denys Vlasenko |
2013-01-14 | sha3sum: new applet | Lauri Kasanen |
2012-08-06 | platform.h: disable ALIGNn macros for s390[x] | Denys Vlasenko |
2012-06-10 | platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATH | Tias Guns |
2012-01-08 | Move Adroid endgrent() and endpwent() NOPS to libbb.h | Denys Vlasenko |
2012-01-06 | platform.h: define endgrent() and endpwent() as no-ops on Android | Denys Vlasenko |
2011-10-09 | disable strverscmp usage if we build against uClibc-0.9.31 | Oliver Metz |
2011-09-09 | Android build fixes and alternate (hopefully simpler) defconfig for it | Denys Vlasenko |
2011-08-28 | Fixes for FreeBSD build | Matthias Andree |
2011-07-08 | more tweak for bionic | Denys Vlasenko |
2011-07-08 | platform.h: tweaks for cygwin | Denys Vlasenko |
2011-06-30 | Use the _unlocked stdio macros only when they're all available | Dan Fandrich |
2011-06-30 | Use the built-in getline on more systems that don't have it | Dan Fandrich |
2011-06-29 | platform.c: provide getline implementation | Timo Teras |
2011-06-21 | ls: fix HAVE_STRVERSCMP check; add check for older uclibc versions | Denys Vlasenko |
2011-06-21 | Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdef | Denys Vlasenko |
2011-06-10 | *: simplify Ethernet header includes | Dan Fandrich |
2011-06-03 | platform.h: support for build under Android | Dan Fandrich |
2011-05-12 | libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibc | Denys Vlasenko |
2011-04-17 | straighten out dprintf/fdprintf mess; remove old "define lchown chown" | Denys Vlasenko |