Module Name: src Committed By: mrg Date: Mon Jan 30 05:42:54 UTC 2012
Modified Files: src/sys/kern: kern_malloc.c Log Message: make sure that the 'struct malloc' header on allocations is properly aligned to (ALIGNBYTES+1). this ensures that the memory that malloc(9) returns is correctly aligned for the platform. this change has an effect on hppa, ia64, sparc and sparc64. necessary on sparc for 8-byte load/store instructions. with this my SS20 boots multiuser again. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/sys/kern/kern_malloc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.