cvs commit: src/sys/i386/i386 sys_machdep.c

Julian Elischer julian at FreeBSD.org
Fri Aug 1 23:52:38 PDT 2003


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


More information about the cvs-src mailing list