aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-22- unused variables if !ENABLE_FEATURE_MDEV_RENAME_REGEXPBernhard Reutner-Fischer1-1/+4
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-21whitespace fixes, no code changedDenis Vlasenko2-3/+4
2008-07-21- commentary typo fixBernhard Reutner-Fischer1-1/+1
2008-07-21- first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer13-26/+26
2008-07-21- fix spellingBernhard Reutner-Fischer9-41/+41
2008-07-21- s/super.block/superblock/g; # for consistency; -1bBernhard Reutner-Fischer4-23/+23
2008-07-21- remove superfluous forward declarationBernhard Reutner-Fischer1-18/+17
2008-07-21- document -fBernhard Reutner-Fischer1-2/+2
2008-07-21- commentary typo fixBernhard Reutner-Fischer1-1/+1
2008-07-21- no obj-code changes. Fix indentation, use existing defines.Bernhard Reutner-Fischer1-120/+19
2008-07-21telnet: shrinkDenis Vlasenko3-27/+24
2008-07-21help text: test --help doesnt print it (by design),Denis Vlasenko1-2/+3
2008-07-20httpd: add Hopedir directive specially forDenis Vlasenko1-4/+15
2008-07-20msh: fix "while...continue" bug 3884.Denis Vlasenko3-0/+24
2008-07-20build system: clean more files on make clean/make mrproperDenis Vlasenko1-3/+5
2008-07-20udhcp: use libbb for config file parsing (by Vladimir)Denis Vlasenko1-33/+16
2008-07-20libbb/parse_config.c: fix small buglet (by Vladimir)Denis Vlasenko2-2/+45
2008-07-20dnsd,sestatus: use libbb to parse config file (by Vladimir)Denis Vlasenko2-80/+38
2008-07-20man: fix breakage: must not die on lines with < 2 tokensDenis Vlasenko1-2/+4
2008-07-20mn: use libbb for config parsing (by Vladimir)Denis Vlasenko1-23/+16
2008-07-20tar: fix handling of tarballs with symlinks with size field != 0Denis Vlasenko3-7/+41
2008-07-20libbb: fix print_flags() [fix somehow is only in 1.11.1?)Denis Vlasenko1-1/+1
2008-07-20libbb: fixes to config_read() by maintainerDenis Vlasenko2-50/+27
2008-07-19libbb: config_read() updateDenis Vlasenko4-18/+16
2008-07-19mount: support nfs mount option nordiplus.Denis Vlasenko1-24/+32
2008-07-19libbb: updated config_parse() from VladimirDenis Vlasenko10-54/+206
2008-07-19test: fix parser to prefer binop over unop, as coreutils does.Denis Vlasenko3-71/+256
2008-07-18printf: do not print garbage on "%Ld". closes bug 4214.Denis Vlasenko2-6/+20
2008-07-18libbb: fix bb_strtol[l]'s check for "-". Hopefully closes bug 4174Denis Vlasenko1-8/+22
2008-07-18printf: fix %b, fix several bugs in %*.*, fix compat issues withDenis Vlasenko2-87/+200
2008-07-18- fix compilation for mips (Brian Daniels)Bernhard Reutner-Fischer1-1/+1
2008-07-17vi: using array data after it fell out of scope is stupid.Denis Vlasenko1-6/+8
2008-07-17sendmail: update from the maintainerDenis Vlasenko1-51/+58
2008-07-17pidof/killall: allow find_pid_by_name to find runningDenis Vlasenko5-23/+53
2008-07-17update READMEDenis Vlasenko1-6/+4
2008-07-17build system: fix indentation in config menuDenis Vlasenko1-2/+6
2008-07-17init: fix compile-time error; fix exiting on broken config fileDenis Vlasenko2-25/+21
2008-07-17- very minor shrinkage (-9b)Bernhard Reutner-Fischer1-4/+4
2008-07-17- fix "noreduce" flag of config_read (didn't work at all, at least for me).Bernhard Reutner-Fischer2-16/+76
2008-07-17- fix segfault in nameif with mactab fileBernhard Reutner-Fischer5-59/+59
2008-07-17printf: protect against bogus format specifiers. Hopefully closes bug 4184Denis Vlasenko2-9/+19
2008-07-17bb_strtoXXX: close bug 4174 (potential use of buf[-1])Denis Vlasenko1-6/+5
2008-07-17- warn about overlong lines in help-textsBernhard Reutner-Fischer2-0/+9
2008-07-16config help fixesDenis Vlasenko3-3/+3
2008-07-16fix up callsites of config_read to check for >= 0Denis Vlasenko4-5/+5
2008-07-16update of config file parser from VladimirDenis Vlasenko4-177/+52
2008-07-16sendmail: do not discard all headersDenis Vlasenko1-3/+11
2008-07-16cpio: make long opts depend only on ENABLE_GETOPT_LONGDenis Vlasenko1-1/+1
2008-07-16install: do not chown intermediate directories with install -d; shrinkDenis Vlasenko1-47/+28