Displaying 2 results from an estimated 2 matches for "osbscur".
Did you mean:
obscur
2023 Feb 21
2
[libnbd PATCH v3 09/29] lib/utils: introduce async-signal-safe execvpe()
...atforms.html
which effectively limit us to only care about actively developed
OS from the last ~4 years, and even then only fairly mainstream
stuff. We don't care about a hobbyist/toy UNIX OS. The burden is
on other OS to attain compatibility with mainstream modern OS,
not for apps to adapt to osbscure feature-poor platforms.
With this attitude, we don't care about compliance with countless
obsolete vendor's UNIX platforms, and thus many of the edge cases
that POSIX worries about can be ignored. This frees the project
maintainers time to focus on work that benefits a broader set of
use...
2023 Feb 22
1
[libnbd PATCH v3 09/29] lib/utils: introduce async-signal-safe execvpe()
...effectively limit us to only care about actively developed
> OS from the last ~4 years, and even then only fairly mainstream
> stuff. We don't care about a hobbyist/toy UNIX OS. The burden is
> on other OS to attain compatibility with mainstream modern OS,
> not for apps to adapt to osbscure feature-poor platforms.
>
> With this attitude, we don't care about compliance with countless
> obsolete vendor's UNIX platforms, and thus many of the edge cases
> that POSIX worries about can be ignored. This frees the project
> maintainers time to focus on work that bene...