aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - improve helptext of obsolete devfs stuff..Bernhard Reutner-Fischer2009-02-141-3/+8
* - cosmetic typo in helptextBernhard Reutner-Fischer2009-02-141-1/+1
* killall and sestatus also need ARGVN scanningDenis Vlasenko2009-02-142-8/+13
* mdev: if /sys/class/block exists, don't scan /sys/blockDenis Vlasenko2009-02-131-4/+11
* function old new deltaDenis Vlasenko2009-02-072-10/+50
* httpd: tiny optimizationDenis Vlasenko2009-02-051-7/+6
* httpd:Denis Vlasenko2009-02-044-121/+56
* sendmail: remove erroneous usage linesDenis Vlasenko2009-02-041-2/+0
* crond,crontab: make cron directory location configurableDenis Vlasenko2009-02-033-9/+10
* telnetd: do not advertise TELNET_LFLOW, we do not supportDenis Vlasenko2009-02-022-8/+184
* udhcpd: add code which rejects lease files with suspicious or old timestamp.Denis Vlasenko2009-02-0211-44/+46