freebsd-dev/sys/alpha/linux
Marcel Moolenaar 806d7daafe Make MINSIGSTKSZ machine dependent, and have the sigaltstack
syscall compare against a variable sv_minsigstksz in struct
sysentvec as to properly take the size of the machine- and
ABI dependent struct sigframe into account.

The SVR4 and iBCS2 modules continue to have a minsigstksz of
8192 to preserve behavior. The real values (if different) are
not known at this time. Other ABI modules use the real
values.

The native MINSIGSTKSZ is now defined as follows:

Arch		MINSIGSTKSZ
----		-----------
alpha		    4096
i386		    2048
ia64		   12288

Reviewed by: mjacob
Suggested by: bde
2000-11-09 08:25:48 +00:00
..
linux_dummy.c use DUMMY macro and support from linux_util.h 2000-11-01 23:13:49 +00:00
linux_genassym.c I don't know why this used to compile for me, but now struct 2000-11-01 08:48:53 +00:00
linux_ioctl.h Sort. 2000-11-02 04:13:51 +00:00
linux_locore.s Move the linux abi's alpha md files over to using David's build-time 2000-11-01 23:07:25 +00:00
linux_machdep.c Need to include sys/proc.h. 2000-11-01 08:49:48 +00:00
linux_sysvec.c Make MINSIGSTKSZ machine dependent, and have the sigaltstack 2000-11-09 08:25:48 +00:00
linux.h Make MINSIGSTKSZ machine dependent, and have the sigaltstack 2000-11-09 08:25:48 +00:00
Makefile Make the target a little bit more generic. 2000-11-01 08:47:34 +00:00
syscalls.conf $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
syscalls.master Fix generated include path. 2000-11-04 07:21:37 +00:00