Attached is a patch which will pass the names of threads created with `make-process' properly on to `sb-thread:make-thread' under SBCL. Without this patch, the specified names of threads will not show up when doing a thread listing with `sb-thread:list-all-threads'.
It's an extremely simple patch and it hasn't caused any problems for me.