summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bugzilla bug #33043: use System V shared memory and semaphores onNSPRPUB_RELEASE_3_5_BRANCHwtc%netscape.com2000-03-231-0/+5
| | | | | Solaris 2.5.1 because the POSIX shared memory and semaphore functions fail with ENOSYS. (NSPRPUB_RELEASE_3_5_BRANCH)
* Checked in NetBSD/MIPS port contributed by Tom Weinsteinwtc%netscape.com1999-12-232-1/+5
| | | | | <tomw@geocast.com>. (NSPRPUB_RELEASE_3_5_BRANCH) Modified files: _netbsd.cfg, _netbsd.h
* Include fcntl.h always. Bugizlla #16630. (NSPRPUB_RELEASE_3_5_BRANCH)NSPRPUB_RELEASE_3_5_1wtc%netscape.com1999-12-091-2/+1
|
* Merged NSPR 3.5.1 to cvs.mozilla.org. (NSPRPUB_RELEASE_3_5_BRANCH)wtc%netscape.com1999-12-0922-867/+387
|
* fixup commit for branch 'NSPRPUB_RELEASE_3_5_BRANCH'cvs2hg1999-10-130-0/+0
|
* Fixed an error of incorrect return value type in _MD_DeleteSharedMemory.NSPRPUB_RELEASE_3_5wtc%netscape.com1999-10-131-1/+1
|
* NSPR 3.5 landinglarryh%netscape.com1999-10-13121-1048/+9079
|
* Backed out previous revision, which was checked in during code freeze.NSPRPUB_RELEASE_3_5_PRELANDINGwtc%netscape.com1999-10-122-20/+1
|
* XP_MAC GC leak detector changes: using LMGetCurStackBase to compute stack ↵sdagley%netscape.com1999-10-091-0/+19
| | | | bottom, and considering all threads GCable. r=sdagley (checking in for beard). bug=15906
* XP_MAC: turning off a spurious assert in PR_Lock (which can get called at ↵sdagley%netscape.com1999-10-091-1/+1
| | | | interrupt time!). r=sdagley (checking in for beard). bug=15906
* Backed out previous checkin.NSPRPUB_RELEASE_3_5_LANDING_BASEsrinivas%netscape.com1999-10-062-11/+0
|
* Previous change backed out.srinivas%netscape.com1999-10-061-4/+2
|
* Backout previous change.srinivas%netscape.com1999-10-061-2/+0
|
* Fixed bug in previous checkin - initialize variables before use.srinivas%netscape.com1999-10-061-0/+2
|
* Fixed typo in previous checkin. Also, the correct bug # is 15680.srinivas%netscape.com1999-10-061-2/+2
|
* Add the SO_BROADCAST option. Bug #365862.srinivas%netscape.com1999-10-064-2/+15
|
* Add documentation comments for Mac library loading. r=sfrasersdagley%netscape.com1999-10-061-2/+23
|
* New calls to load code fragments by name or index, and utility routines for ↵sdagley%netscape.com1999-10-061-58/+242
| | | | getting fragment names from the 'cfrg' resource. r=sfraser
* Added #define NSPR_AS_SHARED_LIB to avoid (never called) ↵sdagley%netscape.com1999-10-061-0/+1
| | | | MacInitializeMemory. This is just tidy up. r=sfraser
* New implementations of PR_LoadNamedFragment and PR_LoadIndexedFragment, ↵sdagley%netscape.com1999-10-061-0/+125
| | | | which now allow loading libraries by FSSpec. Mac only. r=sfraser
* Added prlink_mac.h, r=sfrasersdagley%netscape.com1999-10-061-0/+2
|
* Included some new header files, so that building with 'require function ↵sdagley%netscape.com1999-10-065-15/+26
| | | | prototypes' works better. r=sfraser
* First Checked In.sdagley%netscape.com1999-10-065-0/+176
|
* changed from directly using "MSL ShLibRuntime.Lib" to using ↵sdagley%netscape.com1999-10-031-0/+0
| | | | "NSLibraryStartup.o" to enable GC leak detector. r=beard
* using __NSTerminate() rather than __terminate, for GC leak detector. r=beardsdagley%netscape.com1999-10-031-1/+3
|
* Increased threshold for async reads from 2K to 20K to reduce Mac startup ↵sdagley%netscape.com1999-09-301-2/+2
| | | | time. Ongoing work from bug #10334. r=saari.
* Bugzilla bug #14603: simple fix for OpenVMS contributed by Colin BlakeSeaMonkey_M10_BASEwtc%netscape.com1999-09-241-1/+1
| | | | <colin@theblakes.com>.
* Back out last change; it killed tinderbox. a=don%netscape.com.waterson%netscape.com1999-09-211-1/+3
|
* Use an absolute, instead of relative, filespec for OpenVMS. Checkin forsrinivas%netscape.com1999-09-211-8/+6
| | | | Colin Blake <colin@theblakes.com>.
* On WIN32, do not include <windef.h> directly. It is betterwtc%netscape.com1999-09-211-3/+1
| | | | | | | | to include <windows.h>, the mother of all Windows include files. Specifically, in MSVC 6.0, <windef.h> sets WINVER to 0x0500 while <windows.h> sets it to 0x0400 if that macro is not defined. But 0x0500 means NT 5.0 and Win 98, and NT 5.0 is not released yet. To build a retail application right now, we have to set WINVER to 0x0400.
* Bugzilla bug #13361: fixed gcc compiler warnings. Thanks towtc%netscape.com1999-09-205-15/+10
| | | | | Steve Lamm (slamm@netscape.com) for the bug report. Modified files: prtime.h, prmwait.c, pratom.c, ptio.c, ptthread.c.
* The previous checkin being enabled for WIN32 only; needs furthersrinivas%netscape.com1999-09-201-1/+1
| | | | investigation.
* Limit the number of events processed by PL_ProcessPendingEvents; check insrinivas%netscape.com1999-09-201-2/+34
| | | | troy@netscape.com. Bugzilla 13660.
* - Add an OnMonitorRecycle callback for use by xpcom/threads/nsAutoLock.cpp.brendan%mozilla.org1999-09-172-133/+136
| | | | | - Clean up funky white space and tabbing, preparatory to more work including LRU fix.
* Define __STRICT_ANSI__ for Linux to eliminate spurious warnings. Checkinsrinivas%netscape.com1999-09-141-1/+4
| | | | for Chris Seawood <cls@seawood.org>.
* Also set the keepalive socket option if the socket iswtc%netscape.com1999-09-071-1/+5
| | | | an IPv6 TCP socket.
* Corrected an error.wtc%netscape.com1999-09-071-1/+1
|
* Create the socket pair in AF_UNIX domain because that'swtc%netscape.com1999-09-071-1/+1
| | | | the common usage.
* Fix #3540 - defer initialization of OT until someone actually makes an OT ↵sdagley%netscape.com1999-09-071-2/+30
| | | | call. Reviewed wtc, approved don.
* The notifyCount value should be updated only for successful read and writeTREE_WIDGET_19990826_BASEsrinivas%netscape.com1999-08-241-8/+14
| | | | operations. Checkin for Colin Blake <colin@theblakes.com>.
* Inlcude the assembly language implementation of the stack operations only whensrinivas%netscape.com1999-08-182-0/+3
| | | | _PR_HAVE_ATOMIC_CAS is defined. Bugzilla #11576.
* The "-mno-486" compiler option is no longer relevant and not supportedSeaMonkey_M9_BASEsrinivas%netscape.com1999-08-091-1/+1
| | | | in new gcc compilers (v2.95). Bug #11455. Checkin for jdaly@ixl.com.
* Enable specification of extra linker options and libraries from command line.srinivas%netscape.com1999-07-311-1/+1
|
* Assembly language implementation of PR_StackPush/Pop routines for Sparc/x86;PRE_NECKO_LANDING_M9_MidLifeCrisis_19990728_BASEsrinivas%netscape.com1999-07-272-6/+79
| | | | checkin for ppokorny@mindspring.com.
* Fix error in previous checkin.srinivas%netscape.com1999-07-271-2/+2
|
* The "execute" permission bit needs to be set for shared libraries on HP-UX.srinivas%netscape.com1999-07-274-0/+20
| | | | Bugzilla #10201.
* Port to Aplha-NT; checkin for bob meader <bob@guiduck.com>.TEMPLATE_19990726_BASEsrinivas%netscape.com1999-07-232-2/+22
|
* Fix bug #3537. Replaced call of Delay() with WaitNextEvent() so that we'll ↵sdagley%netscape.com1999-07-221-2/+13
| | | | yield to other processes if we're in some long wait for i/o.
* Change to address bug #10334 and improve startup time on Mac. Use sync i/o ↵sdagley%netscape.com1999-07-221-2/+25
| | | | for reads of less than 2K.
* changed optimized target linker settings to generate a symbol file (required ↵cyeh%netscape.com1999-07-211-0/+0
| | | | by TalkBack) -- jj.