aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* mdev: clean upDenys Vlasenko2020-11-221-10/+10
* mdev: add -v to increase log verbosityJan Klötzke2020-11-221-3/+8
* mdev: add syslog logging modeJan Klötzke2020-11-221-6/+18
* mdev: re-initialize if uevent messages were lostJan Klötzke2020-11-221-0/+10
* mdev: move daemon setup to dedicated functionJan Klötzke2020-11-221-17/+27
* uevent: increase netlink buffer sizesDenys Vlasenko2020-11-221-10/+14
* mdev: increase netlink buffer sizesJan Klötzke2020-11-221-9/+17
* libbb: set netlink socket revbuf size before bindingJan Klötzke2020-11-221-8/+12
* lineedit: fix unicode characters in promptAudun-Marius Gangstø2020-11-211-4/+11
* libiproute: reuse string constantsDenys Vlasenko2020-11-211-20/+33
* volume_id: improve struct layout (smaller offesets, smaller insns on x86)Denys Vlasenko2020-11-191-3/+3
* fix warning: label 'out1' defined but not usedCristian Ionescu-Idbohrn2020-11-191-0/+2
* 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