NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/54158 CVS commit: src/sys/kern



The following reply was made to PR kern/54158; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54158 CVS commit: src/sys/kern
Date: Sat, 4 May 2019 11:46:58 -0400

 Module Name:	src
 Committed By:	christos
 Date:		Sat May  4 15:46:58 UTC 2019
 
 Modified Files:
 	src/sys/kern: sys_select.c
 
 Log Message:
 PR/54158: Anthony Mallet: poll(2) does not allow polling all possible fds
 (hardcoded limit to 1000 + #<open-fds>). Changed to limit by the max of
 the resource limit of open descriptors and the above.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.41 -r1.42 src/sys/kern/sys_select.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index