illiliti
illiliti
sample: ```sh echo ${1:->>} ``` output: ``` /tmp/test.sh:1:12: syntax error: expected end of parameter ``` possibly related to https://github.com/emersion/mrsh/issues/159
If source contains dangling symlink, attempt to dereference it would result into error.
at the cost of removing support for su. Our su usage is already not portable. For example, NetBSD, OpenBSD, FreeBSD has absolutely different meanings for '-c' option. ubase has no...
Instead of eval'ing hooks https://github.com/kisslinux/init/blob/e23ae90ea0360e8125526cacb4efe60c238c2648/lib/init/rc.lib#L64 can we execute them to prevent messing with environment and global state? The exec-based approach already used in kiss(see KISS_HOOK), why not implement one here...
See also https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3490
Does libarchive implement pax utility? https://pubs.opengroup.org/onlinepubs/9699919799/utilities/pax.html
I noticed that zero-copy send can't be used with IOSQE_CQE_SKIP_SUCCESS. It took quite a while to find that out(i thought the problem was on my end), so I think it...
Please ship a self-contained source tarball with vendored dependencies, so people won't need an internet connection to build cbindgen. That would especially benefit distro package maintainers, who disable internet connection...
hkkr.in has no AAAA record. Please fix this
Due to lack of synchronization, a race condition may occur when e.g other programs/services need rw access to /dev/input/*. Since mdevd doesn't provide a way to request its state of...