Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 2004 18:28:06 -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:  <200401110228.i0B2S6CB019630@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2004/01/10 18:28:06 PST

  FreeBSD src repository

  Modified files:
    sys/kern             kern_sig.c 
  Log:
  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.266     +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?200401110228.i0B2S6CB019630>