cvs commit: (hundreds of files)
Matthew Dillon
dillon at apollo.backplane.com
Sun Jan 6 14:37:01 PST 2008
Nice cleanups, Sascha. I didn't realize there were so many places
still using malloc/bzero combinations, not to mention all the junk
code that can be removed when kmalloc is guarenteed to return non-NULL.
I just read on the FreeBSD lists a week ago where someone was describing
the random failures that start occuring in FreeBSD when it runs low on
VM... precisely due to the NULL-return mechanic of their kernel malloc,
and precisely why I removed it from DragonFly.
-Matt
More information about the Commits
mailing list