Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2004 10:56:45 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_sig.c
Message-ID:  <200401241856.i0OIujQ7032574@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@netch.kiev.ua>
  
  Revision   Changes    Path
  1.72.2.18  +1 -1      src/sys/kern/kern_sig.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401241856.i0OIujQ7032574>