Date: Sat, 3 Oct 2009 11:57:21 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/amd64 elf_machdep.c src/sys/arm/arm elf_machdep.c src/sys/compat/ia32 ia32_sysvec.c src/sys/i386/i386 elf_machdep.c src/sys/ia64/ia64 elf_machdep.c src/sys/mips/mips elf64_machdep.c elf_machdep.c src/sys/powerpc/powerpc ... Message-ID: <200910031159.n93Bx0k6095397@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2009-10-03 11:57:21 UTC FreeBSD src repository Modified files: sys/amd64/amd64 elf_machdep.c sys/arm/arm elf_machdep.c sys/compat/ia32 ia32_sysvec.c sys/i386/i386 elf_machdep.c sys/ia64/ia64 elf_machdep.c sys/mips/mips elf64_machdep.c elf_machdep.c sys/powerpc/powerpc elf_machdep.c sys/sparc64/sparc64 elf_machdep.c Log: SVN rev 197729 on 2009-10-03 11:57:21Z by bz Make sure that the primary native brandinfo always gets added first and the native ia32 compat as middle (before other things). o(ld)brandinfo as well as third party like linux, kfreebsd, etc. stays on SI_ORDER_ANY coming last. The reason for this is only to make sure that even in case we would overflow the MAX_BRANDS sized array, the native FreeBSD brandinfo would still be there and the system would be operational. Reviewed by: kib MFC after: 1 month Revision Changes Path 1.33 +1 -1 src/sys/amd64/amd64/elf_machdep.c 1.14 +1 -1 src/sys/arm/arm/elf_machdep.c 1.36 +1 -1 src/sys/compat/ia32/ia32_sysvec.c 1.30 +1 -1 src/sys/i386/i386/elf_machdep.c 1.32 +1 -1 src/sys/ia64/ia64/elf_machdep.c 1.4 +1 -1 src/sys/mips/mips/elf64_machdep.c 1.8 +1 -1 src/sys/mips/mips/elf_machdep.c 1.30 +1 -1 src/sys/powerpc/powerpc/elf_machdep.c 1.30 +1 -1 src/sys/sparc64/sparc64/elf_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910031159.n93Bx0k6095397>