aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2024-06-231-0/+9
|\
| * 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
* | win32: add env var to control error dialogsRon Yorston2024-06-221-0/+1
* | win32: ensure PIDs are read early in procps_scan()Ron Yorston2024-05-161-2/+1
* | ps: report unknown parent PID as 1Ron Yorston2024-05-141-0/+3
* | libbb: make default history size configurableRon Yorston2024-04-281-0/+5
* | win32: rearrange applet override handlingRon Yorston2024-02-021-4/+4
* | Fix POSIX build in standalone shell modeRon Yorston2024-01-231-2/+3
* | Remove FAST_FUNC from variadic functionsRon Yorston2024-01-171-12/+12
* | libbb: introduce last_char_is_dir_sep()Ron Yorston2024-01-041-0/+1
* | win32: make the clang build less crashyRon Yorston2024-01-031-0/+5
* | win32: tidy up conditional compilation of applet overrideRon Yorston2023-12-121-5/+5
* | win32: code shrink applet overridesRon Yorston2023-12-101-4/+4
* | Merge branch 'busybox' into mergeFRP-5236-g7dff7f376Ron Yorston2023-12-051-4/+8
|\|
| * 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
* | ash: add options to control globbing of hidden filesRon Yorston2023-09-201-0/+4
* | ps: increase length of 'comm' fieldRon Yorston2023-08-291-0/+4
* | win32: UCRT: avoid I64 printf format warningsAvi Halachmi (:avih)2023-08-281-2/+3
* | Merge branch 'busybox' into mergeRon Yorston2023-08-101-0/+7
|\|
| * introduce and use exitcode_tDenys Vlasenko2023-07-171-0/+7
* | Merge branch 'busybox' into mergeRon Yorston2023-07-131-0/+4
|\|
| * 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
* | win32: code shrink applet look-upRon Yorston2023-06-051-6/+3
* | win32: another BB_OVERRIDE_APPLETS fixRon Yorston2023-06-041-0/+3
* | libbb: don't build useless functionsRon Yorston2023-04-161-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2023-04-091-1/+1
|\|
| * libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko2023-04-061-1/+1
* | ash: add support for INT trapRon Yorston2023-04-031-0/+3
* | win32: virtual terminal input fixesRon Yorston2023-03-061-1/+1
* | win32: enable Unix read_key() for virtual terminalRon Yorston2023-03-051-3/+2
* | win32: changes to console mode handlingRon Yorston2023-03-051-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2023-01-051-1/+7
|\|
| * shell: fix compile failures in some configsDenys Vlasenko2023-01-031-1/+7
* | Merge branch 'busybox' into mergeRon Yorston2022-10-121-0/+1
|\|
| * ash: optional sleep builtinShawn Landden2022-08-271-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2022-06-271-8/+3
|\|
| * ash,hush: use HOME for tab completion and promptsRon Yorston2022-06-261-8/+3
* | win32: make default PATH more likely to workRon Yorston2022-05-101-7/+10
* | ash: export certain variables to the environment immediatelyRon Yorston2022-05-081-1/+5
* | win32: allow preference for applets to be disabled at runtimeRon Yorston2022-05-061-0/+8
* | Merge busybox into mergeRon Yorston2022-02-091-5/+15
|\|
| * 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