opnsense-src/sys/compat/ia32
Mark Johnston 40d6b2a362 exec: Remove the stack gap implementation
ASLR stack randomization will reappear in a forthcoming commit.  Rather
than inserting a random gap into the stack mapping, the entire stack
mapping itself will be randomized in the same way that other mappings
are when ASLR is enabled.

No functional change intended, as the stack gap implementation is
currently disabled by default.

Reviewed by:	kib
Sponsored by:	The FreeBSD Foundation

(cherry picked from commit 758d98debe)
2022-01-31 09:48:57 -05:00
..
ia32_genassym.c amd64 ia32 vdso: add unwind annotations to the signal trampoline 2022-01-02 18:43:01 +02:00
ia32_signal.h vdso for ia32 on amd64 2022-01-02 18:43:01 +02:00
ia32_sysvec.c exec: Remove the stack gap implementation 2022-01-31 09:48:57 -05:00
ia32_util.h