| Commit message (Expand) | Author | Age | Files | Lines |
* | adapt it to be buildable | Nguyễn Thái Ngọc Duy | 2009-04-23 | 1 | -2/+12 |
* | fix -Werror compile | vda | 2007-05-04 | 1 | -1/+5 |
* | style fixes, no code changes | vda | 2007-04-16 | 1 | -1/+2 |
* | style fixes | vda | 2007-04-13 | 1 | -4/+4 |
* | login: remove setpgrp call (makes it work from shell prompt again). | vda | 2007-04-12 | 1 | -3/+3 |
* | add more convenient defines for [NO]MMU: | vda | 2007-04-11 | 1 | -2/+10 |
* | - add ATTRIBUTE_DEPRECATED for functions that should be removed in the future. | aldot | 2007-04-10 | 1 | -0/+2 |
* | - be gentle to the intel compiler and make sure we have __u64 which is needed... | aldot | 2007-03-19 | 1 | -0/+9 |
* | - add C99 bool type for setups that support it. | aldot | 2007-01-20 | 1 | -0/+10 |
* | - move the smallint that is platform dependant to it's proper place | aldot | 2007-01-18 | 1 | -0/+11 |
* | remove commented out #includes etc | vda | 2006-12-31 | 1 | -7/+0 |
* | stop using __u32 etc. uint32_t is there for a reason | vda | 2006-12-31 | 1 | -6/+6 |
* | style fixes | vda | 2006-12-26 | 1 | -1/+1 |
* | xfuncs.c: dietlibc actually HAS fdprintf! | vda | 2006-12-18 | 1 | -2/+11 |
* | nc: add missing cast | vda | 2006-12-18 | 1 | -0/+3 |
* | s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g | vda | 2006-12-16 | 1 | -1/+1 |
* | add -Wundef, fix uncovered bugs | vda | 2006-11-17 | 1 | -1/+1 |
* | whitespace cleanup | vda | 2006-09-17 | 1 | -2/+2 |
* | Revert duplicate patch. | landley | 2006-09-12 | 1 | -8/+0 |
* | Fix from Bernhard for somebody trying to limp along with gcc 2.95.4. | landley | 2006-09-12 | 1 | -0/+8 |
* | - small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_... | aldot | 2006-09-12 | 1 | -0/+8 |
* | Ok, features.h already defines _OPEN_SOURCE (and complains if it's already | landley | 2006-08-10 | 1 | -1/+0 |
* | Another whack at scripts/individual. Now builds 212 applets. | landley | 2006-08-09 | 1 | -0/+1 |
* | Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a | landley | 2006-08-08 | 1 | -0/+29 |
* | move lchown/chown define out of specific files and into platform.h where it b... | vapier | 2006-07-20 | 1 | -1/+7 |
* | Some old kernel headers don't #include BLKSSZGET in sys/mount.h. | landley | 2006-06-29 | 1 | -0/+3 |
* | Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.mak | landley | 2006-06-22 | 1 | -1/+1 |
* | We came up with our own names for ATTRIBUTE_*, so why check if they're already | landley | 2006-06-15 | 1 | -22/+0 |
* | Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of | landley | 2006-06-15 | 1 | -1/+4 |
* | Random cleanup of platform.h. | landley | 2006-06-13 | 1 | -16/+24 |
* | only check __GNU_LIBRARY__ if it is actually defined | vapier | 2006-06-06 | 1 | -2/+2 |
* | Shaun Jackman pointed out that KERNEL_VERSION() is used without guards, so | landley | 2006-06-01 | 1 | -2/+0 |
* | - conditionally define BB_NOMMU | aldot | 2006-05-31 | 1 | -4/+14 |
* | Put parentheses around some of the SWAP() macros, as pointed out by Peter | landley | 2006-05-30 | 1 | -6/+6 |
* | Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values | landley | 2006-05-29 | 1 | -5/+16 |
* | Remove _() and N_() from platform.h. #define them as NOP macros in the two | landley | 2006-05-29 | 1 | -12/+4 |
* | Move portability stuff to platform.h, and clean up adjtimex.c a bit while | landley | 2006-05-27 | 1 | -0/+17 |
* | - add workaround for tar being broken since it uses a non-portable constant. | aldot | 2006-05-26 | 1 | -0/+6 |
* | - move libc checks from busybox.h to platform.h | aldot | 2006-05-26 | 1 | -4/+101 |
* | New version of nohup that's much smaller, less paranoid, consistent, | landley | 2006-05-21 | 1 | -0/+2 |
* | - backout erroneously checked in snippet.. | aldot | 2006-05-19 | 1 | -2/+0 |
* | - remove emacs layout block as suggested by Robert P.J. Day | aldot | 2006-05-19 | 1 | -0/+3 |
* | - single KERNEL_VERSION(a,b,c) macro in platform.h | aldot | 2006-05-19 | 1 | -0/+7 |
* | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | landley | 2006-05-07 | 1 | -5/+0 |
* | Not quite compiler independent, but we've never tried to be gcc independent | landley | 2006-05-04 | 1 | -11/+5 |
* | just whitespace fixes | vapier | 2006-03-28 | 1 | -16/+16 |
* | Define both big endian and little endian macros. | landley | 2006-03-25 | 1 | -3/+6 |
* | fix typo | vapier | 2006-03-23 | 1 | -1/+1 |
* | Fixup to the previous (portability) patch. Linux actually does need | landley | 2006-03-09 | 1 | -0/+8 |
* | - put NLS stuff in one central place to avoid redefines. | aldot | 2006-02-23 | 1 | -1/+5 |