summaryrefslogtreecommitdiff
path: root/coreutils (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-07-16s/SELINIX/SELINUX/Denis Vlasenko1-3/+3
2008-07-16libbb: get rid of statics in dump.c; code shrinks a lot tooDenis Vlasenko4-200/+222
2008-07-16tee: fix infinite looping on open error (echo asd | tee "")Denis Vlasenko1-1/+3
2008-07-16od,hexdump: fix bug where xrealloc may move pointer,Denis Vlasenko2-69/+75
2008-07-15mdev: support for serializing hotplugDenis Vlasenko2-3/+51
2008-07-15sleep: make fractional seconds separately selectable in .configDenis Vlasenko3-10/+25
2008-07-15libbb: document plans to speed up line-based inputDenis Vlasenko2-3/+15
2008-07-15libbb: unified config parser (By Vladimir Dronnikov)Denis Vlasenko4-56/+295
2008-07-15sendmail: do not ignore CC; accept to: and cc: case-insensitively.Denis Vlasenko1-1/+1
2008-07-15libbb: experimental faster string reading routines.Denis Vlasenko2-1/+75
2008-07-15comm: almost total rewrite; add testsuiteDenis Vlasenko3-56/+61
2008-07-15ls: fix a bug where we may use uninintialized variableDenis Vlasenko1-5/+6
2008-07-15tee: "-" is a name for stdout, handle it that wayDenis Vlasenko1-4/+7
2008-07-14insmod: users report that "|| defined(__powerpc__)" is missingDenis Vlasenko1-1/+2
2008-07-14hush: fix "... pattern) cmd;; esac" caseDenis Vlasenko2-3/+27
2008-07-14hush: delete unused field in struct child.Denis Vlasenko2-16/+95
2008-07-14hush: add case statement support. It is incomplete and disabled for now.Denis Vlasenko1-45/+147
2008-07-13ash: small code shrinkDenis Vlasenko1-5/+5
2008-07-12libbb: shrink print_login_issue (by Vladimir Dronnikov)Denis Vlasenko1-8/+7
2008-07-12whitespace fixesDenis Vlasenko3-8/+18