aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-25ash: allow "trap NUM [SIG]..." syntaxDenys Vlasenko
2017-07-25ash: [REDIR] Replace GPL noclobberopen code with the FreeBSD versionDenys Vlasenko
2017-07-25ash: sync up with dash with respect to redirection escapingDenys Vlasenko
2017-07-25ash: [VAR] Move unsetvar functionality into setvareqDenys Vlasenko
2017-07-25ash: import param_expand_default.tests from hushDenys Vlasenko
2017-07-25hush: treat ${#?} as "length of $?"Denys Vlasenko
2017-07-25ash: add a few tests from hush-vars/*Denys Vlasenko
2017-07-25volume_id: enable minix detectionDenys Vlasenko
2017-07-24ash: fix comment, no code changesDenys Vlasenko
2017-07-24ash: copy three tests from hush_test/hush-signals/*Denys Vlasenko
2017-07-24shell: some additions to *sh-misc/* testsDenys Vlasenko
2017-07-24tar: postpone creation of symlinks with "suspicious" targets. Closes 8411Denys Vlasenko
2017-07-24udhcpc: downgrade "MAC X:X:X:X:X:X" message to log2 levelDenys Vlasenko
2017-07-24ash: add most of hush process subst testsDenys Vlasenko
2017-07-24hush: fix a case when redirect to a closed fd #1 is not restoring (closing) itDenys Vlasenko
2017-07-24udhcpc[6]: downgrade "adapter index N" messages to log2 levelDenys Vlasenko
2017-07-24udhcpc[6]: fix messages referring to select() while we use poll()Denys Vlasenko
2017-07-24ash: add all hush parsing tests to ast testsDenys Vlasenko
2017-07-24hush: use mempcpy where usefulDenys Vlasenko
2017-07-23ash: fix for last commitDenys Vlasenko
2017-07-23ash: use mempcpy() in more placesDenys Vlasenko
2017-07-22zcip: fix slow environment leakDenys Vlasenko
2017-07-22crond: do not assume setenv() does not leakDenys Vlasenko
2017-07-22libbb: avoid malloc/free in bb_unsetenv()Denys Vlasenko
2017-07-22crond: allow $SHELL and starting user's shell override DEFAULT_SHELL. Closes ...Denys Vlasenko
2017-07-21ash: use mempcpy() where appropriateDenys Vlasenko
2017-07-21basename: do not use argcDenys Vlasenko
2017-07-21pgrep: fix "pgrep -v -P1"; also allow matching of comm - closes 10086Denys Vlasenko
2017-07-21ping: fix help text to show what parameter -p takesDenys Vlasenko
2017-07-21ash: suppress readonly1.tests false positive; add readonly0.testsDenys Vlasenko
2017-07-21ash: improve set -x to quote strings as necessaryDenys Vlasenko
2017-07-21udhcpc[6]: on log level 1, three messages about raw socket is overkillDenys Vlasenko
2017-07-21ping: better config help text for FEATURE_FANCY_PINGDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-20libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMADenys Vlasenko
2017-07-20unzip: sanitize filename length: malloc(1234mb) is not funnyDenys Vlasenko
2017-07-20unzip: implement -j, closes 9126Denys Vlasenko
2017-07-20unzip: robustify overwrite checksDenys Vlasenko
2017-07-20unzip: support symlinks. Closes 10031Denys Vlasenko
2017-07-20bzcat,zcat: simplify code if gunzip/bunzip2 is not selectedDenys Vlasenko
2017-07-20shell: optional support for read -t N.NNN, closes 10101Denys Vlasenko
2017-07-20bootchartd: fix typo in commentDenys Vlasenko
2017-07-20bootchartd: prevent premature stop by device mapperUwe Geuder
2017-07-19sparc: needs -fPICDenys Vlasenko
2017-07-19swapon/swapoff: trim config help textDenys Vlasenko
2017-07-19Update remaining menuconfig items with approximate applet sizesDenys Vlasenko
2017-07-19od_bloaty: fix floating point outputRon Yorston
2017-07-18hdparm: remove contradicting size info in config helpDenys Vlasenko
2017-07-18ash: remove contradicting size info in config helpDenys Vlasenko
2017-07-18hush: remove contradicting size info in config helpDenys Vlasenko