Age | Commit message (Expand) | Author |
2008-05-26 | udhcpc: shrink | Denis Vlasenko |
2008-05-09 | Use intra-DSO calls when we build libbusybox. No-op for normal build. | Denis Vlasenko |
2008-04-30 | remove stray semicolon | Denis Vlasenko |
2008-03-20 | gcc compat fix and warning suppression | Denis Vlasenko |
2008-02-13 | tar: move FNM_LEADING_DIR #define to tar.c - no other users. | Denis Vlasenko |
2008-02-07 | some more fixes for cross-compiling on an OS X host: apple provides core type... | Mike Frysinger |
2008-02-07 | only include mntent.h according to HAVE_MNTENT_H and dont define this on OS X | Mike Frysinger |
2008-01-29 | - be C99 friendly. Anonymous unions are a GNU extension. This change is | Bernhard Reutner-Fischer |
2008-01-24 | comment fix | Denis Vlasenko |
2008-01-08 | hush: report [v]fork failures | Denis Vlasenko |
2007-10-13 | bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code resides | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-09-08 | top: get rid of on-stack variable buffers, use permanent one. | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-06-21 | - add ATTRIBUTE_UNUSED_RESULT for internal use | Bernhard Reutner-Fischer |
2007-06-12 | diff: shrink code (-85 bytes): | Denis Vlasenko |
2007-05-04 | fix -Werror compile | Denis Vlasenko |
2007-04-16 | style fixes, no code changes | Denis Vlasenko |
2007-04-13 | style fixes | Denis Vlasenko |
2007-04-12 | login: remove setpgrp call (makes it work from shell prompt again). | Denis Vlasenko |
2007-04-11 | add more convenient defines for [NO]MMU: | Denis Vlasenko |
2007-04-10 | - add ATTRIBUTE_DEPRECATED for functions that should be removed in the future. | Bernhard Reutner-Fischer |
2007-03-19 | - be gentle to the intel compiler and make sure we have __u64 which is needed... | Bernhard Reutner-Fischer |
2007-01-20 | - add C99 bool type for setups that support it. | Bernhard Reutner-Fischer |
2007-01-18 | - move the smallint that is platform dependant to it's proper place | Bernhard Reutner-Fischer |
2006-12-31 | remove commented out #includes etc | Denis Vlasenko |
2006-12-31 | stop using __u32 etc. uint32_t is there for a reason | Denis Vlasenko |
2006-12-26 | style fixes | Denis Vlasenko |
2006-12-18 | xfuncs.c: dietlibc actually HAS fdprintf! | Denis Vlasenko |
2006-12-18 | nc: add missing cast | Denis Vlasenko |
2006-12-16 | s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g | Denis Vlasenko |
2006-11-17 | add -Wundef, fix uncovered bugs | Denis Vlasenko |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-09-12 | Revert duplicate patch. | Rob Landley |
2006-09-12 | Fix from Bernhard for somebody trying to limp along with gcc 2.95.4. | Rob Landley |
2006-09-12 | - small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_... | Bernhard Reutner-Fischer |
2006-08-10 | Ok, features.h already defines _OPEN_SOURCE (and complains if it's already | Rob Landley |
2006-08-09 | Another whack at scripts/individual. Now builds 212 applets. | Rob Landley |
2006-08-08 | Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a | Rob Landley |
2006-07-20 | move lchown/chown define out of specific files and into platform.h where it b... | Mike Frysinger |
2006-06-29 | Some old kernel headers don't #include BLKSSZGET in sys/mount.h. | Rob Landley |
2006-06-22 | Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.mak | Rob Landley |
2006-06-15 | We came up with our own names for ATTRIBUTE_*, so why check if they're already | Rob Landley |
2006-06-15 | Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of | Rob Landley |
2006-06-13 | Random cleanup of platform.h. | Rob Landley |
2006-06-06 | only check __GNU_LIBRARY__ if it is actually defined | Mike Frysinger |
2006-06-01 | Shaun Jackman pointed out that KERNEL_VERSION() is used without guards, so | Rob Landley |
2006-05-31 | - conditionally define BB_NOMMU | Bernhard Reutner-Fischer |
2006-05-30 | Put parentheses around some of the SWAP() macros, as pointed out by Peter | Rob Landley |
2006-05-29 | Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values | Rob Landley |