aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-09Revert "split: use xopen_stdin()"1_17_2Denys Vlasenko1-1/+3
2010-08-23split: use xopen_stdin()Denys Vlasenko1-3/+1
2010-08-23Version 1.17.2: apply post 1.17.1 fixes, replace patch applet by Rob's versionDenys Vlasenko21-303/+1083
2010-07-25bump version to 1.17.11_17_1Denys Vlasenko1-1/+1
2010-07-25Apply post-1.17.0 fixesDenys Vlasenko29-336/+430
2010-07-06bump version to 1.17.01_17_0Denys Vlasenko1-1/+1
2010-07-06scripts/randomtest: update to pass testsuite with Rob's toolchainDenys Vlasenko1-3/+11
2010-07-06[un]expand: fix testsuiteDenys Vlasenko2-4/+2
2010-07-05randomconfig fixesDenys Vlasenko14-25/+39
2010-07-04Yet another attempt to stamp out "make -j" problemsDenys Vlasenko1-1/+7
2010-07-04libbb: reduce number of *error_msg[_and_die].c files by fourDenys Vlasenko8-94/+46
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard21-95/+56
2010-07-04remove some dead assignments, add a TODO commentDenys Vlasenko3-3/+2
2010-07-04ip a: fix SEGV if "dev IFACE" is not specifiedDenys Vlasenko1-24/+23
2010-07-04libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard22-81/+67
2010-07-04losetup: use LOOP_foo definesLauri Kasanen2-8/+8
2010-07-03fix compile breakage with "make -j"Denys Vlasenko3-1/+5
2010-07-01chrt: code shrinkDenys Vlasenko2-46/+48
2010-07-01consolidate xz format comment. no code changesDenys Vlasenko3-4/+2
2010-07-01conspy: stop losing some keyboard keys.Pascal Bellard1-9/+11
2010-07-01xz compression detection: avoid the need to seekDenys Vlasenko5-14/+30
2010-06-30bzip2 decompression: simple code shrinkDenys Vlasenko2-6/+9
2010-06-30conspy: code shrinkPascal Bellard1-110/+101
2010-06-28bootchartd: fix sample period calculationsKeisuke Yasui1-5/+7
2010-06-28conspy: code shrinkPascal Bellard3-86/+78
2010-06-28nc: better comments. no code changesDenys Vlasenko1-3/+5
2010-06-27conspy: significant output minimization; blink attribute supportDenys Vlasenko1-72/+126
2010-06-27remove recently added erroneous _and_die()Denys Vlasenko2-2/+2
2010-06-27mount: fix a case when sometimes error message is not printedDenys Vlasenko1-3/+3
2010-06-27nc: introduce CONFIG_NC_110_COMPAT option.Denys Vlasenko4-108/+122
2010-06-27*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl8-54/+58
2010-06-27modinfo: support relative paths in modules.depLauri Kasanen1-11/+24
2010-06-27modinfo: needs DEFAULT_MODULES_DIR and DEFAULT_DEPMOD_FILELauri Kasanen1-2/+2
2010-06-26libbb/copyfd.c: fix the case of copy buffer <= 4kbDenys Vlasenko1-1/+3
2010-06-26ash: fix obscure case of replacing + globbing + backslashesDenys Vlasenko3-21/+52
2010-06-26tar: make typical extraction less memory-hungryDenys Vlasenko1-3/+6
2010-06-26*: tar-related cleanups: move struct to unarchive.h; move help to tar.cDenys Vlasenko5-153/+118
2010-06-26tar: fix --to-command wrt short writesDenys Vlasenko2-6/+17
2010-06-26fix breakage in compressed file detectionDenys Vlasenko2-4/+4
2010-06-26universal parser: do not leak parser->dataDenys Vlasenko1-8/+12
2010-06-26build system: do not rebuild ash and hush on any change to any .c fileDenys Vlasenko5-10/+26
2010-06-25conspy: make "conspy 0" use vcsa0 but "conspy" (no param) use vcsaDenys Vlasenko1-7/+4
2010-06-25another fix to gen_build_files / autoconf.h dependencyDenys Vlasenko1-2/+2
2010-06-25gen_build_files.sh is an order prerequisite only for autoconf.hDenys Vlasenko2-29/+21
2010-06-25build system: make gen_build_files.sh run before autoconf.h generationDenys Vlasenko1-1/+1
2010-06-25*: make exec failure message more consistentDenys Vlasenko24-40/+40
2010-06-25tar: optional support for --to-commandLadislav Michl5-0/+163
2010-06-25conspy: code shrinkDenys Vlasenko1-21/+28
2010-06-24ntpd: step correction to variables had wrong sign, fixingDenys Vlasenko1-7/+9
2010-06-24conspy: document attribute byte formatDenys Vlasenko1-8/+34