aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-18libbb: fix '--help' handling in FEATURE_SH_NOFORK=yDenys Vlasenko3-10/+25
2021-02-18ash: placate -Werror=format-securityDenys Vlasenko3-3/+21
2021-02-15applets/usage_pod.c: placate gccDenys Vlasenko1-1/+1
2021-02-07Makefile.flags: fix the OS detection for libresolvMartin Kaiser1-1/+1
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston36-66/+69
2021-02-03libbb: code shrink fgets_strRon Yorston1-12/+5
2021-02-02nl: ensure '-b n' option displays file contentRon Yorston5-3/+67
2021-02-02cryptpw: typo in usage messageRon Yorston1-3/+3
2021-02-02vi: fix range selection by forward character motionRon Yorston1-6/+9
2021-02-02libbb: code shrink and speed up index_in_strings()Ron Yorston1-4/+10
2021-02-02libbb: code shrink and speed up find_applet_by_name()Ron Yorston1-79/+17
2021-02-02awk: allow printf('%c') to output NUL, closes 13486Ron Yorston2-3/+20
2021-02-02traceroute: fix option parsingDenys Vlasenko1-1/+1
2021-01-14update_passwd: fix context variableBernd Kuhls1-1/+1
2021-01-09ash: match bash behavior for ${empty_var/*/repl}Denys Vlasenko2-4/+4
2021-01-09ash: fix ${unset_var/pattern/repl}Denys Vlasenko3-1/+5
2021-01-06bc: code shrinkDenys Vlasenko1-2/+2
2021-01-05pmap: fix column width, closes 13431Denys Vlasenko1-9/+3
2021-01-04Fix for the FEATURE_UTMP on the FreeBSDAlex Samorukov1-1/+5
2021-01-04bc: ^C on input line exits (unlike ^C during calculations, which does not)Denys Vlasenko1-10/+10
2021-01-04Fix mail compilation on the FreeBSDAlex Samorukov1-1/+14
2021-01-04Fix traceroute applet on the FreeBSDAlex Samorukov1-3/+8
2021-01-04Fix ping build on the FreeBSDAlex Samorukov1-0/+38
2021-01-04Fix ntpd compilcation on the FreeBSDAlex Samorukov1-0/+7
2021-01-04Fix mknod compilation on the FreeBSDAlex Samorukov1-1/+3
2021-01-04Fix missing "crypt.h" compilation error on the FreeBSDAlex Samorukov1-1/+3
2021-01-04Fix klogd applet compilation on the FreeBSDAlex Samorukov1-1/+1
2021-01-04Fix httpd compilation on the FreeBSDAlex Samorukov1-0/+5
2021-01-04Fix bb_setpgrp weapper on the FreeBSDAlex Samorukov1-1/+1
2021-01-04Do not add -lresolv on non-Linux systemsAlex Samorukov1-0/+2
2021-01-04ash: improve --helpDenys Vlasenko1-2/+7
2021-01-04hush: code shrinkDenys Vlasenko1-5/+7
2021-01-03nuke: default to NDenys Vlasenko1-1/+1
2021-01-03ash: code shrinkDenys Vlasenko1-2/+2
2021-01-03ash: make a strdup copy of $HISTFILE for line editingDenys Vlasenko1-2/+2
2021-01-01udhcpc: Add support to change default interface nameAndre Kalb3-4/+12
2021-01-01tls: code shrinkDenys Vlasenko1-17/+11
2021-01-01tar: add TODO about a bug with non-writable directories on extractDenys Vlasenko2-0/+5
2020-12-31nslookup: do not print "No answer" for NODATA replies, closes 13006Denys Vlasenko1-6/+22
2020-12-30libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko16-34/+46
2020-12-30libbb/procps: smaller global data for username/groupname cacheDenys Vlasenko1-28/+17
2020-12-30*: use fopen helpers where appropriateDenys Vlasenko3-9/+9
2020-12-29httpd: fix offset for sendfileMaxim Storchak1-3/+3
2020-12-29bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNUDenys Vlasenko7-104/+110
2020-12-29Start 1.34.0 development cycleDenys Vlasenko1-2/+2
2020-12-29Bump version to 1.33.01_33_0Denys Vlasenko1-1/+1
2020-12-29libiproute: band-aid for old uclibc missing IFA_FLAGSDenys Vlasenko1-1/+6
2020-12-29modprobe-small: convert to new recursive_action() APIDenys Vlasenko1-4/+4
2020-12-29bc: placate gcc (it thinks 's' can be uninitialized here)Denys Vlasenko1-8/+10
2020-12-29randomconfig fixesDenys Vlasenko13-18/+45