aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-20ps: document -T optionDenys Vlasenko1-0/+3
2009-09-20swaponoff: add uuid/label support. By Natanael CopaNatanael Copa6-33/+51
2009-09-20ar: fix long filenames handling (bug 611)Denys Vlasenko1-37/+50
2009-09-19ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko5-13/+74
2009-09-18dd: fix conv=noerror w/o sync to not write out zeroed blocksDenys Vlasenko1-5/+6
2009-09-17we could need ssd -d (fancy)Bernhard Reutner-Fischer1-1/+2
2009-09-17tar: do chown, not lchown to restore mode (compat)Denys Vlasenko1-2/+3
2009-09-17tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko7-45/+50
2009-09-16ash: fix bug 585 (>"$VAR_WITH_UNICODE_CHARS" problem)Denys Vlasenko1-2/+3
2009-09-16ash: preparatory cleanup. The only real changes are (unsigned char) castsDenys Vlasenko1-50/+55
2009-09-16add a testcase for reopened bug 585 (not fixed yet)Denys Vlasenko3-1/+21
2009-09-16fdisk: add a warning and truncate disks with >= 2^32 sectorsDenys Vlasenko5-211/+246
2009-09-16use PACKED macro insted of open-coding GCC-ismDenys Vlasenko31-70/+70
2009-09-15unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com)Denys Vlasenko2-146/+108
2009-09-15mount: do not execute "mount.(null)" :)Denys Vlasenko1-1/+1
2009-09-13httpd_ssi.c: make it a bit less brokenDenys Vlasenko1-21/+83
2009-09-13add USE_PORTABLE_CODE option and use it in find appletDenys Vlasenko2-0/+12
2009-09-13fsck: more clever (->smaller) handling of parametersDenys Vlasenko1-26/+25
2009-09-13fsck: remove a few staticsDenys Vlasenko1-51/+42
2009-09-12test: use index_in_stringsDenys Vlasenko1-60/+96
2009-09-12top: remove GCCismsDenys Vlasenko1-5/+12
2009-09-12hush: make memleak debugging more robustDenys Vlasenko1-0/+5
2009-09-12hush: code shrink by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko1-39/+35
2009-09-12fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko4-7/+8
2009-09-11top, ps: do not output trailing spacesDenys Vlasenko2-1/+3
2009-09-11top: add -m ("memory") optionDenys Vlasenko4-59/+88
2009-09-10networking/httpd_ssi.c: expand commentsDenys Vlasenko1-2/+8
2009-09-10networking/httpd_ssi.c: new example CGI handlerDenys Vlasenko2-2/+106
2009-09-10httpd: shrink mime type matching code (suggested by Bernhard)Denys Vlasenko2-43/+56
2009-09-09a few more GCC-isms removedDenys Vlasenko3-7/+20
2009-09-09remove some garbage from http POST upload exampleDenys Vlasenko1-2/+2
2009-09-08httpd: fix bug 601 "I:index.php does not run interpreter on DIR/ url"Denys Vlasenko1-19/+17
2009-09-08Add ENABLE_FEATURE_MDEV_RENAME_REGEXP examples to mdev documentationBernhard Reutner-Fischer1-0/+12
2009-09-07TODO: add unicode listDenys Vlasenko1-0/+40
2009-09-07modprobe-small: make string buffer code robust; fix help textDenys Vlasenko2-19/+36
2009-09-07modprobe-small: hopefully fix bug 591 (incorrect detection of alias with '-')Denys Vlasenko1-0/+1
2009-09-06unzip: more compat if DESKTOP=yDenys Vlasenko1-29/+118
2009-09-06Revert "unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)"Denys Vlasenko2-60/+98
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko24-30/+40
2009-09-06documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko16-24/+24
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko15-17/+22
2009-09-06experimentally add mallopt tweaks for reduced memory consumptionDenys Vlasenko1-0/+20
2009-09-05hush: export PWDDenys Vlasenko2-5/+60
2009-09-04inetd: comment tweak. no code changesDenys Vlasenko1-3/+3
2009-09-04telnetd: add -w ("inetd wait") option. Can be configured off.Denys Vlasenko3-28/+69
2009-09-04inetd: be more careful with syslog socket; other small fixesDenys Vlasenko1-7/+18
2009-09-02small commit tweak in parse_datestr, no code changesDenys Vlasenko1-2/+2
2009-08-31uniq: shave off whole 10 bytes off, oh myDenys Vlasenko1-23/+22
2009-08-30ash: better comment. no code changesDenys Vlasenko1-1/+1
2009-08-30code shrink in help text codeDenys Vlasenko1-6/+9