aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* sort: add support for sorting version stringsRon Yorston2023-10-011-1/+0
* Merge busybox into mergeRon Yorston2022-02-091-0/+1
|\
| * *: slap on a few ALIGN* where appropriateDenys Vlasenko2022-02-061-0/+1
* | Merge busybox into mergeRon Yorston2021-12-271-0/+2
|\|
| * tls: P256: 64-bit optimizationsDenys Vlasenko2021-11-271-0/+2
| * ash: add process substitution in bash-compatibility modeRon Yorston2021-06-051-0/+2
* | ash: improve signal handlingRon Yorston2021-09-211-1/+0
* | win32: let virtual /dev/fd/<num> files be openedRon Yorston2021-06-071-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-05-141-0/+5
|\|
| * libbb.h: inline byteswapsDenys Vlasenko2021-04-241-0/+1
| * platform.h: fix for Bionic >= 21 not having wait3()Denys Vlasenko2021-04-141-0/+4
* | Post-merge build fixesRon Yorston2021-03-011-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-03-011-0/+8
|\|
| * ash: placate -Werror=format-securityDenys Vlasenko2021-02-181-0/+8
* | win32: fixes to build on Windows/MSYS2/mingw-w64Ron Yorston2021-02-211-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-1/+3
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2020-07-091-0/+4
|\|
| * randomconfig fixDenys Vlasenko2020-06-231-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2018-11-281-0/+5
|\|
| * tls: code shrinkDenys Vlasenko2018-11-231-0/+5
* | platform.h: remove obsolete #defineRon Yorston2018-11-271-1/+0
* | win32: import fsync(2) implementation from gnulibRon Yorston2018-02-211-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-0/+5
|\|
| * Hopefully fix "will break strict-aliasing rules" warning for get_le32Denys Vlasenko2017-08-101-0/+5
* | platform.h: WIN32 doesn't support '%m' printf specifierRon Yorston2017-07-291-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-291-0/+11
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2017-07-181-0/+6
|\|
| * Move get_unaligned_le32() macros to platform.hDenys Vlasenko2017-07-151-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2017-02-081-5/+10
|\|
| * Allow FAST_FUNC to be overridden at build timeKang-Che Sung2017-01-091-5/+10
* | 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