aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-23*: optimize code size in strtoul callsDenys Vlasenko
2009-09-23tar: accept spaces at the end of header fields (compat)Denys Vlasenko
2009-09-23ash: fix `trap`Denys Vlasenko
2009-09-23hush: fix `trap`Denys Vlasenko
2009-09-22hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changesDenys Vlasenko
2009-09-22pidof/killall: fix bug 625 (kernel threads get stale "binary name")Denys Vlasenko
2009-09-22df: unicode-aware column formatting. By Tomas Heinrich (theinric AT redhat.com)Denys Vlasenko
2009-09-22ps: fix compile breakageDenys Vlasenko
2009-09-22sed: fix bug 623 (SEGV on some sed commands)Denys Vlasenko
2009-09-21ps: conditionally enable -T on non-DESKTOP build tooDenys Vlasenko
2009-09-21hush: better wording in comments. no code changesDenys Vlasenko
2009-09-21awk: fix typo in prev commitDenys Vlasenko
2009-09-21awk: implement mktimeLeonid Lisovskiy
2009-09-21diff: debug macros; one trivial size optimizationDenys Vlasenko
2009-09-21diff: fix bug 613 (diff -ub segfaults)Denys Vlasenko
2009-09-20ps: document -T optionDenys Vlasenko
2009-09-20swaponoff: add uuid/label support. By Natanael CopaNatanael Copa
2009-09-20ar: fix long filenames handling (bug 611)Denys Vlasenko
2009-09-19ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko
2009-09-18dd: fix conv=noerror w/o sync to not write out zeroed blocksDenys Vlasenko
2009-09-17we could need ssd -d (fancy)Bernhard Reutner-Fischer
2009-09-17tar: do chown, not lchown to restore mode (compat)Denys Vlasenko
2009-09-17tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko
2009-09-16ash: fix bug 585 (>"$VAR_WITH_UNICODE_CHARS" problem)Denys Vlasenko
2009-09-16ash: preparatory cleanup. The only real changes are (unsigned char) castsDenys Vlasenko
2009-09-16add a testcase for reopened bug 585 (not fixed yet)Denys Vlasenko
2009-09-16fdisk: add a warning and truncate disks with >= 2^32 sectorsDenys Vlasenko
2009-09-16use PACKED macro insted of open-coding GCC-ismDenys Vlasenko
2009-09-15unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com)Denys Vlasenko
2009-09-15mount: do not execute "mount.(null)" :)Denys Vlasenko
2009-09-13httpd_ssi.c: make it a bit less brokenDenys Vlasenko
2009-09-13add USE_PORTABLE_CODE option and use it in find appletDenys Vlasenko
2009-09-13fsck: more clever (->smaller) handling of parametersDenys Vlasenko
2009-09-13fsck: remove a few staticsDenys Vlasenko
2009-09-12test: use index_in_stringsDenys Vlasenko
2009-09-12top: remove GCCismsDenys Vlasenko
2009-09-12hush: make memleak debugging more robustDenys Vlasenko
2009-09-12hush: code shrink by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-09-12fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko
2009-09-11top, ps: do not output trailing spacesDenys Vlasenko
2009-09-11top: add -m ("memory") optionDenys Vlasenko
2009-09-10networking/httpd_ssi.c: expand commentsDenys Vlasenko
2009-09-10networking/httpd_ssi.c: new example CGI handlerDenys Vlasenko
2009-09-10httpd: shrink mime type matching code (suggested by Bernhard)Denys Vlasenko
2009-09-09a few more GCC-isms removedDenys Vlasenko
2009-09-09remove some garbage from http POST upload exampleDenys Vlasenko
2009-09-08httpd: fix bug 601 "I:index.php does not run interpreter on DIR/ url"Denys Vlasenko
2009-09-08Add ENABLE_FEATURE_MDEV_RENAME_REGEXP examples to mdev documentationBernhard Reutner-Fischer
2009-09-07TODO: add unicode listDenys Vlasenko
2009-09-07Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko