aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2016-02-221-1/+5
|\
| * 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
* | Merge branch 'busybox' into mergeFRPRon Yorston2015-05-181-3/+17
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2015-03-141-0/+17
|\|
| * 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
* | Changes to allow building with MinGW-w64Ron Yorston2015-01-051-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2014-06-301-0/+3
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2014-05-061-2/+14
|\|
| * libbb: provide usleep() fallback implementationBernhard Reutner-Fischer2014-04-131-2/+14
* | Merge branch 'busybox' into mergeRon Yorston2014-01-131-6/+22
|\|
| * 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
* | Extend WIN32 statfs to include type, fsid and namelenRon Yorston2014-01-061-1/+0
* | Merge branch 'busybox' into mergeRon Yorston2014-01-021-1/+1
|\|
| * platform: strchrnul is missing if __APPLE__Daniel Borca2013-11-271-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2013-08-271-0/+1
|\|
| * md5/sha512: a better fix for strict aliasing warningsDenys Vlasenko2013-06-271-0/+1
* | df: limited implementation for WIN32Ron Yorston2013-04-031-1/+0
* | Merge branch 'busybox' into mergeRon Yorston2013-03-191-10/+12
|\|
| * platform: use KERNEL_VERSION to simplify uClibc version checkingMike Frysinger2013-03-121-9/+11
| * Fix move_to_unaligned16Denys Vlasenko2013-02-271-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2013-02-071-1/+4
|\|
| * sha3sum: new appletLauri Kasanen2013-01-141-1/+4
* | Merge branch 'busybox' into mergeRon Yorston2012-09-071-1/+8
|\|
| * 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
* | mingw32: add manRon Yorston2012-06-261-0/+1
* | strsep is in upstream BusyBox: no need for MINGW32 versionRon Yorston2012-04-181-0/+1
* | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into mergeRon Yorston2012-03-231-2/+4
|\|
| * 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
* | Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into mergeRon Yorston2012-03-221-2/+17
|\|
| * more tweak for bionicDenys Vlasenko2011-07-081-1/+3
| * platform.h: tweaks for cygwinDenys Vlasenko2011-07-081-1/+14
* | Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into mergeRon Yorston2012-03-221-7/+51
|\|
| * 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