summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * libbb: in @SECONDS date format, use 64-bit time if libc allowsDenys Vlasenko2020-11-282-1/+6
| * date: tweak --help: -D FMT is used for -s TIME as wellDenys Vlasenko2020-11-281-26/+19
| * date: remove non-standard special-casing of date '+%f'Denys Vlasenko2020-11-281-4/+0
| * date: trim --help (no need to show long opts)Denys Vlasenko2020-11-281-19/+9
| * date: support -Ins, more compatible timezone display in -IDenys Vlasenko2020-11-281-7/+19
| * date: for -uR and -uIh, timezone still have to be shown at +hhmm, not as abbr...Denys Vlasenko2020-11-281-5/+3
| * fix commentsDenys Vlasenko2020-11-281-3/+4
| * base32/64: "truncated base64 input" -> "truncated input"Denys Vlasenko2020-11-281-6/+7
| * libbb: change decode_base32/64 API to return the end of _dst_, not _src_.Denys Vlasenko2020-11-283-20/+19
| * libbb: trim base32/64 tablesDenys Vlasenko2020-11-281-13/+11
| * 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