aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge busybox into mergeRon Yorston2022-01-131-8/+10
|\|
| * sulogin: increase util-linux compatibilityDenys Vlasenko2022-01-121-8/+10
* | Merge busybox into mergeRon Yorston2022-01-061-2/+5
|\|
| * 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
* | ash: silence compiler warningsRon Yorston2021-10-141-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2021-10-131-26/+49
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2021-09-211-4/+3
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2021-09-171-1/+1
|\|
| * date,touch: allow timezone offsets in datesRon Yorston2021-09-171-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-06-281-15/+26
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2021-06-071-1/+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
* | Merge branch 'busybox' into mergeRon Yorston2021-05-141-1/+24
|\|
| * libbb.h: inline byteswapsDenys Vlasenko2021-04-241-0/+22
| * fix gcc-11.0 warningsDenys Vlasenko2021-04-141-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-03-011-0/+1
|\|
| * libbb: fix '--help' handling in FEATURE_SH_NOFORK=yDenys Vlasenko2021-02-181-0/+1
* | win32: fixes to build on Windows/MSYS2/mingw-w64Ron Yorston2021-02-211-3/+0
* | Merge branch 'busybox' into mergeRon Yorston2021-02-051-0/+1
|\|
| * libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-0/+1
* | tls: avoid unnecessary changes to POSIX build, part 2Ron Yorston2021-01-251-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-15/+63
|\|