> > The arch/*/stand use a free() implementation which does not accept NULL > > pointers (see sys/lib/libsa/alloc.c). > > But we're going to fix that too, right?
Yes. Developers those days are expecting free(NULL) to work, and as long as it's easy to achieve, there is no reason to deprive them from that sugar.