Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.mak
[platform/upstream/busybox.git] / include / platform.h
2006-06-22 Rob LandleyPatch from Shaun Jackman to replace CFLAGS_EXTRA with...
2006-06-15 Rob LandleyWe came up with our own names for ATTRIBUTE_*, so why...
2006-06-15 Rob LandleyPatch from Yann Morin to put BLKGETSIZE64 in platform...
2006-06-13 Rob LandleyRandom cleanup of platform.h.
2006-06-06 Mike Frysingeronly check __GNU_LIBRARY__ if it is actually defined
2006-06-01 Rob LandleyShaun Jackman pointed out that KERNEL_VERSION() is...
2006-05-31 Bernhard Reutner... - conditionally define BB_NOMMU
2006-05-30 Rob LandleyPut parentheses around some of the SWAP() macros, as...
2006-05-29 Rob LandleyAdd SWAP_LE?? and SWAP_BE?? macros, and make things...
2006-05-29 Rob LandleyRemove _() and N_() from platform.h. #define them...
2006-05-27 Rob LandleyMove portability stuff to platform.h, and clean up...
2006-05-26 Bernhard Reutner... - add workaround for tar being broken since it uses...
2006-05-26 Bernhard Reutner... - move libc checks from busybox.h to platform.h
2006-05-21 Rob LandleyNew version of nohup that's much smaller, less paranoid...
2006-05-19 Bernhard Reutner... - backout erroneously checked in snippet..
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-19 Bernhard Reutner... - single KERNEL_VERSION(a,b,c) macro in platform.h
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-05-04 Rob LandleyNot quite compiler independent, but we've never tried...
2006-03-28 Mike Frysingerjust whitespace fixes
2006-03-25 Rob LandleyDefine both big endian and little endian macros.
2006-03-23 Mike Frysingerfix typo
2006-03-09 Rob LandleyFixup to the previous (portability) patch. Linux actua...
2006-02-23 Bernhard Reutner... - put NLS stuff in one central place to avoid redefines.
2006-02-21 Rob LandleyPatch from Devin Bayer to split up hash_fd.c into md5...
2006-02-13 Rob LandleyNew USE() macros
2006-01-31 Bernhard Reutner... - add and use ATTRIBUTE_ALIGNED(num_bytes)
2006-01-22 Bernhard Reutner... - add platform.h.