aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Modprobe: Make -l open the right fileLauri Kasanen2010-07-101-5/+5
| * diff: cosmetic change on top of last commitDenys Vlasenko2010-07-091-1/+1
| * diff: fix "diff dir1 dir2/". Closes bug 2203Matheus Izvekov2010-07-092-4/+33
| * fix make O=dir buildDenys Vlasenko2010-07-093-2/+23
| * crond: code shrinkDenys Vlasenko2010-07-081-36/+31
| * crond: rename HumpBack names. Note two TODOs/FIXMEsDenys Vlasenko2010-07-081-311/+322
| * crond: check mtime on crontab dir every minute, and reread if changedDenys Vlasenko2010-07-081-39/+36
| * crond: reorder functions to follow usual order: "main last"Denys Vlasenko2010-07-081-231/+221
| * ifplugd: code shrinkMaksym Kryzhanovskyy2010-07-081-60/+35
| * make usage_compressed.h generation _always_ update mtimeDenys Vlasenko2010-07-081-5/+1
| * crond: code shrinkDenys Vlasenko2010-07-061-62/+65
| * whitespace fixesDenys Vlasenko2010-07-063-3/+3
| * bootchartd: fix labels in config system. no code changesDenys Vlasenko2010-07-061-2/+2
| * Start 1.18.0 development cycleDenys Vlasenko2010-07-061-2/+2
| * bump version to 1.17.01_17_0Denys Vlasenko2010-07-061-1/+1
| * scripts/randomtest: update to pass testsuite with Rob's toolchainDenys Vlasenko2010-07-061-3/+11
| * [un]expand: fix testsuiteDenys Vlasenko2010-07-062-4/+2
| * randomconfig fixesDenys Vlasenko2010-07-0514-25/+39
| * Yet another attempt to stamp out "make -j" problemsDenys Vlasenko2010-07-041-1/+7
| * libbb: reduce number of *error_msg[_and_die].c files by fourDenys Vlasenko2010-07-048-94/+46
| * *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-0421-95/+56
| * remove some dead assignments, add a TODO commentDenys Vlasenko2010-07-043-3/+2
| * ip a: fix SEGV if "dev IFACE" is not specifiedDenys Vlasenko2010-07-041-24/+23
| * libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-0422-81/+67
| * losetup: use LOOP_foo definesLauri Kasanen2010-07-042-8/+8
| * fix compile breakage with "make -j"Denys Vlasenko2010-07-033-1/+5
| * chrt: code shrinkDenys Vlasenko2010-07-012-46/+48
| * consolidate xz format comment. no code changesDenys Vlasenko2010-07-013-4/+2
| * conspy: stop losing some keyboard keys.Pascal Bellard2010-07-011-9/+11
| * xz compression detection: avoid the need to seekDenys Vlasenko2010-07-015-14/+30
| * bzip2 decompression: simple code shrinkDenys Vlasenko2010-06-302-6/+9
| * conspy: code shrinkPascal Bellard2010-06-301-110/+101
| * bootchartd: fix sample period calculationsKeisuke Yasui2010-06-281-5/+7
| * conspy: code shrinkPascal Bellard2010-06-283-86/+78
| * nc: better comments. no code changesDenys Vlasenko2010-06-281-3/+5
| * conspy: significant output minimization; blink attribute supportDenys Vlasenko2010-06-271-72/+126
| * remove recently added erroneous _and_die()Denys Vlasenko2010-06-272-2/+2
| * mount: fix a case when sometimes error message is not printedDenys Vlasenko2010-06-271-3/+3
| * nc: introduce CONFIG_NC_110_COMPAT option.Denys Vlasenko2010-06-274-108/+122
| * *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl2010-06-278-54/+58
| * modinfo: support relative paths in modules.depLauri Kasanen2010-06-271-11/+24
| * modinfo: needs DEFAULT_MODULES_DIR and DEFAULT_DEPMOD_FILELauri Kasanen2010-06-271-2/+2
| * libbb/copyfd.c: fix the case of copy buffer <= 4kbDenys Vlasenko2010-06-261-1/+3
| * ash: fix obscure case of replacing + globbing + backslashesDenys Vlasenko2010-06-263-21/+52
| * tar: make typical extraction less memory-hungryDenys Vlasenko2010-06-261-3/+6
| * *: tar-related cleanups: move struct to unarchive.h; move help to tar.cDenys Vlasenko2010-06-265-153/+118
| * tar: fix --to-command wrt short writesDenys Vlasenko2010-06-262-6/+17
| * fix breakage in compressed file detectionDenys Vlasenko2010-06-262-4/+4
| * universal parser: do not leak parser->dataDenys Vlasenko2010-06-261-8/+12
| * build system: do not rebuild ash and hush on any change to any .c fileDenys Vlasenko2010-06-265-10/+26