| Commit message (Expand) | Author | Age | Files | Lines |
* | ash: treat all applets as NOEXEC | Ron Yorston | 2020-06-09 | 2 | -0/+8 |
* | ash: minimise work when a forkshell process is started | Ron Yorston | 2020-06-09 | 1 | -19/+27 |
* | winansi: suppress console flags redefinition warning | Biswa96 | 2020-06-07 | 1 | -0/+5 |
* | printf: emit more contiguous text to improve escape sequences | Ron Yorston | 2020-06-04 | 1 | -1/+50 |
* | time: detect when spawn fails | Ron Yorston | 2020-06-04 | 1 | -1/+1 |
* | win32: fix networking problems | Ron Yorston | 2020-06-03 | 3 | -2/+6 |
* | win32: use lazy loading for certain DLLs | Ron Yorston | 2020-06-02 | 5 | -24/+43 |
* | win32: only initialise networking if necessary | Ron Yorston | 2020-06-01 | 3 | -10/+43 |
* | ash: don't initialise shell variables in forkshell child | Ron Yorston | 2020-06-01 | 1 | -2/+9 |
* | ash: simplify spawning during forkshell | Ron Yorston | 2020-06-01 | 3 | -1/+11 |
* | ash: minor changes to forkshell error handling | Ron Yorston | 2020-06-01 | 1 | -3/+9 |
* | ash: improve forkshell debugging | Ron Yorston | 2020-06-01 | 1 | -4/+14 |
* | Merge branch 'busybox' into mergeFRP-3466-g53c09d0e1 | Ron Yorston | 2020-05-29 | 20 | -36/+138 |
|\ |
|
| * | wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSL | Dimitri John Ledkov | 2020-05-20 | 1 | -3/+17 |
| * | ash,hush: drop pointer check before calls to show_history | Ron Yorston | 2020-04-30 | 2 | -4/+2 |
| * | mim: run scripts from a specification file | Ron Yorston | 2020-04-30 | 2 | -0/+54 |
| * | ash: fix build failure when command built-in is disabled | Ron Yorston | 2020-04-30 | 1 | -1/+3 |
| * | httpd: permit non-default home directory with NOMMU enabled | Ron Yorston | 2020-04-30 | 1 | -1/+6 |
| * | grep: add proper support for pattern_list | Sören Tempel | 2020-04-30 | 2 | -6/+25 |
| * | grep: Fix -f FILE when FILE is empty and -x provided | Gray Wolf | 2020-04-29 | 2 | -2/+9 |
| * | xargs: restore correct behaviour of -n option | Ron Yorston | 2020-04-29 | 2 | -1/+12 |
| * | build system: remove KBUILD_STR() | Jean-Philippe Brucker | 2020-04-29 | 5 | -9/+6 |
| * | unzip: -d should create the dir | Lauri Kasanen | 2020-04-29 | 1 | -1/+7 |
| * | shells: fix exitcode_trapN tests to avoid races | Denys Vlasenko | 2020-02-26 | 4 | -8/+4 |
* | | vi: enable regex search in default build | Ron Yorston | 2020-05-28 | 2 | -4/+4 |
* | | Clarify build requirements | Ron Yorston | 2020-05-27 | 1 | -1/+7 |
* | | Update README.md | Ron Yorston | 2020-05-26 | 1 | -2/+2 |
* | | win32: changes to '#!' support | Ron Yorston | 2020-05-24 | 2 | -12/+13 |
* | | dd: fix handling of 'conv=notrunc seek=N' | Ron Yorston | 2020-05-20 | 3 | -7/+26 |
* | | ash: proper accounting for backspaces in the read builtin | Ron Yorston | 2020-05-14 | 1 | -0/+1 |
* | | inotifyd: WIN32 port | Ron Yorston | 2020-04-15 | 4 | -2/+213 |
* | | winansi: more fine-grained control of ANSI emulation | Ron Yorston | 2020-04-13 | 1 | -2/+34 |
* | | ash: reset ANSI emulation when BB_SKIP_ANSI_EMULATION changes | Ron Yorston | 2020-04-13 | 5 | -10/+22 |
* | | Fix POSIX buildFRP-3445-g10e14d5eb | Ron Yorston | 2020-04-11 | 2 | -2/+2 |
* | | httpd: allow use of MD5-encrypted passwords | Ron Yorston | 2020-04-09 | 1 | -1/+12 |
* | | httpd: prevent access to config file and authenticated URLs | Ron Yorston | 2020-04-08 | 1 | -0/+12 |
* | | httpd: don't change directory in inetd mode | Ron Yorston | 2020-04-07 | 3 | -11/+17 |
* | | time: WIN32 port | Ron Yorston | 2020-04-06 | 6 | -12/+106 |
* | | httpd: enable in default configurations | Ron Yorston | 2020-04-05 | 3 | -13/+15 |
* | | httpd: WIN32 port | Ron Yorston | 2020-04-05 | 1 | -2/+133 |
* | | win32: new functions: getpeername(2), mingw_spawn_detach() | Ron Yorston | 2020-04-05 | 3 | -3/+30 |
* | | libbb: rearrange command line processing | Ron Yorston | 2020-04-05 | 1 | -13/+11 |
* | | xargs: restore correct behaviour of -n option | Ron Yorston | 2020-03-29 | 2 | -1/+12 |
* | | win32: more improvements to 'c:file' paths | Ron Yorston | 2020-03-29 | 2 | -3/+4 |
* | | timeout: fix utter brokenness | Ron Yorston | 2020-03-29 | 1 | -0/+1 |
* | | dd: create a sparse file when seek=N is used | Ron Yorston | 2020-03-24 | 3 | -0/+21 |
* | | win32: stat(2): return correct st_blocks for compressed/sparse files | Ron Yorston | 2020-03-24 | 1 | -1/+13 |
* | | win32: improve handling of 'c:file' paths for executables | Ron Yorston | 2020-03-18 | 2 | -3/+11 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-02-25 | 1 | -207/+183 |
|\| |
|
| * | ash: expand: Fix multiple issues with EXP_DISCARD in evalvar | Denys Vlasenko | 2020-02-24 | 1 | -14/+14 |