summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla bug 132940: need to declare the sendfile error mapping function.NSPR_4_2_RC2wtc%netscape.com2002-03-292-0/+4
* Bugzilla bug 121975: allow the WIN95 version of NSPR to use static TLS whenwtc%netscape.com2002-03-296-74/+92
* Bugzilla bug 134192: fixed a bug that may cause us to poll or select withwtc%netscape.com2002-03-295-16/+71
* Fixed white space.wtc%netscape.com2002-03-291-40/+40
* Bugzilla bug 132940: the HPUX, Solaris, AIX, and Linux SendFile functionswtc%netscape.com2002-03-271-4/+4
* Bugzilla bug 132208: added the 'tcp_nodelay' field to Linux's _MDFileDesc,wtc%netscape.com2002-03-272-5/+36
* Changes required to build and debug with CodeWarrior Pro 7.2 and Universal He...sfraser%netscape.com2002-03-273-3/+19
* Bugzilla bug 132812: handle the EINTR error from sendfilev().wtc%netscape.com2002-03-221-1/+2
* Bugzilla bug 132208: implemented PR_SendFile on Linux with the sendfileNSPR_4_2_RC1wtc%netscape.com2002-03-203-0/+177
* Bugzilla bug 132089: use the UNIX98 pthread_mutexattr_settype function.wtc%netscape.com2002-03-202-1/+6
* Bugzilla bug 132208: call fstat() only when necessary in pt_HPUXSendFile.wtc%netscape.com2002-03-201-7/+9
* Bugzilla bug 132089: use the adaptive pthread mutex type in glibc 2.2 orwtc%netscape.com2002-03-191-0/+7
* Bugzilla bug 126637: renamed "std" to "st" because "std" is the C++wtc%netscape.com2002-03-191-23/+23
* Bugzilla bug 120161: backed out the previous checkin. I checked in awtc%netscape.com2002-03-191-3/+0
* Bugzilla bug 120161: define SA_RESTART for Neutrino.wtc%netscape.com2002-03-191-0/+2
* Bugzilla bug 120161: define SA_RESTART as 0 if it's not defined.wtc%netscape.com2002-03-191-0/+3
* Removed NSPR20PPC.mcp. This has been replaced by NSPR20PPC.xml.wtc%netscape.com2002-03-151-0/+0
* Merged the Mac Pro 7 changes onto the trunk of NSPR.wtc%netscape.com2002-03-141-3/+3
* Temporarily force NSPR to be built as -j1 to workaround -j bug in pr/src/Make...seawood%netscape.com2002-03-141-0/+2
* Bugzilla bug 129633: changed the default select for OS/2 to BSD_SELECT.wtc%netscape.com2002-03-102-5/+5
* White space changes to improve readability.wtc%netscape.com2002-03-101-8/+8
* Merged a change required by Mac Pro 7 from NSPRPUB_PRE_4_2_CLIENT_BRANCH.wtc%netscape.com2002-03-101-0/+1
* Merged changes required by Mac Pro 7 from NSPRPUB_PRE_4_2_CLIENT_BRANCH.wtc%netscape.com2002-03-101-4/+4
* Fix for bug 129364. Eliminate a window of time in which notifiers could fire ...sfraser%netscape.com2002-03-091-26/+29
* Workaround fix for a stall on launch on dual CPU OS X machines, that is cause...sfraser%netscape.com2002-03-051-0/+11
* Add -lrt/-lposix4 to OS_LIBS on Solaris so that Purify doesn't complain about...seawood%netscape.com2002-02-262-18/+28
* Create shared libraries using $(CC) for FreeBSD.seawood%netscape.com2002-02-262-29/+70
* For nonblocking connections, wait for socket io if errno == EINTR, not EINPRO...seawood%netscape.com2002-02-221-1/+1
* Bugzilla bug 30746: fixed the problem of the previous NT primordial threadwtc%netscape.com2002-02-221-21/+23
* Fix for bug 121951 -- make PR_Poll on Mac work with layered file descriptors....sfraser%netscape.com2002-02-191-104/+185
* Fix for bug 121952 -- make PR_ConnectContinue work on Mac, re-enabling non-bl...sfraser%netscape.com2002-02-195-12/+24
* Bugzilla bug 97485: added a stub for pr_FindSymbolInProg for Darwin.NSPRPUB_RELEASE_4_2_BETA2wtc%netscape.com2002-02-181-0/+9
* Bugzilla bug 30746: fixed the deadlock problem of the previous fix for thiswtc%netscape.com2002-02-182-99/+96
* Bugzilla bug 124981: Enable IPv6 support for FreeBSD. This patch iswtc%netscape.com2002-02-161-0/+6
* Add "fast RAM semaphore" support.seawood%netscape.com2002-02-163-12/+375
* Fix problem of "invisible" helper apps on OS/2.seawood%netscape.com2002-02-161-2/+2
* Bug 122433: checked in a workaround, which disables global optimization on nt...wtc%netscape.com2002-02-131-0/+8
* Deleted unused declaration of _pr_primordialCPUwtc%netscape.com2002-02-131-1/+0
* Removed an unreachable break statement.wtc%netscape.com2002-02-131-1/+0
* Add workaround for missing addrlen in PRNetAddr & BONE failing getsockopt.seawood%netscape.com2002-02-103-317/+373
* Add support for inheritable fds on BeOS.seawood%netscape.com2002-02-103-5/+33
* Implement MD process functions for BeOS.seawood%netscape.com2002-02-101-5/+179
* Bugzilla bug 117479: add the PR_ABS macro. Thanks to Roland Mainzwtc%netscape.com2002-02-031-1/+3
* Remove check against fd->secret->md.connectionReturnValue as it always return...seawood%netscape.com2002-01-311-8/+0
* Bugzilla bug 97485: added support for the magic "nspr_use_zone_allocator"wtc%netscape.com2002-01-291-1/+50
* Implemented GetHiResClock() for HP-UX.wtc%netscape.com2002-01-271-1/+6
* Bugzilla bug 113152: do not define or test the macro 'linux'. Thanks towtc%netscape.com2002-01-274-28/+23
* Backed out the previous checkin. Misunderstood the cause of the problem.wtc%netscape.com2002-01-271-1/+1
* Bugzilla bug 121872: define _PR_MD_LISTEN as a function so that we can setwtc%netscape.com2002-01-273-1/+17
* Continue to use the HP shl_load interface on 64-bit HP-UX/PA-RISC forwtc%netscape.com2002-01-261-1/+1