kernel - Implement static stackgap feature in addition to random stackgap
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 22 Dec 2011 19:39:56 +0000 (11:39 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 22 Dec 2011 19:39:56 +0000 (11:39 -0800)
commitd0e9231895f3556f39f48e635f8f70eb5205d854
tree0002a7e9cd6fd610b13d40dd98125cf22210822a
parente93da8d4e08fe59ed59d8a381a75b05b50a19e91
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.
sys/kern/kern_exec.c