aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-05*: use get_console_fd() as appropriate, and make it fail on open error -Denis Vlasenko9-22/+20
2008-08-05kbd_mode: remove erroneous & from &var. By Vladimir.Denis Vlasenko1-1/+1
2008-08-05libbb: fix thinko in latest xrealloc_vector changeDenis Vlasenko1-1/+1
2008-08-05- reinstate commented out _FORTIFY_SOURCE that was somehow dropped by Denys?Bernhard Reutner-Fischer1-1/+2
2008-08-05randomconfig fixesDenis Vlasenko2-4/+8
2008-08-05man: teach it to use .lzma if requested by .configDenis Vlasenko1-23/+45
2008-08-05man: yet another fixlet to "manpage link" codeDenis Vlasenko1-2/+3
2008-08-05man: fixlet for man linksDenis Vlasenko1-12/+17
2008-08-05man: add handling of "man links", by Ivana Varekova <varekova AT redhat.com>Denis Vlasenko2-17/+68
2008-08-05*: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko21-319/+324
2008-08-05- don't free user-supplied string (via -e)Bernhard Reutner-Fischer2-6/+6
2008-08-05whitespace fixes, no code changedDenis Vlasenko1-11/+12
2008-08-04xargs: fix -e default to match newer GNU xargs, add SUS mandated -E.Denis Vlasenko2-17/+29
2008-08-04modprobe: use buffering line reads (fgets) instead of reads().Denis Vlasenko3-47/+20
2008-08-04fix some testsuite false positivesDenis Vlasenko3-6/+12
2008-08-04libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko9-20/+30
2008-08-04hush: fix mishandling of a'b'c=fff as assignments. They are not.Denis Vlasenko5-58/+127
2008-08-03hush: remove a comment about already fixed bugDenis Vlasenko1-2/+0
2008-08-03makedevs: shrink by VladimirDenis Vlasenko1-17/+17
2008-08-03ssd: fix -K/-S mixup in help textDenis Vlasenko1-6/+6
2008-08-03xargs: update help textDenis Vlasenko1-6/+9
2008-08-03xargs: fix xargs -e; added test for thatDenis Vlasenko2-1/+26
2008-08-03halt: signal init regardless of ENABLE_INITDenis Vlasenko1-2/+5
2008-08-01nameif: shrink (by Vladimir)Denis Vlasenko1-28/+16
2008-08-01makedevs: fix help text discrepanciesDenis Vlasenko1-15/+16
2008-08-01makedevs: shrink (by Vladimir); testsuiteDenis Vlasenko3-86/+375
2008-07-31hush: support $_NUMBERS variable namesDenis Vlasenko5-4/+19
2008-07-31hush: fix "case ... in <newline> word)..."Denis Vlasenko3-1/+20
2008-07-31hush: support "pattern1|pattern2...)" in case statementsDenis Vlasenko1-8/+18
2008-07-30tr: fix yet another access past the end of a string (bug 4374)Denis Vlasenko1-3/+5
2008-07-30chpst: large code shrink by VladimirDenis Vlasenko2-231/+209
2008-07-30ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"Denis Vlasenko3-1/+20
2008-07-29hush: trivial code shrinkDenis Vlasenko1-8/+4
2008-07-29hush: use G.xxx instead of #define xxx G.xxx. We have too many globalsDenis Vlasenko1-234/+198
2008-07-29randomconfig fixDenis Vlasenko1-2/+2
2008-07-29hush: small fix for repeated continue and fix for wrong loop depth countDenis Vlasenko3-1/+17
2008-07-29hush: fix inverted check (was making all break's to act as "break 99999")Denis Vlasenko1-1/+1
2008-07-29hush: fix break'ing out of {} and () groups; with testcaseDenis Vlasenko3-13/+43
2008-07-29randomconfig fixesDenis Vlasenko2-3/+7
2008-07-29hush: add #defines to switch off break/continue if loops are not supportedDenis Vlasenko8-7/+30
2008-07-29modprobe: support for /etc/modprobe.d, by Timo Teras.Denis Vlasenko1-63/+106
2008-07-29libbb: dump: do not use uninitialized memory. close bug 4364.Denis Vlasenko1-4/+3
2008-07-28tr: fix "tr [=" case. Closes bug 4374.Denis Vlasenko1-0/+2
2008-07-28hush: fix "while false; ..." exitcode; add testsuitesDenis Vlasenko5-1/+24
2008-07-28hush: support "break N" and "continue N"Denis Vlasenko7-35/+82
2008-07-28hush: implement break and continueDenis Vlasenko2-77/+107
2008-07-28hush: in run_list(), some loop_top ops seems to be superfluous.Denis Vlasenko1-15/+15
2008-07-28hush: in run_list(), last_cond_code seems to be superfluous. comment it outDenis Vlasenko1-16/+18
2008-07-28hush: explain run_list() in detail; small optimizationsDenis Vlasenko1-92/+109
2008-07-28documentation fixDenis Vlasenko1-3/+3