aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: read profile script relative to binaryRon Yorston2024-07-081-0/+1
* win32: code shrink system drive handlingRon Yorston2024-07-071-1/+0
* 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-222-0/+2
* | win32: allow for trailing separator in PATHRon Yorston2024-06-141-0/+1
* | win32: implement getppid(2)Ron Yorston2024-05-161-1/+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
* | kill: killing a zombie process should failRon Yorston2024-05-141-1/+0
* | libbb: make default history size configurableRon Yorston2024-04-281-0/+5
* | ash: add title built-inRon Yorston2024-04-091-0/+1
* | win32: unicode: use newer wcwidth by defaultAvi Halachmi (:avih)2024-03-291-0/+4
* | win32: add BB_VER.h to .gitignoreRon Yorston2024-02-251-0/+1
* | 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: fix clang error/warningRon Yorston2023-12-311-0/+4
* | httpd: enable support for CGIRon Yorston2023-12-201-0/+2
* | httpd: fix return code when run in backgroundRon Yorston2023-12-151-1/+1
* | 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
* | win32: only search PATH for compressorRon Yorston2023-11-141-1/+2
* | sort: add support for sorting version stringsRon Yorston2023-10-012-1/+1
* | ash: add options to control globbing of hidden filesRon Yorston2023-09-201-0/+4
* | win32: convert exit codesRon Yorston2023-09-141-0/+2
* | 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
* | win32: replace readlink(2)Ron Yorston2023-08-211-1/+0
* | ash: detect console state on shell start upnoconsole2Ron Yorston2023-08-201-1/+0
* | Merge branch 'busybox' into mergeRon Yorston2023-08-101-0/+7
|\|
| * introduce and use exitcode_tDenys Vlasenko2023-07-171-0/+7
* | win32: support build with FEATURE_UNICODE_SUPPORTAvi Halachmi (:avih)2023-07-222-0/+27
* | date: allow system date to be setRon Yorston2023-07-161-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2023-07-132-0/+22
|\|
| * hwclock: add get/set parameters optionAndrej Picej2023-07-121-0/+18
| * 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
* | ash: properly echo console input to 'read' built-inRon Yorston2023-07-121-0/+1
* | win32: more console input character conversionsRon Yorston2023-07-071-0/+5
* | win32: character conversion for fread(3)Ron Yorston2023-07-061-0/+2
* | win32: the great UTF8 ReadConsoleInput hackAvi Halachmi (:avih)2023-06-281-0/+3
* | win32: don't assume console CP equals OEM CPAvi Halachmi (:avih)2023-06-281-5/+4