Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 09/08/1997 23:30:03
thorpej
Mon Sep  8 16:22:29 PDT 1997
Update of /cvsroot/src/sys/vm
In directory netbsd1:/var/slash-tmp/cvs-serv3349

Modified Files:
      Tag: thorpej-signal
	vm_glue.c 
Log Message:
sigacts is no longer in in the u-area.


pk
Mon Sep  8 16:22:45 PDT 1997
Update of /cvsroot/src/distrib/miniroot
In directory netbsd1:/var/slash-tmp/cvs-serv3333

Modified Files:
	install.sub 
Log Message:
Do not present media type `manual' as a default choice.


pk
Mon Sep  8 16:25:02 PDT 1997
Update of /cvsroot/src/distrib/miniroot
In directory netbsd1:/var/slash-tmp/cvs-serv3435

Modified Files:
	install.sh 
Log Message:
Don't leave /etc/rc.conf "unconfigured".


thorpej
Mon Sep  8 16:26:10 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/alpha
In directory netbsd1:/var/slash-tmp/cvs-serv3903

Modified Files:
      Tag: thorpej-signal
	machdep.c 
Log Message:
Significantly restructure the way signal state for a process is stored.
Rather than using bitmasks to redundantly store the information kept
in the process's sigacts (because the sigacts was kept in the u-area),
hang sigacts directly off the process, and access it directly.

Simplify signal setup code tremendously by storing information in
the sigacts as an array of struct sigactions, rather than in a different
format, since userspace uses sigactions.

Make sigacts sharable by adding reference counting.


thorpej
Mon Sep  8 16:27:43 PDT 1997
Update of /cvsroot/src/sys/arch/amiga/amiga
In directory netbsd1:/var/slash-tmp/cvs-serv4200

Modified Files:
      Tag: thorpej-signal
	machdep.c trap.c 
Log Message:
Significantly restructure the way signal state for a process is stored.
Rather than using bitmasks to redundantly store the information kept
in the process's sigacts (because the sigacts was kept in the u-area),
hang sigacts directly off the process, and access it directly.

Simplify signal setup code tremendously by storing information in
the sigacts as an array of struct sigactions, rather than in a different
format, since userspace uses sigactions.

Make sigacts sharable by adding reference counting.


thorpej
Mon Sep  8 16:29:16 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv4581

Modified Files:
      Tag: thorpej-signal
	machdep.c 
Log Message:
Significantly restructure the way signal state for a process is stored.
Rather than using bitmasks to redundantly store the information kept
in the process's sigacts (because the sigacts was kept in the u-area),
hang sigacts directly off the process, and access it directly.

Simplify signal setup code tremendously by storing information in
the sigacts as an array of struct sigactions, rather than in a different
format, since userspace uses sigactions.

Make sigacts sharable by adding reference counting.