| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove "select PLATFORM_LINUX" | Denys Vlasenko | 2022-11-29 | 5 | -9/+0 |
* | Fix non-Linux builds | Samuel Thibault | 2022-11-29 | 5 | -0/+9 |
* | *: style fix | Denys Vlasenko | 2022-08-30 | 3 | -16/+16 |
* | devmem: add 128-bit width | Aaro Koskinen | 2022-08-26 | 1 | -24/+44 |
* | tree: unicode tweak (use normal space char, 0x20) | Denys Vlasenko | 2022-08-26 | 1 | -1/+1 |
* | tree: make it unicode-aware | Denys Vlasenko | 2022-08-26 | 1 | -3/+16 |
* | bc: hopefully fix bug 14956 (use-after-free) | Denys Vlasenko | 2022-08-18 | 1 | -0/+2 |
* | tree: new applet | Roger Knecht | 2022-06-30 | 1 | -0/+118 |
* | seedrng: do not hash in a constant string, it's not adding entropy | Denys Vlasenko | 2022-05-03 | 1 | -8/+8 |
* | seedrng: restore error check on fsync | Denys Vlasenko | 2022-05-02 | 1 | -9/+12 |
* | seedrng: it's not a part of util-linux, move to miscutils | Denys Vlasenko | 2022-05-02 | 1 | -0/+239 |
* | crond: implement support for setting PATH in crontab files | Paul Fox | 2022-05-02 | 1 | -7/+16 |
* | *: slap on a few ALIGN_PTR where appropriate | Denys Vlasenko | 2022-02-06 | 1 | -2/+2 |
* | *: slap on a few ALIGN* where appropriate | Denys Vlasenko | 2022-02-06 | 2 | -2/+2 |
* | fix "defined but not used" warnings | Denys Vlasenko | 2022-01-17 | 1 | -0/+2 |
* | ash,hush: fix handling of SIGINT while waiting for interactive input | Denys Vlasenko | 2022-01-17 | 2 | -3/+3 |
* | libbb: introduce and use chdir_or_warn() | Denys Vlasenko | 2022-01-13 | 1 | -2/+1 |
* | libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR | Denys Vlasenko | 2022-01-13 | 1 | -2/+2 |
* | libbb: code shrink: introduce and use [_]exit_SUCCESS() | Denys Vlasenko | 2022-01-05 | 5 | -7/+7 |
* | less: code shrink | Denys Vlasenko | 2022-01-05 | 1 | -9/+13 |
* | *: add NOINLINEs where code noticeably shrinks | Denys Vlasenko | 2021-10-10 | 1 | -1/+1 |
* | less: Ignore -X | Ismael Luceno | 2021-09-28 | 1 | -1/+1 |
* | chat: hopefully fix infinite spinning on input EOF | Denys Vlasenko | 2021-09-06 | 1 | -30/+34 |
* | ascii: new applet | Denys Vlasenko | 2021-06-21 | 1 | -0/+51 |
* | man: fix segfault in "man 1" | Denys Vlasenko | 2021-06-15 | 1 | -1/+1 |
* | shuf: simplify check that we have at least one FILE | Denys Vlasenko | 2021-06-15 | 1 | -2/+2 |
* | *: more --help tweaks | Denys Vlasenko | 2021-06-15 | 3 | -3/+3 |
* | *: --help tweaks | Denys Vlasenko | 2021-06-14 | 1 | -2/+2 |
* | *: more --help tweaking | Denys Vlasenko | 2021-06-13 | 2 | -2/+2 |
* | *: more --help tweaks, mostly expanding ts --help | Denys Vlasenko | 2021-06-13 | 1 | -1/+4 |
* | *: --help tweaks | Denys Vlasenko | 2021-06-13 | 1 | -7/+7 |
* | bc: tweak overflow detection in a^b | Denys Vlasenko | 2021-06-12 | 1 | -5/+8 |
* | bc: code shrink: combine init() and copy() where we can | Denys Vlasenko | 2021-06-12 | 1 | -21/+16 |
* | bc: fix for mul overflow in scale calculation in a^b | Denys Vlasenko | 2021-06-12 | 1 | -8/+23 |
* | platform.h: fix for Bionic >= 21 not having wait3() | Denys Vlasenko | 2021-04-14 | 1 | -0/+7 |
* | *: --help text tweaks | Denys Vlasenko | 2021-04-14 | 2 | -3/+3 |
* | watchdog: make open-write-close-open functionality a config knob | Rasmus Villemoes | 2021-04-13 | 1 | -5/+21 |
* | timeout,top,watch,ping: parse NN.N fractional duration in locales with other ... | Denys Vlasenko | 2021-03-23 | 1 | -0/+1 |
* | bc: typo fix in comment | Denys Vlasenko | 2021-02-26 | 1 | -1/+1 |
* | dc: more docs in --help | Denys Vlasenko | 2021-02-26 | 1 | -13/+14 |
* | dc: document what non-GNU commands do | Denys Vlasenko | 2021-02-26 | 1 | -5/+5 |
* | bc/dc: fix length(0) and length(0.000nnn) result | Denys Vlasenko | 2021-02-26 | 1 | -4/+13 |
* | dc: correct --help text | Denys Vlasenko | 2021-02-26 | 1 | -2/+44 |
* | libbb: introduce and use fputs_stdout | Ron Yorston | 2021-02-03 | 3 | -4/+4 |
* | bc: code shrink | Denys Vlasenko | 2021-01-06 | 1 | -2/+2 |
* | bc: ^C on input line exits (unlike ^C during calculations, which does not) | Denys Vlasenko | 2021-01-04 | 1 | -10/+10 |
* | libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh... | Denys Vlasenko | 2020-12-30 | 1 | -2/+2 |
* | *: use fopen helpers where appropriate | Denys Vlasenko | 2020-12-30 | 1 | -3/+3 |
* | bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNU | Denys Vlasenko | 2020-12-29 | 1 | -15/+23 |
* | bc: placate gcc (it thinks 's' can be uninitialized here) | Denys Vlasenko | 2020-12-29 | 1 | -8/+10 |