| Commit message (Expand) | Author | Files | Lines |
2022-04-30 | seedrng: include fiel/dir names in error messages | Denys Vlasenko | 1 | -3/+3 |
2022-04-30 | seedrng: use more xfuncs where appropriate | Denys Vlasenko | 1 | -12/+12 |
2022-04-30 | seedrng: code shrink | Denys Vlasenko | 1 | -5/+5 |
2022-04-30 | seedrng: simplify read_new_seed() to not have error return | Denys Vlasenko | 1 | -14/+17 |
2022-04-30 | seedrng: prepare read_new_seed() to not need a "success" retval | Denys Vlasenko | 1 | -10/+12 |
2022-04-30 | seedrng: do not try to continue on unexpected errors (just exit) | Denys Vlasenko | 1 | -38/+16 |
2022-04-30 | ifplugd: split -a into -a and -A, latter disables upping in iface creation | Denys Vlasenko | 1 | -5/+7 |
2022-04-30 | win32: clarify documentation of is_relative_path() | Ron Yorston | 1 | -3/+8 |
2022-04-30 | reset: applet should be NOEXEC for POSIX | Ron Yorston | 1 | -1/+2 |
2022-04-27 | seedrng: chdir to the SEED_DIRECTORY - avoid concat_path_file's | Denys Vlasenko | 1 | -9/+9 |
2022-04-27 | seedrng: shorten strings | Denys Vlasenko | 1 | -11/+11 |
2022-04-27 | seedrng: remove unnecessary zero-filling of local variables | Denys Vlasenko | 1 | -8/+11 |
2022-04-27 | seedrng: remove unnecessary zero-filling of local variables | Denys Vlasenko | 1 | -5/+5 |
2022-04-27 | seedrng: shrink --help text | Denys Vlasenko | 1 | -3/+3 |
2022-04-27 | libbb: fix fallout from nth_string() robustification, closes 14726 | Denys Vlasenko | 1 | -1/+13 |
2022-04-24 | kbuild: Prefer -Oz over -Os | Bernhard Reutner-Fischer | 1 | -2/+2 |
2022-04-24 | ash: avoid misleading '.exe' in standalone shell mode | Ron Yorston | 1 | -1/+1 |
2022-04-24 | win32: conditional compilation in process.c | Ron Yorston | 1 | -10/+10 |
2022-04-24 | seedrng: prune header includes | Jason A. Donenfeld | 1 | -14/+0 |
2022-04-24 | seedrng: code-golf even smaller | Jason A. Donenfeld | 1 | -28/+14 |
2022-04-23 | win32: proper conditional compilation in popen.c | Ron Yorston | 1 | -9/+14 |
2022-04-22 | date: enable FEATURE_DATE_NANO | Ron Yorston | 5 | -2/+16 |
2022-04-21 | kbuild: fix building sha256 | Bernhard Reutner-Fischer | 2 | -8/+1 |
2022-04-20 | vi: fix backspace over tab in commands | Ron Yorston | 1 | -1/+2 |
2022-04-20 | seedrng: compress format strings with %s arguments | Jason A. Donenfeld | 1 | -12/+10 |
2022-04-20 | seedrng: avoid needless runtime strlen() call | Jason A. Donenfeld | 1 | -5/+3 |
2022-04-20 | seedrng: use predefined strings where possible | Jason A. Donenfeld | 1 | -5/+5 |
2022-04-20 | seedrng: further reduce size | Jason A. Donenfeld | 1 | -55/+22 |
2022-04-20 | seedrng: remove some global variables | Jason A. Donenfeld | 1 | -16/+16 |
2022-04-20 | seedrng: hoist bb_strtoul out of min/max | Jason A. Donenfeld | 1 | -14/+32 |
2022-04-20 | seedrng: use libbb functions | Jason A. Donenfeld | 1 | -89/+59 |