aboutsummaryrefslogtreecommitdiff
path: root/Config.in (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-07-05tweak sendmail and makemime help textsDenys Vlasenko2-14/+79
2009-07-05libbb/sha: #undef macro names before #defining them.Denys Vlasenko1-0/+13
2009-07-05cp: make "non-POSIX" cp a bit more consistentDenys Vlasenko1-34/+28
2009-07-05cp: by popular demand, make it POSIX compliant (but less safe)Denys Vlasenko2-9/+19
2009-07-05df: fix "df /"Denys Vlasenko8-54/+47
2009-07-05Patches to enable FreeBSD buildDenys Vlasenko10-53/+72
2009-07-04fix dependencies of FEATURE_GETOPT_LONGDenys Vlasenko6-9/+9
2009-07-03ps: conditionally support additional -o FIELDsDenys Vlasenko5-18/+92
2009-07-03svlogd: do not overrun read buffer (fixes bug 439)Denys Vlasenko1-9/+6
2009-07-03udhcpc: support option 0x79 (static routes) (part of bug 341)Denys Vlasenko3-1/+52
2009-07-03udhcp: dname_dec may return NULL, account for that caseDenys Vlasenko5-58/+66
2009-07-03ls: make --color more compatible with coreutilsDenys Vlasenko1-20/+34
2009-07-03test commitBernhard Reutner-Fischer1-1/+0
2009-07-03test commitBernhard Reutner-Fischer1-0/+1
2009-07-03test commitBernhard Reutner-Fischer1-1/+1
2009-07-02ls: fix --color handling. Closes bug 435.Denys Vlasenko5-13/+22
2009-07-02mdev: be more permissive on errors (dont die): mdev -s users want thatDenys Vlasenko1-3/+7
2009-07-02mdev: set $MDEV correctly for renamed nodesDenys Vlasenko2-39/+41