summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bugzilla bug 106496: fixed the WINNT version of PR_NewTCPSocketPair toNSPRPUB_RELEASE_4_2_BETA1wtc%netscape.com2002-01-251-2/+16
* Bugzilla bug 121872: define _PR_MD_LISTEN as a function so that we canwtc%netscape.com2002-01-252-2/+15
* Put the warning printfs inside #ifdef DEBUG.wtc%netscape.com2002-01-251-0/+4
* Fix bug 119329 -- change NSPR project to use tree-wide prefix files, for comp...sfraser%netscape.com2002-01-248-84/+8254
* The current zone allocator code does not compile under DCE threads on HP-UXwtc%netscape.com2002-01-241-1/+1
* Bugzilla bug 97485: fixed a few bugs in the zone allocator. Print warningwtc%netscape.com2002-01-242-7/+12
* Memory allocated by strdup() should be freed by free(), not PR_Free().wtc%netscape.com2002-01-241-1/+1
* Added $(topsrcdir) prefix to config/prmkdir.bat.wtc%netscape.com2002-01-241-2/+2
* Run the test on both the primordial thread and another thread.wtc%netscape.com2002-01-231-4/+22
* Added support for new HP-UX platform.wtc%netscape.com2002-01-237-40/+78
* Bugzilla bug 106496: PR_NewTCPSocketPair should check the source of thewtc%netscape.com2002-01-231-2/+18
* Bugzilla bug 119935: we need to set the priority of the new thread only ifwtc%netscape.com2002-01-232-1/+14
* Bugzilla bug 119384: deleted two assertions that contained illegal typewtc%netscape.com2002-01-231-2/+0
* Fixed compiler warnings.wtc%netscape.com2002-01-2321-55/+54
* Fixed if-else indentation style.wtc%netscape.com2002-01-222-10/+6
* Fix #99561 (on NSPR tip). Use MPSemaphore calls rather than WaitNextEvent to...sdagley%netscape.com2002-01-225-32/+138
* Bugzilla bug 100776: handle non-blocking connect correctly on OS/2.wtc%netscape.com2002-01-188-773/+657
* Bugzilla bug 118631: a correct implementation of _PR_CreateOS2Process.wtc%netscape.com2002-01-121-115/+139
* Bugzilla bug 119406: fixed a misspelling. Thanks to Nick Blieverswtc%netscape.com2002-01-111-1/+1
* Landing BeOS BONE support.seawood%netscape.com2002-01-109-305/+591
* Bugzilla bug 112987: correctly detect the FreeBSD versions in which poll()wtc%netscape.com2002-01-051-5/+14
* Define IS_64 for FreeBSD/alpha.wtc%netscape.com2002-01-021-4/+5
* Make building for Darwin/x86 work. The patch is from Matt Watson.wtc%netscape.com2002-01-022-23/+21
* Recent versions of freebsd have a threadsafe poll.seawood%netscape.com2002-01-012-3/+4
* Bugzilla bug 96199: added _PR_CleanupMW() to clean up the static datawtc%netscape.com2001-12-284-0/+14
* Bugzilla bug 96198: added _PR_CleanupDtoa() to destroy the locks createdwtc%netscape.com2001-12-284-0/+13
* Bugzilla bug 96197: added _PR_CleanupCallOnce() to destroy the lock andwtc%netscape.com2001-12-283-0/+10
* Bugzilla bug 96122: use _PR_ShutdownLinker() on all platforms to clean upwtc%netscape.com2001-12-285-13/+39
* Bugzilla bug 96112: destroys _pr_logLock in _PR_CleanupLog(). The patch iswtc%netscape.com2001-12-271-0/+5
* Bugzilla bug 95839: added _PR_CleanupNet() to destroy the locks created bywtc%netscape.com2001-12-274-0/+19
* Bugzilla bug 113935: truncate the log file if it already exists.wtc%netscape.com2001-12-271-1/+1