| Commit message (Expand) | Author | Files | Lines |
2006-12-30 | saw commit of vapier@busybox.net (thanks!), | vda | 1 | -17/+22 |
2006-12-30 | kill off AUTOCONF_INCLUDED (again) since it tends to get into cat fights with... | vapier | 1 | -1/+1 |
2006-12-30 | make sure AUTOCONF_TIMESTAMP is filled up properly ... if user has a timezone... | vapier | 1 | -3/+12 |
2006-12-30 | prevent buffer underflows with empty lines | vapier | 1 | -1/+1 |
2006-12-30 | prevent accessing memory that we dont own | vapier | 1 | -5/+5 |
2006-12-30 | next bunch of fixes for bugs found by randconfig | vda | 8 | -228/+234 |
2006-12-30 | done a dozen of randconfig test. guess what? ALL failed... | vda | 11 | -43/+71 |
2006-12-30 | fix for uclibc-without-shadow.h compilation | vda | 3 | -10/+18 |
2006-12-29 | we need to use the compiler driver to invoke LD as LDFLAGS is in the form the... | vapier | 1 | -1/+1 |
2006-12-28 | Add link to post-1.3.1 patches to website | vda | 1 | -0/+1 |
2006-12-28 | * precision requires the argument be an integer, not size_t | vapier | 1 | -1/+1 |
2006-12-28 | fix build without shadow support | vda | 5 | -139/+141 |
2006-12-28 | bb_xget[pw/gr]nam were horribly misnamed - fixed. | vda | 12 | -152/+186 |
2006-12-27 | news.html: Fix bad English | vda | 1 | -1/+1 |
2006-12-27 | fix typo | vda | 1 | -1/+1 |
2006-12-27 | Announce 1.3.1 | vda | 1 | -0/+7 |
2006-12-26 | ash: is_safe_applet mustn't affect disabled applets | vda | 1 | -16/+33 |
2006-12-26 | merge post-1.3.0 fixes | vda | 12 | -21/+48 |
2006-12-26 | properly export externs thru *.h files | vda | 3 | -8/+9 |
2006-12-26 | adduser: trivial code movement | vda | 3 | -8/+8 |
2006-12-26 | style fixes | vda | 39 | -118/+114 |
2006-12-26 | chattr: bugfixes and size reduction | vda | 3 | -41/+31 |
2006-12-26 | trivial size reduction | vda | 1 | -24/+24 |
2006-12-26 | leftover of e2fsck surgery | vda | 7 | -101/+61 |
2006-12-26 | put small subset of e2fsprogs back in the tree: | vda | 142 | -0/+42719 |
2006-12-26 | remove e2fsprogs. Nobody volunteered to clean up that mess | vda | 133 | -40208/+0 |
2006-12-25 | Fix irregular capitalization in usage texts | vda | 1 | -536/+535 |
2006-12-25 | trim help texts a bit more | vda | 1 | -16/+16 |
2006-12-25 | less: fix regexp search '/' on large files | vda | 1 | -47/+71 |
2006-12-24 | more usage message cleanups | vda | 1 | -164/+152 |
2006-12-24 | Cleanup usage messages (-200 bytes). | vda | 3 | -370/+379 |
2006-12-24 | random tiny size savings | vda | 5 | -60/+53 |
2006-12-24 | small stupid changes. no code changes | vda | 2 | -10/+3 |
2006-12-24 | missing piece of prev commit: ndelay_off | vda | 3 | -12/+6 |
2006-12-24 | less: implement waiting for input using select(). Rather tricky business. | vda | 2 | -455/+517 |
2006-12-23 | sum: 40% size reduction (-300 bytes) | vda | 2 | -117/+53 |
2006-12-23 | su: fix typo: "argv -= optind" should be += | vda | 1 | -1/+1 |
2006-12-23 | use xbind, xconnect where appropriate. | vda | 4 | -84/+53 |
2006-12-23 | #define FEATURE_GETUSERNAME_AND_HOMEDIR should be always #defined | vda | 1 | -3/+2 |
2006-12-23 | fix recognitions of -SIGname signals | vda | 2 | -8/+10 |
2006-12-23 | find: fix spurious -exec error messages | vda | 2 | -4/+8 |
2006-12-22 | remove useless casts (type*) xzalloc(...) | vda | 7 | -16/+13 |
2006-12-22 | dpkg: getopt32-ification etc, -100 bytes | vda | 1 | -223/+170 |
2006-12-22 | tail: -50 text bytes | vda | 1 | -88/+48 |
2006-12-22 | rpm: reformat. was really hard to read | vda | 1 | -121/+168 |
2006-12-22 | convert "negaite" config option into reversed (INCLUDE_SUSv2) | vda | 5 | -12/+12 |
2006-12-22 | time: -200 bytes of text | vda | 1 | -84/+96 |
2006-12-22 | time: fix option parsing bug, size optimizations | vda | 1 | -28/+22 |
2006-12-22 | Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx) | vda | 1 | -5/+1 |
2006-12-22 | removal of commented-out cruft | vda | 5 | -21/+3 |