gecko-dev/nsprpub/pr/include/md
wtc%netscape.com 61591dded1 Bug 188439: fixed a bug in the PR_Poll implementation for
_PR_POLL_WITH_SELECT.  We could still call FD_SET if the osfd was larger
than FD_SETSIZE.  Fixed the bug that _PR_POLL_WITH_SELECT was defined after
the system header files had been included.  Need to define it on the
compile command line.  Define _USE_BIG_FDS on HP-UX.  Because that macro
increases the size of fd_set to about 7500 bytes and PR_Poll allocates 3
fd_sets on the stack, also increased the minimum thread stack size to 128KB
on HP-UX.
Modified Files: configure configure.in _hpux.h _osf1.h ptio.c
2003-01-20 20:52:48 +00:00
..
_aix32.cfg Bugzilla bug 142677: made --disable-ipv6 work on AIX. Removed the obsolete 2002-05-07 01:43:40 +00:00
_aix64.cfg
_aix.h Bug 168228: added IPv6 support for Darwin (Mac OS X). Added two new 2003-01-16 16:16:34 +00:00
_beos.cfg
_beos.h Bug 134099: Worked around two BeOS bugs. 1. connect does not implicitly 2002-06-11 20:05:32 +00:00
_bsdi.cfg
_bsdi.h Bug 168228: added IPv6 support for Darwin (Mac OS X). Added two new 2003-01-16 16:16:34 +00:00
_darwin.cfg Remove DARWIN define from osx builds as it cripples the feature set provided by 2002-07-18 04:11:48 +00:00
_darwin.h Bug 168228: added IPv6 support for Darwin (Mac OS X). Added two new 2003-01-16 16:16:34 +00:00
_dgux.cfg
_dgux.h
_freebsd.cfg
_freebsd.h Bug 168228: added IPv6 support for Darwin (Mac OS X). Added two new 2003-01-16 16:16:34 +00:00
_hpux32.cfg
_hpux64.cfg
_hpux.h Bug 188439: fixed a bug in the PR_Poll implementation for 2003-01-20 20:52:48 +00:00
_irix32.cfg
_irix64.cfg
_irix.h Bug 168228: added IPv6 support for Darwin (Mac OS X). Added two new 2003-01-16 16:16:34 +00:00
_linux.cfg
_linux.h Bug 168228: added IPv6 support for Darwin (Mac OS X). Added two new 2003-01-16 16:16:34 +00:00
_macos.h Fix bug 158927 -- controls not drawing correctly in QuickTime plugin. The problem was that the thread scheduling Timer Task would call WakeUpProcess() every time when we are blocked and not servicing NSPR threads (for example when tracking plugin controls). A side effect of this is to prevent Mac OS X from flushing the window back buffers, hence the drawing issues. Fix is to only call WakeUpProcess() if we've been through the scheduler since the last time. r=sdaglye, wtc. a=asa. 2002-07-27 01:01:36 +00:00
_ncr.cfg
_ncr.h
_nec.cfg
_nec.h
_netbsd.cfg
_netbsd.h Bug 168228: added IPv6 support for Darwin (Mac OS X). Added two new 2003-01-16 16:16:34 +00:00
_nextstep.cfg
_nextstep.h
_nspr_pthread.h
_nto.cfg
_nto.h
_openbsd.cfg
_openbsd.h
_openvms.cfg
_openvms.h Bug 168228: added IPv6 support for Darwin (Mac OS X). Added two new 2003-01-16 16:16:34 +00:00
_os2_errors.h
_os2.cfg
_os2.h Bugzilla bug 135448: removed a level of code to make semaphores faster. 2002-04-11 18:23:57 +00:00
_osf1.cfg
_osf1.h Bug 188439: fixed a bug in the PR_Poll implementation for 2003-01-20 20:52:48 +00:00
_pcos.h
_pth.h Bug 166412: ported NSPR to AIX 5.1. AIX 5.1 is the same as AIX 4.3 as far 2002-12-11 23:10:41 +00:00
_qnx.cfg
_qnx.h
_reliantunix.cfg
_reliantunix.h
_rhapsody.cfg
_rhapsody.h
_scoos.cfg
_scoos.h
_solaris32.cfg Bug 160030: check for __sparc and __i386, which is defined by the Solaris 2002-08-15 23:04:03 +00:00
_solaris64.cfg Bug 160030: check for __sparc and __i386, which is defined by the Solaris 2002-08-15 23:04:03 +00:00
_solaris.h Bug 168228: added IPv6 support for Darwin (Mac OS X). Added two new 2003-01-16 16:16:34 +00:00
_sony.cfg
_sony.h
_sunos4.cfg
_sunos4.h
_unix_errors.h
_unixos.h
_unixware7.cfg
_unixware.cfg
_unixware.h
_win16.cfg
_win16.h
_win32_errors.h
_win95.cfg
_win95.h Bug 188396: don't use ftime because its 32-bit timestamp will overflow 2003-01-14 13:22:32 +00:00
_winnt.cfg
_winnt.h Bug 134113: make NSPR build on Win32 using MinGW gcc. The patch is 2003-01-20 16:26:24 +00:00
.cvsignore
Makefile.in Bug 180293: moved the OpenVMS build from the POSIX subsystem to native VMS 2002-12-12 01:41:31 +00:00
prosdep.h
sunos4.h