summaryrefslogtreecommitdiff
path: root/Makefile.flags (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-09win32: alter build flagsFRP-3532-g01a256149Ron Yorston1-1/+1
2020-07-09win32: import strndup from gnulibRon Yorston3-0/+42
2020-07-09ash: tidy code, no functional changeRon Yorston1-3/+2
2020-07-09chattr, lsattr: enable in the default configurationRon Yorston6-7/+138
2020-07-09ls: treat hidden files as if their names begin with a dotRon Yorston1-0/+12
2020-07-09win32: return raw file attributes in struct mingw_statRon Yorston2-0/+5
2020-07-07ash: fix shell optionsRon Yorston1-7/+7
2020-06-30ash: improve handling of UNC pathsRon Yorston2-38/+56
2020-06-30libbb: code shrink in last_char_is()Denys Vlasenko1-8/+9
2020-06-29compare_string_array: code shrinkMartin Lewis1-2/+5
2020-06-29procps: code shrinkMartin Lewis1-2/+10
2020-06-29udhcpc: fix a TODO in fill_envp using option scannerMartin Lewis1-114/+84
2020-06-29udhcp: add option scannerMartin Lewis2-42/+62
2020-06-29wget: fix openssl options for cert verificationScott Court1-4/+17
2020-06-29acpid: only display -p if supported in usageNorbert Lange2-2/+4
2020-06-29dhcpd: remove hardcoded pidfile pathNorbert Lange1-1/+7
2020-06-29dpkg: prevent important directories from being removedNorbert Lange1-0/+23
2020-06-29nc_bloaty: support udp broadcast portsNorbert Lange1-9/+15
2020-06-29ash: avoid duplicated slashes in output of type/command builtinsRon Yorston2-0/+10
2020-06-26Start 1.33.0 development cycleDenys Vlasenko1-2/+2
2020-06-26Bump version to 1.32.01_32_0Denys Vlasenko1-1/+1
2020-06-25gzip -d with zcat enabled but gunzip disabled was misbehavingDenys Vlasenko1-1/+1
2020-06-24make_single_applets.sh: switch off nologin deps optionDenys Vlasenko1-0/+2
2020-06-24bc: placate a "defined but not used" warningDenys Vlasenko1-0/+2
2020-06-24nologin: make it possible to build it as single appletDenys Vlasenko5-64/+110
2020-06-24suppress a few compile warningsDenys Vlasenko2-2/+2
2020-06-24randomconfig fixesDenys Vlasenko3-2/+6
2020-06-23randomconfig fixesDenys Vlasenko6-6/+31
2020-06-23randomconfig fixDenys Vlasenko1-0/+4
2020-06-23randomconfig fixesDenys Vlasenko1-0/+1
2020-06-23randomconfig fixesDenys Vlasenko2-1/+5
2020-06-23randomconfig fixesDenys Vlasenko2-0/+4
2020-06-21ash: skip NULL argv during forkshellRon Yorston1-67/+44
2020-06-21examples/udhcp/simple.script: fix IPv6 support when using udhcpcStefan Agner1-1/+1
2020-06-21udhcpc6: use correct multicast MACUwe Glaeser1-1/+5
2020-06-20ash: changes to ctrl-c handlingRon Yorston1-57/+13
2020-06-20ash: run ash_main() directly from a FS_SHELLEXEC shellRon Yorston1-3/+6
2020-06-20ash: reduce forkshell block size for FS_SHELLEXECRon Yorston1-25/+46
2020-06-20ash: reduce forkshell block size for FS_OPENHERERon Yorston1-33/+50
2020-06-20ash: forkshell code shrinkRon Yorston1-18/+8
2020-06-14win32: enable globbing by defaultRon Yorston5-15/+26
2020-06-12win32: minor improvements to process spawningRon Yorston1-3/+2
2020-06-10nmeter: add %T (zero-based timestamp) formatDenys Vlasenko1-14/+54
2020-06-10Makefile.flags: restrict Wno-constant-logical-operand and Wno-string-plus-int...Biswapriyo Nath1-0/+2
2020-06-09deluser: check if specified home is a directory before removing itSören Tempel1-2/+8
2020-06-09dhcpc: refactor xmalloc_optname_optval to shrink binary sizeMartin Lewis2-27/+16
2020-06-09ash: treat all applets as NOEXECRon Yorston2-0/+8
2020-06-09httpd: allow '-h' to work when daemonized with NOMMU enabledRon Yorston1-3/+3
2020-06-09ash: minimise work when a forkshell process is startedRon Yorston1-19/+27
2020-06-09udhcp: comment out unused domain compression codeDenys Vlasenko3-13/+18