freebsd-dev/sys/compat
Juli Mallett 1226f694e6 First half of implementation of ksiginfo, signal queues, and such. This
gets signals operating based on a TailQ, and is good enough to run X11,
GNOME, and do job control.  There are some intricate parts which could be
more refined to match the sigset_t versions, but those require further
evaluation of directions in which our signal system can expand and contract
to fit our needs.

After this has been in the tree for a while, I will make in kernel API
changes, most notably to trapsignal(9) and sendsig(9), to use ksiginfo
more robustly, such that we can actually pass information with our
(queued) signals to the userland.  That will also result in using a
struct ksiginfo pointer, rather than a signal number, in a lot of
kern_sig.c, to refer to an individual pending signal queue member, but
right now there is no defined behaviour for such.

CODAFS is unfinished in this regard because the logic is unclear in
some places.

Sponsored by:	New Gold Technology
Reviewed by:	bde, tjr, jake [an older version, logic similar]
2002-09-30 20:20:22 +00:00
..
freebsd32 Make the following name changes to KSE related functions, etc., to better 2002-09-25 18:10:42 +00:00
ia32 Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to 2002-09-01 21:41:24 +00:00
linprocfs First half of implementation of ksiginfo, signal queues, and such. This 2002-09-30 20:20:22 +00:00
linux First half of implementation of ksiginfo, signal queues, and such. This 2002-09-30 20:20:22 +00:00
netbsd Remove __P. 2002-03-20 05:48:58 +00:00
pecoff Use the fields in the sysentvec and in the vm map header in place of the 2002-09-21 22:07:17 +00:00
svr4 First half of implementation of ksiginfo, signal queues, and such. This 2002-09-30 20:20:22 +00:00