aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tar: handle 256-base encoding in mtimeDenys Vlasenko2009-07-081-3/+7
* move libc related stuff out of platform.hDenys Vlasenko2009-07-0812-67/+84
* udhcpd: fix a bug in add_lease where it was reading at [-1]Denys Vlasenko2009-07-074-21/+35
* reformime: small code and style fixes. no material changes in behavior.Denys Vlasenko2009-07-071-7/+12
* tweak MD5 config textDenys Vlasenko2009-07-061-1/+1
* pgrep/pkill: support -s and -P optionsDenys Vlasenko2009-07-062-58/+72
* tweak sendmail and makemime help textsDenys Vlasenko2009-07-052-14/+79
* libbb/sha: #undef macro names before #defining them.Denys Vlasenko2009-07-051-0/+13
* cp: make "non-POSIX" cp a bit more consistentDenys Vlasenko2009-07-051-34/+28
* cp: by popular demand, make it POSIX compliant (but less safe)Denys Vlasenko2009-07-052-9/+19
* df: fix "df /"Denys Vlasenko2009-07-058-54/+47
* Patches to enable FreeBSD buildDenys Vlasenko2009-07-0510-53/+72
* fix dependencies of FEATURE_GETOPT_LONGDenys Vlasenko2009-07-046-9/+9
* ps: conditionally support additional -o FIELDsDenys Vlasenko2009-07-035-18/+92
* svlogd: do not overrun read buffer (fixes bug 439)Denys Vlasenko2009-07-031-9/+6
* udhcpc: support option 0x79 (static routes) (part of bug 341)Denys Vlasenko2009-07-033-1/+52
* udhcp: dname_dec may return NULL, account for that caseDenys Vlasenko2009-07-035-58/+66
* Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko2009-07-031-1/+1
|\
| * test commitBernhard Reutner-Fischer2009-07-031-1/+0
| * test commitBernhard Reutner-Fischer2009-07-031-0/+1
| * test commitBernhard Reutner-Fischer2009-07-031-1/+1
* | ls: make --color more compatible with coreutilsDenys Vlasenko2009-07-031-20/+34
|/
* ls: fix --color handling. Closes bug 435.Denys Vlasenko2009-07-025-13/+22
* mdev: be more permissive on errors (dont die): mdev -s users want thatDenys Vlasenko2009-07-021-3/+7
* mdev: set $MDEV correctly for renamed nodesDenys Vlasenko2009-07-022-39/+41
* Added kernel patch for /proc/self/exe to examplesDenys Vlasenko2009-07-021-0/+34
* wget: remove IPv6 scope id in Host: field (apache compat)Denys Vlasenko2009-06-301-3/+51
* sed: fix handling of 1d;1,3p and 1d;1,REGEXpDenys Vlasenko2009-06-302-229/+260
* wget: fix redirection from HTTP to FTP serverDenys Vlasenko2009-06-281-137/+140
* wget: remove strange *&var construct.Denys Vlasenko2009-06-281-1/+1
* wget: code shrink by splitting main() into easier-to-optimize functionsDenys Vlasenko2009-06-281-161/+174
* Update a comment, no code changesDenys Vlasenko2009-06-271-1/+3
* device matching against UUIDs: do not try floppiesDenys Vlasenko2009-06-271-0/+7
* trylink: don't use ld --gc-sections if ld doesn't support itDenys Vlasenko2009-06-271-0/+5
* printf: (allegedly) fix testsuite failureDenys Vlasenko2009-06-271-0/+2
* udhcpc: fix a read error loop (e.g.: device is down) blocking TERMDenys Vlasenko2009-06-261-148/+151
* updates for supporting Linux kernel build and initrd utilitiesDenys Vlasenko2009-06-265-35/+115
* mdev: fix the case when move rule deletes node with name == device_nameDenys Vlasenko2009-06-222-19/+43
* trim/regularize usage texts. -92 bytesDenys Vlasenko2009-06-201-199/+199
* udhcp: fix trivial compile errorDenys Vlasenko2009-06-192-3/+3
* mkswap: remove configuration for v0 supportDenys Vlasenko2009-06-193-12/+0
* mkswap: separate UUID featureDenys Vlasenko2009-06-192-1/+8
* getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko2009-06-1926-74/+82
* mount: support -i; pass through -f and -n to helpers as necessaryDenys Vlasenko2009-06-192-27/+49
* mkswap: accidentally committed wrong patch. fix it upDenys Vlasenko2009-06-191-12/+13
* mkswap: improve randomness of UUID generation set version/variant bitsDenys Vlasenko2009-06-191-4/+55
* printf: fix exit code on conversion errorDenys Vlasenko2009-06-182-15/+12
* mkswap: generate UUID if CONFIG_DESKTOP=y. +110 bytesDenys Vlasenko2009-06-181-3/+28
* tweak to config wording, no code changesDenys Vlasenko2009-06-181-2/+2
* tweak Config texts and some broken English elsewhereDenys Vlasenko2009-06-186-46/+48