aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | win32: return reparse tag in struct statRon Yorston2022-05-191-0/+1
* | jn: new appletRon Yorston2022-05-161-0/+1
* | 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
* | which,ash: changes to which/command/typeRon Yorston2022-05-011-0/+1
* | date: enable FEATURE_DATE_NANORon Yorston2022-04-221-0/+1
* | Merge busybox into mergeRon Yorston2022-02-092-5/+16
|\|
| * *: slap on a few ALIGN* where appropriateDenys Vlasenko2022-02-061-0/+1
| * 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
* | Merge busybox into mergeRon Yorston2021-12-272-1/+2
|\|
| * libarchive: remove duplicate forward declarationBernhard Reutner-Fischer2021-11-281-1/+0
| * tls: P256: 64-bit optimizationsDenys Vlasenko2021-11-271-0/+2
* | ash: silence compiler warningsRon Yorston2021-10-141-0/+6
* | realpath: improved support for Windows pathsRon Yorston2021-10-131-0/+3
* | 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
* | win32: rename is_absolute_path()Ron Yorston2021-10-121-1/+1
* | 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
* | ash: improve signal handlingRon Yorston2021-09-212-1/+1
* | win32: changes to allow timezones in datesRon Yorston2021-09-171-0/+3
* | 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-09-101-0/+3
|\|
| * httpd,telnetd: make default port configurableSergey Ponomarev2021-09-091-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2021-08-221-0/+1
|\|
| * tar,smemcap: commonalyze checksumming code for tar headerDenys Vlasenko2021-08-201-0/+1
* | win32: better handling of nested symlinksRon Yorston2021-08-121-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2021-06-283-21/+47
|\|
| * 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