summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Set versionlarryh%netscape.com1999-02-123-92/+9
* add reader-writer lockslarryh%netscape.com1999-02-123-0/+738
* Added hash lock counts to collect statistics on how often each lock iswtc%netscape.com1999-02-121-0/+16
* Bugsplat bug #342631: a better implementation of the atomic routineswtc%netscape.com1999-02-111-18/+38
* Added the sockping and sockpong tests.wtc%netscape.com1999-02-113-4/+233
* Declare Test_Result as returning void. Changed AF_INET and INADDR_XXXwtc%netscape.com1999-02-111-5/+5
* Changed AF_INET and INADDR_XXX to PR_AF_INET and PR_INADDR_XXX.wtc%netscape.com1999-02-111-6/+6
* Added the pipeping, pipepong, and pipeself tests.wtc%netscape.com1999-02-104-0/+318
* Display nspr version info. by default.srinivas%netscape.com1999-02-091-37/+38
* Code cleanup.srinivas%netscape.com1999-02-091-6/+4
* Reduce default thread count.srinivas%netscape.com1999-02-091-1/+1
* Reduce default values of counters.srinivas%netscape.com1999-02-081-3/+7
* Code cleanup.srinivas%netscape.com1999-02-082-32/+63
* Build additional testssrinivas%netscape.com1999-02-081-1/+4
* Fixed compilation problems on AIX 4.3. Test the macro SF_CLOSE towtc%netscape.com1999-02-061-0/+4
* Added struct declarations to eliminate compiler warnings fromwtc%netscape.com1999-02-061-1/+11
* Implemented file descriptor inheritance for NT.wtc%netscape.com1999-02-057-193/+303
* Removed unused variable warnings by the Macintosh compiler. The patchwtc%netscape.com1999-02-042-1/+12
* Bugsplat bug #340658: implemented a version of the atomic routineswtc%netscape.com1999-02-021-0/+58
* Pthreads version doesn't need _MD_StartInterrupts().wtc%netscape.com1999-02-012-2/+1
* Commented out the sigwait() call for BSDI. BSD/OS 3.1 does not havewtc%netscape.com1999-02-011-1/+2
* In _PR_InitThreads, call pthread_init to explicitly initialize thewtc%netscape.com1999-02-012-0/+12
* Added a missing PR_htons call. Thanks to Bert Driehuiswtc%netscape.com1999-02-011-1/+1
* Changed /usr/tmp/ to /tmp/. BSD/OS does not have /usr/tmp/.wtc%netscape.com1999-02-011-1/+1
* Run the default test program 'cvar -c 2000" if no command-linewtc%netscape.com1999-02-011-15/+21
* In primpl.h, moved the definitions of macros _PR_MD_INIT_LOCKS andwtc%netscape.com1999-02-013-9/+6
* Add support for creating bound threads. Bug 338607.srinivas%netscape.com1999-02-017-13/+29
* This file is no longer necessary.wtc%netscape.com1999-01-281-405/+0
* Bugsplat bug #340124: increase the default thread stack size to 64Kwtc%netscape.com1999-01-281-4/+0
* Minor editing.wtc%netscape.com1999-01-281-13/+1
* changed value of TOO_LONG to 5000wtc%netscape.com1999-01-281-2/+4
* Checked in second batch of BeOS port patches contributed bywtc%netscape.com1999-01-289-12/+83
* Backed out the previous revision, which was checked in when the treewtc%netscape.com1999-01-271-4/+2
* changed value of TOO_LONG to 5000wtc%netscape.com1999-01-271-2/+4
* First Checked In.sdagley%netscape.com1999-01-271-0/+0
* Updating so that builds on the Mac will use a SIOUX console window rather tha...sdagley%netscape.com1999-01-271-2/+17
* Bugsplat bug #340901: On AIX, PR_TransmitFile calls the new send_file()wtc%netscape.com1999-01-272-4/+209
* Dealt with the definitions of the obsolete integer types thatwtc%netscape.com1999-01-262-9/+16
* Merged first batch of BeOS port patches contributed bywtc%netscape.com1999-01-2622-41/+250
* Bumped revision to 3.1.wtc%netscape.com1999-01-250-0/+0
* Added BeOS files contributed by Matthew Zahorik <maz@albany.net>.wtc%netscape.com1999-01-2524-0/+5465
* Bumped the revision to 3.1.wtc%netscape.com1999-01-250-0/+0
* Added new BeOS files contributed by Matthew Zahorik <maz@albany.net>.wtc%netscape.com1999-01-253-0/+820
* The build/hcc and build/hcpp scripts now take the compiler name as thewtc%netscape.com1999-01-222-3/+3
* Bugsplat bug #340345: need to initialize the last two function pointerswtc%netscape.com1999-01-221-0/+2
* Removed an extra comma.wtc%netscape.com1999-01-221-1/+1
* Bugsplat bug #340332: _PR_MD_CLOSE should wait, with no timeout,wtc%netscape.com1999-01-211-1/+1
* Removed unnecessary macro define -D_THREAD_SAFE.wtc%netscape.com1999-01-211-1/+0
* Suspended local threads should be moved to the suspend queue after I/Osrinivas%netscape.com1999-01-201-22/+58
* Merged the pthreads patches for BSD/OS 4.0 contributed bywtc%netscape.com1999-01-195-19/+48