NetBSD/sys/compat
manu d5ed80d9c6 The IRIX usinit(3) function expects a page of memory to be available at
address 0x200000 (disasembling usinit shows that this address is hardcoded in
libc). It uses it for locks and semaphres.

We therefore allocate this page of memory, to prevent IRIX process from
faulting when thay call usinit(3).
2002-04-20 16:19:22 +00:00
..
aout make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
aoutm68k make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
common Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
freebsd make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
hpux make signal array handling uniform, and put signal arrays in a separate 2002-03-31 22:22:43 +00:00
ibcs2 make signal array handling uniform, and put signal arrays in a separate 2002-03-31 22:22:43 +00:00
irix The IRIX usinit(3) function expects a page of memory to be available at 2002-04-20 16:19:22 +00:00
linux Do not restore SR on sigreturn: this could enable the user process to gain 2002-04-15 20:48:12 +00:00
m68k4k
mach
netbsd32 use FILE_USE()/FILE_UNUSE() as appropriate, use malloc()/free() 2002-03-24 15:19:24 +00:00
osf1 Fix compile problem. 2002-04-08 14:51:29 +00:00
ossaudio
pecoff pecoff_misc.c: Remove compat functions. 2002-03-29 17:04:46 +00:00
sunos make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
sunos32 make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
svr4 Always define SA_SIGINFO, and keep track of it in SVR4 emulation. This is 2002-04-12 17:37:30 +00:00
svr4_32 make signal array handling uniform, and put signal arrays in a separate 2002-03-31 22:22:43 +00:00
ultrix get rid of STACKGAP* shit. 2002-03-16 23:55:57 +00:00
vax1k
Makefile