summaryrefslogtreecommitdiff
path: root/pr/src/pthreads
Commit message (Expand)AuthorAgeFilesLines
* Bug 491045: Remove support for VMS (a.k.a., OpenVMS) from NSPR, r=wtcnelson%bolyard.com2009-05-012-13/+8
* Bug 487537: fixed a possible unintialized variable use in pt_RecvFromwtc%google.com2009-05-011-5/+5
* Bug 432430: NSPR port to Symbian OS, r=nelsonnelson%bolyard.com2009-03-221-1/+9
* Bug 476536: Assertions need to be able to check the state of particular locksnelson%bolyard.com2009-03-181-1/+18
* bug 442706: a minor fix of the comment.wtc%google.com2009-03-031-1/+1
* bug 442706 - build NSPR for Symbian targets with autoconf and make. Patch by ...ted.mielczarek%gmail.com2009-03-031-0/+7
* Bug 469744: Implement PR_OpenSemaphore with System V semaphores on Mac OSwtc%google.com2008-12-161-1/+1
* Bug 432430: Added the HAVE_NETINET_TCP_H configuration macro for platformswtc%google.com2008-08-231-8/+109
* Bug 450224: Use the _PT_THREAD_INTERRUPTED macro to test thewtc%google.com2008-08-151-5/+5
* Bug 432430: Checked in the straightforward porting changes for Symbian OS.wtc%google.com2008-07-261-1/+2
* Bug 414997: added a comment.wtc%google.com2008-01-311-0/+4
* Bug 414997, PR_NewThreadPrivateIndex contract is violated by PR_CreateThread ...kaie%kuix.de2008-01-311-1/+3
* Bug 95829: clean up the cached monitor subsystem during NSPR cleanup.wtc%google.com2008-01-201-0/+1
* Bug 396509: call _pr_init_ipv6 lazily rather than during NSPRwtc%google.com2008-01-131-7/+3
* Bug 411045, Warning: unused variable 'me' in PR_EnumerateThreadskaie%kuix.de2008-01-081-0/+5
* Fix for bug 369036. Prevent infinite loop in pt_SolarisSendFile. r=wtchang, n...julien.pierre.boogz%sun.com2007-08-291-0/+17
* Bug 387954 ? fix NT version of PR_Accept on IPv6 listen socket. r=wtcnelson%bolyard.com2007-07-251-2/+2
* Bug 383977, Crash on exit caused by thread local storage cleanup [@ PL_DHashT...WEB_CONTENT_HANDLING_20070621_POST_HANDLER_SERVICE_20070720WEB_CONTENT_HANDLING_20070621_POSTMERGE_20070719_FIXEDNSPR_HEAD_20070713MOZILLA_1_9a7_RELEASEMOZILLA_1_9a7_RC1kaie%kuix.de2007-07-071-2/+14
* Bug 362768: implemented NSPR shared library finalization function for AIX.wtchang%redhat.com2007-01-201-1/+3
* Bugzilla bug 362768: improved comments.wtchang%redhat.com2007-01-161-1/+8
* Bugzilla bug 362768: restored the _pt_thread_death call in _PR_Fini becausewtchang%redhat.com2007-01-131-2/+0
* Bugzilla bug 362768: commented out the _pt_thread_death call in _PR_Finiwtchang%redhat.com2007-01-121-0/+2
* Bug 362768: implemented NSPR shared library finalization function for majorwtchang%redhat.com2007-01-111-0/+61
* Bug 254983: implemented PR_DetachThread for Unix. r=nelsonbwtchang%redhat.com2007-01-111-1/+11
* Bugzilla Bug 354593: fixed a race condition in the creation of the lockwtchang%redhat.com2006-11-301-0/+1
* Bugzilla Bug 335301: handle memory allocation failure in PR_OpenDir. Thewtchang%redhat.com2006-10-171-1/+4
* Bugzilla bug 326110: use PR_IMPLEMENT with two exported functions.wtchang%redhat.com2006-02-071-2/+2
* Bugzilla bug 322427: do not compile NSPR with -ansi and with _POSIX_SOURCE,wtchang%redhat.com2006-01-071-5/+0
* Bugzilla Bug 261649: added GNU/k*BSD and preliminary GNU/Hurd support. Thewtchang%redhat.com2005-12-241-4/+7
* Bugzilla Bug 156633: replaced the deprecated PR_CurrentThread bywtchang%redhat.com2005-11-073-12/+12
* Bugzilla Bug 298674: initial checkin of the RISC OS port contributed bywtchang%redhat.com2005-07-012-3/+4
* Fixed spelling errors in comments.wtchang%redhat.com2005-07-011-2/+2
* Bugzilla bug 298462: removed unused definition of the _PRSockOptVal_twtchang%redhat.com2005-06-231-11/+0
* Bugzilla bug 294955: allow the "primordial" thread (the thread thatwtchang%redhat.com2005-05-261-6/+21
* Bugzilla Bug 285286: PR_ReadDir reported the wrong error code when thewtchang%redhat.com2005-03-091-0/+1
* Bugzilla bug 274450: a default thread stack size of 64K is too small forwtchang%redhat.com2005-03-081-4/+10
* Bugzilla Bug 274450: use pthread_attr_setstacksize on Linux.wtchang%redhat.com2005-03-081-5/+0
* Bugzilla Bug 279874: use %p instead of %X to print a pointer. The patch iswtchang%redhat.com2005-01-311-13/+13
* Bugzilla Bug 279723: PR_ReadDir needs to map the error code beforewtchang%redhat.com2005-01-251-3/+7
* Bugzilla bug 276170: fixed unused variable addrp on some platforms.wtchang%redhat.com2005-01-041-21/+8
* Bugzilla bug 266981: fixed NSPR support for FreeBSD and added additionalwchang0222%aol.com2004-11-222-7/+16
* The return type of PR_GetMonitorEntryCount should be PRIntn.wchang0222%aol.com2004-04-281-1/+1
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-255-149/+165
* Bugzilla bug 200162: pass 0 as the third and fourth arguments to sem_openwchang0222%aol.com2004-03-091-0/+5
* Bugzilla bug 232120: added support for NetBSD's pthread library. The patchwchang0222%aol.com2004-02-041-1/+1
* fixes bug 222031 "OSX getaddrinfo returns concatenated results from /etc/host...darin%meer.net2003-11-271-0/+15
* Bugzilla bug 226356: test for NULL before dereferencing a pointer. Thewchang0222%aol.com2003-11-221-1/+2
* Bug 212566: _pr_ipv6_v6only_on_by_default needs to be defined for DARWINwtc%netscape.com2003-07-141-6/+43
|\
| * Bug 211512: worked around the Mac OS X Panther bug that the IPV6_V6ONLYwtc%netscape.com2003-07-091-6/+32
| * Bug 206815: fixed a benign UMR in the PR_Poll implementations based onwtc%netscape.com2003-05-231-0/+1
|/