aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-05win32: exclude termios codeRon Yorston6-21/+26
2018-04-05vi: turn off FEATURE_VI_ASK_TERMINAL in the default configurationRon Yorston2-2/+2
2018-04-05ash: emulate raw input to read builtinRon Yorston1-2/+36
2018-04-05win32: ensure timeout works in read_keyRon Yorston1-4/+4
2018-04-04ps: obtain applet names from other BusyBox processesRon Yorston6-42/+104
2018-04-03fsync: avoid a gratuitous difference from upstreamRon Yorston2-3/+1
2018-04-03ttysize: enable in default configurationRon Yorston2-2/+2
2018-04-03win32: improvements to get_terminal_width_heightRon Yorston4-20/+25
2018-04-03win32: simplify isatty replacementRon Yorston1-5/+1
2018-04-03ash: reinstate applet name variable after forkshellRon Yorston3-6/+16
2018-04-02ash: minor forkshell fixesRon Yorston1-7/+5
2018-04-02Update default configurationsRon Yorston2-2/+4
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-01ash: add some debug for the forkshell data blockRon Yorston1-0/+87
2018-04-01ash: align funcblocksize handling with upstreamRon Yorston1-68/+76
2018-04-01ash: align funcstring handling with upstreamRon Yorston1-27/+30
2018-04-01parser: Fix backquote support in here-document EOF markDenys Vlasenko5-0/+36
2018-04-01ash: reorder items in forkshell data blockRon Yorston1-48/+47
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-31libbb: improve stripping of extension from argv[0]Ron Yorston1-15/+11
2018-03-31ash: revise handling of builtin environment variables during forkRon Yorston1-32/+24
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-30ash: copy environment variables when importing themRon Yorston1-0/+4
2018-03-30ifplugd service example: always run up/down script on startupDenys Vlasenko1-8/+9
2018-03-29busybox: let --list-full display nofork/noexec appletsRon Yorston1-6/+22
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-29win32: return correct exit status from waitpidRon Yorston1-1/+5
2018-03-29fstrim: do not check that specified file is on a block deviceDenys Vlasenko1-3/+11
2018-03-29win32: save a few bytesRon Yorston2-6/+6
2018-03-29win32: improve dependency checking for resourcesRon Yorston1-2/+5
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