aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-19randomconfig fixesDenys Vlasenko
2009-10-19hush: remove superfluous assignmentDenys Vlasenko
2009-10-19hush: make it compile again :/Denys Vlasenko
2009-10-19hush: cosmetics. no code changesDenys Vlasenko
2009-10-18mkfs_ext2: more work. added test scriptDenys Vlasenko
2009-10-18mkfs_ext2: fixes for huge filesystemsDenys Vlasenko
2009-10-18mkfs_ext2: make it able to create images larger than 4GDenys Vlasenko
2009-10-18hush: fix handling of empty argumentsDenys Vlasenko
2009-10-18mkfs_ext2: shrinkDenys Vlasenko
2009-10-18hush: handle empty execsMike Frysinger
2009-10-17mkfs_ext2: code shrinkDenys Vlasenko
2009-10-17trim usage textDenys Vlasenko
2009-10-17mkfs_ext2: code shrinkDenys Vlasenko
2009-10-17mkfs_ext2: fix a buglet introduced in last commitDenys Vlasenko
2009-10-17mkfs_ext2: shrinkDenys Vlasenko
2009-10-17mkfs_ext2: new applet by VladimirVladimir Dronnikov
2009-10-17sendmail: fix for long headers (by Vladimir)Vladimir Dronnikov
2009-10-16ifup: make /etc/network/interfaces parser tolerant to trailing spacesDenys Vlasenko
2009-10-15sendmail: update by VladimirVladimir Dronnikov
2009-10-15util-linux/mkswap.c: fix warningDenys Vlasenko
2009-10-15hush: add a printf builtinMike Frysinger
2009-10-15hush: unify handling of builtin appletsMike Frysinger
2009-10-15move generate_uuid from mkswap to libbbVladimir Dronnikov
2009-10-14dd: use correct multiplication factor and simplify codeDenys Vlasenko
2009-10-14lineedit: do not hardcode ctrl-C and ctrl-D, use termios fields.Denys Vlasenko
2009-10-14comment anc Config.in changes, no code changesDenys Vlasenko
2009-10-14dd: add a comment, no code changesDenys Vlasenko
2009-10-14dd: speed measurement. optional.Gabor Heja
2009-10-13libiproute/*: code shrinkDenys Vlasenko
2009-10-13libiproute: code and data shrinkDenys Vlasenko
2009-10-13libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko
2009-10-12ash,hush: fix $RANDOM in children being repeatedDenys Vlasenko
2009-10-11include/xatonum.h: make it survive -WconversionDenys Vlasenko
2009-10-11libbb: revert the change where spawn reports exec failureDenys Vlasenko
2009-10-11hush: shrink $RANDOM supportDenys Vlasenko
2009-10-11ash: use bbox wrappers for malloc etc instead of homegrown onesDenys Vlasenko
2009-10-11ash: trivial shrink by using smaller intDenys Vlasenko
2009-10-10udhcpc: more help text tweakingDenys Vlasenko
2009-10-10udhcpc: better wording in help textDenys Vlasenko
2009-10-09laguage and copyright date corrections, no code changesDenys Vlasenko
2009-10-09ash: make one testsuite entry more robustDenys Vlasenko
2009-10-09shell/Config.in: forgotten chunk with CONFIG_HUSH_RANDOM_SUPPORTDenys Vlasenko
2009-10-09hush: fix cut-n-paste error in last commitDenys Vlasenko
2009-10-09hush: add support for $RANDOM. If on:Denys Vlasenko
2009-10-09ash: factor out $RANDOM supportDenys Vlasenko
2009-10-09ps: show longer COMMANDDenys Vlasenko
2009-10-09hush: support $PPIDDenys Vlasenko
2009-10-08libbb: make spawn() print "can't execute '%s'" on execv errorDenys Vlasenko
2009-10-08udhcpc: fix bug 629: use bcast receive when we perform rebindingDenys Vlasenko
2009-10-08modprobe-small: added comment about multiple alias matchesDenys Vlasenko