aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* We came up with our own names for ATTRIBUTE_*, so why check if they're alreadyRob Landley2006-06-151-22/+0
* Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot ofRob Landley2006-06-151-1/+4
* Random cleanup of platform.h.Rob Landley2006-06-131-16/+24
* only check __GNU_LIBRARY__ if it is actually definedMike Frysinger2006-06-061-2/+2
* Shaun Jackman pointed out that KERNEL_VERSION() is used without guards, soRob Landley2006-06-011-2/+0
* - conditionally define BB_NOMMUBernhard Reutner-Fischer2006-05-311-4/+14
* Put parentheses around some of the SWAP() macros, as pointed out by PeterRob Landley2006-05-301-6/+6
* Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts valuesRob Landley2006-05-291-5/+16
* Remove _() and N_() from platform.h. #define them as NOP macros in the twoRob Landley2006-05-291-12/+4
* Move portability stuff to platform.h, and clean up adjtimex.c a bit whileRob Landley2006-05-271-0/+17
* - add workaround for tar being broken since it uses a non-portable constant.Bernhard Reutner-Fischer2006-05-261-0/+6
* - move libc checks from busybox.h to platform.hBernhard Reutner-Fischer2006-05-261-4/+101
* New version of nohup that's much smaller, less paranoid, consistent,Rob Landley2006-05-211-0/+2
* - backout erroneously checked in snippet..Bernhard Reutner-Fischer2006-05-191-2/+0
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-0/+3
* - single KERNEL_VERSION(a,b,c) macro in platform.hBernhard Reutner-Fischer2006-05-191-0/+7
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley2006-05-071-5/+0
* Not quite compiler independent, but we've never tried to be gcc independentRob Landley2006-05-041-11/+5
* just whitespace fixesMike Frysinger2006-03-281-16/+16
* Define both big endian and little endian macros.Rob Landley2006-03-251-3/+6
* fix typoMike Frysinger2006-03-231-1/+1
* Fixup to the previous (portability) patch. Linux actually does needRob Landley2006-03-091-0/+8
* - put NLS stuff in one central place to avoid redefines.Bernhard Reutner-Fischer2006-02-231-1/+5
* Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedRob Landley2006-02-211-0/+15
* New USE() macrosRob Landley2006-02-131-5/+0
* - add and use ATTRIBUTE_ALIGNED(num_bytes)Bernhard Reutner-Fischer2006-01-311-0/+4
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-0/+82