| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | win32: case-sensitivity in tab completion | Ron Yorston | 2023-04-19 | 1 | -1/+0 |
* | | libbb: don't build useless functions | Ron Yorston | 2023-04-16 | 1 | -0/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-04-09 | 1 | -1/+1 |
|\| |
|
| * | libbb: consolidate NOMMU fix of restoring high bit in argv[0][0] | Denys Vlasenko | 2023-04-06 | 1 | -1/+1 |
* | | ash: add support for INT trap | Ron Yorston | 2023-04-03 | 1 | -0/+3 |
* | | win32: add fake HUP and QUIT signals | Ron Yorston | 2023-04-03 | 1 | -0/+2 |
* | | win32: delay adjusting code page | Ron Yorston | 2023-03-17 | 1 | -1/+0 |
* | | runuser: add 'drop' as an alias for runuser | Ron Yorston | 2023-03-16 | 1 | -0/+1 |
* | | win32: code shrink detection of executables | Ron Yorston | 2023-03-16 | 1 | -1/+2 |
* | | runuser: new applet | Ron Yorston | 2023-03-13 | 1 | -0/+2 |
* | | win32: virtual terminal input fixes | Ron Yorston | 2023-03-06 | 1 | -1/+1 |
* | | win32: enable Unix read_key() for virtual terminal | Ron Yorston | 2023-03-05 | 1 | -3/+2 |
* | | win32: changes to console mode handling | Ron Yorston | 2023-03-05 | 2 | -2/+6 |
* | | win32: only count subdirectories if necessary | Ron Yorston | 2023-01-23 | 1 | -0/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-01-05 | 1 | -1/+7 |
|\| |
|
| * | shell: fix compile failures in some configs | Denys Vlasenko | 2023-01-03 | 1 | -1/+7 |
* | | win32: revised implementation of setlinebuf(3) | Ron Yorston | 2022-12-31 | 1 | -1/+1 |
* | | win32: remove declaration of vfork(2) | Ron Yorston | 2022-10-31 | 1 | -1/+0 |
* | | win32: revert special treatment of Unix-style absolute paths | Ron Yorston | 2022-10-26 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2022-10-12 | 1 | -0/+1 |
|\| |
|