Module Name: src Committed By: thorpej Date: Sat Dec 2 21:02:13 UTC 2023
Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile vmem.9 src/sys/kern: subr_vmem.c src/sys/sys: vmem.h Log Message: Add a vmem_xalloc_addr() function, which allocates a specific address from an arena. This is just a convenience wrapper around vmem_xalloc(), that's just a bit more obvious how to use and performs some additional sanity checks. To generate a diff of this commit: cvs rdiff -u -r1.2450 -r1.2451 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.467 -r1.468 src/share/man/man9/Makefile cvs rdiff -u -r1.21 -r1.22 src/share/man/man9/vmem.9 cvs rdiff -u -r1.110 -r1.111 src/sys/kern/subr_vmem.c cvs rdiff -u -r1.23 -r1.24 src/sys/sys/vmem.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.