cvs commit: src/sys/kern kern_sig.c

Robert Watson rwatson at FreeBSD.org
Sat Jan 24 10:56:56 PST 2004


rwatson     2004/01/24 10:56:45 PST

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/kern             kern_sig.c 
  Log:
  MFC kern_sig.c:1.266
  
    When not creating a core dump due to resource limits specifying
    a maximum dump size of 0, return a size-related error, rather
    than returning success.  Otherwise, waitpid() will incorrectly
    return a status indicating that a core dump was created.  Note
    that the specific error doesn't actually matter, since it's lost.
  
    MFC after:      2 weeks
    PR:             60367
    Submitted by:   Valentin Nechayev <netch at netch.kiev.ua>
  
  Revision   Changes    Path
  1.72.2.18  +1 -1      src/sys/kern/kern_sig.c


More information about the cvs-all mailing list