Poul-Henning Kamp

Results 24 issues of Poul-Henning Kamp

This PR implements ``list_ports`` on FreeBSD using the ``devinfo(8)`` program. The USB strings are unfortunately not available through ``devinfo(8)``.

And will not be maintained going forward. Are libc malloc's good enough yet ? David Chisnall points to snmalloc (https://github.com/Microsoft/snmalloc) has anybody tried it ?

if (req.method == "foo" || req.method=="bar" ...) is a common theme, both in C and VGC. Maybe we should add a small bitmap to struct http for the "well known"...

We reuse connections in connection-pools in a Last-in-First-Out order. When we VCP_Get() a handle, and the remote close(s|ed) it, theory says that all other fd's deeper in the pool will...