aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-02login: log to syslog every bad password, not only 3rdDenys Vlasenko1-4/+2
2020-11-30mount: make filesystems[] array byte-alignedDenys Vlasenko1-1/+1
2020-11-30decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko9-14/+14
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko51-96/+92
2020-11-30unicode: relax array alignment for tablesDenys Vlasenko1-8/+8
2020-11-30unicode: fix handling of short 1-4 char tablesDenys Vlasenko2-3/+4
2020-11-29libbb: code shrinkDenys Vlasenko1-6/+3
2020-11-29libbb: introduce and use msleep()Denys Vlasenko5-6/+20
2020-11-29use write_str() functions where appropriateDenys Vlasenko2-5/+5
2020-11-29libbb: introduce and use sleep1()Denys Vlasenko19-29/+33
2020-11-29libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping thereDenys Vlasenko8-15/+26
2020-11-28libbb: in @SECONDS date format, use 64-bit time if libc allowsDenys Vlasenko2-1/+6
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