summaryrefslogtreecommitdiff
path: root/miscutils
Commit message (Expand)AuthorAgeFilesLines
* seedrng: fix for glibc <= 2.24 not providing random headerThomas Devoogdt2023-04-111-4/+10
* seedrng: fix for glibc <= 2.24 not providing getrandom()Denys Vlasenko2023-04-101-0/+14
* Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-295-9/+0
* Fix non-Linux buildsSamuel Thibault2022-11-295-0/+9
* *: style fixDenys Vlasenko2022-08-303-16/+16
* devmem: add 128-bit widthAaro Koskinen2022-08-261-24/+44
* tree: unicode tweak (use normal space char, 0x20)Denys Vlasenko2022-08-261-1/+1
* tree: make it unicode-awareDenys Vlasenko2022-08-261-3/+16
* bc: hopefully fix bug 14956 (use-after-free)Denys Vlasenko2022-08-181-0/+2
* tree: new appletRoger Knecht2022-06-301-0/+118
* seedrng: do not hash in a constant string, it's not adding entropyDenys Vlasenko2022-05-031-8/+8
* seedrng: restore error check on fsyncDenys Vlasenko2022-05-021-9/+12
* seedrng: it's not a part of util-linux, move to miscutilsDenys Vlasenko2022-05-021-0/+239
* crond: implement support for setting PATH in crontab filesPaul Fox2022-05-021-7/+16
* *: slap on a few ALIGN_PTR where appropriateDenys Vlasenko2022-02-061-2/+2
* *: slap on a few ALIGN* where appropriateDenys Vlasenko2022-02-062-2/+2
* fix "defined but not used" warningsDenys Vlasenko2022-01-171-0/+2
* ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko2022-01-172-3/+3
* libbb: introduce and use chdir_or_warn()Denys Vlasenko2022-01-131-2/+1
* libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIRDenys Vlasenko2022-01-131-2/+2
* libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-055-7/+7
* less: code shrinkDenys Vlasenko2022-01-051-9/+13
* *: add NOINLINEs where code noticeably shrinksDenys Vlasenko2021-10-101-1/+1
* less: Ignore -XIsmael Luceno2021-09-281-1/+1
* chat: hopefully fix infinite spinning on input EOFDenys Vlasenko2021-09-061-30/+34
* ascii: new appletDenys Vlasenko2021-06-211-0/+51
* man: fix segfault in "man 1"Denys Vlasenko2021-06-151-1/+1
* shuf: simplify check that we have at least one FILEDenys Vlasenko2021-06-151-2/+2
* *: more --help tweaksDenys Vlasenko2021-06-153-3/+3
* *: --help tweaksDenys Vlasenko2021-06-141-2/+2
* *: more --help tweakingDenys Vlasenko2021-06-132-2/+2
* *: more --help tweaks, mostly expanding ts --helpDenys Vlasenko2021-06-131-1/+4
* *: --help tweaksDenys Vlasenko2021-06-131-7/+7
* bc: tweak overflow detection in a^bDenys Vlasenko2021-06-121-5/+8
* bc: code shrink: combine init() and copy() where we canDenys Vlasenko2021-06-121-21/+16
* bc: fix for mul overflow in scale calculation in a^bDenys Vlasenko2021-06-121-8/+23
* platform.h: fix for Bionic >= 21 not having wait3()Denys Vlasenko2021-04-141-0/+7
* *: --help text tweaksDenys Vlasenko2021-04-142-3/+3
* watchdog: make open-write-close-open functionality a config knobRasmus Villemoes2021-04-131-5/+21
* timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...Denys Vlasenko2021-03-231-0/+1
* bc: typo fix in commentDenys Vlasenko2021-02-261-1/+1
* dc: more docs in --helpDenys Vlasenko2021-02-261-13/+14
* dc: document what non-GNU commands doDenys Vlasenko2021-02-261-5/+5
* bc/dc: fix length(0) and length(0.000nnn) resultDenys Vlasenko2021-02-261-4/+13
* dc: correct --help textDenys Vlasenko2021-02-261-2/+44
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-033-4/+4
* bc: code shrinkDenys Vlasenko2021-01-061-2/+2
* bc: ^C on input line exits (unlike ^C during calculations, which does not)Denys Vlasenko2021-01-041-10/+10
* libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko2020-12-301-2/+2
* *: use fopen helpers where appropriateDenys Vlasenko2020-12-301-3/+3