Date: Fri, 1 Aug 2003 23:52:36 -0700 (PDT) From: Julian Elischer <julian@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 sys_machdep.c Message-ID: <200308020652.h726qaUs066611@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 2003/08/01 23:52:36 PDT FreeBSD src repository Modified files: sys/i386/i386 sys_machdep.c Log: Relax the check for bad LDTE allocations. It turns out that there is code that blindly allocates LDTEs starting at slot 6 and I quess it doesn't really matter to us if they overwrite the BSDI syscall slot, since it isn't a BSDI binary. Also add some code to help track down other such users (commented out for now). Reviewed by: deischen@ Revision Changes Path 1.87 +21 -4 src/sys/i386/i386/sys_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308020652.h726qaUs066611>