Module Name: src Committed By: riastradh Date: Wed Jul 24 01:59:05 UTC 2013
Modified Files: src/sys/external/bsd/drm2/include/linux [riastradh-drm2]: slab.h Log Message: Add Linux-style kmalloc &c. to <linux/slab.h>. Defined in terms of malloc(9) with M_TEMP for now, since Linux's kfree doesn't pass the size, so using kmem(9) is inexpedient. To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 \ src/sys/external/bsd/drm2/include/linux/slab.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.