- update my name. No obj-code changes ;)
[platform/upstream/busybox.git] / include / platform.h
2008-09-25 Bernhard Reutner... - update my name. No obj-code changes ;)
2008-08-06 Bernhard Reutner... - support relatime / norelatime
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-27 Denis Vlasenkoadd stdcall to FAST_FUNC
2008-06-27 Denis Vlasenkoexpand comment about FAST_FUNC
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-13 Denis Vlasenkoudhcpc: kill undocumented -W, it was a no-op.
2008-05-26 Denis Vlasenkoudhcpc: shrink
2008-05-09 Denis VlasenkoUse intra-DSO calls when we build libbusybox. No-op...
2008-04-30 Denis Vlasenkoremove stray semicolon
2008-03-20 Denis Vlasenkogcc compat fix and warning suppression
2008-02-13 Denis Vlasenkotar: move FNM_LEADING_DIR #define to tar.c - no other...
2008-02-07 Mike Frysingersome more fixes for cross-compiling on an OS X host...
2008-02-07 Mike Frysingeronly include mntent.h according to HAVE_MNTENT_H and...
2008-01-29 Bernhard Reutner... - be C99 friendly. Anonymous unions are a GNU extension...
2008-01-24 Denis Vlasenkocomment fix
2008-01-08 Denis Vlasenkohush: report [v]fork failures
2007-10-13 Denis Vlasenkobzip2: port bzip2 1.0.4 to busybox. note: bzip2 code...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-08 Denis Vlasenkotop: get rid of on-stack variable buffers, use permanen...
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-06-21 Bernhard Reutner... - add ATTRIBUTE_UNUSED_RESULT for internal use
2007-06-12 Denis Vlasenkodiff: shrink code (-85 bytes):
2007-05-04 Denis Vlasenkofix -Werror compile
2007-04-16 Denis Vlasenkostyle fixes, no code changes
2007-04-13 Denis Vlasenkostyle fixes
2007-04-12 Denis Vlasenkologin: remove setpgrp call (makes it work from shell...
2007-04-11 Denis Vlasenkoadd more convenient defines for [NO]MMU:
2007-04-10 Bernhard Reutner... - add ATTRIBUTE_DEPRECATED for functions that should...
2007-03-19 Bernhard Reutner... - be gentle to the intel compiler and make sure we...
2007-01-20 Bernhard Reutner... - add C99 bool type for setups that support it.
2007-01-18 Bernhard Reutner... - move the smallint that is platform dependant to it...
2006-12-31 Denis Vlasenkoremove commented out #includes etc
2006-12-31 Denis Vlasenkostop using __u32 etc. uint32_t is there for a reason
2006-12-26 Denis Vlasenkostyle fixes
2006-12-18 Denis Vlasenkoxfuncs.c: dietlibc actually HAS fdprintf!
2006-12-18 Denis Vlasenkonc: add missing cast
2006-12-16 Denis Vlasenkos/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g
2006-11-17 Denis Vlasenkoadd -Wundef, fix uncovered bugs
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-12 Rob LandleyRevert duplicate patch.
2006-09-12 Rob LandleyFix from Bernhard for somebody trying to limp along...
2006-09-12 Bernhard Reutner... - small trivia to be gentle to gcc-2.95.x which had...
2006-08-10 Rob LandleyOk, features.h already defines _OPEN_SOURCE (and compla...
2006-08-09 Rob LandleyAnother whack at scripts/individual. Now builds 212...
2006-08-08 Rob LandleyAdd shared subtree support, suggested by Vladimir Dronn...
2006-07-20 Mike Frysingermove lchown/chown define out of specific files and...
2006-06-29 Rob LandleySome old kernel headers don't #include BLKSSZGET in...
2006-06-22 Rob LandleyPatch from Shaun Jackman to replace CFLAGS_EXTRA with...
2006-06-15 Rob LandleyWe came up with our own names for ATTRIBUTE_*, so why...
2006-06-15 Rob LandleyPatch from Yann Morin to put BLKGETSIZE64 in platform...
2006-06-13 Rob LandleyRandom cleanup of platform.h.
2006-06-06 Mike Frysingeronly check __GNU_LIBRARY__ if it is actually defined
2006-06-01 Rob LandleyShaun Jackman pointed out that KERNEL_VERSION() is...
2006-05-31 Bernhard Reutner... - conditionally define BB_NOMMU
2006-05-30 Rob LandleyPut parentheses around some of the SWAP() macros, as...
2006-05-29 Rob LandleyAdd SWAP_LE?? and SWAP_BE?? macros, and make things...
2006-05-29 Rob LandleyRemove _() and N_() from platform.h. #define them...
2006-05-27 Rob LandleyMove portability stuff to platform.h, and clean up...
2006-05-26 Bernhard Reutner... - add workaround for tar being broken since it uses...
2006-05-26 Bernhard Reutner... - move libc checks from busybox.h to platform.h
2006-05-21 Rob LandleyNew version of nohup that's much smaller, less paranoid...
2006-05-19 Bernhard Reutner... - backout erroneously checked in snippet..
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-19 Bernhard Reutner... - single KERNEL_VERSION(a,b,c) macro in platform.h
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-05-04 Rob LandleyNot quite compiler independent, but we've never tried...
2006-03-28 Mike Frysingerjust whitespace fixes
2006-03-25 Rob LandleyDefine both big endian and little endian macros.
2006-03-23 Mike Frysingerfix typo
2006-03-09 Rob LandleyFixup to the previous (portability) patch. Linux actua...
2006-02-23 Bernhard Reutner... - put NLS stuff in one central place to avoid redefines.
2006-02-21 Rob LandleyPatch from Devin Bayer to split up hash_fd.c into md5...
2006-02-13 Rob LandleyNew USE() macros
2006-01-31 Bernhard Reutner... - add and use ATTRIBUTE_ALIGNED(num_bytes)
2006-01-22 Bernhard Reutner... - add platform.h.