aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-28date: tweak --help: -D FMT is used for -s TIME as wellDenys Vlasenko1-26/+19
2020-11-28date: remove non-standard special-casing of date '+%f'Denys Vlasenko1-4/+0
2020-11-28date: trim --help (no need to show long opts)Denys Vlasenko1-19/+9
2020-11-28date: support -Ins, more compatible timezone display in -IDenys Vlasenko1-7/+19
2020-11-28date: for -uR and -uIh, timezone still have to be shown at +hhmm, not as abbr...Denys Vlasenko1-5/+3
2020-11-28fix commentsDenys Vlasenko1-3/+4
2020-11-28base32/64: "truncated base64 input" -> "truncated input"Denys Vlasenko1-6/+7
2020-11-28libbb: change decode_base32/64 API to return the end of _dst_, not _src_.Denys Vlasenko3-20/+19
2020-11-28libbb: trim base32/64 tablesDenys Vlasenko1-13/+11
2020-11-28base32/64: code shrinkDenys Vlasenko1-29/+37
2020-11-28base32/64: code shrinkDenys Vlasenko1-32/+43
2020-11-27libbb: faster and smaller decode_base32()Denys Vlasenko1-50/+34
2020-11-27libbb: smaller and faster decode_base64()Denys Vlasenko2-101/+36
2020-11-27sha3sum: fix --help: -a does not depend on FEATURE_MD5_SHA1_SUM_CHECKDenys Vlasenko1-1/+1
2020-11-27base32/64: decode in-placeDenys Vlasenko1-5/+12
2020-11-27base32/64: implement -w COLDenys Vlasenko1-22/+34
2020-11-27free: code shrinkDenys Vlasenko1-4/+12
2020-11-26base32: new appletDenys Vlasenko3-13/+192
2020-11-22mdev: clear LOGMODE_STDIO only directly before daemonizingDenys Vlasenko1-10/+6
2020-11-22uevent: make it survive ENOBUFSDenys Vlasenko1-13/+22
2020-11-22mdev: clean upDenys Vlasenko1-10/+10
2020-11-22mdev: add -v to increase log verbosityJan Klötzke1-3/+8
2020-11-22mdev: add syslog logging modeJan Klötzke1-6/+18
2020-11-22mdev: re-initialize if uevent messages were lostJan Klötzke1-0/+10
2020-11-22mdev: move daemon setup to dedicated functionJan Klötzke1-17/+27
2020-11-22uevent: increase netlink buffer sizesDenys Vlasenko1-10/+14
2020-11-22mdev: increase netlink buffer sizesJan Klötzke1-9/+17
2020-11-22libbb: set netlink socket revbuf size before bindingJan Klötzke1-8/+12
2020-11-21lineedit: fix unicode characters in promptAudun-Marius Gangstø1-4/+11
2020-11-21libiproute: reuse string constantsDenys Vlasenko1-20/+33
2020-11-19volume_id: improve struct layout (smaller offesets, smaller insns on x86)Denys Vlasenko1-3/+3
2020-11-19fix warning: label 'out1' defined but not usedCristian Ionescu-Idbohrn1-0/+2
2020-11-18util-linux: support erofs filesystemNorbert Lange3-0/+72
2020-11-16archival: avoid std namespace for local includesJoachim Nilsson4-3/+3
2020-11-16ash: make interactive ^C break out of PS2 modeDenys Vlasenko1-4/+3
2020-11-16hush: make interactive ^C break out of PS2 modeDenys Vlasenko1-35/+51
2020-11-16syslogd: delay PID file creation until syslogd is readyJoachim Nilsson1-3/+1
2020-11-16login: update UTMP before forkingJoachim Nilsson1-3/+5
2020-11-16awk: fix dodgy multi-char separators splitting logicDenys Vlasenko1-9/+16
2020-11-15chrt: support for musl C libraryChristian Eggers1-2/+32
2020-11-01hush: document bugs in [[ =~ ]] comparisonDenys Vlasenko4-0/+28
2020-10-31shell: update comments on the status of [[ ]] compatDenys Vlasenko2-5/+4
2020-10-31hush: add tests for unquoted < > in [[ ]]Denys Vlasenko2-0/+5
2020-10-31shell: better support of [[ ]] bashismDenys Vlasenko13-24/+209
2020-10-25od: unbreak itDenys Vlasenko2-25/+23
2020-10-25compat: move hexdump -R functionality to xxd -rDenys Vlasenko2-64/+73
2020-10-24hush: output bash-compat killing signal namesDenys Vlasenko9-7/+92
2020-10-24hush: do not print killing signal name in `cmd_whihc_dies_on_signal`Denys Vlasenko3-1/+9
2020-10-20hexdump: fix dup block comparisonDenys Vlasenko2-1/+19
2020-10-20xxd: fix printing of trailing spacesDenys Vlasenko4-59/+108