| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | win32: code shrink applet overrides | Ron Yorston | 2023-12-10 | 4 | -62/+32 |
* | | win32: allow hardcoded list of applets to override | Ron Yorston | 2023-12-09 | 5 | -6/+26 |
* | | Merge branch 'busybox' into mergeFRP-5236-g7dff7f376 | Ron Yorston | 2023-12-05 | 16 | -419/+784 |
|\| |
|
| * | top: improve large PID display in memory ('s') mode | Denys Vlasenko | 2023-11-23 | 1 | -13/+28 |
| * | Cygwin: regenerate defconfig | Christian Franke | 2023-11-13 | 1 | -277/+515 |
| * | start-stop-daemon: make --output not depend on FANCY | Denys Vlasenko | 2023-11-08 | 1 | -1/+1 |
| * | start-stop-daemon: do not lose error messages with -b | Denys Vlasenko | 2023-11-08 | 3 | -36/+41 |
| * | start-stop-daemon: typo fix | Denys Vlasenko | 2023-11-08 | 1 | -1/+1 |
| * | start-stop-daemon: implement option -O|--output | Louai Al-Khanji | 2023-11-07 | 1 | -12/+34 |
| * | sleep: Update doc | Petr Vorel | 2023-11-07 | 1 | -7/+8 |
| * | start-stop-daemon: update comment, no code changes | Denys Vlasenko | 2023-11-07 | 1 | -3/+13 |
| * | start-stop-daemon: add -d DIR chdir option | ejaaskel | 2023-11-07 | 3 | -15/+41 |
| * | start-stop-daemon: fix --help: -K or -S is required | Denys Vlasenko | 2023-11-07 | 1 | -10/+36 |
| * | udhcp: Avoid leaking uninitialized/stale data | Russ Dill | 2023-10-04 | 2 | -1/+3 |
| * | syslogd: fix breakage caused by "daemonize _after_ init" change | Denys Vlasenko | 2023-10-03 | 1 | -4/+5 |
| * | awk: implement -E; do not reorder -f and -e | Denys Vlasenko | 2023-10-02 | 1 | -48/+65 |
| * | install: Fix chown resetting suid/sgid bits from chmod | Nero | 2023-10-02 | 1 | -7/+9 |
| * | sleep: fix "sleep -- ARGS" | Denys Vlasenko | 2023-10-02 | 5 | -19/+19 |
* | | win32: only search PATH for compressor | Ron Yorston | 2023-11-14 | 3 | -14/+21 |
* | | iconv: fix incorrect fix | Ron Yorston | 2023-11-08 | 1 | -4/+5 |
* | | lineedit: normalise HOME for use in prompt | Ron Yorston | 2023-10-25 | 1 | -1/+7 |
* | | make: stricter checks for c:/path filenames | Ron Yorston | 2023-10-24 | 1 | -6/+9 |
* | | win32: avoid terminal weirdness induced by Gradle | Ron Yorston | 2023-10-24 | 1 | -2/+2 |
* | | make: fix detection of target rules | Ron Yorston | 2023-10-23 | 2 | -152/+191 |
* | | win32: avoid terminal weirdness induced by Gradle? | Ron Yorston | 2023-10-22 | 1 | -0/+2 |
* | | make: permit Unix-style paths when setting MAKE | Ron Yorston | 2023-10-06 | 1 | -1/+4 |
* | | win32: fix handling of relative paths | Ron Yorston | 2023-10-04 | 1 | -12/+3 |
* | | sort: add support for sorting version strings | Ron Yorston | 2023-10-01 | 5 | -1/+69 |
* | | ash: add options to control globbing of hidden files | Ron Yorston | 2023-09-20 | 8 | -18/+59 |
* | | win32: missing support for "app exec link" reparse points | Ron Yorston | 2023-09-18 | 1 | -1/+2 |
* | | Typo in README.md | Ron Yorston | 2023-09-15 | 1 | -2/+2 |
* | | win32: include our manifests in default configurations | Ron Yorston | 2023-09-15 | 8 | -19/+21 |
* | | win32: improved support for manifests | Ron Yorston | 2023-09-14 | 10 | -8/+89 |
* | | win32: convert exit codes | Ron Yorston | 2023-09-14 | 6 | -22/+43 |
* | | ash: fix signal handling | Ron Yorston | 2023-09-13 | 1 | -1/+2 |
* | | make: return non-zero exit status when a command fails | Ron Yorston | 2023-09-12 | 3 | -10/+48 |
* | | make: avoid more warnings | Ron Yorston | 2023-09-12 | 1 | -1/+2 |
* | | win32: UTF8_INPUT: fix combining of some surrogates pairs | Avi Halachmi (:avih) | 2023-09-11 | 1 | -1/+1 |
* | | ash: initialize basepf.buf in ash (2) | Ron Yorston | 2023-08-31 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-08-31 | 2 | -4/+18 |
|\| |
|
| * | tsort: avoid use-after-free | Ron Yorston | 2023-08-31 | 1 | -3/+17 |
| * | ash: initialize basepf.buf in ash | zhuyan | 2023-08-31 | 1 | -1/+1 |
* | | Update README.md | Ron Yorston | 2023-08-31 | 1 | -1/+1 |
* | | ash: changes to login shell functionality | Ron Yorston | 2023-08-30 | 2 | -1/+9 |
* | | ps: increase length of 'comm' field | Ron Yorston | 2023-08-29 | 2 | -0/+8 |
* | | win32: UCRT: avoid I64 printf format warnings | Avi Halachmi (:avih) | 2023-08-28 | 1 | -2/+3 |
* | | libbb: fix #!/bin/busybox | Ron Yorston | 2023-08-28 | 1 | -0/+4 |
* | | Merge pull request #355 from avih/utf8-output-speedup | Ron Yorston | 2023-08-25 | 1 | -2/+8 |
|\ \ |
|
| * | | win32: UTF8_OUTPUT: speedup for big outputs | Avi Halachmi (:avih) | 2023-08-24 | 1 | -2/+8 |
* | | | make: fixes to warning messages | Ron Yorston | 2023-08-25 | 1 | -28/+28 |