Re: svn commit: r296109 - head/libexec/rlogind

2016-02-27 Thread Bruce Evans
On Sat, 27 Feb 2016, Jilles Tjoelker wrote: On Sat, Feb 27, 2016 at 09:48:05AM -0500, Pedro Giffuni wrote: In the case of rlogind, note that the above limitation [FD_SETSIZE] has disappeared by using poll(2). I will add that FreeBSD has a native poll(2) implementation, it is not a wrapper

Re: svn commit: r296109 - head/libexec/rlogind

2016-02-27 Thread Pedro Giffuni
On 02/27/16 13:38, Jilles Tjoelker wrote: On Sat, Feb 27, 2016 at 09:48:05AM -0500, Pedro Giffuni wrote: In the case of rlogind, note that the above limitation [FD_SETSIZE] has disappeared by using poll(2). I will add that FreeBSD has a native poll(2) implementation, it is not a wrapper

Re: svn commit: r296109 - head/libexec/rlogind

2016-02-27 Thread Jilles Tjoelker
On Sat, Feb 27, 2016 at 09:48:05AM -0500, Pedro Giffuni wrote: > In the case of rlogind, note that the above limitation [FD_SETSIZE] > has disappeared by using poll(2). > I will add that FreeBSD has a native poll(2) implementation, it is > not a wrapper around select as some old postings would

Re: svn commit: r296109 - head/libexec/rlogind

2016-02-27 Thread Pedro Giffuni
Hello; On 02/27/16 08:08, Ronald Klop wrote: Hi, I'm not a FreeBSD commiter, but read these commits to stay informed about what is happening. This commit (and the one for talk) mentions _what_ is changed, but not _why_ it is changed. I'm curious why this is better. Mind to share any comments

Re: svn commit: r296109 - head/libexec/rlogind

2016-02-27 Thread Ronald Klop
Hi, I'm not a FreeBSD commiter, but read these commits to stay informed about what is happening. This commit (and the one for talk) mentions _what_ is changed, but not _why_ it is changed. I'm curious why this is better. Mind to share any comments on this? Regards, Ronald. On Fri, 26

svn commit: r296109 - head/libexec/rlogind

2016-02-26 Thread Pedro F. Giffuni
Author: pfg Date: Fri Feb 26 20:02:01 2016 New Revision: 296109 URL: https://svnweb.freebsd.org/changeset/base/296109 Log: rlogin(1): Replace select(2) with poll(2). Obtanied from:NetBSD (CVS Rev. 1.27 - 1.28) Modified: head/libexec/rlogind/rlogind.c Modified: