mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
5e41bd2cd2
poll(2) or kqueue(2). Previously we rejected fd's higher than FD_SETSIZE for kevent(2), and larger than sysconf(_SC_OPEN_MAX) for poll(2). However, the check for poll(2) wasn't really needed. open(2) and socket(2) won't return an fd you can't pass to either poll(2) or kevent(2). This fixes a but where gethostbyname() would fail if you had more than 1023 files open in a process. MFC after: 1 week Reviewed by: ume Found by: ps |
||
---|---|---|
.. | ||
bind | ||
csu | ||
libalias | ||
libarchive | ||
libatm | ||
libautofs | ||
libbegemot | ||
libbluetooth | ||
libbsm | ||
libbsnmp | ||
libbz2 | ||
libc | ||
libc_r | ||
libcalendar | ||
libcam | ||
libcom_err | ||
libcompat | ||
libcrypt | ||
libdevinfo | ||
libdevstat | ||
libdisk | ||
libedit | ||
libelf | ||
libexpat | ||
libfetch | ||
libftpio | ||
libgeom | ||
libgpib | ||
libgssapi | ||
libipsec | ||
libipx | ||
libkiconv | ||
libkse | ||
libkvm | ||
libmagic | ||
libmd | ||
libmemstat | ||
libmilter | ||
libmp | ||
libncp | ||
libnetgraph | ||
libngatm | ||
libopie | ||
libpam | ||
libpcap | ||
libpmc | ||
libpthread | ||
libradius | ||
librpcsvc | ||
librt | ||
libsbuf | ||
libsdp | ||
libsm | ||
libsmb | ||
libsmdb | ||
libsmutil | ||
libstand | ||
libtacplus | ||
libtelnet | ||
libthr | ||
libthread_db | ||
libufs | ||
libugidfw | ||
libusbhid | ||
libutil | ||
libvgl | ||
libwrap | ||
liby | ||
libypclnt | ||
libz | ||
msun | ||
ncurses | ||
Makefile | ||
Makefile.inc |