qemu-e2k/bsd-user
Warner Losh 312a0b1cbf bsd-user: Add system independent stack, data and text limiting
Eliminate the x86 specific stack stuff in favor of more generic control
over the process size:
    target_maxtsiz  max text size
    target_dfldsiz  initial data size limit
    target_maxdsiz  max data size
    target_dflssiz  initial stack size limit
    target_maxssiz  max stack size
    target_sgrowsiz amount to grow stack
These can be set on a per-arch basis, and the stack size can be set
on the command line. Adjust the stack size parameters at startup.

Signed-off-by: Stacey Son <sson@FreeBSD.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
2021-09-10 14:13:06 -06:00
..
arm
freebsd bsd-user: Create target specific vmparam.h 2021-09-10 14:13:06 -06:00
i386 bsd-user: Create target specific vmparam.h 2021-09-10 14:13:06 -06:00
mips
mips64
netbsd bsd-user: pull in target_arch_thread.h update target_arch_elf.h 2021-09-10 14:13:06 -06:00
openbsd bsd-user: pull in target_arch_thread.h update target_arch_elf.h 2021-09-10 14:13:06 -06:00
x86_64 bsd-user: Create target specific vmparam.h 2021-09-10 14:13:06 -06:00
bsd-mman.h
bsdload.c bsd-user: TARGET_NGROUPS unused in this file, remove 2021-09-10 14:13:06 -06:00
elfload.c bsd-user: Add system independent stack, data and text limiting 2021-09-10 14:13:06 -06:00
errno_defs.h
main.c bsd-user: Add system independent stack, data and text limiting 2021-09-10 14:13:06 -06:00
meson.build
mmap.c bsd-user: style tweak: keyword space ( 2021-05-11 11:07:22 -06:00
qemu.h bsd-user: Add system independent stack, data and text limiting 2021-09-10 14:13:06 -06:00
signal.c bsd-user: remove target_signal.h, it's unused 2021-05-11 13:52:34 -06:00
strace.c bsd-user: style tweak: Remove #if 0'd code 2021-05-11 11:07:22 -06:00
syscall_defs.h
syscall.c bsd-user: remove sparc and sparc64 2021-09-07 08:26:52 -06:00
uaccess.c bsd-user: style tweak: keyword space ( 2021-05-11 11:07:22 -06:00