aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* hwclock: Fix settimeofday for glibc v2.31+Eddie James2020-08-151-3/+11
* grep: for -L, exitcode 0 means files *without* matches were found, closes 13151Denys Vlasenko2020-08-152-15/+22
* build system: drop PLATFORM_LINUXRon Yorston2020-08-13109-146/+2
* udhcpc: add support for long optionsMartin Lewis2020-08-132-35/+104
* ip address: Add support for "valid_lft" and "preferred_lft" optionsChristian Eggers2020-07-312-7/+62
* ip: Add support for "noprefixroute" optionChristian Eggers2020-07-312-16/+33
* shell: Fix "read -d ''" behaviorChristian Eggers2020-07-315-2/+6
* httpd_indexcgi.c: use CSS for odd/even rowsSergey Ponomarev2020-07-311-8/+2
* httpd_indexcgi.c: minimize style CSSSergey Ponomarev2020-07-311-37/+37
* lsscsi: code shrinkDenys Vlasenko2020-07-201-15/+12
* ntpd: fix refid reported in server mode, closes 13056Denys Vlasenko2020-07-204-7/+41
* networking: support ftp PASV responses not ending with ')'Denys Vlasenko2020-07-191-0/+2
* libbb: shrink last_char_is(), no longer allow NULL string argumentDenys Vlasenko2020-07-191-10/+5
* domain_codec: optimize dname_dec and convert_dnameMartin Lewis2020-07-121-78/+79
* crontab: Fix -e with editors saving using renaming strategyGray Wolf2020-07-111-1/+5
* libbb: code shrink in last_char_is()Denys Vlasenko2020-06-301-8/+9
* compare_string_array: code shrinkMartin Lewis2020-06-291-2/+5
* procps: code shrinkMartin Lewis2020-06-291-2/+10
* udhcpc: fix a TODO in fill_envp using option scannerMartin Lewis2020-06-291-114/+84
* udhcp: add option scannerMartin Lewis2020-06-292-42/+62
* wget: fix openssl options for cert verificationScott Court2020-06-291-4/+17
* acpid: only display -p if supported in usageNorbert Lange2020-06-292-2/+4
* dhcpd: remove hardcoded pidfile pathNorbert Lange2020-06-291-1/+7
* dpkg: prevent important directories from being removedNorbert Lange2020-06-291-0/+23
* nc_bloaty: support udp broadcast portsNorbert Lange2020-06-291-9/+15
* Start 1.33.0 development cycleDenys Vlasenko2020-06-261-2/+2
* Bump version to 1.32.01_32_0Denys Vlasenko2020-06-261-1/+1
* gzip -d with zcat enabled but gunzip disabled was misbehavingDenys Vlasenko2020-06-251-1/+1
* make_single_applets.sh: switch off nologin deps optionDenys Vlasenko2020-06-241-0/+2
* bc: placate a "defined but not used" warningDenys Vlasenko2020-06-241-0/+2
* nologin: make it possible to build it as single appletDenys Vlasenko2020-06-245-64/+110
* suppress a few compile warningsDenys Vlasenko2020-06-242-2/+2
* randomconfig fixesDenys Vlasenko2020-06-243-2/+6
* randomconfig fixesDenys Vlasenko2020-06-236-6/+31
* randomconfig fixDenys Vlasenko2020-06-231-0/+4
* randomconfig fixesDenys Vlasenko2020-06-231-0/+1
* randomconfig fixesDenys Vlasenko2020-06-232-1/+5
* randomconfig fixesDenys Vlasenko2020-06-232-0/+4
* examples/udhcp/simple.script: fix IPv6 support when using udhcpcStefan Agner2020-06-211-1/+1
* udhcpc6: use correct multicast MACUwe Glaeser2020-06-211-1/+5
* nmeter: add %T (zero-based timestamp) formatDenys Vlasenko2020-06-101-14/+54
* Makefile.flags: restrict Wno-constant-logical-operand and Wno-string-plus-int...Biswapriyo Nath2020-06-101-0/+2
* deluser: check if specified home is a directory before removing itSören Tempel2020-06-091-2/+8
* dhcpc: refactor xmalloc_optname_optval to shrink binary sizeMartin Lewis2020-06-092-27/+16
* httpd: allow '-h' to work when daemonized with NOMMU enabledRon Yorston2020-06-091-3/+3
* udhcp: comment out unused domain compression codeDenys Vlasenko2020-06-093-13/+18
* sysctl: do report EACCES errors on writeDenys Vlasenko2020-06-092-5/+8
* unexpand: correct behavior for --first-only --tabs=4Mark Edgar2020-06-092-4/+37
* xstrndup: Use strndup instead of implementing it.Martin Lewis2020-06-091-14/+5
* dhcpc: code shrink in good_hostnameMartin Lewis2020-06-091-48/+14