| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | libbb: remove unnecessary variable in xmalloc_fgets | Quentin Rameau | 2018-04-01 | 1 | -3/+1 |
| * | hush: add a comment where we differ from bash wrt heredoc EOF mark handling | Denys Vlasenko | 2018-04-01 | 3 | -15/+8 |
| * | parser: Fix backquote support in here-document EOF mark | Denys Vlasenko | 2018-04-01 | 5 | -0/+36 |
| * | ash,hush: handle a few more bkslash-newline cases | Denys Vlasenko | 2018-04-01 | 10 | -3/+53 |
| * | shells: fix var_LINENO1.tests false positive, add it to ash tests too | Denys Vlasenko | 2018-03-31 | 3 | -1/+15 |
| * | hush: fix heredoc_bkslash_newline1.tests failure | Denys Vlasenko | 2018-03-31 | 1 | -35/+42 |
| * | ash: use pgetc_eatbnl() in more places | Denys Vlasenko | 2018-03-31 | 7 | -35/+191 |
| * | ash: 'nolog' and 'debug' options cause "$-" to wreak havoc | Martijn Dekker | 2018-03-31 | 1 | -1/+1 |
| * | stat: fix a typo: s/romfs/ramfs/, closes 10876 | Denys Vlasenko | 2018-03-31 | 1 | -1/+1 |
| * | hush: fix a signedness bug | Denys Vlasenko | 2018-03-31 | 1 | -1/+1 |
| * | ash,hush: new test dollar_repl_slash_bash2.tests | Denys Vlasenko | 2018-03-30 | 4 | -0/+6 |
| * | ash: fix "char == CTLfoo" comparison signedness bug | Denys Vlasenko | 2018-03-30 | 1 | -3/+3 |
| * | ash: use F_DUPFD_CLOEXEC and O_CLOEXEC | Denys Vlasenko | 2018-03-30 | 1 | -9/+16 |
| * | examples/var_service: new example: dnsmasq service | Denys Vlasenko | 2018-03-30 | 7 | -0/+165 |
| * | cpio: extract "unsafe" symlinks the same way tar/unzip does | Natanael Copa | 2018-03-30 | 1 | -0/+2 |
| * | svok: new applet (daemontools compat) | Denys Vlasenko | 2018-03-30 | 3 | -7/+61 |
| * | ifplugd service example: always run up/down script on startup | Denys Vlasenko | 2018-03-30 | 1 | -8/+9 |
| * | ifplugd: if SIOCSIFFLAGS fails with EADDRNOTAVAIL, don't die | Stefan Agner | 2018-03-29 | 1 | -1/+1 |
| * | fbsplash: support configurable image position | Peter Korsgaard | 2018-03-29 | 1 | -9/+12 |
| * | grep: fix echo "aa" | busybox grep -F -w "a" (should not match) | Denys Vlasenko | 2018-03-29 | 2 | -1/+7 |
| * | fstrim: do not check that specified file is on a block device | Denys Vlasenko | 2018-03-29 | 1 | -3/+11 |
| * | hush: add a FIXME comment | Denys Vlasenko | 2018-03-28 | 1 | -0/+6 |
| * | ash,hush: fix "saved" redirected fds still visible in children | Denys Vlasenko | 2018-03-28 | 14 | -13/+92 |
| * | libbb: use BUILD_BUG_ON in utoa_to_buf() | Denys Vlasenko | 2018-03-28 | 1 | -4/+3 |
| * | ifupdown: do not fail if interface disappears during ifdown | Kaarle Ritvanen | 2018-03-28 | 1 | -0/+6 |
| * | ioctl(SIOCGIFINDEX) does not require clearing of entire ifr | Denys Vlasenko | 2018-03-27 | 3 | -3/+3 |
| * | netstat: produce numeric-ip output for non-resolved names | Mark Marshall | 2018-03-27 | 1 | -2/+5 |
| * | ssl_client: fix option parsing | Ron Yorston | 2018-03-20 | 1 | -1/+1 |
| * | top: fix "warning: unused variable new_mask" | Denys Vlasenko | 2018-03-19 | 1 | -1/+1 |
| * | tar: add -o and -k to short --help too | Denys Vlasenko | 2018-03-16 | 1 | -5/+5 |
| * | tar: add -k and -o to --help | Denys Vlasenko | 2018-03-16 | 1 | -3/+3 |
* | | ash: add some debug for the forkshell data block | Ron Yorston | 2018-04-01 | 1 | -0/+87 |
* | | ash: align funcblocksize handling with upstream | Ron Yorston | 2018-04-01 | 1 | -68/+76 |
* | | ash: align funcstring handling with upstream | Ron Yorston | 2018-04-01 | 1 | -27/+30 |
* | | ash: reorder items in forkshell data block | Ron Yorston | 2018-04-01 | 1 | -48/+47 |
* | | libbb: improve stripping of extension from argv[0] | Ron Yorston | 2018-03-31 | 1 | -15/+11 |
* | | ash: revise handling of builtin environment variables during fork | Ron Yorston | 2018-03-31 | 1 | -32/+24 |
* | | ash: copy environment variables when importing them | Ron Yorston | 2018-03-30 | 1 | -0/+4 |
* | | busybox: let --list-full display nofork/noexec applets | Ron Yorston | 2018-03-29 | 1 | -6/+22 |
* | | win32: return correct exit status from waitpid | Ron Yorston | 2018-03-29 | 1 | -1/+5 |
* | | win32: save a few bytes | Ron Yorston | 2018-03-29 | 2 | -6/+6 |
* | | win32: improve dependency checking for resources | Ron Yorston | 2018-03-29 | 1 | -2/+5 |
* | | ps: display applet names in process listing | Ron Yorston | 2018-03-28 | 2 | -1/+25 |
* | | ps: clear status for each process | Ron Yorston | 2018-03-28 | 2 | -3/+6 |
* | | Add a VERSIONINFO resource to the binary | Ron Yorston | 2018-03-28 | 2 | -2/+34 |
* | | Add a note about /dev/urandom to README.md | Ron Yorston | 2018-03-27 | 1 | -0/+1 |
* | | timeout: futher improvements | Ron Yorston | 2018-03-27 | 1 | -7/+19 |
* | | ash: use SIGTERM to kill processes | Ron Yorston | 2018-03-27 | 1 | -1/+9 |
* | | win32: changes to kill(2) | Ron Yorston | 2018-03-27 | 2 | -14/+22 |
* | | Allow icon resources to be included in the binary | Ron Yorston | 2018-03-27 | 11 | -5/+83 |