aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * archival: avoid std namespace for local includesJoachim Nilsson2020-11-164-3/+3
| * ash: make interactive ^C break out of PS2 modeDenys Vlasenko2020-11-161-4/+3
| * hush: make interactive ^C break out of PS2 modeDenys Vlasenko2020-11-161-35/+51
| * syslogd: delay PID file creation until syslogd is readyJoachim Nilsson2020-11-161-3/+1
| * login: update UTMP before forkingJoachim Nilsson2020-11-161-3/+5
| * awk: fix dodgy multi-char separators splitting logicDenys Vlasenko2020-11-161-9/+16
| * chrt: support for musl C libraryChristian Eggers2020-11-151-2/+32
* | Update copyright messageRon Yorston2021-01-132-2/+2
* | win32: handle various Alt key modifiers in termiosChristopher Wellons2021-01-131-2/+16
* | win32: make realpath() return an error if necessaryRon Yorston2020-12-121-1/+0
* | winansi: intercept calls to fputc(3)Ron Yorston2020-12-072-1/+21
* | ash: suppress compiler warningRon Yorston2020-11-121-0/+1
* | win32: update default configurationRon Yorston2020-11-122-4/+2
* | Merge branch 'busybox' into mergeRon Yorston2020-11-1290-487/+1009
|\|
| * hush: document bugs in [[ =~ ]] comparisonDenys Vlasenko2020-11-014-0/+28
| * shell: update comments on the status of [[ ]] compatDenys Vlasenko2020-10-312-5/+4
| * hush: add tests for unquoted < > in [[ ]]Denys Vlasenko2020-10-312-0/+5
| * shell: better support of [[ ]] bashismDenys Vlasenko2020-10-3113-24/+209
| * od: unbreak itDenys Vlasenko2020-10-252-25/+23
| * compat: move hexdump -R functionality to xxd -rDenys Vlasenko2020-10-252-64/+73
| * hush: output bash-compat killing signal namesDenys Vlasenko2020-10-249-7/+92
| * hush: do not print killing signal name in `cmd_whihc_dies_on_signal`Denys Vlasenko2020-10-243-1/+9
| * hexdump: fix dup block comparisonDenys Vlasenko2020-10-202-1/+19
| * xxd: fix printing of trailing spacesDenys Vlasenko2020-10-204-59/+108
| * uudecode: fix possible signed char bugDenys Vlasenko2020-10-071-4/+2
| * avoid using strok - eliminates use of hidden global variableDenys Vlasenko2020-10-0611-36/+46
| * httpd: code shrinkXabier Oneca2020-10-061-0/+7
| * ip rule: add support for fwmark/fwmask for policy routingRui Salvaterra2020-10-032-7/+27
| * tar: fix fallout of last_char_is(NULL) no longer being allowedDenys Vlasenko2020-10-021-1/+1
| * udhcp: remove struct packing attribute, eliminates gcc-9.xDenys Vlasenko2020-10-011-3/+3
| * libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-0119-150/+159
| * tydy up a few uses of recursive_action(), no logic changesDenys Vlasenko2020-10-013-13/+14
| * gcc-9.x warning fixesDenys Vlasenko2020-10-019-12/+15
| * libbb: do not open-code __errno_location() callDenys Vlasenko2020-10-011-1/+6
| * shell: remove FAST_FUNC from a static functionDenys Vlasenko2020-10-011-2/+2
| * libbb: extend "errno pointer" trick to other than __GLIBC__Denys Vlasenko2020-10-013-6/+7
| * mount: support the sizelimit and offset option for loop devicesSteffen Trumtrar2020-10-014-4/+67
| * libbb: fold common64_hash() into its only userDenys Vlasenko2020-09-301-47/+28
| * xargs: fix -I SUBSTR behaviourDenys Vlasenko2020-09-302-5/+24
| * shell: add testsuite for "wait $pid" waiting for other tasksDenys Vlasenko2020-09-294-0/+18
| * ash: jobs: Fix waitcmd busy loopDenys Vlasenko2020-09-291-57/+34
| * ash: jobs: Fix infinite loop in waitprocDenys Vlasenko2020-09-291-6/+19
| * ash: remove a tentative TODO, it's a wrong ideaDenys Vlasenko2020-09-291-1/+1
| * ntpd: fix the case where two replies received at once and first one causes a ...Denys Vlasenko2020-09-291-0/+9
* | build system: use static ssp libraryRon Yorston2020-11-121-1/+1
* | build: add ssp libraryRon Yorston2020-11-111-1/+1
* | win32: make location of Unix-style absolute paths configurableRon Yorston2020-08-311-1/+1
* | ash, ls: improve support for 'c:path'Ron Yorston2020-08-284-21/+9
* | printf: ensure '\045' is printed as '%'Ron Yorston2020-08-281-5/+10
* | ash: replace backslashes in argument to 'cd' built-inRon Yorston2020-08-271-1/+1