| Commit message (Expand) | Author | Files | Lines |
2020-11-22 | mdev: re-initialize if uevent messages were lost | Jan Klötzke | 1 | -0/+10 |
2020-11-22 | mdev: move daemon setup to dedicated function | Jan Klötzke | 1 | -17/+27 |
2020-11-22 | uevent: increase netlink buffer sizes | Denys Vlasenko | 1 | -10/+14 |
2020-11-22 | mdev: increase netlink buffer sizes | Jan Klötzke | 1 | -9/+17 |
2020-11-22 | libbb: set netlink socket revbuf size before binding | Jan Klötzke | 1 | -8/+12 |
2020-11-21 | lineedit: fix unicode characters in prompt | Audun-Marius Gangstø | 1 | -4/+11 |
2020-11-21 | libiproute: reuse string constants | Denys Vlasenko | 1 | -20/+33 |
2020-11-19 | volume_id: improve struct layout (smaller offesets, smaller insns on x86) | Denys Vlasenko | 1 | -3/+3 |
2020-11-19 | fix warning: label 'out1' defined but not used | Cristian Ionescu-Idbohrn | 1 | -0/+2 |
2020-11-18 | util-linux: support erofs filesystem | Norbert Lange | 3 | -0/+72 |
2020-11-16 | archival: avoid std namespace for local includes | Joachim Nilsson | 4 | -3/+3 |
2020-11-16 | ash: make interactive ^C break out of PS2 mode | Denys Vlasenko | 1 | -4/+3 |
2020-11-16 | hush: make interactive ^C break out of PS2 mode | Denys Vlasenko | 1 | -35/+51 |
2020-11-16 | syslogd: delay PID file creation until syslogd is ready | Joachim Nilsson | 1 | -3/+1 |
2020-11-16 | login: update UTMP before forking | Joachim Nilsson | 1 | -3/+5 |
2020-11-16 | awk: fix dodgy multi-char separators splitting logic | Denys Vlasenko | 1 | -9/+16 |
2020-11-15 | chrt: support for musl C library | Christian Eggers | 1 | -2/+32 |
2020-11-01 | hush: document bugs in [[ =~ ]] comparison | Denys Vlasenko | 4 | -0/+28 |
2020-10-31 | shell: update comments on the status of [[ ]] compat | Denys Vlasenko | 2 | -5/+4 |
2020-10-31 | hush: add tests for unquoted < > in [[ ]] | Denys Vlasenko | 2 | -0/+5 |
2020-10-31 | shell: better support of [[ ]] bashism | Denys Vlasenko | 13 | -24/+209 |
2020-10-25 | od: unbreak it | Denys Vlasenko | 2 | -25/+23 |
2020-10-25 | compat: move hexdump -R functionality to xxd -r | Denys Vlasenko | 2 | -64/+73 |
2020-10-24 | hush: output bash-compat killing signal names | Denys Vlasenko | 9 | -7/+92 |
2020-10-24 | hush: do not print killing signal name in `cmd_whihc_dies_on_signal` | Denys Vlasenko | 3 | -1/+9 |
2020-10-20 | hexdump: fix dup block comparison | Denys Vlasenko | 2 | -1/+19 |
2020-10-20 | xxd: fix printing of trailing spaces | Denys Vlasenko | 4 | -59/+108 |
2020-10-07 | uudecode: fix possible signed char bug | Denys Vlasenko | 1 | -4/+2 |
2020-10-06 | avoid using strok - eliminates use of hidden global variable | Denys Vlasenko | 11 | -36/+46 |
2020-10-06 | httpd: code shrink | Xabier Oneca | 1 | -0/+7 |
2020-10-03 | ip rule: add support for fwmark/fwmask for policy routing | Rui Salvaterra | 2 | -7/+27 |
2020-10-02 | tar: fix fallout of last_char_is(NULL) no longer being allowed | Denys Vlasenko | 1 | -1/+1 |
2020-10-01 | udhcp: remove struct packing attribute, eliminates gcc-9.x | Denys Vlasenko | 1 | -3/+3 |
2020-10-01 | libbb: shrink recursive_action() by reducing memory pressure | Denys Vlasenko | 19 | -150/+159 |
2020-10-01 | tydy up a few uses of recursive_action(), no logic changes | Denys Vlasenko | 3 | -13/+14 |
2020-10-01 | gcc-9.x warning fixes | Denys Vlasenko | 9 | -12/+15 |
2020-10-01 | libbb: do not open-code __errno_location() call | Denys Vlasenko | 1 | -1/+6 |
2020-10-01 | shell: remove FAST_FUNC from a static function | Denys Vlasenko | 1 | -2/+2 |
2020-10-01 | libbb: extend "errno pointer" trick to other than __GLIBC__ | Denys Vlasenko | 3 | -6/+7 |
2020-10-01 | mount: support the sizelimit and offset option for loop devices | Steffen Trumtrar | 4 | -4/+67 |
2020-09-30 | libbb: fold common64_hash() into its only user | Denys Vlasenko | 1 | -47/+28 |
2020-09-30 | xargs: fix -I SUBSTR behaviour | Denys Vlasenko | 2 | -5/+24 |
2020-09-29 | shell: add testsuite for "wait $pid" waiting for other tasks | Denys Vlasenko | 4 | -0/+18 |
2020-09-29 | ash: jobs: Fix waitcmd busy loop | Denys Vlasenko | 1 | -57/+34 |
2020-09-29 | ash: jobs: Fix infinite loop in waitproc | Denys Vlasenko | 1 | -6/+19 |
2020-09-29 | ash: remove a tentative TODO, it's a wrong idea | Denys Vlasenko | 1 | -1/+1 |
2020-09-29 | ntpd: fix the case where two replies received at once and first one causes a ... | Denys Vlasenko | 1 | -0/+9 |
2020-08-16 | httpd: Make Deny/Allow by IP config support optional | Sergey Ponomarev | 1 | -18/+44 |
2020-08-15 | httpd: Support caching via ETag header | Sergey Ponomarev | 1 | -3/+54 |
2020-08-15 | httpd: Don't add Last-Modified header to response | Sergey Ponomarev | 1 | -6/+25 |