Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2006-01-26 | for change previous log: close bug 186 | "Vladimir N. Oleynik" | 1 | -1/+1 | |
2006-01-26 | close bug 190 | "Vladimir N. Oleynik" | 1 | -4/+4 | |
2006-01-25 | use LC_ALL, not LANG, for forcing C | Mike Frysinger | 2 | -2/+2 | |
2006-01-25 | C99 say: "char" declaration may be signed or unsigned default | "Vladimir N. Oleynik" | 1 | -10/+12 | |
2006-01-25 | added support /prefix for IPV4 form IPV6 code. Close bug 461 | "Vladimir N. Oleynik" | 1 | -3/+20 | |
2006-01-25 | - Simplify the prereq and add more documentation. | Bernhard Reutner-Fischer | 1 | -41/+41 | |
- Fix regex for allyesconfig. | |||||
2006-01-25 | +#include <sys/socket.h> | "Vladimir N. Oleynik" | 1 | -237/+238 | |
remove unused 'int i' form main whitespacing only | |||||
2006-01-25 | new applet. Thanks Roberto A. Foglietta | "Vladimir N. Oleynik" | 7 | -0/+494 | |
2006-01-25 | support 64 arith. Close bug 136 | "Vladimir N. Oleynik" | 2 | -18/+42 | |
2006-01-25 | close bug 638 | "Vladimir N. Oleynik" | 1 | -1/+5 | |
2006-01-25 | Add more bash-like dot-dirs cmdedit feature | "Vladimir N. Oleynik" | 2 | -98/+109 | |
Close bug 648. Restore my whitespace | |||||
2006-01-25 | ignore whitespace | Tim Riker | 1 | -1/+1 | |
2006-01-25 | LANG=C should help | Tim Riker | 2 | -2/+2 | |
2006-01-25 | just whitespace | Tim Riker | 254 | -2027/+2027 | |
2006-01-24 | - correct flag for gcc-3.x | Bernhard Reutner-Fischer | 1 | -1/+1 | |
2006-01-24 | - Turn off combine for allyesconfig and allbareconfig. | Bernhard Reutner-Fischer | 1 | -2/+2 | |
The user ought to explicitely request this. | |||||
2006-01-24 | - readd config option for libbusybox and ima-mode which were accidentally | Bernhard Reutner-Fischer | 1 | -6/+54 | |
dropped by landley in rev13542. | |||||
2006-01-24 | close bug 657 | "Vladimir N. Oleynik" | 1 | -7/+7 | |
2006-01-24 | Once more, with fewer inappropriate semicolons. | Rob Landley | 1 | -2/+2 | |
2006-01-23 | Ken McGuire's patch to make mke2fs and e2fsck work on big endian systems like | Rob Landley | 5 | -31/+17 | |
PPC, with an obligatory couple of swipes from me. | |||||
2006-01-23 | Testing CONFIG_SORT_BIG to display the help for the big version of sort isn't | Rob Landley | 1 | -1/+4 | |
much use when the symbol is CONFIG_FEATURE_SORT_BIG. | |||||
2006-01-23 | ash with -funsigned-char don`t work! | "Vladimir N. Oleynik" | 1 | -1/+1 | |
2006-01-23 | Oops, restore tabs | "Vladimir N. Oleynik" | 1 | -17/+17 | |
2006-01-23 | cleanup (dist)clean logic | "Vladimir N. Oleynik" | 1 | -20/+20 | |
2006-01-22 | Close bug 644: loop incrementing twice, skipping ever other device. | Rob Landley | 1 | -1/+1 | |
2006-01-22 | There was a missing ! on strcmp (despite the fact it worked in my testing, | Rob Landley | 1 | -12/+2 | |
I have no idea _how_), and a simpler fix for the extra \n problem. I tested this and it worked for me, for what that's worth... | |||||
2006-01-22 | - add platform.h. | Bernhard Reutner-Fischer | 30 | -264/+182 | |
- use shorter boilerplate while at it. | |||||
2006-01-22 | The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anything | Rob Landley | 5 | -127/+9 | |
else is a kernel bug. Both 2.4 and 2.6 should get this right now. This should fix the bug IraquiGeek is seeing (although killall still needs to be fixed.) |