Re: svn commit: r314179 - in head: contrib/netbsd-tests/lib/librt include lib/libc/gen lib/libc/include share/man/man3 sys/kern

2017-02-24 Thread Bruce Evans
On Fri, 24 Feb 2017, Konstantin Belousov wrote: On Thu, Feb 23, 2017 at 07:36:39PM +, Eric van Gyzen wrote: Modified: head/include/semaphore.h == --- head/include/semaphore.hThu Feb 23 19:32:25 2017

Re: svn commit: r314179 - in head: contrib/netbsd-tests/lib/librt include lib/libc/gen lib/libc/include share/man/man3 sys/kern

2017-02-24 Thread Ngie Cooper (yaneurabeya)
> On Feb 24, 2017, at 6:43 AM, Alexey Dokuchaev wrote: > > On Fri, Feb 24, 2017 at 08:22:21AM -0600, Eric van Gyzen wrote: >> By the way, have you considered adding a Herald rule on Phabricator? >> Phab is not perfect, but a lot of folks use it, and the Herald rules >> are a

Re: svn commit: r314179 - in head: contrib/netbsd-tests/lib/librt include lib/libc/gen lib/libc/include share/man/man3 sys/kern

2017-02-24 Thread Alexey Dokuchaev
On Fri, Feb 24, 2017 at 08:22:21AM -0600, Eric van Gyzen wrote: > By the way, have you considered adding a Herald rule on Phabricator? > Phab is not perfect, but a lot of folks use it, and the Herald rules > are a very effective way to watch them play in one's area. +1, we need more Herald rules

Re: svn commit: r314179 - in head: contrib/netbsd-tests/lib/librt include lib/libc/gen lib/libc/include share/man/man3 sys/kern

2017-02-24 Thread Eric van Gyzen
On 02/24/2017 02:27, Konstantin Belousov wrote: On Thu, Feb 23, 2017 at 07:36:39PM +, Eric van Gyzen wrote: +int sem_clockwait_np(sem_t * __restrict, __clockid_t, int, + const struct timespec *, struct timespec *); I argue that semaphore.h is POSIX include file and the

Re: svn commit: r314179 - in head: contrib/netbsd-tests/lib/librt include lib/libc/gen lib/libc/include share/man/man3 sys/kern

2017-02-24 Thread Eric van Gyzen
Modified: head/contrib/netbsd-tests/lib/librt/t_sem.c ... *sigh* I really wish people would read MAINTAINERS and include me on CRs to contrib/netbsd-tests/ (especially since I spent a few weekends cleaning this up to diff reduce and contribute back changes to NetBSD). Drat. I totally failed

Re: svn commit: r314179 - in head: contrib/netbsd-tests/lib/librt include lib/libc/gen lib/libc/include share/man/man3 sys/kern

2017-02-24 Thread Konstantin Belousov
On Thu, Feb 23, 2017 at 07:36:39PM +, Eric van Gyzen wrote: > Modified: head/include/semaphore.h > == > --- head/include/semaphore.h Thu Feb 23 19:32:25 2017(r314178) > +++ head/include/semaphore.h Thu Feb 23

Re: svn commit: r314179 - in head: contrib/netbsd-tests/lib/librt include lib/libc/gen lib/libc/include share/man/man3 sys/kern

2017-02-23 Thread Ngie Cooper
On Thu, Feb 23, 2017 at 11:36 AM, Eric van Gyzen wrote: > Author: vangyzen > Date: Thu Feb 23 19:36:38 2017 > New Revision: 314179 > URL: https://svnweb.freebsd.org/changeset/base/314179 > > Log: > Add sem_clockwait_np() > > This function allows the caller to specify the

svn commit: r314179 - in head: contrib/netbsd-tests/lib/librt include lib/libc/gen lib/libc/include share/man/man3 sys/kern

2017-02-23 Thread Eric van Gyzen
Author: vangyzen Date: Thu Feb 23 19:36:38 2017 New Revision: 314179 URL: https://svnweb.freebsd.org/changeset/base/314179 Log: Add sem_clockwait_np() This function allows the caller to specify the reference clock and choose between absolute and relative mode. In relative mode, the