aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-03-28ps: display applet names in process listingRon Yorston2-1/+25
2018-03-28ps: clear status for each processRon Yorston2-3/+6
2018-03-28Add a VERSIONINFO resource to the binaryRon Yorston2-2/+34
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-27Add a note about /dev/urandom to README.mdRon Yorston1-0/+1
2018-03-27timeout: futher improvementsRon Yorston1-7/+19
2018-03-27ash: use SIGTERM to kill processesRon Yorston1-1/+9
2018-03-27win32: changes to kill(2)Ron Yorston2-14/+22
2018-03-27Allow icon resources to be included in the binaryRon Yorston11-5/+83
2018-03-24timeout: return exit code 125 if option parsing failsRon Yorston1-1/+4
2018-03-24timeout: bring exit status into line with coreutilsRon Yorston1-3/+10
2018-03-23win32: save a few bytes in device file supportRon Yorston3-43/+40
2018-03-22win32: allow use of shell's PRNG for /dev/urandomRon Yorston6-17/+130
2018-03-22win32: tighten up code slightly in isaac.cRon Yorston1-13/+5
2018-03-22win32: small changes to reduce size of binaryRon Yorston2-13/+8
2018-03-20ssl_client: fix option parsingRon Yorston1-1/+1
2018-03-19top: fix "warning: unused variable new_mask"Denys Vlasenko1-1/+1
2018-03-19man: search for man pages relative to the executableRon Yorston1-0/+10
2018-03-18win32: don't test DLLs for executable formatRon Yorston1-0/+5
2018-03-18win32: add a function to convert backslashes to slashesRon Yorston4-24/+18
2018-03-17win32: try harder to get file attributesRon Yorston1-0/+16
2018-03-16tar: add -o and -k to short --help tooDenys Vlasenko1-5/+5
2018-03-16tar: add -k and -o to --helpDenys Vlasenko1-3/+3