| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Makefile.flags: restrict Wno-constant-logical-operand and Wno-string-plus-int... | Biswapriyo Nath | 2020-06-10 | 1 | -0/+2 |
| * | deluser: check if specified home is a directory before removing it | Sören Tempel | 2020-06-09 | 1 | -2/+8 |
| * | dhcpc: refactor xmalloc_optname_optval to shrink binary size | Martin Lewis | 2020-06-09 | 2 | -27/+16 |
| * | httpd: allow '-h' to work when daemonized with NOMMU enabled | Ron Yorston | 2020-06-09 | 1 | -3/+3 |
| * | udhcp: comment out unused domain compression code | Denys Vlasenko | 2020-06-09 | 3 | -13/+18 |
| * | sysctl: do report EACCES errors on write | Denys Vlasenko | 2020-06-09 | 2 | -5/+8 |
| * | unexpand: correct behavior for --first-only --tabs=4 | Mark Edgar | 2020-06-09 | 2 | -4/+37 |
| * | xstrndup: Use strndup instead of implementing it. | Martin Lewis | 2020-06-09 | 1 | -14/+5 |
| * | dhcpc: code shrink in good_hostname | Martin Lewis | 2020-06-09 | 1 | -48/+14 |
| * | awk: disallow "str"++, closes bug 12981 | Denys Vlasenko | 2020-06-09 | 2 | -1/+11 |
* | | ash: tidy code, no functional change | Ron Yorston | 2020-07-09 | 1 | -3/+2 |
* | | chattr, lsattr: enable in the default configuration | Ron Yorston | 2020-07-09 | 6 | -7/+138 |
* | | ls: treat hidden files as if their names begin with a dot | Ron Yorston | 2020-07-09 | 1 | -0/+12 |
* | | win32: return raw file attributes in struct mingw_stat | Ron Yorston | 2020-07-09 | 2 | -0/+5 |
* | | ash: fix shell options | Ron Yorston | 2020-07-07 | 1 | -7/+7 |
* | | ash: improve handling of UNC paths | Ron Yorston | 2020-06-30 | 2 | -38/+56 |
* | | ash: avoid duplicated slashes in output of type/command builtins | Ron Yorston | 2020-06-29 | 2 | -0/+10 |
* | | ash: skip NULL argv during forkshell | Ron Yorston | 2020-06-21 | 1 | -67/+44 |
* | | ash: changes to ctrl-c handling | Ron Yorston | 2020-06-20 | 1 | -57/+13 |
* | | ash: run ash_main() directly from a FS_SHELLEXEC shell | Ron Yorston | 2020-06-20 | 1 | -3/+6 |
* | | ash: reduce forkshell block size for FS_SHELLEXEC | Ron Yorston | 2020-06-20 | 1 | -25/+46 |
* | | ash: reduce forkshell block size for FS_OPENHERE | Ron Yorston | 2020-06-20 | 1 | -33/+50 |
* | | ash: forkshell code shrink | Ron Yorston | 2020-06-20 | 1 | -18/+8 |
* | | win32: enable globbing by default | Ron Yorston | 2020-06-14 | 5 | -15/+26 |
* | | win32: minor improvements to process spawning | Ron Yorston | 2020-06-12 | 1 | -3/+2 |
* | | 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 |