aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-07-07reformime: small code and style fixes. no material changes in behavior.Denys Vlasenko
2009-07-06tweak MD5 config textDenys Vlasenko
2009-07-06pgrep/pkill: support -s and -P optionsDenys Vlasenko
2009-07-05tweak sendmail and makemime help textsDenys Vlasenko
2009-07-05libbb/sha: #undef macro names before #defining them.Denys Vlasenko
2009-07-05cp: make "non-POSIX" cp a bit more consistentDenys Vlasenko
2009-07-05cp: by popular demand, make it POSIX compliant (but less safe)Denys Vlasenko
2009-07-05df: fix "df /"Denys Vlasenko
2009-07-05Patches to enable FreeBSD buildDenys Vlasenko
2009-07-04fix dependencies of FEATURE_GETOPT_LONGDenys Vlasenko
2009-07-03ps: conditionally support additional -o FIELDsDenys Vlasenko
2009-07-03svlogd: do not overrun read buffer (fixes bug 439)Denys Vlasenko
2009-07-03udhcpc: support option 0x79 (static routes) (part of bug 341)Denys Vlasenko
2009-07-03udhcp: dname_dec may return NULL, account for that caseDenys Vlasenko
2009-07-03Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko
2009-07-03ls: make --color more compatible with coreutilsDenys Vlasenko
2009-07-03test commitBernhard Reutner-Fischer
2009-07-03test commitBernhard Reutner-Fischer
2009-07-03test commitBernhard Reutner-Fischer
2009-07-02ls: fix --color handling. Closes bug 435.Denys Vlasenko
2009-07-02mdev: be more permissive on errors (dont die): mdev -s users want thatDenys Vlasenko
2009-07-02mdev: set $MDEV correctly for renamed nodesDenys Vlasenko
2009-07-02Added kernel patch for /proc/self/exe to examplesDenys Vlasenko
2009-06-30wget: remove IPv6 scope id in Host: field (apache compat)Denys Vlasenko
2009-06-30sed: fix handling of 1d;1,3p and 1d;1,REGEXpDenys Vlasenko
2009-06-28wget: fix redirection from HTTP to FTP serverDenys Vlasenko
2009-06-28wget: remove strange *&var construct.Denys Vlasenko
2009-06-28wget: code shrink by splitting main() into easier-to-optimize functionsDenys Vlasenko
2009-06-27Update a comment, no code changesDenys Vlasenko
2009-06-27device matching against UUIDs: do not try floppiesDenys Vlasenko
2009-06-27trylink: don't use ld --gc-sections if ld doesn't support itDenys Vlasenko
2009-06-27printf: (allegedly) fix testsuite failureDenys Vlasenko
2009-06-26udhcpc: fix a read error loop (e.g.: device is down) blocking TERMDenys Vlasenko
2009-06-26updates for supporting Linux kernel build and initrd utilitiesDenys Vlasenko
2009-06-22mdev: fix the case when move rule deletes node with name == device_nameDenys Vlasenko