| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tls: P256: remove NOP macro sp_256_norm_8() | Denys Vlasenko | 2022-07-13 | 1 | -30/+5 |
* | awk: fix use after free (CVE-2022-30065) | Natanael Copa | 2022-07-11 | 2 | -0/+9 |
* | shaNNNsum: accept one-space "HASH FILENAME" format for -c, closes 14866 | Denys Vlasenko | 2022-07-11 | 2 | -5/+18 |
* | lineedit: get PWD from ash | Ron Yorston | 2022-07-03 | 1 | -0/+6 |
* | tree: new applet | Roger Knecht | 2022-06-30 | 3 | -0/+221 |
* | vi: handle autoindent in 'cc' command | Ron Yorston | 2022-06-26 | 1 | -24/+47 |
* | vi: fix regression in autoindent handling | Ron Yorston | 2022-06-26 | 1 | -1/+7 |
* | ash,hush: use HOME for tab completion and prompts | Ron Yorston | 2022-06-26 | 4 | -16/+19 |
* | libbb: restore special handling of nomsg errors | Ron Yorston | 2022-06-26 | 2 | -4/+4 |
* | top: improve large PID display in memory ('s') mode | Denys Vlasenko | 2022-05-12 | 1 | -1/+4 |
* | examples/var_service/dhcp_if: make helper scripts more talkative | Denys Vlasenko | 2022-05-12 | 4 | -10/+16 |
* | top: code shrink | Denys Vlasenko | 2022-05-10 | 1 | -11/+9 |
* | top: code shrink | Denys Vlasenko | 2022-05-10 | 1 | -11/+14 |
* | top: fix display of large PID/PPID | Denys Vlasenko | 2022-05-10 | 1 | -2/+28 |
* | 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/+0 |
* | init: do not set HOME | Denys Vlasenko | 2022-05-02 | 1 | -1/+5 |
* | tsort: new applet | David Leonard | 2022-05-02 | 3 | -1/+299 |
* | crond: implement support for setting PATH in crontab files | Paul Fox | 2022-05-02 | 1 | -7/+16 |
* | style fix | Denys Vlasenko | 2022-05-01 | 7 | -9/+9 |
* | seedrng: manually inline seed_rng | Bernhard Reutner-Fischer | 2022-05-01 | 1 | -21/+15 |
* | seedrng: shorten --help, assorted small cleanups | Denys Vlasenko | 2022-05-01 | 1 | -11/+10 |
* | seedrng: reduce MAX_SEED_LEN from 512 to 256 | Denys Vlasenko | 2022-05-01 | 1 | -1/+5 |
* | seedrng: do not hash lengths, they are very predictable | Denys Vlasenko | 2022-05-01 | 1 | -3/+5 |
* | seedrng: code shrink | Denys Vlasenko | 2022-05-01 | 1 | -8/+10 |
* | seedrng: explain why we need locking and fsync'ing | Denys Vlasenko | 2022-05-01 | 1 | -8/+18 |
* | seedrng: remove redundant assignment | Denys Vlasenko | 2022-04-30 | 1 | -3/+3 |
* | seedrng: re-add fsync after unlink, and explain its purpose | Denys Vlasenko | 2022-04-30 | 1 | -1/+12 |
* | seedrng: include fiel/dir names in error messages | Denys Vlasenko | 2022-04-30 | 1 | -3/+3 |
* | seedrng: use more xfuncs where appropriate | Denys Vlasenko | 2022-04-30 | 1 | -12/+12 |
* | seedrng: code shrink | Denys Vlasenko | 2022-04-30 | 1 | -5/+5 |
* | seedrng: simplify read_new_seed() to not have error return | Denys Vlasenko | 2022-04-30 | 1 | -14/+17 |
* | seedrng: prepare read_new_seed() to not need a "success" retval | Denys Vlasenko | 2022-04-30 | 1 | -10/+12 |
* | seedrng: do not try to continue on unexpected errors (just exit) | Denys Vlasenko | 2022-04-30 | 1 | -38/+16 |
* | ifplugd: split -a into -a and -A, latter disables upping in iface creation | Denys Vlasenko | 2022-04-30 | 1 | -5/+7 |
* | seedrng: chdir to the SEED_DIRECTORY - avoid concat_path_file's | Denys Vlasenko | 2022-04-27 | 1 | -9/+9 |
* | seedrng: shorten strings | Denys Vlasenko | 2022-04-27 | 1 | -11/+11 |
* | seedrng: remove unnecessary zero-filling of local variables | Denys Vlasenko | 2022-04-27 | 1 | -8/+11 |
* | seedrng: remove unnecessary zero-filling of local variables | Denys Vlasenko | 2022-04-27 | 1 | -5/+5 |
* | seedrng: shrink --help text | Denys Vlasenko | 2022-04-27 | 1 | -3/+3 |
* | libbb: fix fallout from nth_string() robustification, closes 14726 | Denys Vlasenko | 2022-04-27 | 1 | -1/+13 |
* | kbuild: Prefer -Oz over -Os | Bernhard Reutner-Fischer | 2022-04-24 | 1 | -2/+2 |
* | seedrng: prune header includes | Jason A. Donenfeld | 2022-04-24 | 1 | -14/+0 |
* | seedrng: code-golf even smaller | Jason A. Donenfeld | 2022-04-24 | 1 | -28/+14 |
* | kbuild: fix building sha256 | Bernhard Reutner-Fischer | 2022-04-21 | 2 | -8/+1 |
* | vi: fix backspace over tab in commands | Ron Yorston | 2022-04-20 | 1 | -1/+2 |
* | seedrng: compress format strings with %s arguments | Jason A. Donenfeld | 2022-04-20 | 1 | -12/+10 |
* | seedrng: avoid needless runtime strlen() call | Jason A. Donenfeld | 2022-04-20 | 1 | -5/+3 |
* | seedrng: use predefined strings where possible | Jason A. Donenfeld | 2022-04-20 | 1 | -5/+5 |