aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb: modify find_executable() to not temporarily write to PATHDenys Vlasenko2024-10-081-1/+1
* ash: cache more of uid/gid syscallsDenys Vlasenko2024-10-071-2/+4
* ash: make "test -x" use cached groupinfoDenys Vlasenko2024-10-071-0/+1
* libbb: simplify parameter passing in is_in_supplementary_groups()Denys Vlasenko2024-10-071-2/+8
* libbb: move is_in_supplementary_groups() from test to libbbDenys Vlasenko2024-10-071-0/+5
* lineedit: make save_history() FAST_FUNCDenys Vlasenko2024-09-271-5/+5
* libbb: fix 64-bit bb_popcnt_longDenys Vlasenko2024-05-311-1/+1
* libbb: add bit counting function, use where appropriateDenys Vlasenko2024-05-311-0/+7
* nproc: prepare for arbitrarily large CPU masksDenys Vlasenko2024-05-311-0/+2
* start-stop-daemon: do not lose error messages with -bDenys Vlasenko2023-11-081-4/+7
* sleep: fix "sleep -- ARGS"Denys Vlasenko2023-10-021-0/+1
* introduce and use exitcode_tDenys Vlasenko2023-07-171-0/+7
* ash: disable sleep as builtin, closes 15619Denys Vlasenko2023-07-101-0/+2
* libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko2023-06-151-0/+2
* libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko2023-04-061-1/+1
* shell: fix compile failures in some configsDenys Vlasenko2023-01-031-1/+7
* ash: optional sleep builtinShawn Landden2022-08-271-0/+1
* ash,hush: use HOME for tab completion and promptsRon Yorston2022-06-261-8/+3
* apply const trick to ptr_to_globalsKhem Raj2022-01-231-1/+1
* libbb: shrink lineedit_read_key()Denys Vlasenko2022-01-181-0/+2
* ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko2022-01-171-1/+4
* libbb: introduce and use chdir_or_warn()Denys Vlasenko2022-01-131-0/+1
* libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIRDenys Vlasenko2022-01-131-3/+3
* sulogin: increase util-linux compatibilityDenys Vlasenko2022-01-121-8/+10
* libbb: change xstrndup, xmemdup to take size_t as size parameterDenys Vlasenko2022-01-051-2/+2
* libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-051-0/+2
* libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko2022-01-041-0/+1
* shell: use more compact SHELL_ASH / HUSH config defines. no code changesDenys Vlasenko2021-10-121-10/+2
* shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=yDenys Vlasenko2021-10-111-0/+2
* Make const ptr assign as function call in clangYU Jincheng2021-10-091-6/+15
* libbb: better coreutils compatibility for realpathRon Yorston2021-10-091-1/+1
* libbb.h: fix logic selecting incorrect BB_STRTOOFF for !LFS configsDenys Vlasenko2021-10-081-3/+7
* *: generalize "const trick"YU Jincheng2021-10-071-9/+25
* libbb: clarify what bb_mode_string() generatesDenys Vlasenko2021-09-171-3/+2
* libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko2021-09-171-1/+1
* libbb: code shrink bb_parse_modeDenys Vlasenko2021-09-171-1/+1
* date,touch: allow timezone offsets in datesRon Yorston2021-09-171-1/+1
* move iterate_on_dir() from e2fsprogs to libbbDenys Vlasenko2021-06-241-0/+5
* cp: implement -nDenys Vlasenko2021-06-221-14/+15
* cp: implement -t DIRDenys Vlasenko2021-06-211-6/+11
* free: implement -hDenys Vlasenko2021-06-181-2/+2
* runsv: robustify signal handling - SIGTERM to child between vfork and exec co...Denys Vlasenko2021-06-051-1/+1
* ls: don't output any colors with TERM=dumbSören Tempel2021-06-041-0/+1
* libbb.h: inline byteswapsDenys Vlasenko2021-04-241-0/+22
* fix gcc-11.0 warningsDenys Vlasenko2021-04-141-1/+1
* libbb: fix '--help' handling in FEATURE_SH_NOFORK=yDenys Vlasenko2021-02-181-0/+1
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-0/+1
* Fix for the FEATURE_UTMP on the FreeBSDAlex Samorukov2021-01-041-1/+5
* libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko2020-12-301-0/+1
* bc: do not allocate line editing state until neededDenys Vlasenko2020-12-211-0/+4