| Commit message (Expand) | Author | Age | Files | Lines |
* | win32: enhanced support for SIGPIPEFRP-5579-g5749feb35 | Ron Yorston | 2025-02-08 | 1 | -4/+0 |
* | make: support GNU/BSD suffixes and inference rules | Ron Yorston | 2025-01-14 | 1 | -1/+1 |
* | Merge branch 'busybox' into mergemerge | Ron Yorston | 2024-12-30 | 2 | -12/+11 |
|\ |
|
| * | cut: tweak --help | Denys Vlasenko | 2024-12-11 | 1 | -2/+2 |
| * | hexdump: fix regression with -n4 -e '"%u"' | Natanael Copa | 2024-12-09 | 1 | -2/+4 |
| * | libbb: tidy argument checks in getopt32() | Ron Yorston | 2024-12-09 | 1 | -8/+5 |
* | | id: code shrink | Ron Yorston | 2024-10-09 | 1 | -0/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2024-10-08 | 2 | -26/+32 |
|\| |
|
| * | libbb: modify find_executable() to not temporarily write to PATH | Denys Vlasenko | 2024-10-08 | 1 | -26/+30 |
* | | libbb: code shrink supplementary group test | Ron Yorston | 2024-10-08 | 1 | -0/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2024-10-08 | 2 | -0/+36 |
|\| |
|
| * | ash: cache more of uid/gid syscalls | Denys Vlasenko | 2024-10-07 | 1 | -0/+14 |
| * | libbb: simplify parameter passing in is_in_supplementary_groups() | Denys Vlasenko | 2024-10-07 | 1 | -5/+5 |
| * | libbb: move is_in_supplementary_groups() from test to libbb | Denys Vlasenko | 2024-10-07 | 1 | -0/+20 |
| * | libbb: fix sha1 on !x86 if CONFIG_SHA1_HWACCEL=y | Rudi Heitbaum | 2024-10-06 | 1 | -0/+2 |
* | | win32: work around problem with stderr in MSVCRT | Ron Yorston | 2024-09-30 | 1 | -0/+5 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2024-09-28 | 2 | -40/+37 |
|\| |
|
| * | lineedit: use stdout for shell history builtin | Ron Yorston | 2024-09-27 | 1 | -1/+1 |
| * | libbb: send usage messages to correct stream | Ron Yorston | 2024-09-27 | 1 | -13/+17 |
| * | libbb: use full_write1_str() to shrink busybox_main() | Ron Yorston | 2024-09-27 | 1 | -13/+11 |
| * | lineedit: make save_history() FAST_FUNC | Denys Vlasenko | 2024-09-27 | 1 | -1/+1 |
* | | win32: drop workaround for Wine console buffer | Ron Yorston | 2024-09-27 | 1 | -3/+3 |
* | | ash: optimise running of scripts (2) | Ron Yorston | 2024-09-04 | 1 | -0/+7 |
* | | win32: code shrink | Ron Yorston | 2024-08-16 | 1 | -1/+1 |
* | | lineedit: use stdout for shell history builtin | Ron Yorston | 2024-07-27 | 1 | -0/+5 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2024-07-13 | 1 | -6/+23 |
|\| |
|
| * | tls: fix CONFIG_FEATURE_TLS_SHA1=y + CONFIG_SHA1_HWACCEL=y | Denys Vlasenko | 2024-07-12 | 1 | -6/+23 |
* | | win32: code shrink system drive handling | Ron Yorston | 2024-07-07 | 1 | -3/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2024-06-23 | 4 | -28/+111 |
|\| |
|
| * | libbb: add bit counting function, use where appropriate | Denys Vlasenko | 2024-05-31 | 2 | -0/+47 |
| * | nproc: prepare for arbitrarily large CPU masks | Denys Vlasenko | 2024-05-31 | 2 | -0/+30 |
| * | lineedit: print prompt and editing operations to stderr | Denys Vlasenko | 2024-04-13 | 1 | -28/+34 |
* | | win32: code shrink BB_CRITICAL_ERROR_DIALOGS | Ron Yorston | 2024-06-23 | 1 | -1/+1 |
* | | win32: add env var to control error dialogs | Ron Yorston | 2024-06-22 | 2 | -2/+3 |
* | | win32: revert 'don't set error mode' | Ron Yorston | 2024-06-22 | 1 | -0/+4 |
* | | win32: don't set error mode | Ron Yorston | 2024-06-16 | 1 | -4/+0 |
* | | win32: allow for trailing separator in PATH | Ron Yorston | 2024-06-14 | 1 | -0/+12 |
* | | libbb: make default history size configurable | Ron Yorston | 2024-04-28 | 2 | -2/+12 |
* | | lineedit: reduce default history size | Ron Yorston | 2024-04-27 | 1 | -0/+4 |
* | | win32: unicode: new wcwidth: allow enabling bidi | Avi Halachmi (:avih) | 2024-04-02 | 1 | -2/+5 |
* | | Revert "unicode: identify emoji width and modifiers" | Avi Halachmi (:avih) | 2024-03-29 | 1 | -8/+0 |
* | | win32: unicode: use newer wcwidth by default | Avi Halachmi (:avih) | 2024-03-29 | 2 | -0/+510 |
* | | build system: avoid full rebuild when EXTRAVERSION changes | Ron Yorston | 2024-02-16 | 1 | -0/+3 |
* | | win32: stat(1) requires find_mount_point() | Ron Yorston | 2024-02-02 | 1 | -0/+1 |
* | | win32: rearrange applet override handling | Ron Yorston | 2024-02-02 | 2 | -27/+29 |
* | | win32: avoid invalid free | Ron Yorston | 2024-01-24 | 1 | -3/+5 |
* | | Fix POSIX build in standalone shell mode | Ron Yorston | 2024-01-23 | 1 | -0/+2 |
* | | Remove FAST_FUNC from variadic functions | Ron Yorston | 2024-01-17 | 5 | -12/+12 |
* | | Annual update of copyright message | Ron Yorston | 2024-01-15 | 1 | -1/+1 |
* | | lineedit: remove CRs from input | Ron Yorston | 2024-01-12 | 1 | -2/+6 |