Given that NetBSD doesn't support threads and it doesn't look like it will in the foreseeable future, is there an implementation of malloc() that uses shared memory ? If not, could the malloc() that uses mmap() and /dev/zero be hacked to do this easily ? Cheers, Darren