aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* adapt it to be buildableNguyễn Thái Ngọc Duy2009-04-231-2/+12
* fix -Werror compilevda2007-05-041-1/+5
* style fixes, no code changesvda2007-04-161-1/+2
* style fixesvda2007-04-131-4/+4
* login: remove setpgrp call (makes it work from shell prompt again).vda2007-04-121-3/+3
* add more convenient defines for [NO]MMU:vda2007-04-111-2/+10
* - add ATTRIBUTE_DEPRECATED for functions that should be removed in the future.aldot2007-04-101-0/+2
* - be gentle to the intel compiler and make sure we have __u64 which is needed...aldot2007-03-191-0/+9
* - add C99 bool type for setups that support it.aldot2007-01-201-0/+10
* - move the smallint that is platform dependant to it's proper placealdot2007-01-181-0/+11
* remove commented out #includes etcvda2006-12-311-7/+0
* stop using __u32 etc. uint32_t is there for a reasonvda2006-12-311-6/+6
* style fixesvda2006-12-261-1/+1
* xfuncs.c: dietlibc actually HAS fdprintf!vda2006-12-181-2/+11
* nc: add missing castvda2006-12-181-0/+3
* s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gvda2006-12-161-1/+1
* add -Wundef, fix uncovered bugsvda2006-11-171-1/+1
* whitespace cleanupvda2006-09-171-2/+2
* Revert duplicate patch.landley2006-09-121-8/+0
* Fix from Bernhard for somebody trying to limp along with gcc 2.95.4.landley2006-09-121-0/+8
* - small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_...aldot2006-09-121-0/+8
* Ok, features.h already defines _OPEN_SOURCE (and complains if it's alreadylandley2006-08-101-1/+0
* Another whack at scripts/individual. Now builds 212 applets.landley2006-08-091-0/+1
* Add shared subtree support, suggested by Vladimir Dronnikov. Also break out alandley2006-08-081-0/+29
* move lchown/chown define out of specific files and into platform.h where it b...vapier2006-07-201-1/+7
* Some old kernel headers don't #include BLKSSZGET in sys/mount.h.landley2006-06-291-0/+3
* Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.maklandley2006-06-221-1/+1
* We came up with our own names for ATTRIBUTE_*, so why check if they're alreadylandley2006-06-151-22/+0
* Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot oflandley2006-06-151-1/+4
* Random cleanup of platform.h.landley2006-06-131-16/+24
* 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