NetBSD/sys/arch/powerpc
manu f464631d66 Several things:
1) rights should be shared by the threads within a process. While it would
be easier to handle this with the struct proc/struct lwp split, we attempt to
do this now by sharing the right lists. Because each right holds a reference
to struct proc, this might cause some problems later.
2) in pthread_exit, really exit the thread. Also reintialize the righ tlist to
make sure we will not destroy the parent's right list
3) rights can hold multiple permissions on a port (ie: send and receive). Fix th
is.
4) first attempt on right carried by messages. We still have to do rights carrie
d in the message body (complex messages).
2002-12-27 09:59:24 +00:00
..
conf Added an empty shell for signal delivery. Now we just have to fill the 2002-11-25 22:25:12 +00:00
fpu Avoid strict-alias warnings. 2002-11-25 02:46:10 +00:00
ibm4xx Merge the IBM 4xx into the common powerpc/locore_subr.S, and 2002-12-19 19:37:25 +00:00
include Use Software Single Stepping for now when PPC_IBM4xx is defined. The 2002-12-20 15:23:12 +00:00
mpc6xx Statements after labels. 2002-11-25 02:06:16 +00:00
powerpc Several things: 2002-12-27 09:59:24 +00:00
tools/chrpicon
Makefile