DragonFly commits List (threaded) for 2007-01
DragonFly BSD
DragonFly commits List (threaded) for 2007-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 6 Jan 2007 16:39:16 -0800 (PST)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]