aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* only check __GNU_LIBRARY__ if it is actually definedvapier2006-06-061-2/+2
* Shaun Jackman pointed out that KERNEL_VERSION() is used without guards, solandley2006-06-011-2/+0
* - conditionally define BB_NOMMUaldot2006-05-311-4/+14
* Put parentheses around some of the SWAP() macros, as pointed out by Peterlandley2006-05-301-6/+6
* Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts valueslandley2006-05-291-5/+16
* Remove _() and N_() from platform.h. #define them as NOP macros in the twolandley2006-05-291-12/+4
* Move portability stuff to platform.h, and clean up adjtimex.c a bit whilelandley2006-05-271-0/+17
* - add workaround for tar being broken since it uses a non-portable constant.aldot2006-05-261-0/+6
* - move libc checks from busybox.h to platform.haldot2006-05-261-4/+101
* New version of nohup that's much smaller, less paranoid, consistent,landley2006-05-211-0/+2
* - backout erroneously checked in snippet..aldot2006-05-191-2/+0
* - remove emacs layout block as suggested by Robert P.J. Dayaldot2006-05-191-0/+3
* - single KERNEL_VERSION(a,b,c) macro in platform.haldot2006-05-191-0/+7
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many byteslandley2006-05-071-5/+0
* Not quite compiler independent, but we've never tried to be gcc independentlandley2006-05-041-11/+5
* just whitespace fixesvapier2006-03-281-16/+16
* Define both big endian and little endian macros.landley2006-03-251-3/+6
* fix typovapier2006-03-231-1/+1
* Fixup to the previous (portability) patch. Linux actually does needlandley2006-03-091-0/+8
* - put NLS stuff in one central place to avoid redefines.aldot2006-02-231-1/+5
* Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedlandley2006-02-211-0/+15
* New USE() macroslandley2006-02-131-5/+0
* - add and use ATTRIBUTE_ALIGNED(num_bytes)aldot2006-01-311-0/+4
* - add platform.h.aldot2006-01-221-0/+82