randomconfig fix
[oweals/busybox.git] / include / platform.h
2020-06-23 Denys Vlasenkorandomconfig fix
2018-11-23 Denys Vlasenkotls: code shrink
2017-08-10 Denys VlasenkoHopefully fix "will break strict-aliasing rules" warnin...
2017-07-28 Ron Yorstonash: support platforms that don't have '%m' printf...
2017-07-28 Denys Vlasenkoash: less hackish implementation of evaltreenr()
2017-07-15 Denys VlasenkoMove get_unaligned_le32() macros to platform.h
2017-01-09 Kang-Che SungAllow FAST_FUNC to be overridden at build time
2015-12-17 Ari Sundholminclude/platform.h: Remove extra #endif introduced...
2015-12-17 Chris RenshawResolve linker issues with Android API 21 (dprintf...
2015-05-03 Matt WhitlockConditionalize Bionic workarounds on __ANDROID_API__
2015-05-03 Matt WhitlockBionic lacks mempcpy; enable existing workaround
2015-04-25 Matt WhitlockBionic lacks ttyname_r; provide a workaround
2015-02-02 Denys Vlasenkogzip: speed up and shrink put_16bit()
2015-02-02 Denys Vlasenkoplatform.h: enable mempcpy for FreeBSD
2015-01-29 Denys Vlasenkoplatform.h: mempcpy needs <string.h>
2015-01-25 Denys Vlasenkoplatform.h: add compat mempcpy
2014-06-30 Bartosz GolaszewskiRename INIT_LAST to INIT_FUNC to avoid confusion
2014-06-22 Bartosz Golaszewskiunit-tests: implement the unit-testing framework
2014-04-13 Bernhard Reutner... libbb: provide usleep() fallback implementation
2014-01-08 Denys VlasenkoAnother FreeBSD fix from Matthias Andree
2014-01-07 Denys Vlasenkoplatform.h: undef HAVE_STRCHRNUL only on correct versio...
2013-11-26 Daniel Borcaplatform: strchrnul is missing if __APPLE__
2013-06-26 Denys Vlasenkomd5/sha512: a better fix for strict aliasing warnings
2013-03-12 Mike Frysingerplatform: use KERNEL_VERSION to simplify uClibc version...
2013-02-27 Denys VlasenkoFix move_to_unaligned16
2013-01-14 Lauri Kasanensha3sum: new applet
2012-08-06 Denys Vlasenkoplatform.h: disable ALIGNn macros for s390[x]
2012-06-10 Tias Gunsplatform.h: Android tweaks: ioprio defines, BB_ADDITION...
2012-01-08 Denys VlasenkoMove Adroid endgrent() and endpwent() NOPS to libbb.h
2012-01-06 Denys Vlasenkoplatform.h: define endgrent() and endpwent() as no...
2011-10-09 Oliver Metzdisable strverscmp usage if we build against uClibc...
2011-09-09 Denys VlasenkoAndroid build fixes and alternate (hopefully simpler...
2011-08-28 Matthias AndreeFixes for FreeBSD build
2011-07-08 Denys Vlasenkomore tweak for bionic
2011-07-08 Denys Vlasenkoplatform.h: tweaks for cygwin
2011-06-30 Dan FandrichUse the _unlocked stdio macros only when they're all...
2011-06-30 Dan FandrichUse the built-in getline on more systems that don't...
2011-06-29 Timo Terasplatform.c: provide getline implementation
2011-06-21 Denys Vlasenkols: fix HAVE_STRVERSCMP check; add check for older...
2011-06-21 Denys VlasenkoAdd HAVE_STRVERSCMP, guard the only usage of strverscmp...
2011-06-10 Dan Fandrich*: simplify Ethernet header includes
2011-06-03 Dan Fandrichplatform.h: support for build under Android
2011-05-12 Denys Vlasenkolibbb.h: use inlined sigfillset, sigemptyset, sigisempt...
2011-04-17 Denys Vlasenkostraighten out dprintf/fdprintf mess; remove old "defin...
2011-02-13 Dan FandrichMove stpcpy replacement function into libbb
2011-02-08 Denys Vlasenkouse unistd.h before _POSIX_VERSION
2011-02-07 Denys Vlasenkoincorporate header fixes proposed in bug 3097
2011-01-24 Chris ReesFreeBSD compat
2011-01-24 Chris ReesFreeBSD compat
2011-01-22 Denys Vlasenkopltaform.h: move include of stdint.h before uint16_t...
2011-01-21 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2011-01-21 Denys Vlasenkofix compile error on non-x86 architectures
2011-01-19 Chris Reessighandler_t definition for BSD
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-10-24 Denys VlasenkoRemove check for supported libc.
2010-10-18 Denys Vlasenko*: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes...
2010-10-16 Denys Vlasenkomd5: code shrink; and use 64-byte temp buf, not 128...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-16 Denys Vlasenkoplatform.h: regularize endian detection
2010-08-06 Waldemar BrodkorbOpenBSD compatibility
2010-06-19 Dan FandrichAdded code for nonstandard function strsep()
2010-06-19 Dan FandrichA few minor portability improvements
2010-04-14 Denys Vlasenkodnsd: enforce alignment on packet buffer
2010-02-11 Joakim Tjernlundinclude/platform.h: PowerPC can also do unaligned access
2010-02-06 Denys Vlasenkodnsd: fix one big-endian goof; add a TODO about RA bit
2010-02-04 Denys Vlasenko*: eliminate more aliasing warnings
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2010-02-02 Denys Vlasenkomore thorough fix for systems with strange socklen_t
2010-02-02 Denys Vlasenkostat: get rid on intmax_t
2009-11-26 Denys Vlasenkoping: fix unaligned access. closes bug 745.
2009-11-07 Denys Vlasenkobig endian warning fixes
2009-11-02 Denys Vlasenkoinclude/libbb.h: mark malloc-returning functions with...
2009-11-01 Dan FandrichAdd more compat code for non GNU environments
2009-10-27 Dan Fandrichplatform compatibility work (by Dan Fandrich)
2009-07-08 Denys Vlasenkomove libc related stuff out of platform.h
2009-07-05 Denys VlasenkoPatches to enable FreeBSD build
2009-05-20 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-05-19 Denys Vlasenkoadd platform tweaks
2009-04-17 Denis Vlasenkofix move_to_unaligned32
2009-04-09 Denis Vlasenko*: make "pragma GCC visibility push(hidden)" less ugly
2009-04-01 Denis Vlasenkomore of pointless whitespace fixes
2008-12-08 Denis Vlasenkooptimize 16- and 32-bit moves
2008-12-03 Denis Vlasenkocrond: use bb_setpgrp, not setpgrp
2008-11-01 Denis Vlasenkoadd comment, no code changes
2008-09-25 Bernhard Reutner... - update my name. No obj-code changes ;)
2008-08-06 Bernhard Reutner... - support relatime / norelatime
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-27 Denis Vlasenkoadd stdcall to FAST_FUNC
2008-06-27 Denis Vlasenkoexpand comment about FAST_FUNC
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-13 Denis Vlasenkoudhcpc: kill undocumented -W, it was a no-op.
2008-05-26 Denis Vlasenkoudhcpc: shrink
2008-05-09 Denis VlasenkoUse intra-DSO calls when we build libbusybox. No-op...
2008-04-30 Denis Vlasenkoremove stray semicolon
2008-03-20 Denis Vlasenkogcc compat fix and warning suppression
2008-02-13 Denis Vlasenkotar: move FNM_LEADING_DIR #define to tar.c - no other...
2008-02-07 Mike Frysingersome more fixes for cross-compiling on an OS X host...
2008-02-07 Mike Frysingeronly include mntent.h according to HAVE_MNTENT_H and...
2008-01-29 Bernhard Reutner... - be C99 friendly. Anonymous unions are a GNU extension...
next