aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: export xappendword()Ron Yorston2023-04-231-0/+1
* win32: case-sensitivity in tab completionRon Yorston2023-04-191-1/+0
* 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: add fake HUP and QUIT signalsRon Yorston2023-04-031-0/+2
* | win32: delay adjusting code pageRon Yorston2023-03-171-1/+0
* | runuser: add 'drop' as an alias for runuserRon Yorston2023-03-161-0/+1
* | win32: code shrink detection of executablesRon Yorston2023-03-161-1/+2
* | runuser: new appletRon Yorston2023-03-131-0/+2
* | 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-052-2/+6
* | win32: only count subdirectories if necessaryRon Yorston2023-01-231-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2023-01-051-1/+7
|\|
| * shell: fix compile failures in some configsDenys Vlasenko2023-01-031-1/+7
* | win32: revised implementation of setlinebuf(3)Ron Yorston2022-12-311-1/+1
* | win32: remove declaration of vfork(2)Ron Yorston2022-10-311-1/+0
* | win32: revert special treatment of Unix-style absolute pathsRon Yorston2022-10-261-1/+1
* | 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: 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
|\|