* Added SIGSYS handler for waitpid (Required for bash on Android 10)
* Added SIGSYS handler for sendmmsg on x86 (for DNS when using emulator)
* Fixed void syscall handling on 32 bit ARM
* Prevent tracees from setting SUID_DUMP_DISABLE
* LDC: Upgrade from v1.13 to v1.17
* LDC: Fix missing symbols in druntime's core.sys.posix.unistd
* LDC: Fix repeated llvm-config help output
* LDC: Revise build script
1) Use an 'installed' (ninja install) LLVM for LDC.
2) Cross-compile LLVM before invoking CMake for LDC, so that the LLVM
dir is actually populated (previously: just fake bin/llvm-config).
3) Include dlang tools ddemangle and dustmite in the final package too,
just like official LDC packages. Cmdline flags have been synced with
upstream.
* Add hello-world smoke test
* LDC: Upgrade LLVM from v7.0.1 to v8.0.1
* transmission: add termux-services script
Skip timestamp in log as transmission standard output already has timestamp.
* mpd: add termux-services script
* tor: add termux-services script
* openssh: fix faulty symlink for termux-services script
* mpd: mark service scripts as config files
* tor: mark service scripts as config files
* openssh: mark service scripts as config files
* busybox: mark service files for ftpd and telnetd as conffiles
* transmission: mark service scripts as config files
* emacs: add termux-service script, put socket in $PREFIX/var/run
Start with sv up emacsd
* tmux: put socket in $PREFIX/var/run instead of $TMPDIR
See https://github.com/termux/termux-packages/issues/4206
* mpd: use $PREFIX/var/run instead of $TMPDIR
See https://github.com/termux/termux-packages/issues/4206