aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: slap on a few ALIGN* where appropriateDenys Vlasenko2022-02-061-0/+1
* tls: P256: 64-bit optimizationsDenys Vlasenko2021-11-271-0/+2
* ash: add process substitution in bash-compatibility modeRon Yorston2021-06-051-0/+2
* libbb.h: inline byteswapsDenys Vlasenko2021-04-241-0/+1
* platform.h: fix for Bionic >= 21 not having wait3()Denys Vlasenko2021-04-141-0/+4
* ash: placate -Werror=format-securityDenys Vlasenko2021-02-181-0/+8
* Fix bb_setpgrp weapper on the FreeBSDAlex Samorukov2021-01-041-1/+1
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-0/+2
* randomconfig fixDenys Vlasenko2020-06-231-0/+4
* tls: code shrinkDenys Vlasenko2018-11-231-0/+5
* Hopefully fix "will break strict-aliasing rules" warning for get_le32Denys Vlasenko2017-08-101-0/+5
* ash: support platforms that don't have '%m' printf specifierRon Yorston2017-07-281-0/+4
* ash: less hackish implementation of evaltreenr()Denys Vlasenko2017-07-281-0/+7
* Move get_unaligned_le32() macros to platform.hDenys Vlasenko2017-07-151-0/+6
* Allow FAST_FUNC to be overridden at build timeKang-Che Sung2017-01-091-5/+10
* include/platform.h: Remove extra #endif introduced in 6df9612.Ari Sundholm2015-12-171-1/+0
* Resolve linker issues with Android API 21 (dprintf, tcdrain)Chris Renshaw2015-12-171-1/+6
* Conditionalize Bionic workarounds on __ANDROID_API__Matt Whitlock2015-05-031-4/+10
* Bionic lacks mempcpy; enable existing workaroundMatt Whitlock2015-05-031-0/+1
* Bionic lacks ttyname_r; provide a workaroundMatt Whitlock2015-04-251-0/+7
* gzip: speed up and shrink put_16bit()Denys Vlasenko2015-02-021-0/+2
* platform.h: enable mempcpy for FreeBSDDenys Vlasenko2015-02-021-1/+6
* platform.h: mempcpy needs <string.h>Denys Vlasenko2015-01-291-0/+1
* platform.h: add compat mempcpyDenys Vlasenko2015-01-251-0/+9
* Rename INIT_LAST to INIT_FUNC to avoid confusionBartosz Golaszewski2014-06-301-2/+2
* unit-tests: implement the unit-testing frameworkBartosz Golaszewski2014-06-221-0/+3
* libbb: provide usleep() fallback implementationBernhard Reutner-Fischer2014-04-131-2/+14
* Another FreeBSD fix from Matthias AndreeDenys Vlasenko2014-01-081-3/+12
* platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSDDenys Vlasenko2014-01-071-5/+12
* platform: strchrnul is missing if __APPLE__Daniel Borca2013-11-271-1/+1
* md5/sha512: a better fix for strict aliasing warningsDenys Vlasenko2013-06-271-0/+1
* platform: use KERNEL_VERSION to simplify uClibc version checkingMike Frysinger2013-03-121-9/+11
* Fix move_to_unaligned16Denys Vlasenko2013-02-271-1/+1
* sha3sum: new appletLauri Kasanen2013-01-141-1/+4
* platform.h: disable ALIGNn macros for s390[x]Denys Vlasenko2012-08-061-1/+2
* platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATHTias Guns2012-06-101-0/+6
* Move Adroid endgrent() and endpwent() NOPS to libbb.hDenys Vlasenko2012-01-081-5/+0
* platform.h: define endgrent() and endpwent() as no-ops on AndroidDenys Vlasenko2012-01-061-0/+5
* disable strverscmp usage if we build against uClibc-0.9.31Oliver Metz2011-10-091-1/+1
* Android build fixes and alternate (hopefully simpler) defconfig for itDenys Vlasenko2011-09-091-1/+1
* Fixes for FreeBSD buildMatthias Andree2011-08-281-0/+2
* more tweak for bionicDenys Vlasenko2011-07-081-1/+3
* platform.h: tweaks for cygwinDenys Vlasenko2011-07-081-1/+14
* Use the _unlocked stdio macros only when they're all availableDan Fandrich2011-06-301-5/+5
* Use the built-in getline on more systems that don't have itDan Fandrich2011-06-301-5/+13
* platform.c: provide getline implementationTimo Teras2011-06-291-0/+5
* ls: fix HAVE_STRVERSCMP check; add check for older uclibc versionsDenys Vlasenko2011-06-211-0/+10
* Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdefDenys Vlasenko2011-06-211-0/+5
* *: simplify Ethernet header includesDan Fandrich2011-06-101-3/+10
* platform.h: support for build under AndroidDan Fandrich2011-06-031-0/+6