cvs commit: src/lib/libc/compat-43 killpg.2

Maxim Konovalov maxim at FreeBSD.org
Tue Oct 10 04:37:42 PDT 2006


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


More information about the cvs-all mailing list