NetBSD/sys/arch/sparc
pk 5237c5fb99 In cpu_fork() set tf_npc as well in case a signal is taken in child_return()
which will cause the values of tf_pc and tf_npc set here in cpu_fork()
to be restored and used to return to user space from sigreturn() eventually
(before that the tf_pc and tf_npc set in sendsig() will be used in
proc_trampoline()).

Also, the fork system call never uses the SYSCALL_G2RFLAG shortcut, so drop
the code handling that.
2001-12-30 18:52:54 +00:00
..
compile
conf Add PPPoE to all generic kernels that should be able to use it. 2001-12-28 12:21:52 +00:00
dev Rewrite sbus_bus_mmap to conform to new signature and unbreak bus_space_mmap. 2001-12-20 07:53:59 +00:00
fpu defopt "options SUN4*", put #define for each of SUN4, SUN4C, SUN4M and SUN4U 2001-12-04 00:05:04 +00:00
include Use regular read/writes for stream variant calls. 2001-12-15 12:39:55 +00:00
sparc In cpu_fork() set tf_npc as well in case a signal is taken in child_return() 2001-12-30 18:52:54 +00:00
stand Fix problem introduced with the MKMAN->NOMAN conversion. 2001-12-13 22:33:20 +00:00
Makefile