Module Name: src Committed By: maxv Date: Sun Jul 2 11:16:50 UTC 2017
Modified Files: src/sys/arch/i386/i386: gdt.c src/sys/arch/i386/include: segments.h Log Message: Use a bitmap-based allocator for i386, same as amd64. Several functions are now identical - or nearly identical - on both sides. I couldn't test this change on xen, because I'm having some unrelated issues with my VM and I've spent enough time not understanding what's wrong with it. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/arch/i386/i386/gdt.c cvs rdiff -u -r1.59 -r1.60 src/sys/arch/i386/include/segments.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.