aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* util-linux: support erofs filesystemNorbert Lange2020-11-183-0/+72
* 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
* 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
* httpd: Make Deny/Allow by IP config support optionalSergey Ponomarev2020-08-161-18/+44
* httpd: Support caching via ETag headerSergey Ponomarev2020-08-151-3/+54
* httpd: Don't add Last-Modified header to responseSergey Ponomarev2020-08-151-6/+25
* httpd: Don't add Date header to responseSergey Ponomarev2020-08-151-2/+16
* httpd: Update to HTTP/1.1Sergey Ponomarev2020-08-151-8/+8
* hwclock: Fix settimeofday for glibc v2.31+Eddie James2020-08-151-3/+11
* grep: for -L, exitcode 0 means files *without* matches were found, closes 13151Denys Vlasenko2020-08-152-15/+22
* build system: drop PLATFORM_LINUXRon Yorston2020-08-13109-146/+2
* udhcpc: add support for long optionsMartin Lewis2020-08-132-35/+104
* ip address: Add support for "valid_lft" and "preferred_lft" optionsChristian Eggers2020-07-312-7/+62
* ip: Add support for "noprefixroute" optionChristian Eggers2020-07-312-16/+33
* shell: Fix "read -d ''" behaviorChristian Eggers2020-07-315-2/+6