| Commit message (Expand) | Author | Files | Lines |
2010-12-21 | apply post-1.18.0 patches, bump version to 1.18.11_18_1 | Denys Vlasenko | 8 | -62/+75 |
2010-11-23 | Bump version to 1.18.01_18_0 | Denys Vlasenko | 1 | -1/+1 |
2010-11-23 | date :add a comment about older toolchains | Denys Vlasenko | 1 | -0/+1 |
2010-11-22 | fixes for bugs discovered by randomconfig builds and tests | Denys Vlasenko | 7 | -10/+26 |
2010-11-22 | fix misspelling in comment | Denys Vlasenko | 1 | -1/+1 |
2010-11-22 | hush: fix improper handling of newline and hash chars in few corner cases | Denys Vlasenko | 7 | -123/+160 |
2010-11-22 | nc: fix SEGV on -v when NC_EXTRA is off | Denys Vlasenko | 1 | -1/+1 |
2010-11-22 | inetd: if argv[0] is not specified, set it to program name | Mike Frysinger | 1 | -0/+6 |
2010-11-22 | lineedit: fix tab-completion of filenames with spaces | Mike Shal | 1 | -22/+45 |
2010-11-22 | patch: remove out-of-file build machinery | Denys Vlasenko | 4 | -31/+0 |
2010-11-21 | gen_build_files.sh: restore deleted comment | Denys Vlasenko | 1 | -0/+1 |
2010-11-21 | cmp: with -s, do not report open errors | Denys Vlasenko | 1 | -4/+5 |
2010-11-21 | patch: simplify double list helpers | Denys Vlasenko | 1 | -42/+32 |
2010-11-21 | patch: busyboxify by migrating from toybox to busybox helpers | Denys Vlasenko | 2 | -162/+87 |
2010-11-16 | gen_build_files.sh: rewrite with sed | Mike Frysinger | 1 | -53/+47 |
2010-11-16 | allow SKIP_STRIP to be set in the env | Mike Frysinger | 1 | -1/+1 |
2010-11-16 | depmod.pl: add recursive sanity check | Mike Frysinger | 1 | -0/+3 |
2010-11-15 | lineedit: create history files with mode 0600 | Wolfram Sang | 1 | -5/+7 |
2010-11-14 | hush: add support for "set -o pipefail" | Denys Vlasenko | 3 | -23/+186 |
2010-11-14 | hush: preparatory patch for set -o pipefail support | Denys Vlasenko | 1 | -4/+5 |
2010-11-13 | libbb: remove unused variable | Lauri Kasanen | 1 | -4/+3 |
2010-11-08 | deluser: do not warn spuriously when deleting group by deluser | Tito Ragusa | 1 | -6/+14 |
2010-11-07 | delgroup: correct the check for users who still use the group | Denys Vlasenko | 1 | -12/+12 |
2010-11-06 | typo fix | Denys Vlasenko | 2 | -2/+2 |
2010-11-06 | deluser: 2nd attempt at deluser/delgroup size reduction and improvements | Tito Ragusa | 1 | -29/+70 |
2010-11-06 | powertop: code shrink | Maksym Kryzhanovskyy | 1 | -12/+13 |
2010-11-06 | ls: fix -lg to show group (was showing user) | Denys Vlasenko | 1 | -3/+3 |
2010-11-04 | powertop: fix last line detection in process_timer_stats() | Denys Vlasenko | 1 | -2/+2 |
2010-11-04 | powertop: replace erroneous \n with \0; make numberic conversion more robust | Denys Vlasenko | 1 | -7/+5 |
2010-11-04 | ip: Fix command line option parsing of "ip route get ..." | Christian Hornung | 1 | -1/+1 |
2010-11-04 | powertop: code shrink | Maksym Kryzhanovskyy | 1 | -57/+35 |
2010-11-03 | type fix in comment | Denys Vlasenko | 1 | -1/+1 |
2010-11-03 | rename archival/libunarchive -> archival/libarchive; move bz/ into it | Denys Vlasenko | 74 | -57/+57 |
2010-11-03 | *: move lzo compressor code to archival/libunarchive/. No code changes | Denys Vlasenko | 9 | -2/+3 |
2010-11-02 | init: if PID!=1, show clearer error message. move usage text closer to main() | Denys Vlasenko | 2 | -137/+137 |
2010-11-01 | whitespace fix | Denys Vlasenko | 1 | -1/+1 |
2010-11-01 | decompress_bunzip2: reinstate erroneously deleted RETVAL_SHORT_WRITE | Denys Vlasenko | 1 | -1/+2 |
2010-11-01 | umount: cleanup and code shrink | Rob Landley | 1 | -40/+7 |
2010-10-30 | stat: fix mtime/ctime/atime | Eric Lammerts | 1 | -4/+3 |
2010-10-30 | fdisk: fix trivial build failure | Denys Vlasenko | 1 | -0/+1 |
2010-10-30 | networking/*: remove superfluous comments | Denys Vlasenko | 5 | -11/+1 |
2010-10-30 | decompress_bunzip2: code shrink ~5 bytes | Denys Vlasenko | 1 | -12/+13 |
2010-10-30 | decompress_bunzip2: code shrink ~10 bytes | Denys Vlasenko | 1 | -74/+99 |
2010-10-29 | decompress_bunzip2: add profiling data to comment. no code changes | Denys Vlasenko | 1 | -0/+11 |
2010-10-29 | scripts/mkdiff_obj: show "size OBJFILE" too | Denys Vlasenko | 1 | -2/+2 |
2010-10-29 | decompress_bunzip2: relieve register pressure in hot function read_bunzip | Denys Vlasenko | 2 | -7/+15 |
2010-10-29 | decompress_bunzip2: keep bd->writeCRC in CPU reg in the hot loop | Denys Vlasenko | 1 | -21/+28 |
2010-10-29 | powertop: build fix for !386 compiles | Denys Vlasenko | 1 | -1/+1 |
2010-10-29 | decompress_bunzip2: code shrink | Denys Vlasenko | 1 | -44/+67 |
2010-10-29 | whitespace cleanup | Denys Vlasenko | 69 | -268/+231 |