| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-06-16 | 1 | -1/+6 |
|\| |
|
| * | libbb/dump: make xxd_displayoff member conditional on xxd | Denys Vlasenko | 2023-05-27 | 1 | -4/+4 |
| * | libbb/dump: conditionalize code used only by xxd and od | Denys Vlasenko | 2023-05-26 | 1 | -0/+4 |
| * | od: stop printing extra trailing spaces | Denys Vlasenko | 2023-05-25 | 1 | -0/+1 |
* | | Fixes for old mingw-w64 | Ron Yorston | 2023-06-14 | 1 | -1/+5 |
* | | win32: code shrink applet look-up | Ron Yorston | 2023-06-05 | 1 | -6/+3 |
* | | win32: another BB_OVERRIDE_APPLETS fix | Ron Yorston | 2023-06-04 | 1 | -0/+3 |
* | | win32: fix euro symbol handling | Ron Yorston | 2023-06-02 | 1 | -0/+5 |
* | | ash: enable 'set -/+o noconsole' | Ron Yorston | 2023-06-01 | 1 | -1/+1 |
* | | win32: crtl-c interrupts non-console applications | Ron Yorston | 2023-05-23 | 1 | -0/+1 |
* | | win32: changes to signal handling | Ron Yorston | 2023-05-23 | 1 | -1/+2 |
* | | win32: code shrink copying of argv | Ron Yorston | 2023-04-28 | 1 | -0/+1 |
* | | win32: export xappendword() | Ron Yorston | 2023-04-23 | 1 | -0/+1 |