aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-30unicode: relax array alignment for tablesDenys Vlasenko
2020-11-30unicode: fix handling of short 1-4 char tablesDenys Vlasenko
2020-11-29libbb: code shrinkDenys Vlasenko
2020-11-29libbb: introduce and use msleep()Denys Vlasenko
2020-11-29use write_str() functions where appropriateDenys Vlasenko
2020-11-29libbb: introduce and use sleep1()Denys Vlasenko
2020-11-29libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping thereDenys Vlasenko
2020-11-28libbb: in @SECONDS date format, use 64-bit time if libc allowsDenys Vlasenko
2020-11-28date: tweak --help: -D FMT is used for -s TIME as wellDenys Vlasenko
2020-11-28date: remove non-standard special-casing of date '+%f'Denys Vlasenko
2020-11-28date: trim --help (no need to show long opts)Denys Vlasenko
2020-11-28date: support -Ins, more compatible timezone display in -IDenys Vlasenko
2020-11-28date: for -uR and -uIh, timezone still have to be shown at +hhmm, not as abbr...Denys Vlasenko
2020-11-28fix commentsDenys Vlasenko
2020-11-28base32/64: "truncated base64 input" -> "truncated input"Denys Vlasenko
2020-11-28libbb: change decode_base32/64 API to return the end of _dst_, not _src_.Denys Vlasenko
2020-11-28libbb: trim base32/64 tablesDenys Vlasenko
2020-11-28base32/64: code shrinkDenys Vlasenko
2020-11-28base32/64: code shrinkDenys Vlasenko
2020-11-27libbb: faster and smaller decode_base32()Denys Vlasenko
2020-11-27libbb: smaller and faster decode_base64()Denys Vlasenko
2020-11-27sha3sum: fix --help: -a does not depend on FEATURE_MD5_SHA1_SUM_CHECKDenys Vlasenko
2020-11-27base32/64: decode in-placeDenys Vlasenko
2020-11-27base32/64: implement -w COLDenys Vlasenko
2020-11-27free: code shrinkDenys Vlasenko
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