NetBSD/sys/arch/arm
thorpej 68723a995b * Shuffle some data structures so, and add a flags word to ksiginfo_t.
Right now the only flag is used to indicate if a ksiginfo_t is a
  result of a trap.  Add a predicate macro to test for this flag.
* Add initialization macros for ksiginfo_t's.
* Add accssor macro for ksi_trap.  Expands to 0 if the ksiginfo_t was
  not the result of a trap.  This matches the sigcontext trapcode semantics.
* In kpsendsig(), use KSI_TRAP_P() to select the lwp that gets the signal.
  Inspired by Matthias Drochner's fix to kpsendsig(), but correctly handles
  the case of non-trap-generated signals that have a > 0 si_code.

This patch fixes a signal delivery problem with threaded programs noted by
Matthias Drochner on tech-kern.

As discussed on tech-kern.  Reviewed and OK's by Christos.
2003-10-08 00:28:40 +00:00
..
arm * Shuffle some data structures so, and add a flags word to ksiginfo_t. 2003-10-08 00:28:40 +00:00
arm32 * Shuffle some data structures so, and add a flags word to ksiginfo_t. 2003-10-08 00:28:40 +00:00
conf Add some framework for MI assignment of device majors - add sys/dev/majors 2003-10-05 08:04:24 +00:00
footbridge Add SA_SIGINFO support for ARM (from Chris Gilbert). 2003-10-05 19:44:58 +00:00
fpe-arm Merge the nathanw_sa branch. 2003-01-17 21:55:23 +00:00
include Add SA_SIGINFO support for ARM (from Chris Gilbert). 2003-10-05 19:44:58 +00:00
iomd New generic I2C framework. Supports bit-bang and "intelligent" I2C 2003-10-06 16:11:19 +00:00
ixp12x0 Fix GCC 3.3.1 nits. 2003-09-21 19:32:37 +00:00
mainbus __KERNEL_RCSID() 2003-07-15 00:24:37 +00:00
ofw __KERNEL_RCSID() 2003-07-15 00:24:37 +00:00
s3c2xx0 Fix GCC 3 barfage. 2003-09-24 11:57:44 +00:00
sa11x0 split StrongArm companion chip (sacc) driver so that we can support 2003-08-08 12:29:22 +00:00
xscale Add support for the i80312 and i80321 I2C controllers. 2003-10-06 16:06:05 +00:00
Makefile cats and netwinder can share a common footbridge_intr.h file, so install and 2002-09-28 15:53:03 +00:00