aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-08wget: do not ftruncate if -O- is used, closes 13351Denys Vlasenko
2020-12-08mkdtemp: proper error detection on mktempXabier Oneca
2020-12-08tar: expand --helpDenys Vlasenko
2020-12-06mount: implement -o nosymfollow, remove bogus -o unionDenys Vlasenko
2020-12-06mount: add -o nostrictatime and -o [no]lazytimeDenys Vlasenko
2020-12-05mount: do not guess mount as NFS if "hostname:" contains slashesDenys Vlasenko
2020-12-04awk: add a test that $NF is emptyDenys Vlasenko
2020-12-02libbb: exec_login_shell() - new functionDenys Vlasenko
2020-12-02libbb: code shrink in exec_shell()Denys Vlasenko
2020-12-02libbb: rename run_shell() to exec_shell()Denys Vlasenko
2020-12-02mount: do not guess bind mounts as nfsDenys Vlasenko
2020-12-02awk: FS regex matches only non-empty separators (gawk compat)Denys Vlasenko
2020-12-02login: log to syslog every bad password, not only 3rdDenys Vlasenko
2020-11-30mount: make filesystems[] array byte-alignedDenys Vlasenko
2020-11-30decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
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