aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-17typo fixDenys Vlasenko
2010-05-17hush: fix hush-bugs/parse_err.testsDenys Vlasenko
2010-05-17add two more tests which currently failDenys Vlasenko
2010-05-17ash: fix signal5.testsDenys Vlasenko
2010-05-17lineedit: trivial simplifications. -7 bytesDenys Vlasenko
2010-05-17ash: add two testcases for (not yet fixed) ash bugsDenys Vlasenko
2010-05-17scripts/gen_build_files.sh: revert to using /bin/shDenys Vlasenko
2010-05-17lineedit: fix moving backwards across lines with wide charsDenys Vlasenko
2010-05-16consolidate ESC sequencesDenys Vlasenko
2010-05-16stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusingDenys Vlasenko
2010-05-16lineedit: partially fix wide and combining chars editingTomas Heinrich
2010-05-16findutils: Add Config.in and Kbuild to .gitignorePeter Tyser
2010-05-16scripts/Makefile.clean: Make Kbuild and Makefile optionalPeter Tyser
2010-05-16Makefile: Clean up auto-generated Kbuild and Config.in filesPeter Tyser
2010-05-16hush: mention PPID, RANDOM supportDenys Vlasenko
2010-05-16setsid: check for setsid error directlyDenys Vlasenko
2010-05-15gen_build_files.sh uses bashism, document itDenys Vlasenko
2010-05-15cttyhack: document the need to setsidDenys Vlasenko
2010-05-14gen_build_files: use raw reads (ones which don't eat backslashes)Denys Vlasenko
2010-05-14cttyhack: don't do anything if ctty is already availableDenys Vlasenko
2010-05-12randomtest fixesDenys Vlasenko
2010-05-12sed: fix a command with multible trailing backslashesDenys Vlasenko
2010-05-11lineedit: change how cmdedit_set_out_char worksDenys Vlasenko
2010-05-11randomtest fixesDenys Vlasenko
2010-05-11ifplugd: fix typo in prev commitDenys Vlasenko
2010-05-11randomtest fixesDenys Vlasenko
2010-05-11randomtest fixesDenys Vlasenko
2010-05-10remove duplicate commentDenys Vlasenko
2010-05-10more randomconfig testsuite fixesDenys Vlasenko
2010-05-10randomconfig testsuite fixesDenys Vlasenko
2010-05-10gen_build_files.sh should be executableDenys Vlasenko
2010-05-10work on adding testsuite runs to randomconfig test buildsDenys Vlasenko
2010-05-09tweak scripts/gen_build_files.shDenys Vlasenko
2010-05-09trim help textDenys Vlasenko
2010-05-09make it possible to keep Config/Kbuild snippets in *.c filesDenys Vlasenko
2010-05-09tune2fs: move to e2fsprogsDenys Vlasenko
2010-05-08ifplugd: replace potentially-leaking setenv with malloc/putenv/freeDenys Vlasenko
2010-05-06tar: support GNU 256-bit encoding in all numeric fieldsDenys Vlasenko
2010-05-06install lspci and lsusb to /usr/binGustavo Zacarias
2010-05-06add comment about xz format supportDenys Vlasenko
2010-05-06rpm: make rpm -i SRPM.rpm install it to surrent dir; better help textDenys Vlasenko
2010-05-06rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...Denys Vlasenko
2010-05-05bootchartd: better wording in commentDenys Vlasenko
2010-05-04bootchartd: add missing parenthesisDenys Vlasenko
2010-05-04bootchartd: new appletDenys Vlasenko
2010-05-04fix typo in commented-out codeDenys Vlasenko
2010-05-02ifdown: use /var/run/udhcpc.%iface%.pid only if it existsDenys Vlasenko
2010-05-02rfkill: new appletSouf Oued
2010-05-02udhcpd: fix hostname truncation bug 1663Denys Vlasenko
2010-04-30grep: fix -FiIan Wienand