Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Mar 2011 20:01:24 +0000 (UTC)
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/compat/linux linux_signal.c
Message-ID:  <201103022001.p22K1aFN084284@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dchagin     2011-03-02 20:01:24 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/compat/linux     linux_signal.c 
  Log:
  SVN rev 219202 on 2011-03-02 20:01:24Z by dchagin
  
  MFC r218719 (by hand, depends on r209592):
  Make a linux_rt_sigtimedwait() system call is actually working.
  
  1) Translate the native signal number in the appropriate Linux signal.
  2) Remove bogus code, which can lead to a panic as it calls
     kern_sigtimedwait with the same ksiginfo.
  3) Return the corresponding signal number.
  
  Revision  Changes    Path
  1.67.2.5  +7 -11     src/sys/compat/linux/linux_signal.c



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