Faster IT

Results 170 comments of Faster IT

> Does it build with `./configure --enable-static --with-check-ncurses=nc-config`? Currently the patch changes the default when auto-detecting the setting. Yes, it does. ``` ... checking for a way to check for...

We're closing stale / probably solved issues while updating the release schedule. This one seems to be in that batch. Please feel free to reopen with new information if the...

Please just use write(). The 25 lines of formatting magic are a bit over-the-top imo.

We could vendor a stripped down version of https://github.com/idning/safe_snprintf . The license there should be GPLv2 as the upstream MySQL code is.

Another implementation: https://chromium.googlesource.com/chromium/src/base/+/master/strings/safe_sprintf.h (BSD3 license, C++ implementation)

> I don't think we should start putting C++ code in htop. The C implementation you linked also has some quirks which aren't quite right (aside from missing the format...

The cgroup stuff seems to be quite messy still cf. https://github.com/kubernetes/kubernetes/issues/119669 . What does `cat /proc/self/cgroup` say in your case?

This is a known issue and will be fixed again with 3.4.1. It is because the release manager forgot to update the right file. Humans happen. Packagers are advised to...