wtc%netscape.com
8a2b8ae4ab
Bugzilla bug 141820: don't quote parameters when calling DosStart.
...
The patch is contributed by Michael Kaply <mkaply@us.ibm.com>.
2002-05-02 21:14:00 +00:00
wtc%netscape.com
6fa9237285
Backed out the fix for bug 121975. It doesn't work on Windows 95.
...
Modified Files: configure configure.in WIN32.mk _win95.h w95dllmain.c
w95thred.c
2002-04-27 03:12:25 +00:00
seawood%netscape.com
3f93aa4005
Remove high performance timers from OS/2 and revert to default millisecond timer.
...
Thanks to Michael Kaply <mkaply@us.ibm.com> for the patch.
Bug #136958 r=cls
2002-04-23 14:11:31 +00:00
wtc%netscape.com
b68af03773
Deleted a printf statement in the Neutrino builds. Bug 135692.
2002-04-11 18:34:17 +00:00
wtc%netscape.com
e96ea0c3d8
Bug 135450: OS/2 only - don't set priority if it is the default.
...
The patch is contributed by Michael Kaply <mkaply@us.ibm.com>. r=wtc.
2002-04-11 18:31:09 +00:00
wtc%netscape.com
532f2dc700
Bugzilla bug 135448: removed a level of code to make semaphores faster.
...
This patch is contributed by Michael Kaply <mkaply@us.ibm.com>.
Modified files: _os2 os2cv.c os2vacpp.asm
2002-04-11 18:23:57 +00:00
wtc%netscape.com
cc0ed28d4b
Bugzilla bug 135119: fixed compilation problems on Linux Alpha. r=cls.
2002-04-11 18:11:46 +00:00
wtc%netscape.com
4f3be700d7
Bugzilla bug 136251: the assertion "xferred <= op->nbytes_to_send" should
...
not be applied when sendfilev() fails with a real error.
2002-04-09 00:06:45 +00:00
wtc%netscape.com
936b75c1ac
Set NSPR version to 4.2.
2002-04-02 23:48:52 +00:00
wtc%netscape.com
f19754602f
Bugzilla bug 132940: need to declare the sendfile error mapping function.
...
Modified files: _aix.h _solaris.h
2002-03-29 22:53:38 +00:00
wtc%netscape.com
94e3c24b61
Bugzilla bug 121975: allow the WIN95 version of NSPR to use static TLS when
...
possible. Thanks to Daniel Bratell <bratell@lysator.liu.se> for suggesting
this change and performing the measurements to show its improvement.
Modified files: configure configure.in WIN32.mk _win95.h w95dllmain.c
w95thred.c
2002-03-29 21:51:45 +00:00
wtc%netscape.com
b1e1a5e873
Bugzilla bug 134192: fixed a bug that may cause us to poll or select with
...
a zero timeout forever. Thanks to Jeff Stewart of Good Technology for the
bug report and explaining the bug to me.
Modified files: bnet.c os2sock.c unix.c w95sock.c ptio.c
2002-03-29 16:08:14 +00:00
wtc%netscape.com
d45082d6d8
Fixed white space.
2002-03-29 05:07:24 +00:00
wtc%netscape.com
dd39f845b3
Bugzilla bug 132940: the HPUX, Solaris, AIX, and Linux SendFile functions
...
should call pt_MapError, if only to be consistent with the other I/O
functions.
2002-03-27 15:30:09 +00:00
wtc%netscape.com
1becbadf07
Bugzilla bug 132208: added the 'tcp_nodelay' field to Linux's _MDFileDesc,
...
which is set by pt_SetSocketOption or pt_Accept and used by
pt_LinuxSendFile to avoid a setsockopt(TCP_CORK) call that is bound to
fail. Modified files: _unixos.h ptio.c
2002-03-27 15:13:49 +00:00
sfraser%netscape.com
60da5dabed
Changes required to build and debug with CodeWarrior Pro 7.2 and Universal Headers 3.4.1. r=wtc
2002-03-27 04:17:20 +00:00
wtc%netscape.com
f724c02532
Bugzilla bug 132812: handle the EINTR error from sendfilev().
2002-03-22 16:21:57 +00:00
wtc%netscape.com
84802b4349
Bugzilla bug 132208: implemented PR_SendFile on Linux with the sendfile
...
system call and the TCP_CORK socket option. r=jgmyers.
Modified Files: _linux.h unix_errors.c ptio.c
2002-03-20 21:09:41 +00:00
wtc%netscape.com
58c300d37d
Bugzilla bug 132089: use the UNIX98 pthread_mutexattr_settype function.
...
Add -D_XOPEN_SOURCE=500 to enable the UNIX98 compilation environment.
2002-03-20 21:06:10 +00:00
wtc%netscape.com
523a077fe7
Bugzilla bug 132208: call fstat() only when necessary in pt_HPUXSendFile.
2002-03-20 19:35:56 +00:00
wtc%netscape.com
f6e3a08158
Bugzilla bug 132089: use the adaptive pthread mutex type in glibc 2.2 or
...
higher for better performance.
2002-03-19 23:07:49 +00:00
wtc%netscape.com
6cf8b2d55d
Bugzilla bug 126637: renamed "std" to "st" because "std" is the C++
...
namespace for the standard C library. Not being able to use "std" as
a variable name in a C file is most likely a bug in the stlport 4.0
header files.
2002-03-19 04:57:07 +00:00
wtc%netscape.com
d2063b8ed0
Bugzilla bug 120161: backed out the previous checkin. I checked in a
...
different fix.
2002-03-19 04:41:40 +00:00
wtc%netscape.com
b6746f1d5d
Bugzilla bug 120161: define SA_RESTART for Neutrino.
2002-03-19 04:40:26 +00:00
wtc%netscape.com
91909d18b1
Bugzilla bug 120161: define SA_RESTART as 0 if it's not defined.
2002-03-19 04:31:24 +00:00
wtc%netscape.com
2e24081684
Merged the Mac Pro 7 changes onto the trunk of NSPR.
2002-03-14 23:31:03 +00:00
wtc%netscape.com
765088873f
White space changes to improve readability.
2002-03-10 06:43:11 +00:00
wtc%netscape.com
a0d2abb36e
Merged a change required by Mac Pro 7 from NSPRPUB_PRE_4_2_CLIENT_BRANCH.
2002-03-10 06:35:52 +00:00
wtc%netscape.com
01cb295546
Merged changes required by Mac Pro 7 from NSPRPUB_PRE_4_2_CLIENT_BRANCH.
2002-03-10 06:31:03 +00:00
sfraser%netscape.com
304003327f
Fix for bug 129364. Eliminate a window of time in which notifiers could fire when we hadn't set up the polling thread on the poll descriptors, which could cause lost notifications and FTP stalls. Also revert to PR_FAST_INTSON() from PR_INTSON(), which seems to fix a permanent stall issue on Mac OS X. r=wtc
2002-03-09 02:16:49 +00:00
sfraser%netscape.com
9e35df82af
Workaround fix for a stall on launch on dual CPU OS X machines, that is caused by a race condition entering the critical section. Bug 99561. r=wtc, a=dbaron
2002-03-05 00:51:32 +00:00
seawood%netscape.com
e942d69cd8
For nonblocking connections, wait for socket io if errno == EINTR, not EINPROGRESS.
...
Thanks to Paul Ashford <arougthopher@lizardland.net> for the patch.
Bug #70217 r=cls a=shaver
2002-02-22 06:43:23 +00:00
wtc%netscape.com
8368345735
Bugzilla bug 30746: fixed the problem of the previous NT primordial thread
...
fix in native threads only mode.
2002-02-22 02:52:28 +00:00
sfraser%netscape.com
1a13143b79
Fix for bug 121951 -- make PR_Poll on Mac work with layered file descriptors. r=wtc, r=gordon
2002-02-19 01:43:15 +00:00
sfraser%netscape.com
855f941a23
Fix for bug 121952 -- make PR_ConnectContinue work on Mac, re-enabling non-blocking connects. r=wtc. Also bring forward some code changes to build with CodeWarrior Pro 7 (UPP stuff).
2002-02-19 01:26:30 +00:00
wtc%netscape.com
aeb57f3f9d
Bugzilla bug 97485: added a stub for pr_FindSymbolInProg for Darwin.
2002-02-18 23:45:10 +00:00
wtc%netscape.com
c3e54b6e80
Bugzilla bug 30746: fixed the deadlock problem of the previous fix for this
...
bug on Windows if NSPR is initialized by the DllMain function of a DLL.
Modified files: prmwait.c prucpu.c
2002-02-18 23:08:48 +00:00
wtc%netscape.com
250eaf03b9
Bugzilla bug 124981: Enable IPv6 support for FreeBSD. This patch is
...
contributed by Munechika Sumikawa <sumikawa@ebina.hitachi.co.jp>.
2002-02-16 07:12:55 +00:00
seawood%netscape.com
5aa65e3ac5
Add "fast RAM semaphore" support.
...
Thanks to Mike Kaply <mkaply@us.ibm.com> for the patch.
Bug #125123 r=wtc
2002-02-16 02:24:56 +00:00
seawood%netscape.com
932c3b4930
Fix problem of "invisible" helper apps on OS/2.
...
Thanks to Mike Kaply <mkaply@us.ibm.com> for the patch.
Bug #125183 r=wtc
2002-02-16 02:17:14 +00:00
wtc%netscape.com
8d8444abd3
Bug 122433: checked in a workaround, which disables global optimization on ntio.c
2002-02-13 20:06:47 +00:00
wtc%netscape.com
95558da4ee
Deleted unused declaration of _pr_primordialCPU
2002-02-13 19:55:19 +00:00
wtc%netscape.com
c6ece1170d
Removed an unreachable break statement.
2002-02-13 01:58:17 +00:00
seawood%netscape.com
2956e9896b
Add workaround for missing addrlen in PRNetAddr & BONE failing getsockopt.
...
Thanks to Paul Ashford <arougthopher@lizardland.net> for the patch.
Bug #122364 r=wtc
2002-02-10 21:35:59 +00:00
seawood%netscape.com
133146a807
Add support for inheritable fds on BeOS.
...
Bug #96331 r=arougthopher@lizardland.net
2002-02-10 20:54:55 +00:00
seawood%netscape.com
94c6289eed
Implement MD process functions for BeOS.
...
Bug #96331 r=arougthopher@lizardland.net
2002-02-10 20:52:05 +00:00
wtc%netscape.com
5329f4271c
Bugzilla bug 117479: add the PR_ABS macro. Thanks to Roland Mainz
...
<Roland.Mainz@informatik.med.uni-giessen.de> for the patch.
2002-02-03 04:34:50 +00:00
seawood%netscape.com
25dd75c93a
Remove check against fd->secret->md.connectionReturnValue as it always returns 0. Fixing page not loading due to nonblocking connection problem.
...
Bug #121327 r=arougthopher@lizardland.net
2002-01-31 07:43:22 +00:00
wtc%netscape.com
c404392331
Bugzilla bug 97485: added support for the magic "nspr_use_zone_allocator"
...
global variable.
2002-01-29 03:01:45 +00:00
wtc%netscape.com
dd57e5256d
Implemented GetHiResClock() for HP-UX.
2002-01-27 05:08:43 +00:00