summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Branch fix for bug 129364. Close a window of time in which notifiers could fi...MOZILLA_0_9_9_BRANCHsfraser%netscape.com2002-03-091-25/+28
* Workaround fix for a stall on launch on dual CPU OS X machines, that is cause...MOZILLA_0_9_9_RELEASELayeredDOM_20020307_BASEsfraser%netscape.com2002-03-051-0/+11
* fixup commit for branch 'MOZILLA_0_9_9_BRANCH'MOZILLA_0_9_9_20020301cvs2hg2002-02-260-0/+0
* 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
* 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-193-29/+31
* Bugzilla bug 124981: Enable IPv6 support for FreeBSD.wtc%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
* 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 to NSPRPUB_PRE_4_2_CLIENT_BRANCH.wtc%netscape.com2002-02-071-1/+3
* Remove check against fd->secret->md.connectionReturnValue as it always return...seawood%netscape.com2002-01-311-8/+0
* Fix blocker bug 121326 (any SSL transaction causes Mac to freeze) by checking...sfraser%netscape.com2002-01-281-0/+10
* Bugzilla bug 119834: checked the fix into NSPRPUB_PRE_4_2_CLIENT_BRANCH.wtc%netscape.com2002-01-271-2/+0
* Removing obsolete .toc file (supplanted by XML projects)sfraser%netscape.com2002-01-241-69/+0
* Fixing bug 119329 -- make NSPR use tree-wide prefix files on Mac, so that we ...sfraser%netscape.com2002-01-246-15/+22
* Fix #99561. Use MPSemaphore calls rather than WaitNextEvent to pause CPU und...sdagley%netscape.com2002-01-225-32/+138
* Bugzilla bug 100776: Merged the fix onto the NSPRPUB_PRE_4_2_CLIENT_BRANCH.wtc%netscape.com2002-01-228-773/+657
* Checked in the fix for bug 118631 on the NSPRPUB_PRE_4_2_CLIENT_BRANCH.wtc%netscape.com2002-01-121-115/+139
* Bugzilla bug 119406: checked in the fix on thewtc%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-031-4/+5
* Make building for Darwin/x86 work. The patch is from Matt Watson.wtc%netscape.com2002-01-032-23/+21
* Recent versions of freebsd have a threadsafe poll.seawood%netscape.com2002-01-012-3/+4
* fixup commit for branch 'NSPRPUB_PRE_4_2_CLIENT_BRANCH'cvs2hg2001-12-273-0/+2566
* Bugzilla bug 48308: checked in part of the patch to bring NSPR up towtc%netscape.com2001-12-264-10/+21
* Bugzilla bug 115149: clean up threads properly on non-emx platforms.wtc%netscape.com2001-12-204-50/+29
* Bugzilla bug 97485: added the zone allocator (implemented by Nelsonwtc%netscape.com2001-12-204-0/+378
* Landing NSPR changes for the Mac Pro 7 landingsfraser%netscape.com2001-12-105-9/+10
* New XML project file for Pro 7 landingsfraser%netscape.com2001-12-101-0/+8232
* Fix bug 106999 -- implement Mac atomic operations using Open Transport routin...sfraser%netscape.com2001-12-072-0/+39
* Bugzilla bug 113740: do not use the 32-bit SPARC assembly implementation ofwtc%netscape.com2001-12-072-34/+28
* fixup commit for branch 'NSPRPUB_PRE_4_2_CLIENT_BRANCH'cvs2hg2001-12-072-0/+1595
* Do not build NSPR optimized if MOZ_TRACE_MALLOC is set.seawood%netscape.com2001-12-061-1/+1
* Remove --disable-gcc-pipe option.seawood%netscape.com2001-12-022-115/+98
* Revert to using standard config.sub & config.guess entries for OS/2.seawood%netscape.com2001-12-014-30/+15
* Add check for -pipe feature for gcc variants rather than hardcoding it for so...seawood%netscape.com2001-11-152-119/+226
* Use -no-cpp-precomp instead of -traditional-cpp for darwin.seawood%netscape.com2001-11-142-2/+2
* Tell BSD strip to just strip local & debug symbols rather than all symbols.seawood%netscape.com2001-11-032-22/+24
* Move darwin section to proper platform locationseawood%netscape.com2001-11-032-64/+64
* Add comment explaining why we use -traditional-cpp for Darwin.seawood%netscape.com2001-11-032-18/+20
* Adding strtok.c per bug 106372sfraser%netscape.com2001-11-011-0/+0
* Added lib/tests/Makefile to the list of makefiles to be generated bywtc%netscape.com2001-11-015-1/+81
* fixup commit for branch 'NSPRPUB_PRE_4_2_CLIENT_BRANCH'cvs2hg2001-10-311-0/+86
* Bugzilla bug 106771: support building on HP-UX 11.11. The patch is fromwtc%netscape.com2001-10-262-4/+4