Re: svn commit: r302328 - in head/sys: kern sys

2016-07-05 Thread Ngie Cooper (yaneurabeya)
> On Jul 5, 2016, at 03:08, Bruce Evans wrote: > > On Sun, 3 Jul 2016, Konstantin Belousov wrote: > > This is mostly a test reply (replying to src-committers has stopped > working for newer commits). > >> Log: >> Provide helper macros to detect 'non-silent SBDRY' state and to >> calculate appr

Re: svn commit: r302328 - in head/sys: kern sys

2016-07-05 Thread Bruce Evans
On Sun, 3 Jul 2016, Konstantin Belousov wrote: This is mostly a test reply (replying to src-committers has stopped working for newer commits). Log: Provide helper macros to detect 'non-silent SBDRY' state and to calculate appropriate return value for stops. Simplify the code by using them.

svn commit: r302328 - in head/sys: kern sys

2016-07-03 Thread Konstantin Belousov
Author: kib Date: Sun Jul 3 18:19:48 2016 New Revision: 302328 URL: https://svnweb.freebsd.org/changeset/base/302328 Log: Provide helper macros to detect 'non-silent SBDRY' state and to calculate appropriate return value for stops. Simplify the code by using them. Fix typo in sig_susp