aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Start 1.34.0 development cycleDenys Vlasenko2020-12-291-2/+2
* Bump version to 1.33.01_33_0Denys Vlasenko2020-12-291-1/+1
* libiproute: band-aid for old uclibc missing IFA_FLAGSDenys Vlasenko2020-12-291-1/+6
* modprobe-small: convert to new recursive_action() APIDenys Vlasenko2020-12-291-4/+4
* bc: placate gcc (it thinks 's' can be uninitialized here)Denys Vlasenko2020-12-291-8/+10
* randomconfig fixesDenys Vlasenko2020-12-2913-18/+45
* hush: make comment more clearDenys Vlasenko2020-12-271-4/+5
* man: implement SECTION parametersDenys Vlasenko2020-12-271-6/+35
* typo fixDenys Vlasenko2020-12-252-2/+2
* hush: fix this case: echo "SCRIPT" | hushDenys Vlasenko2020-12-255-1/+15