Adrien Mahieux
Adrien Mahieux
Hello, Thanks for presenting drgn at kernel-recipes. It's nice to see the debugging is still getting some attention :) In its current state, drgn is very alike crash (which already...
Hello, I'm using fds 98/99 to be fairly high and not disturb scripts using my library. When doing tests with: ``` UseFD 98 It "Emits a warning if an element...
Disable parts of code that should not have been compiled when they are explicitly disabled in configure step. This is a requirement for building a lightweight binary, without unneeded librairies...
Hi, When using a recursive regex symbol `?R`, the parser fails to understand it. More details on recursion : http://www.rexegg.com/regex-recursion.html Would it be possible to add it ? Thanks :)
It would be more useful to have a way to: - select among a few major kernel versions. These would show/hide the code-path/functions available on the selected version - go...
Very nice article on TCP Fast Open: https://blog.apnic.net/2021/07/05/tcp-fast-open-not-so-fast/ Needs to grok the sources and add details
Hello, Upon renaming, it seems the rewriting of existing links does not handle the [config "useslash"](https://www.dokuwiki.org/config:useslash) properly. I can see only one usage of this parameter in https://github.com/michitux/dokuwiki-plugin-move/blob/master/helper/handler.php#L142 but it...