aboutsummaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-19hush: remove superfluous assignmentDenys Vlasenko1-1/+1
2009-10-19hush: make it compile again :/Denys Vlasenko1-3/+3
2009-10-19hush: cosmetics. no code changesDenys Vlasenko1-65/+66
2009-10-18mkfs_ext2: more work. added test scriptDenys Vlasenko2-75/+153
2009-10-18mkfs_ext2: fixes for huge filesystemsDenys Vlasenko2-24/+44
2009-10-18mkfs_ext2: make it able to create images larger than 4GDenys Vlasenko2-57/+98
2009-10-18hush: fix handling of empty argumentsDenys Vlasenko5-15/+58
2009-10-18mkfs_ext2: shrinkDenys Vlasenko1-2/+0
2009-10-18hush: handle empty execsMike Frysinger3-0/+36
2009-10-17mkfs_ext2: code shrinkDenys Vlasenko1-3/+1
2009-10-17trim usage textDenys Vlasenko1-1/+1
2009-10-17mkfs_ext2: code shrinkDenys Vlasenko1-3/+3
2009-10-17mkfs_ext2: fix a buglet introduced in last commitDenys Vlasenko1-4/+7
2009-10-17mkfs_ext2: shrinkDenys Vlasenko1-8/+11
2009-10-17mkfs_ext2: new applet by VladimirVladimir Dronnikov5-33/+524
2009-10-17sendmail: fix for long headers (by Vladimir)Vladimir Dronnikov1-2/+7
2009-10-16ifup: make /etc/network/interfaces parser tolerant to trailing spacesDenys Vlasenko1-1/+4
2009-10-15sendmail: update by VladimirVladimir Dronnikov1-12/+41
2009-10-15util-linux/mkswap.c: fix warningDenys Vlasenko1-13/+13
2009-10-15hush: add a printf builtinMike Frysinger1-0/+13
2009-10-15hush: unify handling of builtin appletsMike Frysinger1-8/+8
2009-10-15move generate_uuid from mkswap to libbbVladimir Dronnikov3-79/+79
2009-10-14dd: use correct multiplication factor and simplify codeDenys Vlasenko1-19/+7
2009-10-14lineedit: do not hardcode ctrl-C and ctrl-D, use termios fields.Denys Vlasenko1-34/+35
2009-10-14comment anc Config.in changes, no code changesDenys Vlasenko2-2/+2
2009-10-14dd: add a comment, no code changesDenys Vlasenko1-3/+3
2009-10-14dd: speed measurement. optional.Gabor Heja2-7/+66
2009-10-13libiproute/*: code shrinkDenys Vlasenko11-61/+68
2009-10-13libiproute: code and data shrinkDenys Vlasenko2-195/+104
2009-10-13libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko6-146/+158
2009-10-12ash,hush: fix $RANDOM in children being repeatedDenys Vlasenko5-16/+22
2009-10-11include/xatonum.h: make it survive -WconversionDenys Vlasenko1-2/+2
2009-10-11libbb: revert the change where spawn reports exec failureDenys Vlasenko1-1/+2
2009-10-11hush: shrink $RANDOM supportDenys Vlasenko1-7/+4
2009-10-11ash: use bbox wrappers for malloc etc instead of homegrown onesDenys Vlasenko1-34/+44
2009-10-11ash: trivial shrink by using smaller intDenys Vlasenko1-2/+2
2009-10-10udhcpc: more help text tweakingDenys Vlasenko1-1/+1
2009-10-10udhcpc: better wording in help textDenys Vlasenko1-1/+1
2009-10-09laguage and copyright date corrections, no code changesDenys Vlasenko3-3/+3
2009-10-09ash: make one testsuite entry more robustDenys Vlasenko1-0/+5
2009-10-09shell/Config.in: forgotten chunk with CONFIG_HUSH_RANDOM_SUPPORTDenys Vlasenko1-0/+8
2009-10-09hush: fix cut-n-paste error in last commitDenys Vlasenko1-1/+1
2009-10-09hush: add support for $RANDOM. If on:Denys Vlasenko1-0/+16
2009-10-09ash: factor out $RANDOM supportDenys Vlasenko4-28/+77
2009-10-09ps: show longer COMMANDDenys Vlasenko1-3/+9
2009-10-09hush: support $PPIDDenys Vlasenko1-4/+15
2009-10-08libbb: make spawn() print "can't execute '%s'" on execv errorDenys Vlasenko1-0/+1
2009-10-08udhcpc: fix bug 629: use bcast receive when we perform rebindingDenys Vlasenko1-1/+2
2009-10-08modprobe-small: added comment about multiple alias matchesDenys Vlasenko1-0/+8
2009-10-08rtcwake: remove a static variableDenys Vlasenko1-4/+4