summaryrefslogtreecommitdiff
path: root/include/platform.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* - move the smallint that is platform dependant to it's proper placeBernhard Reutner-Fischer2007-01-181-0/+11
* remove commented out #includes etcDenis Vlasenko2006-12-311-7/+0
* stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko2006-12-311-6/+6
* style fixesDenis Vlasenko2006-12-261-1/+1
* xfuncs.c: dietlibc actually HAS fdprintf!Denis Vlasenko2006-12-181-2/+11
* nc: add missing castDenis Vlasenko2006-12-181-0/+3
* s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gDenis Vlasenko2006-12-161-1/+1
* add -Wundef, fix uncovered bugsDenis Vlasenko2006-11-171-1/+1
* whitespace cleanupDenis Vlasenko2006-09-171-2/+2
* Revert duplicate patch.Rob Landley2006-09-121-8/+0
* Fix from Bernhard for somebody trying to limp along with gcc 2.95.4.Rob Landley2006-09-121-0/+8
* - small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_...Bernhard Reutner-Fischer2006-09-121-0/+8
* Ok, features.h already defines _OPEN_SOURCE (and complains if it's alreadyRob Landley2006-08-101-1/+0
* Another whack at scripts/individual. Now builds 212 applets.Rob Landley2006-08-091-0/+1
* Add shared subtree support, suggested by Vladimir Dronnikov. Also break out aRob Landley2006-08-081-0/+29
* move lchown/chown define out of specific files and into platform.h where it b...Mike Frysinger2006-07-201-1/+7
* Some old kernel headers don't #include BLKSSZGET in sys/mount.h.Rob Landley2006-06-291-0/+3
* Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.makRob Landley2006-06-221-1/+1
* 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