Denys Vlasenko
|
bac929b99b
Hopefully fix "will break strict-aliasing rules" warning for get_le32
|
7 年之前 |
Ron Yorston
|
be366e5afa
ash: support platforms that don't have '%m' printf specifier
|
7 年之前 |
Denys Vlasenko
|
619d9b5e68
ash: less hackish implementation of evaltreenr()
|
7 年之前 |
Denys Vlasenko
|
2c1258c620
Move get_unaligned_le32() macros to platform.h
|
7 年之前 |
Kang-Che Sung
|
f10f7a21d4
Allow FAST_FUNC to be overridden at build time
|
7 年之前 |
Ari Sundholm
|
b505251242
include/platform.h: Remove extra #endif introduced in 6df9612.
|
9 年之前 |
Chris Renshaw
|
6df961257d
Resolve linker issues with Android API 21 (dprintf, tcdrain)
|
9 年之前 |
Matt Whitlock
|
778efe37ee
Conditionalize Bionic workarounds on __ANDROID_API__
|
9 年之前 |
Matt Whitlock
|
f23e3ec529
Bionic lacks mempcpy; enable existing workaround
|
9 年之前 |
Matt Whitlock
|
cee59053dc
Bionic lacks ttyname_r; provide a workaround
|
9 年之前 |
Denys Vlasenko
|
f7f70bf1b3
gzip: speed up and shrink put_16bit()
|
9 年之前 |
Denys Vlasenko
|
5104645cf8
platform.h: enable mempcpy for FreeBSD
|
9 年之前 |
Denys Vlasenko
|
8c05a74f7e
platform.h: mempcpy needs <string.h>
|
9 年之前 |
Denys Vlasenko
|
50a6d86520
platform.h: add compat mempcpy
|
9 年之前 |
Bartosz Golaszewski
|
bf0f2c7aa6
Rename INIT_LAST to INIT_FUNC to avoid confusion
|
10 年之前 |
Bartosz Golaszewski
|
3ed81cf052
unit-tests: implement the unit-testing framework
|
10 年之前 |
Bernhard Reutner-Fischer
|
ad16741ccd
libbb: provide usleep() fallback implementation
|
10 年之前 |
Denys Vlasenko
|
8e0ad2647a
Another FreeBSD fix from Matthias Andree
|
11 年之前 |
Denys Vlasenko
|
432fbd7a1a
platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSD
|
11 年之前 |
Daniel Borca
|
d9fc4d8f92
platform: strchrnul is missing if __APPLE__
|
11 年之前 |
Denys Vlasenko
|
1f5e81f8f8
md5/sha512: a better fix for strict aliasing warnings
|
11 年之前 |
Mike Frysinger
|
445e7543e8
platform: use KERNEL_VERSION to simplify uClibc version checking
|
11 年之前 |
Denys Vlasenko
|
e3e321682c
Fix move_to_unaligned16
|
11 年之前 |
Lauri Kasanen
|
b8173b603f
sha3sum: new applet
|
12 年之前 |
Denys Vlasenko
|
2ffd710656
platform.h: disable ALIGNn macros for s390[x]
|
12 年之前 |
Tias Guns
|
3645195377
platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATH
|
12 年之前 |
Denys Vlasenko
|
a76dd50ce1
Move Adroid endgrent() and endpwent() NOPS to libbb.h
|
13 年之前 |
Denys Vlasenko
|
6b64a26976
platform.h: define endgrent() and endpwent() as no-ops on Android
|
13 年之前 |
Oliver Metz
|
cc87588a61
disable strverscmp usage if we build against uClibc-0.9.31
|
13 年之前 |
Denys Vlasenko
|
e0894f567a
Android build fixes and alternate (hopefully simpler) defconfig for it
|
13 年之前 |