summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/procfs/procfs_map.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-03-07 02:59:54 +0000
committerjhb <jhb@FreeBSD.org>2001-03-07 02:59:54 +0000
commitd18d94674aca53a361f85f1e57c8e0d03ef6575a (patch)
treec2d48dc97f12b6bb35821fe3d8fc4020d14a4c6c /sys/miscfs/procfs/procfs_map.c
parent7c5cd82d2e510a5658b6edc44eb83a4927ab8a2e (diff)
downloadFreeBSD-src-d18d94674aca53a361f85f1e57c8e0d03ef6575a.zip
FreeBSD-src-d18d94674aca53a361f85f1e57c8e0d03ef6575a.tar.gz
- Proc locking. Most of signal handling is now MP safe and doesn't require
Giant. The only exception is the CANSIGNAL() macro. Unlocking the proc lock around sendsig() in trapsignal() is also questionable. Note that the functions sigexit(), psignal(), and issignal() must be called with the proc lock of the process in question held. postsig() and trapsignal() should not be called with the proc lock held, but they also do not require Giant anymore either. - Remove spl's that are now no longer needed as they are fully replaced.
Diffstat (limited to 'sys/miscfs/procfs/procfs_map.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud