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

cvs commit: src/sys/conf bsd.kern.mk


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 23 Jul 2005 00:33:15 -0700 (PDT)

dillon      2005/07/23 00:33:15 PDT

DragonFly src repository

  Modified files:
    sys/conf             bsd.kern.mk 
  Log:
  Do not compile the kernel with the stack protector.  I've decided to tolerate
  the stack protector as a default for user programs, but not for the kernel.
  The stack protector has known bugs and I frankly believe that it is far more
  likely that we would hit one of its bugs verses it actually finding a
  stack overflow in the kernel.
  
  Revision  Changes    Path
  1.6       +1 -0      src/sys/conf/bsd.kern.mk


http://www.dragonflybsd.org/cvsweb/src/sys/conf/bsd.kern.mk.diff?r1=1.5&r2=1.6&f=u



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