aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* swaponoff: add uuid/label support. By Natanael CopaNatanael Copa2009-09-206-33/+51
* ar: fix long filenames handling (bug 611)Denys Vlasenko2009-09-201-37/+50
* ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko2009-09-195-13/+74
* dd: fix conv=noerror w/o sync to not write out zeroed blocksDenys Vlasenko2009-09-181-5/+6
* we could need ssd -d (fancy)Bernhard Reutner-Fischer2009-09-171-1/+2
* tar: do chown, not lchown to restore mode (compat)Denys Vlasenko2009-09-171-2/+3
* tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko2009-09-177-45/+50
* ash: fix bug 585 (>"$VAR_WITH_UNICODE_CHARS" problem)Denys Vlasenko2009-09-161-2/+3
* ash: preparatory cleanup. The only real changes are (unsigned char) castsDenys Vlasenko2009-09-161-50/+55
* add a testcase for reopened bug 585 (not fixed yet)Denys Vlasenko2009-09-163-1/+21
* fdisk: add a warning and truncate disks with >= 2^32 sectorsDenys Vlasenko2009-09-165-211/+246
* use PACKED macro insted of open-coding GCC-ismDenys Vlasenko2009-09-1631-70/+70
* unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com)Denys Vlasenko2009-09-152-146/+108
* mount: do not execute "mount.(null)" :)Denys Vlasenko2009-09-151-1/+1
* httpd_ssi.c: make it a bit less brokenDenys Vlasenko2009-09-131-21/+83
* add USE_PORTABLE_CODE option and use it in find appletDenys Vlasenko2009-09-132-0/+12
* fsck: more clever (->smaller) handling of parametersDenys Vlasenko2009-09-131-26/+25
* fsck: remove a few staticsDenys Vlasenko2009-09-131-51/+42
* test: use index_in_stringsDenys Vlasenko2009-09-121-60/+96
* top: remove GCCismsDenys Vlasenko2009-09-121-5/+12
* hush: make memleak debugging more robustDenys Vlasenko2009-09-121-0/+5
* hush: code shrink by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-121-39/+35
* fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko2009-09-124-7/+8
* top, ps: do not output trailing spacesDenys Vlasenko2009-09-112-1/+3
* top: add -m ("memory") optionDenys Vlasenko2009-09-114-59/+88
* networking/httpd_ssi.c: expand commentsDenys Vlasenko2009-09-101-2/+8
* networking/httpd_ssi.c: new example CGI handlerDenys Vlasenko2009-09-102-2/+106
* httpd: shrink mime type matching code (suggested by Bernhard)Denys Vlasenko2009-09-102-43/+56
* a few more GCC-isms removedDenys Vlasenko2009-09-093-7/+20
* remove some garbage from http POST upload exampleDenys Vlasenko2009-09-091-2/+2
* httpd: fix bug 601 "I:index.php does not run interpreter on DIR/ url"Denys Vlasenko2009-09-081-19/+17
* Add ENABLE_FEATURE_MDEV_RENAME_REGEXP examples to mdev documentationBernhard Reutner-Fischer2009-09-081-0/+12
* TODO: add unicode listDenys Vlasenko2009-09-071-0/+40
* Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko2009-09-073-48/+155
|\
| * modprobe-small: make string buffer code robust; fix help textDenys Vlasenko2009-09-072-19/+36
| * modprobe-small: hopefully fix bug 591 (incorrect detection of alias with '-')Denys Vlasenko2009-09-071-0/+1
| * unzip: more compat if DESKTOP=yDenys Vlasenko2009-09-061-29/+118
* | Revert "unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)"Denys Vlasenko2009-09-062-60/+98
|/
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-0624-30/+40
* documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-0616-24/+24
* remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-0615-17/+22
* experimentally add mallopt tweaks for reduced memory consumptionDenys Vlasenko2009-09-061-0/+20
* hush: export PWDDenys Vlasenko2009-09-052-5/+60
* inetd: comment tweak. no code changesDenys Vlasenko2009-09-041-3/+3
* telnetd: add -w ("inetd wait") option. Can be configured off.Denys Vlasenko2009-09-043-28/+69
* inetd: be more careful with syslog socket; other small fixesDenys Vlasenko2009-09-041-7/+18
* small commit tweak in parse_datestr, no code changesDenys Vlasenko2009-09-021-2/+2
* uniq: shave off whole 10 bytes off, oh myDenys Vlasenko2009-08-311-23/+22
* ash: better comment. no code changesDenys Vlasenko2009-08-301-1/+1
* code shrink in help text codeDenys Vlasenko2009-08-301-6/+9