cdesktopenv/cde/lib
Jon Trulson 9f0fbc3015 mp_rpc_server.C: limit iteration of svc_fdset to FD_SETSIZE, as per spec.
In init() there was code iterating over all of the possible file
descriptors in a svc_fdset.  fdsets are limited to FD_SETSIZE.  This
caused coredumps on FreeBSD 10, and possibly other hidden issues.

Moving to poll(), rather than select() would be better, but is a bigger
job.  For now, just limit to the FD_SETSIZE that select() requires.
2014-03-10 14:49:37 -06:00
..
DtHelp NetBSD port 2014-02-22 19:12:19 -07:00
DtMrm Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
DtPrint kill a few more warnings in DtPrint 2013-07-22 17:15:34 -06:00
DtSearch Introduction of BSDArchitecture 2013-10-20 16:23:40 -06:00
DtSvc Version change to 2.2.1 2014-03-01 15:48:49 -07:00
DtTerm libDtTerm: add include <stdio.h> so FILE is properly defined. 2014-03-09 00:21:40 -07:00
DtWidget NetBSD port 2014-02-22 19:12:19 -07:00
DtXinerama Add basic Xinerama support via new lib/DtXinerama 2013-03-26 19:49:50 -06:00
csa libcsa: Resolve 96 -Wunused-variable warnings. 2012-11-06 15:07:08 +00:00
pam Get rid of malloc.h. 2012-08-12 14:20:58 -06:00
tt mp_rpc_server.C: limit iteration of svc_fdset to FD_SETSIZE, as per spec. 2014-03-10 14:49:37 -06:00
Imakefile Add basic Xinerama support via new lib/DtXinerama 2013-03-26 19:49:50 -06:00