aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * fix false positive in signal5.testsDenys Vlasenko2010-05-172-5/+6
| * ash: use CONFIG_FEATURE_EDITING_MAX_LENDenys Vlasenko2010-05-172-8/+7
| * typo fixDenys Vlasenko2010-05-172-2/+2
| * hush: fix hush-bugs/parse_err.testsDenys Vlasenko2010-05-174-7/+12
| * add two more tests which currently failDenys Vlasenko2010-05-174-0/+10
| * ash: fix signal5.testsDenys Vlasenko2010-05-172-6/+12
| * lineedit: trivial simplifications. -7 bytesDenys Vlasenko2010-05-171-14/+6
| * ash: add two testcases for (not yet fixed) ash bugsDenys Vlasenko2010-05-174-0/+31
| * scripts/gen_build_files.sh: revert to using /bin/shDenys Vlasenko2010-05-171-1/+1
| * lineedit: fix moving backwards across lines with wide charsDenys Vlasenko2010-05-171-21/+46
| * consolidate ESC sequencesDenys Vlasenko2010-05-168-27/+29
| * stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusingDenys Vlasenko2010-05-163-22/+20
| * lineedit: partially fix wide and combining chars editingTomas Heinrich2010-05-163-45/+92
| * findutils: Add Config.in and Kbuild to .gitignorePeter Tyser2010-05-161-0/+3
| * scripts/Makefile.clean: Make Kbuild and Makefile optionalPeter Tyser2010-05-161-1/+1
| * Makefile: Clean up auto-generated Kbuild and Config.in filesPeter Tyser2010-05-161-0/+2
| * hush: mention PPID, RANDOM supportDenys Vlasenko2010-05-161-1/+1
| * setsid: check for setsid error directlyDenys Vlasenko2010-05-161-4/+17
| * gen_build_files.sh uses bashism, document itDenys Vlasenko2010-05-151-5/+5
| * cttyhack: document the need to setsidDenys Vlasenko2010-05-152-4/+23
| * gen_build_files: use raw reads (ones which don't eat backslashes)Denys Vlasenko2010-05-141-3/+3
| * cttyhack: don't do anything if ctty is already availableDenys Vlasenko2010-05-141-17/+26
| * randomtest fixesDenys Vlasenko2010-05-1216-35/+51
| * sed: fix a command with multible trailing backslashesDenys Vlasenko2010-05-123-7/+23
| * lineedit: change how cmdedit_set_out_char worksDenys Vlasenko2010-05-112-34/+43
| * randomtest fixesDenys Vlasenko2010-05-113-4/+5
| * ifplugd: fix typo in prev commitDenys Vlasenko2010-05-111-1/+1
| * randomtest fixesDenys Vlasenko2010-05-114-6/+7
| * randomtest fixesDenys Vlasenko2010-05-1131-58/+120
| * remove duplicate commentDenys Vlasenko2010-05-101-1/+0
| * more randomconfig testsuite fixesDenys Vlasenko2010-05-106-58/+66
| * randomconfig testsuite fixesDenys Vlasenko2010-05-1010-6/+43
| * gen_build_files.sh should be executableDenys Vlasenko2010-05-101-0/+0
| * work on adding testsuite runs to randomconfig test buildsDenys Vlasenko2010-05-107-69/+109
| * tweak scripts/gen_build_files.shDenys Vlasenko2010-05-091-8/+9
| * trim help textDenys Vlasenko2010-05-091-3/+3
| * make it possible to keep Config/Kbuild snippets in *.c filesDenys Vlasenko2010-05-098-258/+325
| * tune2fs: move to e2fsprogsDenys Vlasenko2010-05-098-25/+21
| * ifplugd: replace potentially-leaking setenv with malloc/putenv/freeDenys Vlasenko2010-05-081-83/+20
| * tar: support GNU 256-bit encoding in all numeric fieldsDenys Vlasenko2010-05-061-80/+31
| * install lspci and lsusb to /usr/binGustavo Zacarias2010-05-061-2/+2
| * add comment about xz format supportDenys Vlasenko2010-05-061-0/+5
| * rpm: make rpm -i SRPM.rpm install it to surrent dir; better help textDenys Vlasenko2010-05-062-9/+17
| * rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...Denys Vlasenko2010-05-065-149/+161
| * bootchartd: better wording in commentDenys Vlasenko2010-05-051-2/+3
| * bootchartd: add missing parenthesisDenys Vlasenko2010-05-041-3/+3
| * bootchartd: new appletDenys Vlasenko2010-05-045-15/+396
| * fix typo in commented-out codeDenys Vlasenko2010-05-041-1/+1
| * ifdown: use /var/run/udhcpc.%iface%.pid only if it existsDenys Vlasenko2010-05-021-2/+4
| * rfkill: new appletSouf Oued2010-05-025-0/+145