aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - 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