if nfds > FD_SETSIZE, allocate room for the bitmasks inside the kernel; also
authorderaadt <deraadt@openbsd.org>
Tue, 7 May 1996 05:52:01 +0000 (05:52 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 7 May 1996 05:52:01 +0000 (05:52 +0000)
commit6800230c9154f07a5d6c0597f55982329d5b4aeb
treeb9e6190a04de53bf07cde42eb4cc9e55d8a70f76
parent9a7338af230b2dc28e179afc1e98296d1a7f50ab
if nfds > FD_SETSIZE, allocate room for the bitmasks inside the kernel; also
selscan() now understands that it may possible be passed home-grown fd_set's
larger than FD_SETSIZE.
sys/kern/sys_generic.c