aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32: add uptime to sysinfo(2), enable uptime appletRon Yorston2021-02-194-8/+5
* free: implement sysinfo(2) and enable free(1)Ron Yorston2021-02-185-2/+63
* nproc: port to WIN32 and enable by defaultRon Yorston2021-02-173-4/+34
* winansi: code shrink and improvementsRon Yorston2021-02-171-41/+15
* libbb: make banner shorterRon Yorston2021-02-161-2/+2
* winansi: don't check return from xmallocRon Yorston2021-02-161-3/+0
* winansi: allow alternative screen buffer to be disabledRon Yorston2021-02-151-0/+7
* winansi: allow test suite to run on WineRon Yorston2021-02-151-3/+3
* ash: code shrinkRon Yorston2021-02-143-11/+1
* bc: handle ^C in interactive modeRon Yorston2021-02-141-0/+13
* bc: fix to build on WIN32 and enable in default configurationsRon Yorston2021-02-133-12/+14
* win32: code shrinkRon Yorston2021-02-133-7/+17
* win32: implement symlink(2)Ron Yorston2021-02-123-12/+55
* win32: allow symlinks to directories to be unlinkedRon Yorston2021-02-121-1/+13
* win32: make readlink(2) implementation unconditionalRon Yorston2021-02-128-30/+1
* libbb: avoid problems with quoted characters in tab completionRon Yorston2021-02-121-3/+11
* Reformat README.mdRon Yorston2021-02-101-2/+1
* Link to page on pathnames from README.mdRon Yorston2021-02-101-4/+5
* winansi: code shrinkRon Yorston2021-02-081-13/+13
* Update READMERon Yorston2021-02-071-2/+5
* winansi: more accurate colour mappingRon Yorston2021-02-074-22/+111
* winansi: code shrinkRon Yorston2021-02-071-90/+71
* 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
|\|