| Commit message (Expand) | Author | Files | Lines |
2020-08-15 | busybox: create custom installation directory | Ron Yorston | 1 | -5/+6 |
2020-08-14 | busybox: add option to install to Unix-style paths | Ron Yorston | 2 | -12/+35 |
2020-08-13 | win32: use built-in applets for non-existent binaries with Unix-style paths | Ron Yorston | 5 | -11/+83 |
2020-08-13 | httpd: code shrink | Ron Yorston | 1 | -3/+2 |
2020-08-13 | win32: handle Unix-style absolute paths for executables | Ron Yorston | 7 | -4/+68 |
2020-08-13 | win32: use a static buffer in get_system_drive() | Ron Yorston | 4 | -18/+16 |
2020-08-13 | win32: code shrink | Ron Yorston | 5 | -7/+17 |
2020-08-13 | which: handle paths of form 'c:path' | Ron Yorston | 1 | -2/+5 |
2020-08-05 | win32: move code to fork (de)compressor to a function | Ron Yorston | 4 | -38/+29 |
2020-08-04 | which: rearrange conditional compilation | Ron Yorston | 1 | -1/+6 |
2020-08-03 | win32: update strptime(3) implementation | Ron Yorston | 1 | -12/+19 |
2020-08-03 | build system: reinstate PLATFORM_LINUX | Ron Yorston | 2 | -0/+2 |
2020-08-03 | install: enable in default build | Ron Yorston | 2 | -10/+14 |
2020-07-25 | win32: code shrink kill(2) | Ron Yorston | 3 | -33/+19 |
2020-07-21 | win32: update link to Microsoft document on command-line arguments | Ron Yorston | 1 | -1/+1 |
2020-07-19 | ts: correct output in 64-bit build | Ron Yorston | 1 | -0/+8 |
2020-07-09 | win32: alter build flagsFRP-3532-g01a256149 | Ron Yorston | 1 | -1/+1 |
2020-07-09 | win32: import strndup from gnulib | Ron Yorston | 3 | -0/+42 |
2020-07-09 | ash: tidy code, no functional change | Ron Yorston | 1 | -3/+2 |
2020-07-09 | chattr, lsattr: enable in the default configuration | Ron Yorston | 6 | -7/+138 |
2020-07-09 | ls: treat hidden files as if their names begin with a dot | Ron Yorston | 1 | -0/+12 |
2020-07-09 | win32: return raw file attributes in struct mingw_stat | Ron Yorston | 2 | -0/+5 |
2020-07-07 | ash: fix shell options | Ron Yorston | 1 | -7/+7 |
2020-06-30 | ash: improve handling of UNC paths | Ron Yorston | 2 | -38/+56 |
2020-06-30 | libbb: code shrink in last_char_is() | Denys Vlasenko | 1 | -8/+9 |
2020-06-29 | compare_string_array: code shrink | Martin Lewis | 1 | -2/+5 |
2020-06-29 | procps: code shrink | Martin Lewis | 1 | -2/+10 |
2020-06-29 | udhcpc: fix a TODO in fill_envp using option scanner | Martin Lewis | 1 | -114/+84 |
2020-06-29 | udhcp: add option scanner | Martin Lewis | 2 | -42/+62 |
2020-06-29 | wget: fix openssl options for cert verification | Scott Court | 1 | -4/+17 |
2020-06-29 | acpid: only display -p if supported in usage | Norbert Lange | 2 | -2/+4 |
2020-06-29 | dhcpd: remove hardcoded pidfile path | Norbert Lange | 1 | -1/+7 |
2020-06-29 | dpkg: prevent important directories from being removed | Norbert Lange | 1 | -0/+23 |
2020-06-29 | nc_bloaty: support udp broadcast ports | Norbert Lange | 1 | -9/+15 |
2020-06-29 | ash: avoid duplicated slashes in output of type/command builtins | Ron Yorston | 2 | -0/+10 |
2020-06-26 | Start 1.33.0 development cycle | Denys Vlasenko | 1 | -2/+2 |
2020-06-26 | Bump version to 1.32.01_32_0 | Denys Vlasenko | 1 | -1/+1 |
2020-06-25 | gzip -d with zcat enabled but gunzip disabled was misbehaving | Denys Vlasenko | 1 | -1/+1 |
2020-06-24 | make_single_applets.sh: switch off nologin deps option | Denys Vlasenko | 1 | -0/+2 |
2020-06-24 | bc: placate a "defined but not used" warning | Denys Vlasenko | 1 | -0/+2 |
2020-06-24 | nologin: make it possible to build it as single applet | Denys Vlasenko | 5 | -64/+110 |
2020-06-24 | suppress a few compile warnings | Denys Vlasenko | 2 | -2/+2 |
2020-06-24 | randomconfig fixes | Denys Vlasenko | 3 | -2/+6 |
2020-06-23 | randomconfig fixes | Denys Vlasenko | 6 | -6/+31 |
2020-06-23 | randomconfig fix | Denys Vlasenko | 1 | -0/+4 |
2020-06-23 | randomconfig fixes | Denys Vlasenko | 1 | -0/+1 |
2020-06-23 | randomconfig fixes | Denys Vlasenko | 2 | -1/+5 |
2020-06-23 | randomconfig fixes | Denys Vlasenko | 2 | -0/+4 |
2020-06-21 | ash: skip NULL argv during forkshell | Ron Yorston | 1 | -67/+44 |
2020-06-21 | examples/udhcp/simple.script: fix IPv6 support when using udhcpc | Stefan Agner | 1 | -1/+1 |