summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * base32/64: code shrinkDenys Vlasenko2020-11-281-29/+37
| * base32/64: code shrinkDenys Vlasenko2020-11-281-32/+43
| * libbb: faster and smaller decode_base32()Denys Vlasenko2020-11-271-50/+34
| * libbb: smaller and faster decode_base64()Denys Vlasenko2020-11-272-101/+36
| * sha3sum: fix --help: -a does not depend on FEATURE_MD5_SHA1_SUM_CHECKDenys Vlasenko2020-11-271-1/+1
| * base32/64: decode in-placeDenys Vlasenko2020-11-271-5/+12
| * base32/64: implement -w COLDenys Vlasenko2020-11-271-22/+34
| * free: code shrinkDenys Vlasenko2020-11-271-4/+12
| * base32: new appletDenys Vlasenko2020-11-263-13/+192
| * mdev: clear LOGMODE_STDIO only directly before daemonizingDenys Vlasenko2020-11-221-10/+6
| * uevent: make it survive ENOBUFSDenys Vlasenko2020-11-221-13/+22
| * 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
* | Update copyright messageRon Yorston2021-01-132-2/+2
* | win32: handle various Alt key modifiers in termiosChristopher Wellons2021-01-131-2/+16
* | win32: make realpath() return an error if necessaryRon Yorston2020-12-121-1/+0
* | winansi: intercept calls to fputc(3)Ron Yorston2020-12-072-1/+21
* | ash: suppress compiler warningRon Yorston2020-11-121-0/+1
* | win32: update default configurationRon Yorston2020-11-122-4/+2
* | Merge branch 'busybox' into mergeRon Yorston2020-11-1290-487/+1009
|\|
| * 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