]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r330349 and r330362:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 1 Aug 2018 10:34:53 +0000 (10:34 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 1 Aug 2018 10:34:53 +0000 (10:34 +0000)
commitb982f6c997ff9e006c977e78c4f4e85e401dec10
tree7a85d8a7463d63432fd62848fc21f44b144f6420
parent928a9e5884c54008ca647bafae3ae1ade2dcf6d3
MFC r330349 and r330362:

Allow pause_sbt() to catch signals during sleep by passing C_CATCH flag.
Define pause_sig() function macro helper similarly to other kernel functions
which catch signals. Update outdated function description.

Document pause_sig(9) and update prototypes for existing pause(9) and
pause_sbt(9) functions.

Discussed with: kib@
Suggested by: cem@
Sponsored by: Mellanox Technologies

git-svn-id: svn://svn.freebsd.org/base/stable/10@337034 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/man/man9/Makefile
share/man/man9/sleep.9
sys/kern/kern_synch.c
sys/sys/callout.h
sys/sys/systm.h