aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* halt/reboot/poweroff: improve error reportingDenis Vlasenko2009-03-072-2/+2
* further work on modprobeDenis Vlasenko2009-03-061-74/+110
* - test commitBernhard Reutner-Fischer2009-03-051-1/+1
* modprobe: rework/speedup by Timo Teras (timo.teras AT iki.fi)Denis Vlasenko2009-03-051-145/+217
* modutils: delete unused global variableDenis Vlasenko2009-03-053-18/+12
* networking/libiproute/*: code shrink by optimizing numeric conversionsDenis Vlasenko2009-03-059-140/+63
* sendmail: document and fix usage of fd #4, fix check for helper failure.Denis Vlasenko2009-03-042-24/+28
* wget: --post-data support by Harald Kuthe (harald-tuxbox AT arcor.de)Denis Vlasenko2009-03-041-5/+61
* modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"Denis Vlasenko2009-03-035-18/+19
* ip: in "ip rule add from all table 1", "all" is taken as 0.0.0.0/32,Denis Vlasenko2009-03-032-18/+22
* expr: a bit more robust handling of regexps with groups (closes bug 87)Denis Vlasenko2009-03-031-6/+6
* printf: fix 1.12.0 breakage (from %*d fix). It was misinterpreting "*"Denis Vlasenko2009-03-031-3/+3
* ls: implement -Q and -g (-g was accepted but ignored)Denis Vlasenko2009-03-031-100/+138
* ls: do not follow links with -s (closes bug 33),Denis Vlasenko2009-03-031-10/+10
* top: make it work again on 2.4 kernels (closes bug 125)Denis Vlasenko2009-03-031-7/+6
* sendmail: improve help textDenis Vlasenko2009-03-021-3/+5
* wget: fix --header handlingDenis Vlasenko2009-03-021-9/+15
* syslogd: create logfile with 0666, not 0600.Denis Vlasenko2009-03-021-3/+9
* tr: update testsuiteDenis Vlasenko2009-03-021-0/+9
* tr: fix overflow in expand and complement, fix stop after [:class:],Denis Vlasenko2009-03-021-104/+131
* tr: support [:xdigit:], fix handling of ranges and [x]'s.Denis Vlasenko2009-03-012-38/+69
* runsv: another tiny optimizationDenis Vlasenko2009-02-261-8/+6
* runsv: small optimizationDenis Vlasenko2009-02-265-10/+7
* modutils: oveflow fixDenis Vlasenko2009-02-262-3/+4
* unzip: fix thinko with le/be conv and size (closes bug 129)Denis Vlasenko2009-02-262-7/+10
* login: fix buglet introduced by "simplification"Denis Vlasenko2009-02-241-1/+1
* flash_eraseall.c: fix vda's breakageDenis Vlasenko2009-02-241-1/+1
* - rephrase helptext for clarityBernhard Reutner-Fischer2009-02-241-1/+1
* - improve wordingBernhard Reutner-Fischer2009-02-242-2/+2
* - by not calling getpagesize() twice we can save 2 bytes (walter harms)Bernhard Reutner-Fischer2009-02-231-2/+2
* - fix typo (thanks to Peter Kjellerstedt for noticing)Bernhard Reutner-Fischer2009-02-231-1/+1
* - Dual-license the config parser also under "LGLPv2.1 or later"Bernhard Reutner-Fischer2009-02-221-0/+1
* make modutils compile againNed Ludd2009-02-201-1/+1
* depmod: accept and ignore -r (Linux kernle build needs this)Denis Vlasenko2009-02-191-1/+2
* flash_eraseall: shrinkDenis Vlasenko2009-02-191-35/+39
* - add big busybox logo as transparent pngBernhard Reutner-Fischer2009-02-181-0/+0
* - bail out if screen resolution does not match PPM dimensions.Bernhard Reutner-Fischer2009-02-182-14/+28
* - document ppm header and skip whitespaceBernhard Reutner-Fischer2009-02-181-2/+14
* - update TODOsBernhard Reutner-Fischer2009-02-181-7/+2
* - eliminate globalsBernhard Reutner-Fischer2009-02-181-5/+10
* - make it compile and shrink it a little bit (~-110 bytes)Bernhard Reutner-Fischer2009-02-181-36/+33
* - add flash_eraseallBernhard Reutner-Fischer2009-02-186-0/+207
* - PPMs can have comments in the header.Bernhard Reutner-Fischer2009-02-161-24/+21
* ash: make dot command search current directory first, as bash does.Denis Vlasenko2009-02-151-0/+9
* Make "shadowed" numeric config entries (ones which depend onDenis Vlasenko2009-02-151-0/+2
* volume_id: abort early on read failures.Denis Vlasenko2009-02-1520-70/+99
* init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set'Denis Vlasenko2009-02-142-17/+17
* - improve wordingBernhard Reutner-Fischer2009-02-141-1/+1
* - improve helptextBernhard Reutner-Fischer2009-02-141-2/+2
* - misc untested shrinkage:Bernhard Reutner-Fischer2009-02-141-11/+15