aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-15httpd: Update to HTTP/1.1Sergey Ponomarev1-8/+8
2020-08-15hwclock: Fix settimeofday for glibc v2.31+Eddie James1-3/+11
2020-08-15grep: for -L, exitcode 0 means files *without* matches were found, closes 13151Denys Vlasenko2-15/+22
2020-08-13build system: drop PLATFORM_LINUXRon Yorston109-146/+2
2020-08-13udhcpc: add support for long optionsMartin Lewis2-35/+104
2020-07-31ip address: Add support for "valid_lft" and "preferred_lft" optionsChristian Eggers2-7/+62
2020-07-31ip: Add support for "noprefixroute" optionChristian Eggers2-16/+33
2020-07-31shell: Fix "read -d ''" behaviorChristian Eggers5-2/+6
2020-07-31httpd_indexcgi.c: use CSS for odd/even rowsSergey Ponomarev1-8/+2
2020-07-31httpd_indexcgi.c: minimize style CSSSergey Ponomarev1-37/+37
2020-07-20lsscsi: code shrinkDenys Vlasenko1-15/+12
2020-07-20ntpd: fix refid reported in server mode, closes 13056Denys Vlasenko4-7/+41
2020-07-19networking: support ftp PASV responses not ending with ')'Denys Vlasenko1-0/+2
2020-07-19libbb: shrink last_char_is(), no longer allow NULL string argumentDenys Vlasenko1-10/+5
2020-07-12domain_codec: optimize dname_dec and convert_dnameMartin Lewis1-78/+79
2020-07-11crontab: Fix -e with editors saving using renaming strategyGray Wolf1-1/+5
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-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-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-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-09httpd: allow '-h' to work when daemonized with NOMMU enabledRon Yorston1-3/+3
2020-06-09udhcp: comment out unused domain compression codeDenys Vlasenko3-13/+18
2020-06-09sysctl: do report EACCES errors on writeDenys Vlasenko2-5/+8
2020-06-09unexpand: correct behavior for --first-only --tabs=4Mark Edgar2-4/+37
2020-06-09xstrndup: Use strndup instead of implementing it.Martin Lewis1-14/+5