Age | Commit message (Expand) | Author |
2008-08-06 | fix bug 4464 for real. I am dumb. | Denis Vlasenko |
2008-08-06 | modprobe: semi-trivial code shrink | Denis Vlasenko |
2008-08-05 | *: use get_console_fd() as appropriate, and make it fail on open error - | Denis Vlasenko |
2008-08-05 | kbd_mode: remove erroneous & from &var. By Vladimir. | Denis Vlasenko |
2008-08-05 | libbb: fix thinko in latest xrealloc_vector change | Denis Vlasenko |
2008-08-05 | - reinstate commented out _FORTIFY_SOURCE that was somehow dropped by Denys? | Bernhard Reutner-Fischer |
2008-08-05 | randomconfig fixes | Denis Vlasenko |
2008-08-05 | man: teach it to use .lzma if requested by .config | Denis Vlasenko |
2008-08-05 | man: yet another fixlet to "manpage link" code | Denis Vlasenko |
2008-08-05 | man: fixlet for man links | Denis Vlasenko |
2008-08-05 | man: 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-05 | whitespace fixes, no code changed | Denis Vlasenko |
2008-08-04 | xargs: fix -e default to match newer GNU xargs, add SUS mandated -E. | Denis Vlasenko |
2008-08-04 | modprobe: use buffering line reads (fgets) instead of reads(). | Denis Vlasenko |
2008-08-04 | fix some testsuite false positives | Denis Vlasenko |
2008-08-04 | libbb: make xrealloc_vector zero out the realloc'ed tail | Denis Vlasenko |
2008-08-04 | hush: fix mishandling of a'b'c=fff as assignments. They are not. | Denis Vlasenko |
2008-08-03 | hush: remove a comment about already fixed bug | Denis Vlasenko |
2008-08-03 | makedevs: shrink by Vladimir | Denis Vlasenko |
2008-08-03 | ssd: fix -K/-S mixup in help text | Denis Vlasenko |
2008-08-03 | xargs: update help text | Denis Vlasenko |
2008-08-03 | xargs: fix xargs -e; added test for that | Denis Vlasenko |
2008-08-03 | halt: signal init regardless of ENABLE_INIT | Denis Vlasenko |
2008-08-01 | nameif: shrink (by Vladimir) | Denis Vlasenko |
2008-08-01 | makedevs: fix help text discrepancies | Denis Vlasenko |
2008-08-01 | makedevs: shrink (by Vladimir); testsuite | Denis Vlasenko |
2008-07-31 | hush: support $_NUMBERS variable names | Denis Vlasenko |
2008-07-31 | hush: fix "case ... in <newline> word)..." | Denis Vlasenko |
2008-07-31 | hush: support "pattern1|pattern2...)" in case statements | Denis Vlasenko |
2008-07-30 | tr: fix yet another access past the end of a string (bug 4374) | Denis Vlasenko |
2008-07-30 | chpst: large code shrink by Vladimir | Denis Vlasenko |
2008-07-30 | ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1" | Denis Vlasenko |
2008-07-29 | hush: trivial code shrink | Denis Vlasenko |
2008-07-29 | hush: use G.xxx instead of #define xxx G.xxx. We have too many globals | Denis Vlasenko |
2008-07-29 | randomconfig fix | Denis Vlasenko |
2008-07-29 | hush: small fix for repeated continue and fix for wrong loop depth count | Denis Vlasenko |
2008-07-29 | hush: fix inverted check (was making all break's to act as "break 99999") | Denis Vlasenko |
2008-07-29 | hush: fix break'ing out of {} and () groups; with testcase | Denis Vlasenko |
2008-07-29 | randomconfig fixes | Denis Vlasenko |
2008-07-29 | hush: add #defines to switch off break/continue if loops are not supported | Denis Vlasenko |
2008-07-29 | modprobe: support for /etc/modprobe.d, by Timo Teras. | Denis Vlasenko |
2008-07-29 | libbb: dump: do not use uninitialized memory. close bug 4364. | Denis Vlasenko |
2008-07-28 | tr: fix "tr [=" case. Closes bug 4374. | Denis Vlasenko |
2008-07-28 | hush: fix "while false; ..." exitcode; add testsuites | Denis Vlasenko |
2008-07-28 | hush: support "break N" and "continue N" | Denis Vlasenko |
2008-07-28 | hush: implement break and continue | Denis Vlasenko |
2008-07-28 | hush: in run_list(), some loop_top ops seems to be superfluous. | Denis Vlasenko |
2008-07-28 | hush: in run_list(), last_cond_code seems to be superfluous. comment it out | Denis Vlasenko |