aboutsummaryrefslogtreecommitdiff
path: root/modutils (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-05hush: make run_pipe code simpler to understand, no logic changesDenys Vlasenko1-66/+57
2018-04-05hush: fix a bug where we don't properly handle f() { a=A; b=B; }; a= fDenys Vlasenko5-82/+93
2018-04-04hush: make var nesting code independent of "local" supportDenys Vlasenko1-40/+61
2018-04-04hush: fix for readonly vars in "ro=A ro=B cmd" caseDenys Vlasenko3-13/+21
2018-04-04sort: move misplaced commentDenys Vlasenko1-2/+2
2018-04-04sort: FEATURE_SORT_OPTIMIZE_MEMORYDenys Vlasenko1-6/+80
2018-04-04ash: unbreak PS1 parsing after "ash: parser: Add syntax stack..." commitDenys Vlasenko1-1/+3
2018-04-03hush: support "f() (cmd)" functionsDenys Vlasenko6-40/+59
2018-04-03hush: fix mishandling of "true | f() { echo QWE; }"Denys Vlasenko1-0/+9
2018-04-03hush: fix "set -e; false || x=1; echo OK"Denys Vlasenko5-7/+43
2018-04-03hush: one-word, no-globbing handling of local/export/readonly argsDenys Vlasenko1-21/+32
2018-04-02ash: parser: Fix parameter expansion inside inner double quotesDenys Vlasenko3-2/+8
2018-04-02hush: fix a backslash-removal bug in caseDenys Vlasenko5-3/+37
2018-04-02ash: expand: Fix bugs with words connected to the right of $@Denys Vlasenko5-4/+13
2018-04-02ash: redir: Fix typo in noclobber codeDenys Vlasenko1-1/+1
2018-04-02ash: parser: Fix single-quoted patterns in here-documentsDenys Vlasenko3-1/+16
2018-04-02hush: remove stray debugging printoutDenys Vlasenko1-1/+0
2018-04-02ash: parser: Add syntax stack for recursive parsingDenys Vlasenko19-121/+168
2018-04-01hush: update information comment about heredoc discrepancyDenys Vlasenko1-7/+12
2018-04-01libbb: new function bb_die_memory_exhaustedDenys Vlasenko7-26/+32
2018-04-01sed: prevent overflow of length from bb_get_chunk_from_fileQuentin Rameau3-6/+9
2018-04-01libbb: remove unnecessary variable in xmalloc_fgetsQuentin Rameau1-3/+1
2018-04-01hush: add a comment where we differ from bash wrt heredoc EOF mark handlingDenys Vlasenko3-15/+8
2018-04-01parser: Fix backquote support in here-document EOF markDenys Vlasenko5-0/+36
2018-04-01ash,hush: handle a few more bkslash-newline casesDenys Vlasenko10-3/+53
2018-03-31shells: fix var_LINENO1.tests false positive, add it to ash tests tooDenys Vlasenko3-1/+15
2018-03-31hush: fix heredoc_bkslash_newline1.tests failureDenys Vlasenko1-35/+42
2018-03-31ash: use pgetc_eatbnl() in more placesDenys Vlasenko7-35/+191
2018-03-31ash: 'nolog' and 'debug' options cause "$-" to wreak havocMartijn Dekker1-1/+1
2018-03-31stat: fix a typo: s/romfs/ramfs/, closes 10876Denys Vlasenko1-1/+1
2018-03-31hush: fix a signedness bugDenys Vlasenko1-1/+1
2018-03-30ash,hush: new test dollar_repl_slash_bash2.testsDenys Vlasenko4-0/+6
2018-03-30ash: fix "char == CTLfoo" comparison signedness bugDenys Vlasenko1-3/+3
2018-03-30ash: use F_DUPFD_CLOEXEC and O_CLOEXECDenys Vlasenko1-9/+16
2018-03-30examples/var_service: new example: dnsmasq serviceDenys Vlasenko7-0/+165
2018-03-30cpio: extract "unsafe" symlinks the same way tar/unzip doesNatanael Copa1-0/+2
2018-03-30svok: new applet (daemontools compat)Denys Vlasenko3-7/+61
2018-03-30ifplugd service example: always run up/down script on startupDenys Vlasenko1-8/+9
2018-03-29ifplugd: if SIOCSIFFLAGS fails with EADDRNOTAVAIL, don't dieStefan Agner1-1/+1
2018-03-29fbsplash: support configurable image positionPeter Korsgaard1-9/+12
2018-03-29grep: fix echo "aa" | busybox grep -F -w "a" (should not match)Denys Vlasenko2-1/+7
2018-03-29fstrim: do not check that specified file is on a block deviceDenys Vlasenko1-3/+11
2018-03-28hush: add a FIXME commentDenys Vlasenko1-0/+6
2018-03-28ash,hush: fix "saved" redirected fds still visible in childrenDenys Vlasenko14-13/+92
2018-03-28libbb: use BUILD_BUG_ON in utoa_to_buf()Denys Vlasenko1-4/+3
2018-03-28ifupdown: do not fail if interface disappears during ifdownKaarle Ritvanen1-0/+6
2018-03-27ioctl(SIOCGIFINDEX) does not require clearing of entire ifrDenys Vlasenko3-3/+3
2018-03-27netstat: produce numeric-ip output for non-resolved namesMark Marshall1-2/+5
2018-03-20ssl_client: fix option parsingRon Yorston1-1/+1
2018-03-19top: fix "warning: unused variable new_mask"Denys Vlasenko1-1/+1