| Commit message (Expand) | Author | Age | Files | Lines |
* | bb_xget[pw/gr]nam were horribly misnamed - fixed. | vda | 2006-12-28 | 12 | -152/+186 |
* | news.html: Fix bad English | vda | 2006-12-27 | 1 | -1/+1 |
* | fix typo | vda | 2006-12-27 | 1 | -1/+1 |
* | Announce 1.3.1 | vda | 2006-12-27 | 1 | -0/+7 |
* | ash: is_safe_applet mustn't affect disabled applets | vda | 2006-12-26 | 1 | -16/+33 |
* | merge post-1.3.0 fixes | vda | 2006-12-26 | 12 | -21/+48 |
* | properly export externs thru *.h files | vda | 2006-12-26 | 3 | -8/+9 |
* | adduser: trivial code movement | vda | 2006-12-26 | 3 | -8/+8 |
* | style fixes | vda | 2006-12-26 | 39 | -118/+114 |
* | chattr: bugfixes and size reduction | vda | 2006-12-26 | 3 | -41/+31 |
* | trivial size reduction | vda | 2006-12-26 | 1 | -24/+24 |
* | leftover of e2fsck surgery | vda | 2006-12-26 | 7 | -101/+61 |
* | put small subset of e2fsprogs back in the tree: | vda | 2006-12-26 | 142 | -0/+42719 |
* | remove e2fsprogs. Nobody volunteered to clean up that mess | vda | 2006-12-26 | 133 | -40208/+0 |
* | Fix irregular capitalization in usage texts | vda | 2006-12-25 | 1 | -536/+535 |
* | trim help texts a bit more | vda | 2006-12-25 | 1 | -16/+16 |
* | less: fix regexp search '/' on large files | vda | 2006-12-25 | 1 | -47/+71 |
* | more usage message cleanups | vda | 2006-12-24 | 1 | -164/+152 |
* | Cleanup usage messages (-200 bytes). | vda | 2006-12-24 | 3 | -370/+379 |
* | random tiny size savings | vda | 2006-12-24 | 5 | -60/+53 |
* | small stupid changes. no code changes | vda | 2006-12-24 | 2 | -10/+3 |
* | missing piece of prev commit: ndelay_off | vda | 2006-12-24 | 3 | -12/+6 |
* | less: implement waiting for input using select(). Rather tricky business. | vda | 2006-12-24 | 2 | -455/+517 |
* | sum: 40% size reduction (-300 bytes) | vda | 2006-12-23 | 2 | -117/+53 |
* | su: fix typo: "argv -= optind" should be += | vda | 2006-12-23 | 1 | -1/+1 |
* | use xbind, xconnect where appropriate. | vda | 2006-12-23 | 4 | -84/+53 |
* | #define FEATURE_GETUSERNAME_AND_HOMEDIR should be always #defined | vda | 2006-12-23 | 1 | -3/+2 |
* | fix recognitions of -SIGname signals | vda | 2006-12-23 | 2 | -8/+10 |
* | find: fix spurious -exec error messages | vda | 2006-12-23 | 2 | -4/+8 |
* | remove useless casts (type*) xzalloc(...) | vda | 2006-12-22 | 7 | -16/+13 |
* | dpkg: getopt32-ification etc, -100 bytes | vda | 2006-12-22 | 1 | -223/+170 |
* | tail: -50 text bytes | vda | 2006-12-22 | 1 | -88/+48 |
* | rpm: reformat. was really hard to read | vda | 2006-12-22 | 1 | -121/+168 |
* | convert "negaite" config option into reversed (INCLUDE_SUSv2) | vda | 2006-12-22 | 5 | -12/+12 |
* | time: -200 bytes of text | vda | 2006-12-22 | 1 | -84/+96 |
* | time: fix option parsing bug, size optimizations | vda | 2006-12-22 | 1 | -28/+22 |
* | Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx) | vda | 2006-12-22 | 1 | -5/+1 |
* | removal of commented-out cruft | vda | 2006-12-22 | 5 | -21/+3 |
* | tar et al: die if bb_copyfd_size copies less than asked for. | vda | 2006-12-22 | 13 | -66/+85 |
* | cmdedit: reformat code a bit, no algorithm changes | vda | 2006-12-21 | 1 | -233/+230 |
* | fix type character mixup in command completion | vda | 2006-12-21 | 1 | -35/+26 |
* | less: a few fixes for cases where we overflow status line | vda | 2006-12-21 | 1 | -59/+31 |
* | less: restore TAB display (was showing as inverse I after prev changes :) | vda | 2006-12-21 | 1 | -29/+35 |
* | less: "(null)" is a bit strange. "standard input" is better :) | vda | 2006-12-21 | 1 | -5/+14 |
* | less: how many different kinds of status line we need, three?! | vda | 2006-12-21 | 1 | -43/+40 |
* | less: stop dying on bad regexps, quietly pipe data w/o | vda | 2006-12-21 | 4 | -117/+161 |
* | introduce LONE_CHAR (optimized strcmp with one-char string) | vda | 2006-12-21 | 17 | -35/+49 |
* | tail: fix tail +N | vda | 2006-12-21 | 1 | -11/+9 |
* | less: total cleanup and bugfix. | vda | 2006-12-21 | 2 | -253/+238 |
* | less: somewhat buggy applet, but nice. Muchly reduced | vda | 2006-12-20 | 3 | -214/+208 |