aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-23chmod 755 some files in examples/*Denys Vlasenko
2009-07-22tail: implement -FEric Lammerts
2009-07-19scriptreplay: show help text if run with no argumentsDenys Vlasenko
2009-07-19tcpsvd,udpsvd: fix uid/gid printing when run with -uDenys Vlasenko
2009-07-19init: make comment more understandable. no code changesDenys Vlasenko
2009-07-19udhcpc: small simplificationDenys Vlasenko
2009-07-19typoDenys Vlasenko
2009-07-19udhcpc: add/edit comments, no code changesDenys Vlasenko
2009-07-19udhcpc: simplify manual renew (make it more similar to automatic one)Denys Vlasenko
2009-07-19remove msh_function.patch. msh is deprecatedDenys Vlasenko
2009-07-18silly whitespace fixDenys Vlasenko
2009-07-18fix mount test false positiveDenys Vlasenko
2009-07-18minor tweaks in testsuiteDenys Vlasenko
2009-07-18fix mountpoint test to not prevemt mkfs_xxx from making image in any fileDenys Vlasenko
2009-07-18add SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuiteDenys Vlasenko
2009-07-18fix taskset testsuiteDenys Vlasenko
2009-07-18correct date testsuite to use compatible formatDenys Vlasenko
2009-07-18touch: implement -t TIME (needed for testsuite)Denys Vlasenko
2009-07-18touch: implement -d --date (our own testsuite needs that)Denys Vlasenko
2009-07-18date: factor out date parsing (in preparation for touch -d)Denys Vlasenko
2009-07-17test: fix "test !" and "test abc -a !". closes bug 465Denys Vlasenko
2009-07-16widen "Unicode in environment" checkDenys Vlasenko
2009-07-16another small lineedit fixDenys Vlasenko
2009-07-16fix a thinko in lineedit completion codeDenys Vlasenko
2009-07-16lineedit+unicode: code shrinkDenys Vlasenko
2009-07-16comment fixes, no code changesDenys Vlasenko
2009-07-16lineedit: code shrinkDenys Vlasenko
2009-07-15remove trailing whitespaceDenys Vlasenko
2009-07-15randomconfig fixesDenys Vlasenko
2009-07-15comment fix, no code changesDenys Vlasenko
2009-07-15busybox --install [-s] [DIR]: allow a parameter - destination DIRDenys Vlasenko
2009-07-15sv: fix "sv o SRV; ...; sv d SRV" (bug 461) + code shrinkDenys Vlasenko
2009-07-15runsv: rename field in a struct to not collide with other nameDenys Vlasenko
2009-07-14sed: simpler fix for recent GNU compat stuff (by Rob Landley)Denys Vlasenko
2009-07-13add comment about /etc/gshadow, no code changesDenys Vlasenko
2009-07-13passwd + /etc/shadow: chage "change time" field tooDenys Vlasenko
2009-07-12lineedit+unicode: make TAB completion work againDenys Vlasenko
2009-07-12vi: small code shrinkDenys Vlasenko
2009-07-11tweaking Unicode supportDenys Vlasenko
2009-07-11added simplified Unicode support for non-locale-enabled buildsDenys Vlasenko
2009-07-11ash: fixes in debug printoutsDenys Vlasenko
2009-07-10lineedit: implement Unicode-aware line editing (optional)Denys Vlasenko
2009-07-10fix fallout from BSD patchesDenys Vlasenko
2009-07-10dmesg: try to detect buffer sizeDenys Vlasenko
2009-07-10sed: deal with peculiar behavior of '2d;2,1p' in GNU sedDenys Vlasenko
2009-07-09restore shadow.h independenceMike Frysinger
2009-07-09depmod.pl: recurse through module dependenciesMike Frysinger
2009-07-08tar: handle 256-base encoding in mtimeDenys Vlasenko
2009-07-08move libc related stuff out of platform.hDenys Vlasenko
2009-07-07udhcpd: fix a bug in add_lease where it was reading at [-1]Denys Vlasenko