aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-06- support relatime / norelatimeBernhard Reutner-Fischer
2008-08-06- fix typoBernhard Reutner-Fischer
2008-08-06modprobe-small: fix infinite looping, by Timo TerasDenis Vlasenko
2008-08-06fix bug 4464 for real. I am dumb.Denis Vlasenko
2008-08-06modprobe: semi-trivial code shrinkDenis Vlasenko
2008-08-05*: use get_console_fd() as appropriate, and make it fail on open error -Denis Vlasenko
2008-08-05kbd_mode: remove erroneous & from &var. By Vladimir.Denis Vlasenko
2008-08-05libbb: fix thinko in latest xrealloc_vector changeDenis Vlasenko
2008-08-05- reinstate commented out _FORTIFY_SOURCE that was somehow dropped by Denys?Bernhard Reutner-Fischer
2008-08-05randomconfig fixesDenis Vlasenko
2008-08-05man: teach it to use .lzma if requested by .configDenis Vlasenko
2008-08-05man: yet another fixlet to "manpage link" codeDenis Vlasenko
2008-08-05man: fixlet for man linksDenis Vlasenko
2008-08-05man: add handling of "man links", by Ivana Varekova <varekova AT redhat.com>Denis Vlasenko
2008-08-05*: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko
2008-08-05- don't free user-supplied string (via -e)Bernhard Reutner-Fischer
2008-08-05whitespace fixes, no code changedDenis Vlasenko
2008-08-04xargs: fix -e default to match newer GNU xargs, add SUS mandated -E.Denis Vlasenko
2008-08-04modprobe: use buffering line reads (fgets) instead of reads().Denis Vlasenko
2008-08-04fix some testsuite false positivesDenis Vlasenko
2008-08-04libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko
2008-08-04hush: fix mishandling of a'b'c=fff as assignments. They are not.Denis Vlasenko
2008-08-03hush: remove a comment about already fixed bugDenis Vlasenko
2008-08-03makedevs: shrink by VladimirDenis Vlasenko
2008-08-03ssd: fix -K/-S mixup in help textDenis Vlasenko
2008-08-03xargs: update help textDenis Vlasenko
2008-08-03xargs: fix xargs -e; added test for thatDenis Vlasenko
2008-08-03halt: signal init regardless of ENABLE_INITDenis Vlasenko
2008-08-01nameif: shrink (by Vladimir)Denis Vlasenko
2008-08-01makedevs: fix help text discrepanciesDenis Vlasenko
2008-08-01makedevs: shrink (by Vladimir); testsuiteDenis Vlasenko
2008-07-31hush: support $_NUMBERS variable namesDenis Vlasenko
2008-07-31hush: fix "case ... in <newline> word)..."Denis Vlasenko
2008-07-31hush: support "pattern1|pattern2...)" in case statementsDenis Vlasenko
2008-07-30tr: fix yet another access past the end of a string (bug 4374)Denis Vlasenko
2008-07-30chpst: large code shrink by VladimirDenis Vlasenko
2008-07-30ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"Denis Vlasenko
2008-07-29hush: trivial code shrinkDenis Vlasenko
2008-07-29hush: use G.xxx instead of #define xxx G.xxx. We have too many globalsDenis Vlasenko
2008-07-29randomconfig fixDenis Vlasenko
2008-07-29hush: small fix for repeated continue and fix for wrong loop depth countDenis Vlasenko
2008-07-29hush: fix inverted check (was making all break's to act as "break 99999")Denis Vlasenko
2008-07-29hush: fix break'ing out of {} and () groups; with testcaseDenis Vlasenko
2008-07-29randomconfig fixesDenis Vlasenko
2008-07-29hush: add #defines to switch off break/continue if loops are not supportedDenis Vlasenko
2008-07-29modprobe: support for /etc/modprobe.d, by Timo Teras.Denis Vlasenko
2008-07-29libbb: dump: do not use uninitialized memory. close bug 4364.Denis Vlasenko
2008-07-28tr: fix "tr [=" case. Closes bug 4374.Denis Vlasenko
2008-07-28hush: fix "while false; ..." exitcode; add testsuitesDenis Vlasenko
2008-07-28hush: support "break N" and "continue N"Denis Vlasenko