| Commit message (Expand) | Author | Age | Files | Lines |
* | ash: read profile script relative to binary | Ron Yorston | 2024-07-08 | 1 | -0/+1 |
* | win32: code shrink system drive handling | Ron Yorston | 2024-07-07 | 1 | -1/+0 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2024-06-23 | 1 | -0/+9 |
|\ |
|
| * | libbb: fix 64-bit bb_popcnt_long | Denys Vlasenko | 2024-05-31 | 1 | -1/+1 |
| * | libbb: add bit counting function, use where appropriate | Denys Vlasenko | 2024-05-31 | 1 | -0/+7 |
| * | nproc: prepare for arbitrarily large CPU masks | Denys Vlasenko | 2024-05-31 | 1 | -0/+2 |
* | | win32: add env var to control error dialogs | Ron Yorston | 2024-06-22 | 2 | -0/+2 |
* | | win32: allow for trailing separator in PATH | Ron Yorston | 2024-06-14 | 1 | -0/+1 |
* | | win32: implement getppid(2) | Ron Yorston | 2024-05-16 | 1 | -1/+1 |
* | | win32: ensure PIDs are read early in procps_scan() | Ron Yorston | 2024-05-16 | 1 | -2/+1 |
* | | ps: report unknown parent PID as 1 | Ron Yorston | 2024-05-14 | 1 | -0/+3 |
* | | kill: killing a zombie process should fail | Ron Yorston | 2024-05-14 | 1 | -1/+0 |
* | | libbb: make default history size configurable | Ron Yorston | 2024-04-28 | 1 | -0/+5 |
* | | ash: add title built-in | Ron Yorston | 2024-04-09 | 1 | -0/+1 |
* | | win32: unicode: use newer wcwidth by default | Avi Halachmi (:avih) | 2024-03-29 | 1 | -0/+4 |
* | | win32: add BB_VER.h to .gitignore | Ron Yorston | 2024-02-25 | 1 | -0/+1 |
* | | win32: rearrange applet override handling | Ron Yorston | 2024-02-02 | 1 | -4/+4 |
* | | Fix POSIX build in standalone shell mode | Ron Yorston | 2024-01-23 | 1 | -2/+3 |
* | | Remove FAST_FUNC from variadic functions | Ron Yorston | 2024-01-17 | 1 | -12/+12 |
* | | libbb: introduce last_char_is_dir_sep() | Ron Yorston | 2024-01-04 | 1 | -0/+1 |
* | | win32: make the clang build less crashy | Ron Yorston | 2024-01-03 | 1 | -0/+5 |
* | | win32: fix clang error/warning | Ron Yorston | 2023-12-31 | 1 | -0/+4 |
* | | httpd: enable support for CGI | Ron Yorston | 2023-12-20 | 1 | -0/+2 |
* | | httpd: fix return code when run in background | Ron Yorston | 2023-12-15 | 1 | -1/+1 |
* | | win32: tidy up conditional compilation of applet override | Ron Yorston | 2023-12-12 | 1 | -5/+5 |
* | | win32: code shrink applet overrides | Ron Yorston | 2023-12-10 | 1 | -4/+4 |
* | | Merge branch 'busybox' into mergeFRP-5236-g7dff7f376 | Ron Yorston | 2023-12-05 | 1 | -4/+8 |
|\| |
|
| * | start-stop-daemon: do not lose error messages with -b | Denys Vlasenko | 2023-11-08 | 1 | -4/+7 |
| * | sleep: fix "sleep -- ARGS" | Denys Vlasenko | 2023-10-02 | 1 | -0/+1 |
* | | win32: only search PATH for compressor | Ron Yorston | 2023-11-14 | 1 | -1/+2 |
* | | sort: add support for sorting version strings | Ron Yorston | 2023-10-01 | 2 | -1/+1 |
* | | ash: add options to control globbing of hidden files | Ron Yorston | 2023-09-20 | 1 | -0/+4 |
* | | win32: convert exit codes | Ron Yorston | 2023-09-14 | 1 | -0/+2 |
* | | ps: increase length of 'comm' field | Ron Yorston | 2023-08-29 | 1 | -0/+4 |
* | | win32: UCRT: avoid I64 printf format warnings | Avi Halachmi (:avih) | 2023-08-28 | 1 | -2/+3 |
* | | win32: replace readlink(2) | Ron Yorston | 2023-08-21 | 1 | -1/+0 |
* | | ash: detect console state on shell start upnoconsole2 | Ron Yorston | 2023-08-20 | 1 | -1/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-08-10 | 1 | -0/+7 |
|\| |
|
| * | introduce and use exitcode_t | Denys Vlasenko | 2023-07-17 | 1 | -0/+7 |
* | | win32: support build with FEATURE_UNICODE_SUPPORT | Avi Halachmi (:avih) | 2023-07-22 | 2 | -0/+27 |
* | | date: allow system date to be set | Ron Yorston | 2023-07-16 | 1 | -0/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-07-13 | 2 | -0/+22 |
|\| |
|
| * | hwclock: add get/set parameters option | Andrej Picej | 2023-07-12 | 1 | -0/+18 |
| * | ash: disable sleep as builtin, closes 15619 | Denys Vlasenko | 2023-07-10 | 1 | -0/+2 |
| * | libbb: code shrink: introduce and use [_]exit_FAILURE() | Denys Vlasenko | 2023-06-15 | 1 | -0/+2 |
* | | ash: properly echo console input to 'read' built-in | Ron Yorston | 2023-07-12 | 1 | -0/+1 |
* | | win32: more console input character conversions | Ron Yorston | 2023-07-07 | 1 | -0/+5 |
* | | win32: character conversion for fread(3) | Ron Yorston | 2023-07-06 | 1 | -0/+2 |
* | | win32: the great UTF8 ReadConsoleInput hack | Avi Halachmi (:avih) | 2023-06-28 | 1 | -0/+3 |
* | | win32: don't assume console CP equals OEM CP | Avi Halachmi (:avih) | 2023-06-28 | 1 | -5/+4 |