summaryrefslogtreecommitdiff
path: root/pr/src
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'ANGELON_MOZ_14_BR_BRANCH'NETSCAPE_7_1_RELEASEMOZILLA_1_4_RELEASEMOZILLA_1_4_1_RELEASEANGELON_MOZ_14_BR_BASEANGELON_MOZ_14_BR_BRANCHcvs2hg2003-06-1991-2553/+6890
* Bugzilla bug 48308: checked in part of the patch to bring NSPR up towtc%netscape.com2001-12-262-5/+7
* Bugzilla bug 115149: clean up threads properly on non-emx platforms.wtc%netscape.com2001-12-203-45/+25
* Bugzilla bug 97485: added the zone allocator (implemented by Nelsonwtc%netscape.com2001-12-203-0/+361
* Fix bug 106999 -- implement Mac atomic operations using Open Transport routin...sfraser%netscape.com2001-12-071-0/+20
* Bugzilla bug 113906: Made _PR_MD_OPEN more efficient. The patch iswtc%netscape.com2001-12-071-16/+25
* Convert all rhapsody (pre-beta-macosx) references to darwin.seawood%netscape.com2001-10-268-44/+10
* Rename rhapsody to darwinseawood%netscape.com2001-10-251-1/+1
* Bugzilla bug 71179: Neutrino needs the RTLD_GROUP flag to load Netscapewtc%netscape.com2001-10-171-0/+5
* Bugzilla bug 77197: use spawn in Neutrino because fork & exec does notwtc%netscape.com2001-10-171-0/+42
* Bugzilla bug 105154: fixed a timing problem in OS/2's implementation ofwtc%netscape.com2001-10-161-2/+6
* We don't assert on invalid arguments now.wtc%netscape.com2001-10-161-5/+0
* Fix for 100353 -- handle polling for read and write on different threads, and...sfraser%netscape.com2001-10-091-129/+172
* Solaris 7 has deprecated the use of libposix4 in favor of librt. Check the OS...cls%seawood.org2001-10-021-2/+13
* Bugzilla bug 84035: backed out the changes to the PRMonitor functionswtc%netscape.com2001-09-281-19/+22
* Fix for bug 71718. Make Mac NSPR work on dual CPU Mac OS X macines by using M...sfraser%netscape.com2001-09-276-44/+432
* Remove commented out references to mozilla xp_*.h files.cls%seawood.org2001-09-221-7/+0
* Fix for bug 97866. Fixes async file I/O to ensure that we always call WaitOnT...sfraser%netscape.com2001-09-201-29/+26
* Fix #99556. Account for change in Mac epoch time as of MSL 6. r=wtc/sfrasersdagley%netscape.com2001-09-171-3/+4
* Added 'const' to two arrays of constants. Thanks to Simon Fraser forwtc%netscape.com2001-09-151-2/+2
* Bugzilla bug 98741: replaced NPL by MPL/GPL.wtc%netscape.com2001-09-072-28/+62
* Bugzilla bug 98741: removed the extra NPL header.wtc%netscape.com2001-09-071-17/+1
* Bugzilla bug 98741: changed the license URL to http://www.mozilla.org/MPL/.wtc%netscape.com2001-09-071-1/+1
* Bugzilla bug 95836: Added _PR_CleanupIO() and made it callwtc%netscape.com2001-09-074-3/+52
* Bugzilla bug 95817: destroy _pr_sleeplock in PR_Cleanup(). The patch iswtc%netscape.com2001-09-072-0/+4
* Bugzilla bug 95773: Added _PR_CleanupEnv() and call it from PR_Cleanup().wtc%netscape.com2001-09-073-0/+11
* Bugzilla bug 97456: fixed build error on BSD/OS 4.3 (beta3). The patchwtc%netscape.com2001-08-301-1/+1
* Bugzilla bug 95784: added _PR_CleanupLayerCache and call it fromwtc%netscape.com2001-08-303-0/+21
* Bugzilla bug 95668: added _PR_CleanupThreads and call it from PR_Cleanup.wtc%netscape.com2001-08-292-0/+22
* Bugzilla bug 95659: added _PR_CleanupStacks(), which is called fromwtc%netscape.com2001-08-292-0/+9
* Bugzilla bug 54353: free the log modules at NSPR cleanup. Thanks towtc%netscape.com2001-08-281-0/+10
* Bugzilla bug 96673: removed the unnecessary and non-portable initializerswtc%netscape.com2001-08-281-2/+2
* Merged brendan's fix from NSPRPUB_CLIENT_BRANCH (now obsolete).wtc%netscape.com2001-08-191-2/+0
* Bugzilla bug 95744: handle the case that ENOTEMPTY and EEXIST have theNSPRPUB_CLIENT_TAGwtc%netscape.com2001-08-171-0/+5
* _MD_pr_poll should exit with error if select returns -1 and errno is not EINTR.cls%seawood.org2001-08-141-4/+10
* On BeOS, leave the stub libraries loaded as future versions of the BeOS kerne...cls%seawood.org2001-08-131-88/+91
* Checking in beard's fix for bug #81659 from the 0.9.2 branch onto NSPR tip, r...sdagley%netscape.com2001-07-251-4/+7
* Fixed build breakage on Mac.wtc%netscape.com2001-06-281-1/+1
* Bugzilla bug 81659: restored the code that was accidentally deleted inwtc%netscape.com2001-06-271-14/+53
* Bugzilla bug 84361: added large file support for Linux.wtc%netscape.com2001-06-271-2/+0
* Fix for bug #81659, r=pinkerton/wtc, sr=sfraser.beard%netscape.com2001-06-271-132/+111
* Bugzilla bug 87493: PR_Accept() should retry after getting ECONNABORTED.wtc%netscape.com2001-06-241-1/+1
* Bugzilla bug 87493: PR_Accept() should retry after getting ECONNABORTED.wtc%netscape.com2001-06-241-2/+4
* Bugzilla bug 81011: Changed the return type of _PR_MD_TEST_AND_LOCK fromwtc%netscape.com2001-06-241-2/+2
* Bugzilla Bug 63049: 64-bit Solaris does not need the libultrasparc4.sowtc%netscape.com2001-06-243-7/+216
* Bug 64217: use locale-independent date format so that it doesn'twtc%netscape.com2001-06-231-1/+1
* Bugzilla bug #85673: added assembly implementation of the atomic routineswtc%netscape.com2001-06-233-12/+61
* Bugzilla bug #85673: added assembly implementation of the atomic routineswtc%netscape.com2001-06-221-0/+88
* We no longer need to generate the .vms files on OpenVMS.wtc%netscape.com2001-06-211-4/+0
* Bugzilla bug #86941: worked around a TCP socket close() bug in Tru64wtc%netscape.com2001-06-201-0/+18