Kostik Belousov writes:
> No. My interpretation of __FreeBSD_version is that the bump indicates
> incompatible change in the interfaces.
...or the introduction of a new interface; see for instance r194210,
where simon@ bumped it to mark a new OpenSSL version with new features.
It is widely used i
In message: <20091202132904.gh2...@deviant.kiev.zoral.com.ua>
Kostik Belousov writes:
: On Wed, Dec 02, 2009 at 07:25:56PM +1000, Dima Panov wrote:
: > On Thursday 26 November 2009 23:49:38 Konstantin Belousov wrote:
: > > Author: kib
: > > Date: Thu Nov 26 13:49:37 2009
: > > New Revi
On Wed, Dec 02, 2009 at 07:25:56PM +1000, Dima Panov wrote:
> On Thursday 26 November 2009 23:49:38 Konstantin Belousov wrote:
> > Author: kib
> > Date: Thu Nov 26 13:49:37 2009
> > New Revision: 199827
> > URL: http://svn.freebsd.org/changeset/base/199827
> >
> > Log:
> > Implement sighold, sig
On Thursday 26 November 2009 23:49:38 Konstantin Belousov wrote:
> Author: kib
> Date: Thu Nov 26 13:49:37 2009
> New Revision: 199827
> URL: http://svn.freebsd.org/changeset/base/199827
>
> Log:
> Implement sighold, sigignore, sigpause, sigrelse, sigset functions
> from SUSv4 XSI. Note that t
Author: kib
Date: Thu Nov 26 13:49:37 2009
New Revision: 199827
URL: http://svn.freebsd.org/changeset/base/199827
Log:
Implement sighold, sigignore, sigpause, sigrelse, sigset functions
from SUSv4 XSI. Note that the functions are obsoleted, and only
provided to ease porting from System V-lik