aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-15awk: fix compat issue found by gpm buildDenis Vlasenko2-3/+19
2009-03-15tr: support -C as synonym to -cDenis Vlasenko1-8/+21
2009-03-15ftpd: fix the bug where >2GB file ops report errors;Denis Vlasenko1-65/+119
2009-03-15sha: merge K[] for sha256 and 512Denis Vlasenko1-125/+96
2009-03-15sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256Denis Vlasenko2-5/+5
2009-03-15sha: merge sha1/sha256 handling (they are similar enough for this),Denis Vlasenko2-211/+94
2009-03-15uname: correct cut/paste errorDenis Vlasenko2-5/+19
2009-03-14mount: support "-O option"; stop trying to mount swap partitionsDenis Vlasenko4-60/+136
2009-03-14uname: support long optionsDenis Vlasenko1-0/+16
2009-03-13insmod/modprobe: do not pass NULL to kernel as module parameterDenis Vlasenko1-2/+4
2009-03-13tar: make FEATURE_TAR_AUTODETECT work with DESKTOP off too.Denis Vlasenko1-2/+2
2009-03-12sha: reduce sha256/512 context size. Make sha1/sha256 code more similarDenis Vlasenko2-72/+79
2009-03-12sha: tiny shrinkDenis Vlasenko1-8/+5
2009-03-12add comment about sha testingDenis Vlasenko1-1/+7
2009-03-12shrink sha hashing a bit more (remove wbuflen field from ctx),Denis Vlasenko3-136/+113
2009-03-12shrink sha hashingDenis Vlasenko2-49/+34
2009-03-12popmaildir: fix several grave bugs with using memory past end of malloc blockDenis Vlasenko1-27/+25
2009-03-12the -elf2flt flag can be used w/out -Wl, so drop the requirement so people ca...Mike Frysinger1-3/+3
2009-03-11sha256/512: code shrink. Run-tested.Denis Vlasenko2-292/+261
2009-03-11*: remove LOG_NOWAITDenis Vlasenko3-3/+3
2009-03-11ftpd: stop unconditional logging to syslog. This was the only appletDenis Vlasenko3-16/+27
2009-03-11docs/logging_and_backgrounding.txt: new mini-docDenis Vlasenko8-58/+143
2009-03-10mail.c: more robust handling of SIGCHLDDenis Vlasenko2-22/+30
2009-03-09ftpd + ls - timestamp = confused Mozilla. Prevent that.Denis Vlasenko1-0/+15
2009-03-09ftpd: add LOG_NDELAY to openlogDenis Vlasenko1-1/+2
2009-03-09uniq: strncmp(a,b, -1) might be problematic, use INT_MAX insteadDenis Vlasenko1-1/+1
2009-03-09fix typo in help textDenis Vlasenko1-1/+1
2009-03-09ftpd: reuse ls applet for LIST/NLST/STAT generationDenis Vlasenko4-247/+157
2009-03-09ftpd: EPSV and SIZE support. Tested to work on IPv6 too.Denis Vlasenko2-98/+104
2009-03-09ftp: reduce amount of realloc's done in cmdio_writeDenis Vlasenko1-26/+20
2009-03-09ftpd: code shrinkDenis Vlasenko1-1/+1
2009-03-09ftpd: code shrinkDenis Vlasenko1-4/+4
2009-03-09ftp: code shrinkDenis Vlasenko1-132/+119
2009-03-09ftpd: code shuffled a bit, added commentsDenis Vlasenko1-7/+15
2009-03-09ftpd: add commentDenis Vlasenko1-1/+2
2009-03-09ftpd: further code shrinkDenis Vlasenko1-192/+185
2009-03-09*: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko13-56/+35
2009-03-08ftpd: code chrink, fixed some minor bugsDenis Vlasenko8-382/+401