| Commit message (Expand) | Author | Age | Files | Lines |
* | nmeter: fix read past the end if a buffer. Closes 4594 | Denis Vlasenko | 2008-08-14 | 1 | -2/+4 |
* | ifupdown: fixes for custom MAC address, by Wade Berrier <wberrier AT gmail.com> | Denis Vlasenko | 2008-08-12 | 1 | -2/+18 |
* | sendmail: work around (bogus) gcc warning | Denis Vlasenko | 2008-08-10 | 1 | -5/+6 |
* | fix byte-swapping of compressed help on big-endian machines | Denis Vlasenko | 2008-08-09 | 1 | -5/+12 |
* | optimize config_read() (by Timo Teras <timo.teras AT iki.fi>) | Denis Vlasenko | 2008-08-09 | 3 | -115/+91 |
* | grep: option to use GNU regex matching instead of POSIX one. | Denis Vlasenko | 2008-08-09 | 5 | -36/+155 |
* | - support relatime / norelatime | Bernhard Reutner-Fischer | 2008-08-06 | 3 | -1/+8 |
* | - fix typo | Bernhard Reutner-Fischer | 2008-08-06 | 1 | -1/+1 |
* | modprobe-small: fix infinite looping, by Timo Teras | Denis Vlasenko | 2008-08-06 | 1 | -1/+3 |
* | fix bug 4464 for real. I am dumb. | Denis Vlasenko | 2008-08-06 | 1 | -2/+1 |
* | modprobe: semi-trivial code shrink | Denis Vlasenko | 2008-08-06 | 1 | -52/+47 |
* | *: use get_console_fd() as appropriate, and make it fail on open error - | Denis Vlasenko | 2008-08-05 | 9 | -22/+20 |
* | kbd_mode: remove erroneous & from &var. By Vladimir. | Denis Vlasenko | 2008-08-05 | 1 | -1/+1 |
* | libbb: fix thinko in latest xrealloc_vector change | Denis Vlasenko | 2008-08-05 | 1 | -1/+1 |
* | - reinstate commented out _FORTIFY_SOURCE that was somehow dropped by Denys? | Bernhard Reutner-Fischer | 2008-08-05 | 1 | -1/+2 |
* | randomconfig fixes | Denis Vlasenko | 2008-08-05 | 2 | -4/+8 |
* | man: teach it to use .lzma if requested by .config | Denis Vlasenko | 2008-08-05 | 1 | -23/+45 |
* | man: yet another fixlet to "manpage link" code | Denis Vlasenko | 2008-08-05 | 1 | -2/+3 |
* | man: fixlet for man links | Denis Vlasenko | 2008-08-05 | 1 | -12/+17 |
* | man: add handling of "man links", by Ivana Varekova <varekova AT redhat.com> | Denis Vlasenko | 2008-08-05 | 2 | -17/+68 |
* | *: refactor handling of archived files. "tar f file.tar.lzma" now works too. | Denis Vlasenko | 2008-08-05 | 21 | -319/+324 |
* | - don't free user-supplied string (via -e) | Bernhard Reutner-Fischer | 2008-08-05 | 2 | -6/+6 |
* | whitespace fixes, no code changed | Denis Vlasenko | 2008-08-05 | 1 | -11/+12 |
* | xargs: fix -e default to match newer GNU xargs, add SUS mandated -E. | Denis Vlasenko | 2008-08-04 | 2 | -17/+29 |
* | modprobe: use buffering line reads (fgets) instead of reads(). | Denis Vlasenko | 2008-08-04 | 3 | -47/+20 |
* | fix some testsuite false positives | Denis Vlasenko | 2008-08-04 | 3 | -6/+12 |
* | libbb: make xrealloc_vector zero out the realloc'ed tail | Denis Vlasenko | 2008-08-04 | 9 | -20/+30 |
* | hush: fix mishandling of a'b'c=fff as assignments. They are not. | Denis Vlasenko | 2008-08-04 | 5 | -58/+127 |
* | hush: remove a comment about already fixed bug | Denis Vlasenko | 2008-08-03 | 1 | -2/+0 |
* | makedevs: shrink by Vladimir | Denis Vlasenko | 2008-08-03 | 1 | -17/+17 |
* | ssd: fix -K/-S mixup in help text | Denis Vlasenko | 2008-08-03 | 1 | -6/+6 |
* | xargs: update help text | Denis Vlasenko | 2008-08-03 | 1 | -6/+9 |
* | xargs: fix xargs -e; added test for that | Denis Vlasenko | 2008-08-03 | 2 | -1/+26 |
* | halt: signal init regardless of ENABLE_INIT | Denis Vlasenko | 2008-08-03 | 1 | -2/+5 |
* | nameif: shrink (by Vladimir) | Denis Vlasenko | 2008-08-01 | 1 | -28/+16 |
* | makedevs: fix help text discrepancies | Denis Vlasenko | 2008-08-01 | 1 | -15/+16 |
* | makedevs: shrink (by Vladimir); testsuite | Denis Vlasenko | 2008-08-01 | 3 | -86/+375 |
* | hush: support $_NUMBERS variable names | Denis Vlasenko | 2008-07-31 | 5 | -4/+19 |
* | hush: fix "case ... in <newline> word)..." | Denis Vlasenko | 2008-07-31 | 3 | -1/+20 |
* | hush: support "pattern1|pattern2...)" in case statements | Denis Vlasenko | 2008-07-31 | 1 | -8/+18 |
* | tr: fix yet another access past the end of a string (bug 4374) | Denis Vlasenko | 2008-07-30 | 1 | -3/+5 |
* | chpst: large code shrink by Vladimir | Denis Vlasenko | 2008-07-30 | 2 | -231/+209 |
* | ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1" | Denis Vlasenko | 2008-07-30 | 3 | -1/+20 |
* | hush: trivial code shrink | Denis Vlasenko | 2008-07-29 | 1 | -8/+4 |
* | hush: use G.xxx instead of #define xxx G.xxx. We have too many globals | Denis Vlasenko | 2008-07-29 | 1 | -234/+198 |
* | randomconfig fix | Denis Vlasenko | 2008-07-29 | 1 | -2/+2 |
* | hush: small fix for repeated continue and fix for wrong loop depth count | Denis Vlasenko | 2008-07-29 | 3 | -1/+17 |
* | hush: fix inverted check (was making all break's to act as "break 99999") | Denis Vlasenko | 2008-07-29 | 1 | -1/+1 |
* | hush: fix break'ing out of {} and () groups; with testcase | Denis Vlasenko | 2008-07-29 | 3 | -13/+43 |
* | randomconfig fixes | Denis Vlasenko | 2008-07-29 | 2 | -3/+7 |