- f318ada xxd -r: without -p, stop at more than one whitespace, closes 14786 by Denys Vlasenko · 2 years, 3 months ago
- 5a9d2b6 libbb: make '--help' handling more consistent by Ron Yorston · 2 years, 7 months ago
- 41d5f80 bc: hopefully fix bug 14956 (use-after-free) by Denys Vlasenko · 2 years, 4 months ago
- 7c2a3bd ash: fix use-after-free in bash pattern substitution by Sören Tempel · 2 years, 4 months ago
- 84b89b4 udhcpc6: downgrade "opening listen socket" log level to 2 by Denys Vlasenko · 2 years, 4 months ago
- 75aaa8b udhcpc6: fix sending of renew messages by Denys Vlasenko · 2 years, 4 months ago
- 3147552 vi: add 'ZQ' quitting command by Grob Grobmann · 2 years, 6 months ago
- 9eddf16 ping: fix typo in --help text by Henrique Rodrigues · 2 years, 4 months ago
- daa66ed ash: fix use-after-free in pattern substituon code by Denys Vlasenko · 2 years, 4 months ago
- 1c54552 ash: fix ifs cleanup on error paths by Denys Vlasenko · 2 years, 4 months ago
- 5479c43 sort: fix sort -s -u, closes 14871 by Denys Vlasenko · 2 years, 4 months ago
- 00f2a35 sort: fix -k2M (wasn't skipping leading whitespace) by Denys Vlasenko · 2 years, 4 months ago
- 9b6eb2a udhcpc6: add missed big-endian conversions by Denys Vlasenko · 2 years, 5 months ago
- 7b969bb tls: P256: remove NOP macro sp_256_norm_8() by Denys Vlasenko · 2 years, 5 months ago
- e63d7cd awk: fix use after free (CVE-2022-30065) by Natanael Copa · 2 years, 6 months ago
- 3ad3aa6 shaNNNsum: accept one-space "HASH FILENAME" format for -c, closes 14866 by Denys Vlasenko · 2 years, 5 months ago
- 298ac95 lineedit: get PWD from ash by Ron Yorston · 2 years, 5 months ago
- 20a4f70 tree: new applet by Roger Knecht · 2 years, 8 months ago
- 2617a5e vi: handle autoindent in 'cc' command by Ron Yorston · 2 years, 9 months ago
- af3b585 vi: fix regression in autoindent handling by Ron Yorston · 2 years, 9 months ago
- 7d1c7d8 ash,hush: use HOME for tab completion and prompts by Ron Yorston · 2 years, 9 months ago
- 95fec31 libbb: restore special handling of nomsg errors by Ron Yorston · 2 years, 8 months ago
- 8d67007 top: improve large PID display in memory ('s') mode by Denys Vlasenko · 2 years, 7 months ago
- b9c2108 examples/var_service/dhcp_if: make helper scripts more talkative by Denys Vlasenko · 2 years, 7 months ago
- 1099a27 top: code shrink by Denys Vlasenko · 2 years, 7 months ago
- 69f82e3 top: code shrink by Denys Vlasenko · 2 years, 7 months ago
- 294881d top: fix display of large PID/PPID by Denys Vlasenko · 2 years, 7 months ago
- 67fd6be seedrng: do not hash in a constant string, it's not adding entropy by Denys Vlasenko · 2 years, 7 months ago
- 3bfbcb5 seedrng: restore error check on fsync by Denys Vlasenko · 2 years, 7 months ago
- 5ba56e8 seedrng: it's not a part of util-linux, move to miscutils by Denys Vlasenko · 2 years, 7 months ago
- 1a290f8 init: do not set HOME by Denys Vlasenko · 2 years, 7 months ago
- 4642cf5 tsort: new applet by David Leonard · 2 years, 10 months ago
- 52a7bf6 crond: implement support for setting PATH in crontab files by Paul Fox · 2 years, 9 months ago
- 9b6f44e style fix by Denys Vlasenko · 2 years, 7 months ago
- a157c4c seedrng: manually inline seed_rng by Bernhard Reutner-Fischer · 2 years, 7 months ago
- 54867fe seedrng: shorten --help, assorted small cleanups by Denys Vlasenko · 2 years, 7 months ago
- b5624be seedrng: reduce MAX_SEED_LEN from 512 to 256 by Denys Vlasenko · 2 years, 7 months ago
- 7471658 seedrng: do not hash lengths, they are very predictable by Denys Vlasenko · 2 years, 7 months ago
- fb4546c seedrng: code shrink by Denys Vlasenko · 2 years, 7 months ago
- d5bd2e5 seedrng: explain why we need locking and fsync'ing by Denys Vlasenko · 2 years, 7 months ago
- 0bca489 seedrng: remove redundant assignment by Denys Vlasenko · 2 years, 7 months ago
- 4648754 seedrng: re-add fsync after unlink, and explain its purpose by Denys Vlasenko · 2 years, 7 months ago
- 267178c seedrng: include fiel/dir names in error messages by Denys Vlasenko · 2 years, 7 months ago
- d49da38 seedrng: use more xfuncs where appropriate by Denys Vlasenko · 2 years, 7 months ago
- 2cbfd01 seedrng: code shrink by Denys Vlasenko · 2 years, 7 months ago
- 52f3cf7 seedrng: simplify read_new_seed() to not have error return by Denys Vlasenko · 2 years, 7 months ago
- 282b61a seedrng: prepare read_new_seed() to not need a "success" retval by Denys Vlasenko · 2 years, 7 months ago
- 0fa16fc seedrng: do not try to continue on unexpected errors (just exit) by Denys Vlasenko · 2 years, 7 months ago
- 002d6ee ifplugd: split -a into -a and -A, latter disables upping in iface creation by Denys Vlasenko · 2 years, 7 months ago
- 8456c21 seedrng: chdir to the SEED_DIRECTORY - avoid concat_path_file's by Denys Vlasenko · 2 years, 7 months ago
- c82a0cd seedrng: shorten strings by Denys Vlasenko · 2 years, 7 months ago
- 4013565 seedrng: remove unnecessary zero-filling of local variables by Denys Vlasenko · 2 years, 7 months ago
- 6da9947 seedrng: remove unnecessary zero-filling of local variables by Denys Vlasenko · 2 years, 7 months ago
- 137b205 seedrng: shrink --help text by Denys Vlasenko · 2 years, 7 months ago
- 0cdd6f5 libbb: fix fallout from nth_string() robustification, closes 14726 by Denys Vlasenko · 2 years, 7 months ago
- 7fbfb20 kbuild: Prefer -Oz over -Os by Bernhard Reutner-Fischer · 2 years, 7 months ago
- 05c366a seedrng: prune header includes by Jason A. Donenfeld · 2 years, 8 months ago
- f9ea8ba seedrng: code-golf even smaller by Jason A. Donenfeld · 2 years, 8 months ago
- 831c754 kbuild: fix building sha256 by Bernhard Reutner-Fischer · 2 years, 8 months ago
- c93eb1a vi: fix backspace over tab in commands by Ron Yorston · 2 years, 8 months ago
- 57fea02 seedrng: compress format strings with %s arguments by Jason A. Donenfeld · 2 years, 8 months ago
- 3cb40f8 seedrng: avoid needless runtime strlen() call by Jason A. Donenfeld · 2 years, 8 months ago
- ce9a345 seedrng: use predefined strings where possible by Jason A. Donenfeld · 2 years, 8 months ago
- 398bb38 seedrng: further reduce size by Jason A. Donenfeld · 2 years, 8 months ago
- 3c60711 seedrng: remove some global variables by Jason A. Donenfeld · 2 years, 8 months ago
- 31ec481 seedrng: hoist bb_strtoul out of min/max by Jason A. Donenfeld · 2 years, 8 months ago
- 4538578 seedrng: use libbb functions by Jason A. Donenfeld · 2 years, 8 months ago
- 4b407ba seedrng: import SeedRNG utility for kernel RNG seed files by Jason A. Donenfeld · 2 years, 8 months ago
- fc78686 vi: improved handling of backspace in replace mode by Ron Yorston · 2 years, 9 months ago
- 55f969a taskset: fix printf format mismatch in !FEATURE_TASKSET_FANCY config. closes 14616 by Denys Vlasenko · 2 years, 9 months ago
- 5fe20cf ash: do not truncate failed tilde expansion on unknown user names by Denys Vlasenko · 2 years, 9 months ago
- 7750b5a ash: fix unsafe use of mempcpy by Denys Vlasenko · 2 years, 9 months ago
- fa52ac9 ash: don't read past end of var in subvareval for bash substitutions by Sören Tempel · 2 years, 9 months ago
- 1891fdd libbb/sha1: update config help text with new performance numbers by Denys Vlasenko · 2 years, 10 months ago
- c2e7780 libbb/sha256: explicitly use sha256rnds2's %xmm0 (MSG) argument by Denys Vlasenko · 2 years, 10 months ago
- 1f272c0 whitespace fixes by Denys Vlasenko · 2 years, 10 months ago
- dda77e8 libbb/sha1: revert last commit: pshufb is a SSSE3 insn, can't use it by Denys Vlasenko · 2 years, 10 months ago
- 8154146 libbb/sha1: shrink unrolled x86-64 code by Denys Vlasenko · 2 years, 10 months ago
- 6f56fa1 libbb/sha: improve comments by Denys Vlasenko · 2 years, 10 months ago
- 6a6c1c0 whitespace fix by Denys Vlasenko · 2 years, 10 months ago
- caa9c4f libbb/sha256: code shrink in x86 assembly by Denys Vlasenko · 2 years, 10 months ago
- 11bcea7 libbb/sha256: code shrink in 64-bit x86 by Denys Vlasenko · 2 years, 10 months ago
- 461a994 libbb/sha256: code shrink in 32-bit x86 by Denys Vlasenko · 2 years, 10 months ago
- c0ff0d4 libbb/sha256: code shrink in 32-bit x86 by Denys Vlasenko · 2 years, 10 months ago
- eb8d5f3 libbb/sha1: shrink x86 hardware accelerated hashing (32-bit) by Denys Vlasenko · 2 years, 10 months ago
- eb52e7f libbb/sha1: shrink x86 hardware accelerated hashing (32-bit) by Denys Vlasenko · 2 years, 10 months ago
- 71a1ccc libbb/sha1: shrink x86 hardware accelerated hashing by Denys Vlasenko · 2 years, 10 months ago
- 4923f74 libbb/sha1: shrink unrolled x86-64 code by Denys Vlasenko · 2 years, 10 months ago
- c193cbd libbb/sha1: shrink and speed up unrolled x86-64 code by Denys Vlasenko · 2 years, 10 months ago
- 987be93 *: slap on a few ALIGN_PTR where appropriate by Denys Vlasenko · 2 years, 10 months ago
- ca466f3 *: slap on a few ALIGN* where appropriate by Denys Vlasenko · 2 years, 10 months ago
- 4f40735 libbb/sha256: code shrink in 32-bit x86 by Denys Vlasenko · 2 years, 10 months ago
- 31c1c31 libbb/sha256: code shrink in 64-bit x86 by Denys Vlasenko · 2 years, 10 months ago
- a1429fb libbb/sha256: code shrink in 64-bit x86 by Denys Vlasenko · 2 years, 10 months ago
- de6cb4b libbb/sha256: code shrink in 32-bit x86 by Denys Vlasenko · 2 years, 10 months ago
- 6472ac9 libbb/sha256: optional x86 hardware accelerated hashing by Denys Vlasenko · 2 years, 10 months ago
- 205042c libbb/sha1: in unrolled x86-64 code, pass initial W[] in registers, not on stack by Denys Vlasenko · 2 years, 10 months ago
- 99e22d2 cut: build fix for FEATURE_CUT_REGEX by Denys Vlasenko · 2 years, 10 months ago
- 117a8c9 apply const trick to ptr_to_globals by Khem Raj · 2 years, 11 months ago
- 78fdf4d mkfs.vfat: fix volume label to be padded with space by Timo Teräs · 2 years, 11 months ago