aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply post-1.19.0 patches, bump version to 1.19.11_19_1Denys Vlasenko2011-08-281-0/+2
* more tweak for bionicDenys Vlasenko2011-07-081-1/+3
* platform.h: tweaks for cygwinDenys Vlasenko2011-07-081-1/+14
* 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
* ls: fix HAVE_STRVERSCMP check; add check for older uclibc versionsDenys Vlasenko2011-06-211-0/+10
* Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdefDenys Vlasenko2011-06-211-0/+5
* *: simplify Ethernet header includesDan Fandrich2011-06-101-3/+10
* platform.h: support for build under AndroidDan Fandrich2011-06-031-0/+6
* libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibcDenys Vlasenko2011-05-121-75/+82
* straighten out dprintf/fdprintf mess; remove old "define lchown chown"Denys Vlasenko2011-04-171-13/+6
* Move stpcpy replacement function into libbbDan Fandrich2011-02-131-0/+8
* use unistd.h before _POSIX_VERSIONDenys Vlasenko2011-02-081-0/+1
* incorporate header fixes proposed in bug 3097Denys Vlasenko2011-02-071-1/+1
* FreeBSD compatChris Rees2011-01-241-0/+3
* FreeBSD compatChris Rees2011-01-241-0/+6
* pltaform.h: move include of stdint.h before uint16_t is usedDenys Vlasenko2011-01-221-1/+1
* fix compile error on non-x86 architecturesDenys Vlasenko2011-01-211-3/+4
* sighandler_t definition for BSDChris Rees2011-01-201-0/+6
* whitespace cleanupDenys Vlasenko2010-10-291-1/+1
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* Remove check for supported libc.Denys Vlasenko2010-10-241-9/+0
* *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bitsDenys Vlasenko2010-10-181-2/+7
* md5: code shrink; and use 64-byte temp buf, not 128-byte.Denys Vlasenko2010-10-161-0/+4
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-2/+2
* platform.h: regularize endian detectionDenys Vlasenko2010-08-161-15/+20
* OpenBSD compatibilityWaldemar Brodkorb2010-08-061-2/+8
* Added code for nonstandard function strsep()Dan Fandrich2010-06-191-0/+6
* A few minor portability improvementsDan Fandrich2010-06-191-2/+2
* dnsd: enforce alignment on packet bufferDenys Vlasenko2010-04-141-0/+2
* include/platform.h: PowerPC can also do unaligned accessJoakim Tjernlund2010-02-111-1/+1
* dnsd: fix one big-endian goof; add a TODO about RA bitDenys Vlasenko2010-02-061-0/+5
* *: eliminate more aliasing warningsDenys Vlasenko2010-02-041-4/+8
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-0/+7
* more thorough fix for systems with strange socklen_tDenys Vlasenko2010-02-021-12/+0
* stat: get rid on intmax_tDenys Vlasenko2010-02-021-15/+1
* ping: fix unaligned access. closes bug 745.Denys Vlasenko2009-11-261-0/+2
* big endian warning fixesDenys Vlasenko2009-11-071-1/+1
* include/libbb.h: mark malloc-returning functions with GCC attributeDenys Vlasenko2009-11-021-0/+9
* Add more compat code for non GNU environmentsDan Fandrich2009-11-011-9/+41
* platform compatibility work (by Dan Fandrich)Dan Fandrich2009-10-271-20/+42
* move libc related stuff out of platform.hDenys Vlasenko2009-07-081-44/+0
* Patches to enable FreeBSD buildDenys Vlasenko2009-07-051-33/+28
* add platform tweaksDenys Vlasenko2009-05-191-79/+87
* fix move_to_unaligned32Denis Vlasenko2009-04-171-1/+4
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-091-3/+13
* more of pointless whitespace fixesDenis Vlasenko2009-04-011-1/+1
* optimize 16- and 32-bit movesDenis Vlasenko2008-12-081-3/+9
* crond: use bb_setpgrp, not setpgrpDenis Vlasenko2008-12-031-22/+24