| Commit message (Expand) | Author | Files | Lines |
2020-06-21 | udhcpc6: use correct multicast MAC | Uwe Glaeser | 1 | -1/+5 |
2020-06-20 | ash: changes to ctrl-c handling | Ron Yorston | 1 | -57/+13 |
2020-06-20 | ash: run ash_main() directly from a FS_SHELLEXEC shell | Ron Yorston | 1 | -3/+6 |
2020-06-20 | ash: reduce forkshell block size for FS_SHELLEXEC | Ron Yorston | 1 | -25/+46 |
2020-06-20 | ash: reduce forkshell block size for FS_OPENHERE | Ron Yorston | 1 | -33/+50 |
2020-06-20 | ash: forkshell code shrink | Ron Yorston | 1 | -18/+8 |
2020-06-14 | win32: enable globbing by default | Ron Yorston | 5 | -15/+26 |
2020-06-12 | win32: minor improvements to process spawning | Ron Yorston | 1 | -3/+2 |
2020-06-10 | nmeter: add %T (zero-based timestamp) format | Denys Vlasenko | 1 | -14/+54 |
2020-06-10 | Makefile.flags: restrict Wno-constant-logical-operand and Wno-string-plus-int... | Biswapriyo Nath | 1 | -0/+2 |
2020-06-09 | deluser: check if specified home is a directory before removing it | Sören Tempel | 1 | -2/+8 |
2020-06-09 | dhcpc: refactor xmalloc_optname_optval to shrink binary size | Martin Lewis | 2 | -27/+16 |
2020-06-09 | ash: treat all applets as NOEXEC | Ron Yorston | 2 | -0/+8 |
2020-06-09 | httpd: allow '-h' to work when daemonized with NOMMU enabled | Ron Yorston | 1 | -3/+3 |
2020-06-09 | ash: minimise work when a forkshell process is started | Ron Yorston | 1 | -19/+27 |
2020-06-09 | udhcp: comment out unused domain compression code | Denys Vlasenko | 3 | -13/+18 |
2020-06-09 | sysctl: do report EACCES errors on write | Denys Vlasenko | 2 | -5/+8 |
2020-06-09 | unexpand: correct behavior for --first-only --tabs=4 | Mark Edgar | 2 | -4/+37 |
2020-06-09 | xstrndup: Use strndup instead of implementing it. | Martin Lewis | 1 | -14/+5 |
2020-06-09 | dhcpc: code shrink in good_hostname | Martin Lewis | 1 | -48/+14 |
2020-06-09 | awk: disallow "str"++, closes bug 12981 | Denys Vlasenko | 2 | -1/+11 |
2020-06-07 | winansi: suppress console flags redefinition warning | Biswa96 | 1 | -0/+5 |
2020-06-04 | printf: emit more contiguous text to improve escape sequences | Ron Yorston | 1 | -1/+50 |
2020-06-04 | time: detect when spawn fails | Ron Yorston | 1 | -1/+1 |
2020-06-03 | win32: fix networking problems | Ron Yorston | 3 | -2/+6 |
2020-06-02 | win32: use lazy loading for certain DLLs | Ron Yorston | 5 | -24/+43 |
2020-06-01 | win32: only initialise networking if necessary | Ron Yorston | 3 | -10/+43 |
2020-06-01 | ash: don't initialise shell variables in forkshell child | Ron Yorston | 1 | -2/+9 |
2020-06-01 | ash: simplify spawning during forkshell | Ron Yorston | 3 | -1/+11 |
2020-06-01 | ash: minor changes to forkshell error handling | Ron Yorston | 1 | -3/+9 |
2020-06-01 | ash: improve forkshell debugging | Ron Yorston | 1 | -4/+14 |
2020-05-28 | vi: enable regex search in default build | Ron Yorston | 2 | -4/+4 |
2020-05-27 | Clarify build requirements | Ron Yorston | 1 | -1/+7 |
2020-05-26 | Update README.md | Ron Yorston | 1 | -2/+2 |
2020-05-24 | win32: changes to '#!' support | Ron Yorston | 2 | -12/+13 |
2020-05-20 | dd: fix handling of 'conv=notrunc seek=N' | Ron Yorston | 3 | -7/+26 |
2020-05-20 | wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSL | Dimitri John Ledkov | 1 | -3/+17 |
2020-05-14 | ash: proper accounting for backspaces in the read builtin | Ron Yorston | 1 | -0/+1 |
2020-04-30 | ash,hush: drop pointer check before calls to show_history | Ron Yorston | 2 | -4/+2 |
2020-04-30 | mim: run scripts from a specification file | Ron Yorston | 2 | -0/+54 |
2020-04-30 | ash: fix build failure when command built-in is disabled | Ron Yorston | 1 | -1/+3 |
2020-04-30 | httpd: permit non-default home directory with NOMMU enabled | Ron Yorston | 1 | -1/+6 |
2020-04-30 | grep: add proper support for pattern_list | Sören Tempel | 2 | -6/+25 |
2020-04-29 | grep: Fix -f FILE when FILE is empty and -x provided | Gray Wolf | 2 | -2/+9 |
2020-04-29 | xargs: restore correct behaviour of -n option | Ron Yorston | 2 | -1/+12 |
2020-04-29 | build system: remove KBUILD_STR() | Jean-Philippe Brucker | 5 | -9/+6 |
2020-04-29 | unzip: -d should create the dir | Lauri Kasanen | 1 | -1/+7 |
2020-04-15 | inotifyd: WIN32 port | Ron Yorston | 4 | -2/+213 |
2020-04-13 | winansi: more fine-grained control of ANSI emulation | Ron Yorston | 1 | -2/+34 |
2020-04-13 | ash: reset ANSI emulation when BB_SKIP_ANSI_EMULATION changes | Ron Yorston | 5 | -10/+22 |