aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* remove stray semicolonDenis Vlasenko2008-04-301-1/+1
* gcc compat fix and warning suppressionDenis Vlasenko2008-03-201-1/+2
* tar: move FNM_LEADING_DIR #define to tar.c - no other users.Denis Vlasenko2008-02-131-6/+0
* some more fixes for cross-compiling on an OS X host: apple provides core type...Mike Frysinger2008-02-071-5/+6
* only include mntent.h according to HAVE_MNTENT_H and dont define this on OS XMike Frysinger2008-02-071-1/+1
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-291-4/+3
* comment fixDenis Vlasenko2008-01-241-2/+1
* hush: report [v]fork failuresDenis Vlasenko2008-01-081-2/+3
* bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code residesDenis Vlasenko2007-10-131-2/+4
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-2/+3
* top: get rid of on-stack variable buffers, use permanent one.Denis Vlasenko2007-09-081-0/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-3/+13
* - add ATTRIBUTE_UNUSED_RESULT for internal useBernhard Reutner-Fischer2007-06-211-0/+3
* diff: shrink code (-85 bytes):Denis Vlasenko2007-06-121-3/+3
* fix -Werror compileDenis Vlasenko2007-05-041-1/+5
* style fixes, no code changesDenis Vlasenko2007-04-161-1/+2
* style fixesDenis Vlasenko2007-04-131-4/+4
* login: remove setpgrp call (makes it work from shell prompt again).Denis Vlasenko2007-04-121-3/+3
* add more convenient defines for [NO]MMU:Denis Vlasenko2007-04-111-2/+10
* - add ATTRIBUTE_DEPRECATED for functions that should be removed in the future.Bernhard Reutner-Fischer2007-04-101-0/+2
* - be gentle to the intel compiler and make sure we have __u64 which is needed...Bernhard Reutner-Fischer2007-03-191-0/+9
* - add C99 bool type for setups that support it.Bernhard Reutner-Fischer2007-01-201-0/+10
* - 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