Subject: bzero, bcopy & friends
To: None <tech-kern@netbsd.org>
From: Lennart Augustsson <lennart@augustsson.net>
List: tech-kern
Date: 03/27/2000 13:53:55
Didn't we do a kernel cleanup a while ago to get rid of all
bzero, bcopy, etc?  Or is my memory totally gone?
Anyway, the kernel code is still littered with them.  If we
have decided that mem???() are the functions to use I suggest
we just get rid of the b???() uses in the kernel.
If we have decided that mem???() is not the way to go, then
I suggest we get rid of those.  Having both kinds in the kernel
is just confusing and ugly.

--

        -- Lennart