aboutsummaryrefslogtreecommitdiff
path: root/archival (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-19tcpsvd,udpsvd: fix uid/gid printing when run with -uDenys Vlasenko1-23/+23
2009-07-19init: make comment more understandable. no code changesDenys Vlasenko1-5/+8
2009-07-19udhcpc: small simplificationDenys Vlasenko1-4/+1
2009-07-19typoDenys Vlasenko1-1/+1
2009-07-19udhcpc: add/edit comments, no code changesDenys Vlasenko1-5/+13
2009-07-19udhcpc: simplify manual renew (make it more similar to automatic one)Denys Vlasenko1-37/+38
2009-07-19remove msh_function.patch. msh is deprecatedDenys Vlasenko2-716/+366
2009-07-18silly whitespace fixDenys Vlasenko1-1/+1
2009-07-18fix mount test false positiveDenys Vlasenko1-5/+7
2009-07-18minor tweaks in testsuiteDenys Vlasenko2-10/+13
2009-07-18fix mountpoint test to not prevemt mkfs_xxx from making image in any fileDenys Vlasenko14-44/+71
2009-07-18add SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuiteDenys Vlasenko9-2/+38
2009-07-18fix taskset testsuiteDenys Vlasenko1-2/+2
2009-07-18correct date testsuite to use compatible formatDenys Vlasenko2-4/+4
2009-07-18touch: implement -t TIME (needed for testsuite)Denys Vlasenko3-20/+91
2009-07-18touch: implement -d --date (our own testsuite needs that)Denys Vlasenko12-29/+64
2009-07-18date: factor out date parsing (in preparation for touch -d)Denys Vlasenko5-84/+126
2009-07-17test: fix "test !" and "test abc -a !". closes bug 465Denys Vlasenko2-3/+20
2009-07-16widen "Unicode in environment" checkDenys Vlasenko1-1/+1
2009-07-16another small lineedit fixDenys Vlasenko1-1/+3
2009-07-16fix a thinko in lineedit completion codeDenys Vlasenko2-9/+10
2009-07-16lineedit+unicode: code shrinkDenys Vlasenko1-22/+14
2009-07-16comment fixes, no code changesDenys Vlasenko1-1/+2
2009-07-16lineedit: code shrinkDenys Vlasenko1-24/+34
2009-07-15remove trailing whitespaceDenys Vlasenko6-8/+8
2009-07-15randomconfig fixesDenys Vlasenko2-9/+18
2009-07-15comment fix, no code changesDenys Vlasenko1-2/+3
2009-07-15busybox --install [-s] [DIR]: allow a parameter - destination DIRDenys Vlasenko1-5/+9
2009-07-15sv: fix "sv o SRV; ...; sv d SRV" (bug 461) + code shrinkDenys Vlasenko1-33/+35
2009-07-15runsv: rename field in a struct to not collide with other nameDenys Vlasenko2-19/+20
2009-07-14sed: simpler fix for recent GNU compat stuff (by Rob Landley)Denys Vlasenko1-23/+14
2009-07-13add comment about /etc/gshadow, no code changesDenys Vlasenko2-2/+17
2009-07-13passwd + /etc/shadow: chage "change time" field tooDenys Vlasenko2-4/+31
2009-07-12lineedit+unicode: make TAB completion work againDenys Vlasenko1-28/+57
2009-07-12vi: small code shrinkDenys Vlasenko1-3/+6
2009-07-11tweaking Unicode supportDenys Vlasenko3-79/+57
2009-07-11added simplified Unicode support for non-locale-enabled buildsDenys Vlasenko6-24/+331
2009-07-11ash: fixes in debug printoutsDenys Vlasenko1-8/+9
2009-07-10lineedit: implement Unicode-aware line editing (optional)Denys Vlasenko1-97/+235
2009-07-10fix fallout from BSD patchesDenys Vlasenko4-11/+12
2009-07-10dmesg: try to detect buffer sizeDenys Vlasenko1-12/+18
2009-07-10sed: deal with peculiar behavior of '2d;2,1p' in GNU sedDenys Vlasenko2-12/+16
2009-07-09restore shadow.h independenceMike Frysinger2-5/+18
2009-07-09depmod.pl: recurse through module dependenciesMike Frysinger1-10/+21
2009-07-08tar: handle 256-base encoding in mtimeDenys Vlasenko1-3/+7
2009-07-08move libc related stuff out of platform.hDenys Vlasenko12-67/+84
2009-07-07udhcpd: fix a bug in add_lease where it was reading at [-1]Denys Vlasenko4-21/+35
2009-07-07reformime: small code and style fixes. no material changes in behavior.Denys Vlasenko1-7/+12
2009-07-06tweak MD5 config textDenys Vlasenko1-1/+1
2009-07-06pgrep/pkill: support -s and -P optionsDenys Vlasenko2-58/+72