On 09/04/15 13:26, Antti Kantee wrote:
The routines probably even could be just built from src/common like libkern, objcopied into the correct namespace, and be done with it.
Actually, that's not a good idea because it adds an unconditional dependency on src-netbsd. A separate kernel/libc would require a similar, separate hack which is going to be more build system effort than just copypasting a thousand times. It's not like strcpy() changes weekly anyway.
