cvs commit: src/sys/machine/pc32/i386 machdep.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Jan 6 16:40:44 PST 2007


dillon      2007/01/06 16:39:16 PST

DragonFly src repository

  Modified files:
    sys/machine/pc32/i386 machdep.c 
  Log:
  Signal handlers usually inherit %gs.  Make them inherit %fs as well.  This
  may or may not be a good idea but I am hard pressed to find a reason why
  it would hurt anything.
  
  The virtual kernel uses %gs for the libc TLS support, and %fs for its
  globaldata base.
  
  Revision  Changes    Path
  1.111     +6 -1      src/sys/machine/pc32/i386/machdep.c


http://www.dragonflybsd.org/cvsweb/src/sys/machine/pc32/i386/machdep.c.diff?r1=1.110&r2=1.111&f=u





More information about the Commits mailing list