git: kernel - Implement static stackgap feature in addition to random stackgap
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Dec 22 11:44:00 PST 2011
commit d0e9231895f3556f39f48e635f8f70eb5205d854
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Dec 22 11:39:56 2011 -0800
kernel - Implement static stackgap feature in addition to random stackgap
* Specifying a negative kern.stackgap_random value implements a static
stack gap intead of a random one. The negative value does not need to
be a power of 2 but will, of course, still be aligned.
Summary of changes:
sys/kern/kern_exec.c | 94 +++++++++++++++++++++++++++++--------------------
1 files changed, 56 insertions(+), 38 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d0e9231895f3556f39f48e635f8f70eb5205d854
--
DragonFly BSD source repository
More information about the Commits
mailing list