| Summary: | killpg(2) contains an error regarding sending SIGCONT | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Ryan Younce <ryany> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Ryan Younce
2003-10-30 08:40:08 UTC
maxim 2006-10-10 11:37:41 UTC
FreeBSD src repository
Modified files:
lib/libc/compat-43 killpg.2
Log:
o From kern_prot.c::p_cansignal():
UNIX signalling semantics require that processes in the same
session always be able to deliver SIGCONT to one another,
overriding the remaining protections.
Fix SIGCONT special case description similar to rev. 1.22 kill.2.
PR: docs/58710
Submitted by: Ryan Younce
MFC after: 2 weeks
Revision Changes Path
1.13 +2 -2 src/lib/libc/compat-43/killpg.2
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->patched Fixed in HEAD. Thanks and sorry it took so long. State Changed From-To: patched->closed Merged to RELENG_6. |