* Archie Cobbs <[EMAIL PROTECTED]> [020311 22:00] wrote: > Hi, > > I've had the need for a realloc() in the kernel several times > before and am having it once again. Finally figured it's time to > do something about it. > > Does anyone have problems with the attached patch? This patch adds > realloc() and also fixes the semantics of free() to be consistent > with userland, in that free(NULL) is legal and does nothing. This > will make it possible to simplify some netgraph code and probably > other stuff too. Reviews appreciated as well.
Where is the update to malloc(9)? What about reallocf? -Alfred To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message