Leonid Plyushch
26c9185af5
busybox: fix more applets
Seems bc, dc and nmeter are the last ones that crashing.
5 years ago
Leonid Plyushch
2a7d9007f2
busybox: selectively disable optimization for certain functions
asm volatile("":::"memory") doesn't work reliably, so it is better to disable
optimization for whole function where INIT_G() or similar is used to avoid
instruction reordering.
Covers following issues:
* https://github.com/termux/termux-packages/issues/2488
* https://github.com/termux/termux-packages/issues/3216
5 years ago
Leonid Plyushch
4a7c9168be
busybox: update patches
Reorganize patches & do following changes:
* Enable use of sethostname(2) in utility `hostname`.
* Enable setting time in utility `date` - busybox already provide own
implementation of stime(2).
- both features require root.
5 years ago
Leonid Plyushch
6679774688
busybox: fix segmentation fault when launching `ash`
5 years ago
Fredrik Fornwall
7725ee0a95
busybox: Add missing backslash in clang patch
7 years ago
Henrik Grimler
1fbe9f6f17
busybox: make httpd work when built with clang
7 years ago
Henrik Grimler
2bec39428d
busybox: Fix less and build with clang on arm
Patch less in a similar manner as svlogd.
7 years ago