aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* awk: FS regex matches only non-empty separators (gawk compat)Denys Vlasenko2020-12-022-8/+32
* login: log to syslog every bad password, not only 3rdDenys Vlasenko2020-12-021-4/+2
* mount: make filesystems[] array byte-alignedDenys Vlasenko2020-11-301-1/+1
* decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-309-14/+14
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-3051-96/+92
* unicode: relax array alignment for tablesDenys Vlasenko2020-11-301-8/+8
* unicode: fix handling of short 1-4 char tablesDenys Vlasenko2020-11-302-3/+4
* libbb: code shrinkDenys Vlasenko2020-11-291-6/+3
* libbb: introduce and use msleep()Denys Vlasenko2020-11-295-6/+20
* use write_str() functions where appropriateDenys Vlasenko2020-11-292-5/+5
* libbb: introduce and use sleep1()Denys Vlasenko2020-11-2919-29/+33
* libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping thereDenys Vlasenko2020-11-298-15/+26
* 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