aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-09diff: cosmetic change on top of last commitDenys Vlasenko
2010-07-09diff: fix "diff dir1 dir2/". Closes bug 2203Matheus Izvekov
2010-07-09fix make O=dir buildDenys Vlasenko
2010-07-08crond: code shrinkDenys Vlasenko
2010-07-08crond: rename HumpBack names. Note two TODOs/FIXMEsDenys Vlasenko
2010-07-08crond: check mtime on crontab dir every minute, and reread if changedDenys Vlasenko
2010-07-08crond: reorder functions to follow usual order: "main last"Denys Vlasenko
2010-07-08ifplugd: code shrinkMaksym Kryzhanovskyy
2010-07-08make usage_compressed.h generation _always_ update mtimeDenys Vlasenko
2010-07-06crond: code shrinkDenys Vlasenko
2010-07-06whitespace fixesDenys Vlasenko
2010-07-06bootchartd: fix labels in config system. no code changesDenys Vlasenko
2010-07-06Start 1.18.0 development cycleDenys Vlasenko
2010-07-06bump version to 1.17.0Denys Vlasenko
2010-07-06scripts/randomtest: update to pass testsuite with Rob's toolchainDenys Vlasenko
2010-07-06[un]expand: fix testsuiteDenys Vlasenko
2010-07-05randomconfig fixesDenys Vlasenko
2010-07-04Yet another attempt to stamp out "make -j" problemsDenys Vlasenko
2010-07-04libbb: reduce number of *error_msg[_and_die].c files by fourDenys Vlasenko
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-07-04remove some dead assignments, add a TODO commentDenys Vlasenko
2010-07-04ip a: fix SEGV if "dev IFACE" is not specifiedDenys Vlasenko
2010-07-04libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard
2010-07-04losetup: use LOOP_foo definesLauri Kasanen
2010-07-03fix compile breakage with "make -j"Denys Vlasenko
2010-07-01chrt: code shrinkDenys Vlasenko
2010-07-01consolidate xz format comment. no code changesDenys Vlasenko
2010-07-01conspy: stop losing some keyboard keys.Pascal Bellard
2010-07-01xz compression detection: avoid the need to seekDenys Vlasenko
2010-06-30bzip2 decompression: simple code shrinkDenys Vlasenko
2010-06-30conspy: code shrinkPascal Bellard
2010-06-28bootchartd: fix sample period calculationsKeisuke Yasui
2010-06-28conspy: code shrinkPascal Bellard
2010-06-28nc: better comments. no code changesDenys Vlasenko
2010-06-27conspy: significant output minimization; blink attribute supportDenys Vlasenko
2010-06-27remove recently added erroneous _and_die()Denys Vlasenko
2010-06-27mount: fix a case when sometimes error message is not printedDenys Vlasenko
2010-06-27nc: introduce CONFIG_NC_110_COMPAT option.Denys Vlasenko
2010-06-27*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl
2010-06-27modinfo: support relative paths in modules.depLauri Kasanen
2010-06-27modinfo: needs DEFAULT_MODULES_DIR and DEFAULT_DEPMOD_FILELauri Kasanen
2010-06-26libbb/copyfd.c: fix the case of copy buffer <= 4kbDenys Vlasenko
2010-06-26ash: fix obscure case of replacing + globbing + backslashesDenys Vlasenko
2010-06-26tar: make typical extraction less memory-hungryDenys Vlasenko
2010-06-26*: tar-related cleanups: move struct to unarchive.h; move help to tar.cDenys Vlasenko
2010-06-26tar: fix --to-command wrt short writesDenys Vlasenko
2010-06-26fix breakage in compressed file detectionDenys Vlasenko
2010-06-26universal parser: do not leak parser->dataDenys Vlasenko
2010-06-26build system: do not rebuild ash and hush on any change to any .c fileDenys Vlasenko
2010-06-25conspy: make "conspy 0" use vcsa0 but "conspy" (no param) use vcsaDenys Vlasenko