aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* *: remove LOG_NOWAITDenis Vlasenko2009-03-113-3/+3
* ftpd: stop unconditional logging to syslog. This was the only appletDenis Vlasenko2009-03-113-16/+27
* docs/logging_and_backgrounding.txt: new mini-docDenis Vlasenko2009-03-118-58/+143
* mail.c: more robust handling of SIGCHLDDenis Vlasenko2009-03-102-22/+30
* ftpd + ls - timestamp = confused Mozilla. Prevent that.Denis Vlasenko2009-03-091-0/+15
* ftpd: add LOG_NDELAY to openlogDenis Vlasenko2009-03-091-1/+2
* uniq: strncmp(a,b, -1) might be problematic, use INT_MAX insteadDenis Vlasenko2009-03-091-1/+1
* fix typo in help textDenis Vlasenko2009-03-091-1/+1
* ftpd: reuse ls applet for LIST/NLST/STAT generationDenis Vlasenko2009-03-094-247/+157
* ftpd: EPSV and SIZE support. Tested to work on IPv6 too.Denis Vlasenko2009-03-092-98/+104
* ftp: reduce amount of realloc's done in cmdio_writeDenis Vlasenko2009-03-091-26/+20
* ftpd: code shrinkDenis Vlasenko2009-03-091-1/+1
* ftpd: code shrinkDenis Vlasenko2009-03-091-4/+4
* ftp: code shrinkDenis Vlasenko2009-03-091-132/+119
* ftpd: code shuffled a bit, added commentsDenis Vlasenko2009-03-091-7/+15
* ftpd: add commentDenis Vlasenko2009-03-091-1/+2
* ftpd: further code shrinkDenis Vlasenko2009-03-091-192/+185
* *: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko2009-03-0913-56/+35
* ftpd: code chrink, fixed some minor bugsDenis Vlasenko2009-03-088-382/+401
* adding forgotten new fileDenis Vlasenko2009-03-081-0/+1130
* ftpd: new applet by Adam TkacDenis Vlasenko2009-03-084-0/+29
* website: mention fixes to syslogdDenis Vlasenko2009-03-081-1/+1
* website: announce 1.13.3Denis Vlasenko2009-03-081-0/+11
* 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