kamil 1249b6bf7e Refactor sigswitch()
Make the function static as it is now local to kern_sig.c.

Rename the 'relock' argument to 'proc_lock_held' as it is more verbose.
This was suggested by mjg@freebsd. While there this flips the users between
true<->false.

Add additional KASSERT(9) calls here to validate whethe proc_lock is used
accordingly.
2019-10-12 19:57:09 +00:00
..
2019-08-15 12:24:08 +00:00
2019-09-22 23:03:20 +00:00
2019-06-24 06:24:33 +00:00
2019-10-12 10:55:23 +00:00
2019-10-12 10:55:23 +00:00
2019-10-09 05:59:51 +00:00
2019-10-12 10:55:23 +00:00
2019-10-12 19:57:09 +00:00
2019-10-09 01:43:00 +00:00
2019-08-15 09:04:22 +00:00
2019-09-22 23:03:20 +00:00
2019-09-22 23:03:20 +00:00
2019-09-22 23:03:20 +00:00
2019-09-15 17:37:25 +00:00
2019-09-14 21:23:34 +00:00
2019-09-15 20:24:25 +00:00
2019-10-11 08:05:19 +00:00