Re: svn commit: r273601 - head/lib/libc/gen

2014-10-25 Thread Baptiste Daroussin
On Sat, Oct 25, 2014 at 07:42:44AM +0400, Andrey Chernov wrote: > On 25.10.2014 6:21, Andrey Chernov wrote: > > On 24.10.2014 23:55, John Baldwin wrote: > >> Author: jhb > >> Date: Fri Oct 24 19:55:49 2014 > >> New Revision: 273601 > >> URL: https://svnweb.freebsd.org/changeset/base/273601 > >> > >

Re: svn commit: r273601 - head/lib/libc/gen

2014-10-25 Thread John Baldwin
On Saturday, October 25, 2014 07:42:44 AM Andrey Chernov wrote: > On 25.10.2014 6:21, Andrey Chernov wrote: > > On 24.10.2014 23:55, John Baldwin wrote: > >> Author: jhb > >> Date: Fri Oct 24 19:55:49 2014 > >> New Revision: 273601 > >> URL: https://svnweb.freebsd.org/changeset/base/273601 > >> >

Re: svn commit: r273601 - head/lib/libc/gen

2014-10-24 Thread Andrey Chernov
On 25.10.2014 6:21, Andrey Chernov wrote: > On 24.10.2014 23:55, John Baldwin wrote: >> Author: jhb >> Date: Fri Oct 24 19:55:49 2014 >> New Revision: 273601 >> URL: https://svnweb.freebsd.org/changeset/base/273601 >> >> Log: >> Don't reference sem(4) from the POSIX semaphore pages. POSIX semaph

Re: svn commit: r273601 - head/lib/libc/gen

2014-10-24 Thread Andrey Chernov
On 24.10.2014 23:55, John Baldwin wrote: > Author: jhb > Date: Fri Oct 24 19:55:49 2014 > New Revision: 273601 > URL: https://svnweb.freebsd.org/changeset/base/273601 > > Log: > Don't reference sem(4) from the POSIX semaphore pages. POSIX semaphores > were reimplemented using umtx in FreeBSD