aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* udhcp: reuse stringsDenys Vlasenko2021-02-213-10/+14
* ntpd: log responses to clients at log level 3Denys Vlasenko2021-02-211-0/+6
* ntpd: without INITIAL_FREQ_ESTIMATION code, state variable is not needed tooDenys Vlasenko2021-02-211-52/+36
* ntpd: remove unused USING_INITIAL_FREQ_ESTIMATION codeDenys Vlasenko2021-02-211-182/+2
* ntpd: increase loglevel to 3 for "poll:32s sockets:0 interval:64s" messageDenys Vlasenko2021-02-211-1/+1
* udhcpc: clarify bcast/unicast sends in logs, include server IDDenys Vlasenko2021-02-201-8/+22
* libbb: fix '--help' handling in FEATURE_SH_NOFORK=yDenys Vlasenko2021-02-183-10/+25
* ash: placate -Werror=format-securityDenys Vlasenko2021-02-183-3/+21
* applets/usage_pod.c: placate gccDenys Vlasenko2021-02-151-1/+1
* Makefile.flags: fix the OS detection for libresolvMartin Kaiser2021-02-071-1/+1
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-0336-66/+69
* libbb: code shrink fgets_strRon Yorston2021-02-031-12/+5
* nl: ensure '-b n' option displays file contentRon Yorston2021-02-025-3/+67
* cryptpw: typo in usage messageRon Yorston2021-02-021-3/+3
* vi: fix range selection by forward character motionRon Yorston2021-02-021-6/+9
* libbb: code shrink and speed up index_in_strings()Ron Yorston2021-02-021-4/+10
* libbb: code shrink and speed up find_applet_by_name()Ron Yorston2021-02-021-79/+17
* awk: allow printf('%c') to output NUL, closes 13486Ron Yorston2021-02-022-3/+20
* traceroute: fix option parsingDenys Vlasenko2021-02-021-1/+1
* update_passwd: fix context variableBernd Kuhls2021-01-141-1/+1
* ash: match bash behavior for ${empty_var/*/repl}Denys Vlasenko2021-01-092-4/+4
* ash: fix ${unset_var/pattern/repl}Denys Vlasenko2021-01-093-1/+5
* bc: code shrinkDenys Vlasenko2021-01-061-2/+2
* pmap: fix column width, closes 13431Denys Vlasenko2021-01-051-9/+3
* Fix for the FEATURE_UTMP on the FreeBSDAlex Samorukov2021-01-041-1/+5
* bc: ^C on input line exits (unlike ^C during calculations, which does not)Denys Vlasenko2021-01-041-10/+10
* Fix mail compilation on the FreeBSDAlex Samorukov2021-01-041-1/+14
* Fix traceroute applet on the FreeBSDAlex Samorukov2021-01-041-3/+8
* Fix ping build on the FreeBSDAlex Samorukov2021-01-041-0/+38
* Fix ntpd compilcation on the FreeBSDAlex Samorukov2021-01-041-0/+7
* Fix mknod compilation on the FreeBSDAlex Samorukov2021-01-041-1/+3
* Fix missing "crypt.h" compilation error on the FreeBSDAlex Samorukov2021-01-041-1/+3
* Fix klogd applet compilation on the FreeBSDAlex Samorukov2021-01-041-1/+1
* Fix httpd compilation on the FreeBSDAlex Samorukov2021-01-041-0/+5
* Fix bb_setpgrp weapper on the FreeBSDAlex Samorukov2021-01-041-1/+1
* Do not add -lresolv on non-Linux systemsAlex Samorukov2021-01-041-0/+2
* ash: improve --helpDenys Vlasenko2021-01-041-2/+7
* hush: code shrinkDenys Vlasenko2021-01-041-5/+7
* nuke: default to NDenys Vlasenko2021-01-031-1/+1
* ash: code shrinkDenys Vlasenko2021-01-031-2/+2
* ash: make a strdup copy of $HISTFILE for line editingDenys Vlasenko2021-01-031-2/+2
* udhcpc: Add support to change default interface nameAndre Kalb2021-01-013-4/+12
* tls: code shrinkDenys Vlasenko2021-01-011-17/+11
* tar: add TODO about a bug with non-writable directories on extractDenys Vlasenko2021-01-012-0/+5
* nslookup: do not print "No answer" for NODATA replies, closes 13006Denys Vlasenko2020-12-311-6/+22
* libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko2020-12-3016-34/+46
* libbb/procps: smaller global data for username/groupname cacheDenys Vlasenko2020-12-301-28/+17
* *: use fopen helpers where appropriateDenys Vlasenko2020-12-303-9/+9
* httpd: fix offset for sendfileMaxim Storchak2020-12-291-3/+3
* bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNUDenys Vlasenko2020-12-297-104/+110