aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* mkfs_ext2: fixes for small image generation. images up to ~8M are ok nowDenys Vlasenko2009-10-202-13/+39
* mkfs_ext2: fix 60k image creationDenys Vlasenko2009-10-202-16/+7
* mkfs_ext2: further work by VladimirDenys Vlasenko2009-10-202-45/+69
* mkfs_ext2: small tweakDenys Vlasenko2009-10-201-2/+3
* mkfs_ext2: compat fixesDenys Vlasenko2009-10-202-221/+245
* hush: fix exec builtin in a better way (+ "glob in exec" bug fixed)Denys Vlasenko2009-10-192-27/+19
* menuconfig tweaksDenys Vlasenko2009-10-192-11/+11
* hush: use configured max line length, not BUFSIZE from libcDenys Vlasenko2009-10-191-2/+2
* randomconfig fixesDenys Vlasenko2009-10-194-2/+7
* hush: remove superfluous assignmentDenys Vlasenko2009-10-191-1/+1
* hush: make it compile again :/Denys Vlasenko2009-10-191-3/+3
* hush: cosmetics. no code changesDenys Vlasenko2009-10-191-65/+66
* mkfs_ext2: more work. added test scriptDenys Vlasenko2009-10-182-75/+153
* mkfs_ext2: fixes for huge filesystemsDenys Vlasenko2009-10-182-24/+44
* mkfs_ext2: make it able to create images larger than 4GDenys Vlasenko2009-10-182-57/+98
* hush: fix handling of empty argumentsDenys Vlasenko2009-10-185-15/+58
* mkfs_ext2: shrinkDenys Vlasenko2009-10-181-2/+0
* hush: handle empty execsMike Frysinger2009-10-183-0/+36
* mkfs_ext2: code shrinkDenys Vlasenko2009-10-171-3/+1
* trim usage textDenys Vlasenko2009-10-171-1/+1
* mkfs_ext2: code shrinkDenys Vlasenko2009-10-171-3/+3
* mkfs_ext2: fix a buglet introduced in last commitDenys Vlasenko2009-10-171-4/+7
* mkfs_ext2: shrinkDenys Vlasenko2009-10-171-8/+11
* mkfs_ext2: new applet by VladimirVladimir Dronnikov2009-10-175-33/+524
* sendmail: fix for long headers (by Vladimir)Vladimir Dronnikov2009-10-171-2/+7
* ifup: make /etc/network/interfaces parser tolerant to trailing spacesDenys Vlasenko2009-10-161-1/+4
* sendmail: update by VladimirVladimir Dronnikov2009-10-151-12/+41
* util-linux/mkswap.c: fix warningDenys Vlasenko2009-10-151-13/+13
* hush: add a printf builtinMike Frysinger2009-10-151-0/+13
* hush: unify handling of builtin appletsMike Frysinger2009-10-151-8/+8
* move generate_uuid from mkswap to libbbVladimir Dronnikov2009-10-153-79/+79
* dd: use correct multiplication factor and simplify codeDenys Vlasenko2009-10-141-19/+7
* lineedit: do not hardcode ctrl-C and ctrl-D, use termios fields.Denys Vlasenko2009-10-141-34/+35
* comment anc Config.in changes, no code changesDenys Vlasenko2009-10-142-2/+2
* dd: add a comment, no code changesDenys Vlasenko2009-10-141-3/+3
* dd: speed measurement. optional.Gabor Heja2009-10-142-7/+66
* libiproute/*: code shrinkDenys Vlasenko2009-10-1311-61/+68
* libiproute: code and data shrinkDenys Vlasenko2009-10-132-195/+104
* libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko2009-10-136-146/+158
* ash,hush: fix $RANDOM in children being repeatedDenys Vlasenko2009-10-125-16/+22
* include/xatonum.h: make it survive -WconversionDenys Vlasenko2009-10-111-2/+2
* libbb: revert the change where spawn reports exec failureDenys Vlasenko2009-10-111-1/+2
* hush: shrink $RANDOM supportDenys Vlasenko2009-10-111-7/+4
* ash: use bbox wrappers for malloc etc instead of homegrown onesDenys Vlasenko2009-10-111-34/+44
* ash: trivial shrink by using smaller intDenys Vlasenko2009-10-111-2/+2
* udhcpc: more help text tweakingDenys Vlasenko2009-10-101-1/+1
* udhcpc: better wording in help textDenys Vlasenko2009-10-101-1/+1
* laguage and copyright date corrections, no code changesDenys Vlasenko2009-10-093-3/+3
* ash: make one testsuite entry more robustDenys Vlasenko2009-10-091-0/+5
* shell/Config.in: forgotten chunk with CONFIG_HUSH_RANDOM_SUPPORTDenys Vlasenko2009-10-091-0/+8