aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32: code shrinkRon Yorston2021-02-064-4/+6
* Merge branch 'busybox' into mergeRon Yorston2021-02-0547-178/+202
|\
| * 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
* | winansi: tweak colour mappingRon Yorston2021-02-041-19/+9
* | printf: better support for escape sequencesRon Yorston2021-02-031-48/+60
* | winansi: extend ANSI emulationRon Yorston2021-02-031-49/+177
* | winansi: change default 'skip ANSI emulation' settingRon Yorston2021-02-034-15/+24
* | printf: code shrinkRon Yorston2021-01-271-19/+7
* | stat: improve conditional compilationRon Yorston2021-01-261-5/+4
* | tar: changes to conditional compilationRon Yorston2021-01-251-4/+6
* | ar: only free temporary filename if requiredRon Yorston2021-01-251-2/+3
* | tls: avoid unnecessary changes to POSIX build, part 2Ron Yorston2021-01-258-18/+23
* | tls: avoid unnecessary changes to POSIX buildRon Yorston2021-01-242-6/+7
* | nc: alter conditional compilationRon Yorston2021-01-241-7/+55
* | libbb: reduce changes to find_executable()Ron Yorston2021-01-231-8/+7
* | Revert "libbb: reinstate NULL check in last_char_is()"Ron Yorston2021-01-221-1/+1
* | libarchive: allow extraction of hard linksRon Yorston2021-01-193-14/+8
* | ash: alter handling of interactive ^CFRP-3812-g12e14ebbaRon Yorston2021-01-181-1/+3
* | Merge branch 'busybox' into mergeRon Yorston2021-01-14227-2214/+3296
|\|
| * 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