aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h
AgeCommit message (Expand)Author
2015-12-17include/platform.h: Remove extra #endif introduced in 6df9612.Ari Sundholm
2015-12-17Resolve linker issues with Android API 21 (dprintf, tcdrain)Chris Renshaw
2015-05-03Conditionalize Bionic workarounds on __ANDROID_API__Matt Whitlock
2015-05-03Bionic lacks mempcpy; enable existing workaroundMatt Whitlock
2015-04-25Bionic lacks ttyname_r; provide a workaroundMatt Whitlock
2015-02-02gzip: speed up and shrink put_16bit()Denys Vlasenko
2015-02-02platform.h: enable mempcpy for FreeBSDDenys Vlasenko
2015-01-29platform.h: mempcpy needs <string.h>Denys Vlasenko
2015-01-25platform.h: add compat mempcpyDenys Vlasenko
2014-06-30Rename INIT_LAST to INIT_FUNC to avoid confusionBartosz Golaszewski
2014-06-22unit-tests: implement the unit-testing frameworkBartosz Golaszewski
2014-04-13libbb: provide usleep() fallback implementationBernhard Reutner-Fischer
2014-01-08Another FreeBSD fix from Matthias AndreeDenys Vlasenko
2014-01-07platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSDDenys Vlasenko
2013-11-27platform: strchrnul is missing if __APPLE__Daniel Borca
2013-06-27md5/sha512: a better fix for strict aliasing warningsDenys Vlasenko
2013-03-12platform: use KERNEL_VERSION to simplify uClibc version checkingMike Frysinger
2013-02-27Fix move_to_unaligned16Denys Vlasenko
2013-01-14sha3sum: new appletLauri Kasanen
2012-08-06platform.h: disable ALIGNn macros for s390[x]Denys Vlasenko
2012-06-10platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATHTias Guns
2012-01-08Move Adroid endgrent() and endpwent() NOPS to libbb.hDenys Vlasenko
2012-01-06platform.h: define endgrent() and endpwent() as no-ops on AndroidDenys Vlasenko
2011-10-09disable strverscmp usage if we build against uClibc-0.9.31Oliver Metz
2011-09-09Android build fixes and alternate (hopefully simpler) defconfig for itDenys Vlasenko
2011-08-28Fixes for FreeBSD buildMatthias Andree
2011-07-08more tweak for bionicDenys Vlasenko
2011-07-08platform.h: tweaks for cygwinDenys Vlasenko
2011-06-30Use the _unlocked stdio macros only when they're all availableDan Fandrich
2011-06-30Use the built-in getline on more systems that don't have itDan Fandrich
2011-06-29platform.c: provide getline implementationTimo Teras
2011-06-21ls: fix HAVE_STRVERSCMP check; add check for older uclibc versionsDenys Vlasenko
2011-06-21Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdefDenys Vlasenko
2011-06-10*: simplify Ethernet header includesDan Fandrich
2011-06-03platform.h: support for build under AndroidDan Fandrich
2011-05-12libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibcDenys Vlasenko
2011-04-17straighten out dprintf/fdprintf mess; remove old "define lchown chown"Denys Vlasenko
2011-02-13Move stpcpy replacement function into libbbDan Fandrich
2011-02-08use unistd.h before _POSIX_VERSIONDenys Vlasenko
2011-02-07incorporate header fixes proposed in bug 3097Denys Vlasenko
2011-01-24FreeBSD compatChris Rees
2011-01-24FreeBSD compatChris Rees
2011-01-22pltaform.h: move include of stdint.h before uint16_t is usedDenys Vlasenko
2011-01-21fix compile error on non-x86 architecturesDenys Vlasenko
2011-01-20sighandler_t definition for BSDChris Rees
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-24Remove check for supported libc.Denys Vlasenko
2010-10-18*: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bitsDenys Vlasenko
2010-10-16md5: code shrink; and use 64-byte temp buf, not 128-byte.Denys Vlasenko