aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-21whitespace fixes, no code changedDenis Vlasenko
2008-07-21- commentary typo fixBernhard Reutner-Fischer
2008-07-21- first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer
2008-07-21- fix spellingBernhard Reutner-Fischer
2008-07-21- s/super.block/superblock/g; # for consistency; -1bBernhard Reutner-Fischer
2008-07-21- remove superfluous forward declarationBernhard Reutner-Fischer
2008-07-21- document -fBernhard Reutner-Fischer
2008-07-21- commentary typo fixBernhard Reutner-Fischer
2008-07-21- no obj-code changes. Fix indentation, use existing defines.Bernhard Reutner-Fischer
2008-07-21telnet: shrinkDenis Vlasenko
2008-07-21help text: test --help doesnt print it (by design),Denis Vlasenko
2008-07-20httpd: add Hopedir directive specially forDenis Vlasenko
2008-07-20msh: fix "while...continue" bug 3884.Denis Vlasenko
2008-07-20build system: clean more files on make clean/make mrproperDenis Vlasenko
2008-07-20udhcp: use libbb for config file parsing (by Vladimir)Denis Vlasenko
2008-07-20libbb/parse_config.c: fix small buglet (by Vladimir)Denis Vlasenko
2008-07-20dnsd,sestatus: use libbb to parse config file (by Vladimir)Denis Vlasenko
2008-07-20man: fix breakage: must not die on lines with < 2 tokensDenis Vlasenko
2008-07-20mn: use libbb for config parsing (by Vladimir)Denis Vlasenko
2008-07-20tar: fix handling of tarballs with symlinks with size field != 0Denis Vlasenko
2008-07-20libbb: fix print_flags() [fix somehow is only in 1.11.1?)Denis Vlasenko
2008-07-20libbb: fixes to config_read() by maintainerDenis Vlasenko
2008-07-19libbb: config_read() updateDenis Vlasenko
2008-07-19mount: support nfs mount option nordiplus.Denis Vlasenko
2008-07-19libbb: updated config_parse() from VladimirDenis Vlasenko
2008-07-19test: fix parser to prefer binop over unop, as coreutils does.Denis Vlasenko
2008-07-18printf: do not print garbage on "%Ld". closes bug 4214.Denis Vlasenko
2008-07-18libbb: fix bb_strtol[l]'s check for "-". Hopefully closes bug 4174Denis Vlasenko
2008-07-18printf: fix %b, fix several bugs in %*.*, fix compat issues withDenis Vlasenko
2008-07-18- fix compilation for mips (Brian Daniels)Bernhard Reutner-Fischer
2008-07-17vi: using array data after it fell out of scope is stupid.Denis Vlasenko
2008-07-17sendmail: update from the maintainerDenis Vlasenko
2008-07-17pidof/killall: allow find_pid_by_name to find runningDenis Vlasenko
2008-07-17update READMEDenis Vlasenko
2008-07-17build system: fix indentation in config menuDenis Vlasenko
2008-07-17init: fix compile-time error; fix exiting on broken config fileDenis Vlasenko
2008-07-17- very minor shrinkage (-9b)Bernhard Reutner-Fischer
2008-07-17- fix "noreduce" flag of config_read (didn't work at all, at least for me).Bernhard Reutner-Fischer
2008-07-17- fix segfault in nameif with mactab fileBernhard Reutner-Fischer
2008-07-17printf: protect against bogus format specifiers. Hopefully closes bug 4184Denis Vlasenko
2008-07-17bb_strtoXXX: close bug 4174 (potential use of buf[-1])Denis Vlasenko
2008-07-17- warn about overlong lines in help-textsBernhard Reutner-Fischer
2008-07-16config help fixesDenis Vlasenko
2008-07-16fix up callsites of config_read to check for >= 0Denis Vlasenko
2008-07-16update of config file parser from VladimirDenis Vlasenko
2008-07-16sendmail: do not discard all headersDenis Vlasenko
2008-07-16cpio: make long opts depend only on ENABLE_GETOPT_LONGDenis Vlasenko
2008-07-16install: do not chown intermediate directories with install -d; shrinkDenis Vlasenko
2008-07-16s/SELINIX/SELINUX/Denis Vlasenko