summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'NSIFILE_01062000_BRANCH'NSIFILE_01062000_BRANCHcvs2hg2000-01-060-0/+0
* Sync'd Makefile.in's to reflect srinivas' NSPR API changes.NSIFILE_0106200_BASEcls%seawood.org2000-01-0618-19/+61
* Backed out previous checkin; NSPR_API needs to be defined for Mac.srinivas%netscape.com2000-01-061-4/+4
* Support platform-specific import declaration for public NSPR functions.srinivas%netscape.com2000-01-0618-4/+83
* A more efficient implementation for OpenVMS using event flags, contributedwtc%netscape.com2000-01-041-1/+82
* Bugzilla bug #22549: fixed a problem in the previous checkin that usedwtc%netscape.com1999-12-301-10/+10
* Bugzilla bug #18511: on Windows NT, the IP_MULTICAST_TTL option cannot bewtc%netscape.com1999-12-291-4/+8
* Added a test to join with an unjoinable thread.wtc%netscape.com1999-12-291-0/+46
* Bugzilla bug #22549: made PR_Read/PR_Write for sockets equivalent towtc%netscape.com1999-12-291-4/+14
* Implement block/unblock interrupt. Bugzilla #17055.srinivas%netscape.com1999-12-291-3/+5
* Backed out previous checkin for build breakage on Mac/Win.srinivas%netscape.com1999-12-241-5/+3
* Minimize spurious notifications when interrupts are blocked.srinivas%netscape.com1999-12-242-4/+6
* PR_FindSymbol looks up a symbol only in the specified library.srinivas%netscape.com1999-12-231-3/+1
* Pedantic changes: use the exact types as documented for AIX send_file().wtc%netscape.com1999-12-231-3/+5
* Added a little logging to the OpenVMS code. (Contributed by Colin Blakewtc%netscape.com1999-12-231-3/+7
* Checked in NetBSD/MIPS port contributed by Tom Weinsteinwtc%netscape.com1999-12-222-1/+5
* Fixed pthreads build problems on OpenBSD (Bugzilla bug #20529) and FreeBSD.wtc%netscape.com1999-12-225-20/+23
* NetBSD has System V semaphores and shared memory.wtc%netscape.com1999-12-221-0/+2
* Fixed use of uninitialized variable. Bugzilla #21201.srinivas%netscape.com1999-12-221-0/+1
* Fixed PR_SetThreadAffinityMask, which returned random value on Irix.srinivas%netscape.com1999-12-221-0/+2
* Bugzilla bug #5802: call PR_Bind and PR_Listen before passing thewtc%netscape.com1999-12-221-9/+17
* Bugzilla bug #21651: call PR_Listen on the listening socket before passingwtc%netscape.com1999-12-221-9/+14
* Bugzilla bug #20528: UnixWare 7 has long longs, so add a new _unixware7.cfgwtc%netscape.com1999-12-222-0/+125
* Pass LL_ZERO instead of 0 as the second argument to PR_MemMap so thatwtc%netscape.com1999-12-221-2/+2
* Cleaned up BeOS autoconf build.cls%seawood.org1999-12-2212-106/+143
* formatting change. r=beardSeaMonkey_M12_RELEASESeaMonkey_M12_BASEgordon%netscape.com1999-12-081-2/+2
* added prgcleak.c. r=beard, bug #15906gordon%netscape.com1999-12-081-0/+0
* Checkin for Mark Welch. Approved by wtc. Reviewed by gordon. Fixes for bugs...gordon%netscape.com1999-12-073-102/+339
* Reworked how thread scanning is done, so thread objects can now bewtc%netscape.com1999-12-075-13/+119
* Another attempt to fix bug #18966. Added $(INCLUDES) to AS and fixed irix6.5...cls%seawood.org1999-12-062-23/+20
* Not sure if this should go under bug #20529 or #19330, who's patch I apparent...cls%seawood.org1999-12-051-1/+1
* Defining RTLD_NOW if not defined by system. Bug #20529cls%seawood.org1999-12-051-0/+3
* I've been told that NetBSD has /dev/random as well. At worst, it should retu...cls%seawood.org1999-12-051-1/+1
* Added THREAD_FLAG to OS_CFLAGS.cls%seawood.org1999-12-051-1/+1
* Make the autoconf build use the same defines under Linux as the non-autoconf ...cls%seawood.org1999-12-042-39/+54
* Define HAVE_LOCALTIME_R_POINTER for all new releases (V4.0, V5.0, etc.)wtc%netscape.com1999-12-041-3/+1
* Print error codes if PR_Connect() fails.wtc%netscape.com1999-12-041-1/+2
* Bugzilla bug #18500: fixed a bug in _PR_MapOptionName.wtc%netscape.com1999-12-041-1/+1
* Removed unnecessary header includes. In _PR_MD_GetRandomNoise, changedwtc%netscape.com1999-12-041-40/+5
* BugZilla: 19247. makefiles for neutrino platformlarryh%netscape.com1999-12-042-0/+6
* Bugzilla bug #20770: Solaris 8 has getipnodebyname().wtc%netscape.com1999-12-041-0/+1
* Disable unneeded arch specific portions of Makefilecls%seawood.org1999-12-031-4/+8
* Added use of OS_* & LDFLAGS variables to autoconf build.cls%seawood.org1999-12-033-45/+67
* OpenBSD appears to need the -pthread flag when using pthreads.cls%seawood.org1999-12-031-0/+1
* Checked in patch for OpenVMS contributed by Colin Blake.wtc%netscape.com1999-12-031-51/+26
* Bugzilla bug #17040: compile with -ansi -D__POSIX_SOURCE -D_BSD_SOURCEwtc%netscape.com1999-12-031-6/+1
* Checking in fix for bug #20558 for sfraser. Calling pr_UnlockedFindLibrary()...sdagley%netscape.com1999-12-023-11/+20
* Fixed problem with solaris builds setting MDCPUCFG instead of MDCPUCFG_Hcls%seawood.org1999-12-012-24/+16
* Bugzilla bug #20393: PR_NewPollableEvent should not assume thatwtc%netscape.com1999-11-301-0/+2
* Assert that the WSAStartup call succeeded.wtc%netscape.com1999-11-301-1/+3