summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-08-09ash: eval: Add vfork supportDenys Vlasenko
2025-08-06top,pmap: speed up /smaps parsingDenys Vlasenko
2025-08-05top,pmap: do not use common code for reading /proc/PID/smapsDenys Vlasenko
2025-08-02ftpd: code shrink, move replace_char() to libbbDenys Vlasenko
2025-08-01libbb/dump: much faster formatting of %_u on x86Denys Vlasenko
2025-08-01ls: fix -Q to match GNUDenys Vlasenko
2025-07-30sha384sum: new appletAndy Knowles
2025-07-18password applets: update help textDenys Vlasenko
2025-07-17libbb.h: increase MAX_PW_SALT_LENDenys Vlasenko
2025-07-09libbb: introduce and use block-XOR functionsDenys Vlasenko
2025-07-07libbb/yescrypt: accept longer salts (up to 84 chars)Denys Vlasenko
2025-07-07libbb/yescrypt: remove redundant SHA256 HMAC implementationDenys Vlasenko
2025-07-07libbb: factor out HMAC code from TLSDenys Vlasenko
2025-07-06libbb/yescrypt: use common ascii64 encoding routineDenys Vlasenko
2025-07-06libbb/yescrypt: use common ACSII char-to-64 conversion codeDenys Vlasenko
2025-07-06libbb/yescrypt: code shrinkDenys Vlasenko
2025-07-06Move "sha256-hash a memory array and produce the digest" helper to libbbDenys Vlasenko
2025-07-06libbb: add yescrypt password hashing supportDenys Vlasenko
2025-07-03shell: update HISTFILESIZE code to be actually usefulDenys Vlasenko
2025-07-02shell: fix race between signal handlers setting bb_got_signal and poll()Denys Vlasenko
2025-07-01libbb: Prevent clang from reading the G pointer before it is assignedBin Meng
2025-04-20libbb/archival: make setup_unzip_on_fd() return bytes read if not compressedDenys Vlasenko
2024-10-08libbb: modify find_executable() to not temporarily write to PATHDenys Vlasenko
2024-10-07ash: cache more of uid/gid syscallsDenys Vlasenko
2024-10-07ash: make "test -x" use cached groupinfoDenys Vlasenko
2024-10-07libbb: simplify parameter passing in is_in_supplementary_groups()Denys Vlasenko
2024-10-07libbb: move is_in_supplementary_groups() from test to libbbDenys Vlasenko
2024-09-27lineedit: make save_history() FAST_FUNCDenys Vlasenko
2024-05-31libbb: fix 64-bit bb_popcnt_longDenys Vlasenko
2024-05-31libbb: add bit counting function, use where appropriateDenys Vlasenko
2024-05-31nproc: prepare for arbitrarily large CPU masksDenys Vlasenko
2023-11-08start-stop-daemon: do not lose error messages with -bDenys Vlasenko
2023-10-02sleep: fix "sleep -- ARGS"Denys Vlasenko
2023-07-17introduce and use exitcode_tDenys Vlasenko
2023-07-12hwclock: add get/set parameters optionAndrej Picej
2023-07-10ash: disable sleep as builtin, closes 15619Denys Vlasenko
2023-06-15libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko
2023-05-27libbb/dump: make xxd_displayoff member conditional on xxdDenys Vlasenko
2023-05-26libbb/dump: conditionalize code used only by xxd and odDenys Vlasenko
2023-05-25od: stop printing extra trailing spacesDenys Vlasenko
2023-04-06libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko
2023-01-03shell: fix compile failures in some configsDenys Vlasenko
2022-08-27ash: optional sleep builtinShawn Landden
2022-06-26ash,hush: use HOME for tab completion and promptsRon Yorston
2022-02-06*: slap on a few ALIGN* where appropriateDenys Vlasenko
2022-01-23apply const trick to ptr_to_globalsKhem Raj
2022-01-18libbb: shrink lineedit_read_key()Denys Vlasenko
2022-01-17ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko
2022-01-13libbb: introduce and use chdir_or_warn()Denys Vlasenko
2022-01-13libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIRDenys Vlasenko