aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-26base32: new appletDenys Vlasenko
2020-11-22mdev: clear LOGMODE_STDIO only directly before daemonizingDenys Vlasenko
2020-11-22uevent: make it survive ENOBUFSDenys Vlasenko
2020-11-22mdev: clean upDenys Vlasenko
2020-11-22mdev: add -v to increase log verbosityJan Klötzke
2020-11-22mdev: add syslog logging modeJan Klötzke
2020-11-22mdev: re-initialize if uevent messages were lostJan Klötzke
2020-11-22mdev: move daemon setup to dedicated functionJan Klötzke
2020-11-22uevent: increase netlink buffer sizesDenys Vlasenko
2020-11-22mdev: increase netlink buffer sizesJan Klötzke
2020-11-22libbb: set netlink socket revbuf size before bindingJan Klötzke
2020-11-21lineedit: fix unicode characters in promptAudun-Marius Gangstø
2020-11-21libiproute: reuse string constantsDenys Vlasenko
2020-11-19volume_id: improve struct layout (smaller offesets, smaller insns on x86)Denys Vlasenko
2020-11-19fix warning: label 'out1' defined but not usedCristian Ionescu-Idbohrn
2020-11-18util-linux: support erofs filesystemNorbert Lange
2020-11-16archival: avoid std namespace for local includesJoachim Nilsson
2020-11-16ash: make interactive ^C break out of PS2 modeDenys Vlasenko
2020-11-16hush: make interactive ^C break out of PS2 modeDenys Vlasenko
2020-11-16syslogd: delay PID file creation until syslogd is readyJoachim Nilsson
2020-11-16login: update UTMP before forkingJoachim Nilsson
2020-11-16awk: fix dodgy multi-char separators splitting logicDenys Vlasenko
2020-11-15chrt: support for musl C libraryChristian Eggers
2020-11-01hush: document bugs in [[ =~ ]] comparisonDenys Vlasenko
2020-10-31shell: update comments on the status of [[ ]] compatDenys Vlasenko
2020-10-31hush: add tests for unquoted < > in [[ ]]Denys Vlasenko
2020-10-31shell: better support of [[ ]] bashismDenys Vlasenko
2020-10-25od: unbreak itDenys Vlasenko
2020-10-25compat: move hexdump -R functionality to xxd -rDenys Vlasenko
2020-10-24hush: output bash-compat killing signal namesDenys Vlasenko
2020-10-24hush: do not print killing signal name in `cmd_whihc_dies_on_signal`Denys Vlasenko
2020-10-20hexdump: fix dup block comparisonDenys Vlasenko
2020-10-20xxd: fix printing of trailing spacesDenys Vlasenko
2020-10-07uudecode: fix possible signed char bugDenys Vlasenko
2020-10-06avoid using strok - eliminates use of hidden global variableDenys Vlasenko
2020-10-06httpd: code shrinkXabier Oneca
2020-10-03ip rule: add support for fwmark/fwmask for policy routingRui Salvaterra
2020-10-02tar: fix fallout of last_char_is(NULL) no longer being allowedDenys Vlasenko
2020-10-01udhcp: remove struct packing attribute, eliminates gcc-9.xDenys Vlasenko
2020-10-01libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko
2020-10-01tydy up a few uses of recursive_action(), no logic changesDenys Vlasenko
2020-10-01gcc-9.x warning fixesDenys Vlasenko
2020-10-01libbb: do not open-code __errno_location() callDenys Vlasenko
2020-10-01shell: remove FAST_FUNC from a static functionDenys Vlasenko
2020-10-01libbb: extend "errno pointer" trick to other than __GLIBC__Denys Vlasenko
2020-10-01mount: support the sizelimit and offset option for loop devicesSteffen Trumtrar
2020-09-30libbb: fold common64_hash() into its only userDenys Vlasenko
2020-09-30xargs: fix -I SUBSTR behaviourDenys Vlasenko
2020-09-29shell: add testsuite for "wait $pid" waiting for other tasksDenys Vlasenko
2020-09-29ash: jobs: Fix waitcmd busy loopDenys Vlasenko