| Commit message (Expand) | Author | Files | Lines |
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 |
2006-12-22 | tar et al: die if bb_copyfd_size copies less than asked for. | vda | 13 | -66/+85 |
2006-12-21 | cmdedit: reformat code a bit, no algorithm changes | vda | 1 | -233/+230 |
2006-12-21 | fix type character mixup in command completion | vda | 1 | -35/+26 |
2006-12-21 | less: a few fixes for cases where we overflow status line | vda | 1 | -59/+31 |
2006-12-21 | less: restore TAB display (was showing as inverse I after prev changes :) | vda | 1 | -29/+35 |
2006-12-21 | less: "(null)" is a bit strange. "standard input" is better :) | vda | 1 | -5/+14 |
2006-12-21 | less: how many different kinds of status line we need, three?! | vda | 1 | -43/+40 |
2006-12-21 | less: stop dying on bad regexps, quietly pipe data w/o | vda | 4 | -117/+161 |
2006-12-21 | introduce LONE_CHAR (optimized strcmp with one-char string) | vda | 17 | -35/+49 |
2006-12-21 | tail: fix tail +N | vda | 1 | -11/+9 |
2006-12-21 | less: total cleanup and bugfix. | vda | 2 | -253/+238 |
2006-12-20 | less: somewhat buggy applet, but nice. Muchly reduced | vda | 3 | -214/+208 |
2006-12-19 | remove casts from xmalloc() | vda | 15 | -27/+25 |
2006-12-19 | ifupdown: do not print and/or execute empty commands (""). | vda | 1 | -9/+7 |
2006-12-19 | ifupdown: parse() returning NULL and returning "" is not the same, | vda | 2 | -12/+16 |
2006-12-19 | u_short, ulong exterminated | vda | 11 | -95/+90 |
2006-12-19 | cmdedit: fix my bug, improve code a bit | vda | 1 | -31/+20 |
2006-12-19 | - use xlisten/xsocket some more. Saves .25 kB | aldot | 6 | -35/+9 |
2006-12-19 | - rename SU_SYSLOG to FEATURE_SU_SYSLOG | aldot | 3 | -9/+10 |
2006-12-19 | cmdedit: use qsort for sorting command completion results; style fixes | vda | 1 | -132/+104 |
2006-12-19 | passwd: add option to check passwords for weakness | vda | 2 | -1/+9 |