Module Name: src Committed By: christos Date: Sat Nov 24 19:22:17 UTC 2018
Modified Files: src/sys/kern: kern_proc.c Log Message: - instead of zeroing struct proc on each allocation, provide a pool cache constructor. - instead of sprinkling memsets, zalloc the whole buffer. To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221 src/sys/kern/kern_proc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.