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