summaryrefslogtreecommitdiff
path: root/include/platform.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master'Nguyễn Thái Ngọc Duy2011-01-041-1/+1
|\
| * whitespace cleanupDenys Vlasenko2010-10-291-1/+1
* | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d'Nguyễn Thái Ngọc Duy2011-01-041-1/+1
|\|
| * *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d^'Nguyễn Thái Ngọc Duy2011-01-041-9/+0
|\|
| * Remove check for supported libc.Denys Vlasenko2010-10-241-9/+0
* | Merge commit 'eb7fe6dbf5bc93a229379a8047539dd8b90e0974^'Nguyễn Thái Ngọc Duy2011-01-041-2/+7
|\|
| * *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bitsDenys Vlasenko2010-10-181-2/+7
* | Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^'Nguyễn Thái Ngọc Duy2011-01-041-0/+4
|\|
| * md5: code shrink; and use 64-byte temp buf, not 128-byte.Denys Vlasenko2010-10-161-0/+4
* | win32: platform.h: reuse memrchr() in platform.cNguyễn Thái Ngọc Duy2010-09-141-0/+2
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-2/+2
|\|
| * *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-2/+2
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-14/+20
|\|
| * platform.h: regularize endian detectionDenys Vlasenko2010-08-161-15/+20
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-2/+8
|\|
| * OpenBSD compatibilityWaldemar Brodkorb2010-08-061-2/+8
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-2/+8
|\|
| * Added code for nonstandard function strsep()Dan Fandrich2010-06-191-0/+6
| * A few minor portability improvementsDan Fandrich2010-06-191-2/+2
* | win32: platform.h: add bswap_xx()Nguyễn Thái Ngọc Duy2010-09-101-0/+7
* | platform.h: support MinGW portNguyễn Thái Ngọc Duy2010-09-101-4/+24
* | win32: Refuse to be built by MinGW compiler unless platform MINGW32 is selectedNguyễn Thái Ngọc Duy2010-09-101-0/+4
|/
* 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
* add comment, no code changesDenis Vlasenko2008-11-011-0/+1
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
* - support relatime / norelatimeBernhard Reutner-Fischer2008-08-061-1/+3
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-10/+10
* add stdcall to FAST_FUNCDenis Vlasenko2008-06-271-3/+3
* expand comment about FAST_FUNCDenis Vlasenko2008-06-271-1/+8
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-0/+7