index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
platform.h
Age
Commit message (
Expand
)
Author
2014-04-13
libbb: provide usleep() fallback implementation
Bernhard Reutner-Fischer
2014-01-08
Another FreeBSD fix from Matthias Andree
Denys Vlasenko
2014-01-07
platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSD
Denys Vlasenko
2013-11-27
platform: strchrnul is missing if __APPLE__
Daniel Borca
2013-06-27
md5/sha512: a better fix for strict aliasing warnings
Denys Vlasenko
2013-03-12
platform: use KERNEL_VERSION to simplify uClibc version checking
Mike Frysinger
2013-02-27
Fix move_to_unaligned16
Denys Vlasenko
2013-01-14
sha3sum: new applet
Lauri Kasanen
2012-08-06
platform.h: disable ALIGNn macros for s390[x]
Denys Vlasenko
2012-06-10
platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATH
Tias Guns
2012-01-08
Move Adroid endgrent() and endpwent() NOPS to libbb.h
Denys Vlasenko
2012-01-06
platform.h: define endgrent() and endpwent() as no-ops on Android
Denys Vlasenko
2011-10-09
disable strverscmp usage if we build against uClibc-0.9.31
Oliver Metz
2011-09-09
Android build fixes and alternate (hopefully simpler) defconfig for it
Denys Vlasenko
2011-08-28
Fixes for FreeBSD build
Matthias Andree
2011-07-08
more tweak for bionic
Denys Vlasenko
2011-07-08
platform.h: tweaks for cygwin
Denys Vlasenko
2011-06-30
Use the _unlocked stdio macros only when they're all available
Dan Fandrich
2011-06-30
Use the built-in getline on more systems that don't have it
Dan Fandrich
2011-06-29
platform.c: provide getline implementation
Timo Teras
2011-06-21
ls: fix HAVE_STRVERSCMP check; add check for older uclibc versions
Denys Vlasenko
2011-06-21
Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdef
Denys Vlasenko
2011-06-10
*: simplify Ethernet header includes
Dan Fandrich
2011-06-03
platform.h: support for build under Android
Dan Fandrich
2011-05-12
libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibc
Denys Vlasenko
2011-04-17
straighten out dprintf/fdprintf mess; remove old "define lchown chown"
Denys Vlasenko
2011-02-13
Move stpcpy replacement function into libbb
Dan Fandrich
2011-02-08
use unistd.h before _POSIX_VERSION
Denys Vlasenko
2011-02-07
incorporate header fixes proposed in bug 3097
Denys Vlasenko
2011-01-24
FreeBSD compat
Chris Rees
2011-01-24
FreeBSD compat
Chris Rees
2011-01-22
pltaform.h: move include of stdint.h before uint16_t is used
Denys Vlasenko
2011-01-21
fix compile error on non-x86 architectures
Denys Vlasenko
2011-01-20
sighandler_t definition for BSD
Chris Rees
2010-10-29
whitespace cleanup
Denys Vlasenko
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-10-24
Remove check for supported libc.
Denys Vlasenko
2010-10-18
*: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits
Denys Vlasenko
2010-10-16
md5: code shrink; and use 64-byte temp buf, not 128-byte.
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
platform.h: regularize endian detection
Denys Vlasenko
2010-08-06
OpenBSD compatibility
Waldemar Brodkorb
2010-06-19
Added code for nonstandard function strsep()
Dan Fandrich
2010-06-19
A few minor portability improvements
Dan Fandrich
2010-04-14
dnsd: enforce alignment on packet buffer
Denys Vlasenko
2010-02-11
include/platform.h: PowerPC can also do unaligned access
Joakim Tjernlund
2010-02-06
dnsd: fix one big-endian goof; add a TODO about RA bit
Denys Vlasenko
2010-02-04
*: eliminate more aliasing warnings
Denys Vlasenko
2010-02-04
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-02
more thorough fix for systems with strange socklen_t
Denys Vlasenko
[next]