summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'RDF_BRANCH'RDF_BRANCHcvs2hg1998-05-220-0/+0
|
* OSF1 V3.2 does not have <machines/builtins.h>, which declares theRDF_BASEwtc1998-05-221-0/+4
| | | | | atomic routines. Thanks to Andrew Cassin <acassin@cs.mu.oz.au> for this patch.
* Renamed nsstring.[c|h] to macstdlibextras.[c|h] because of the naming ↵SMARTUPDATE_BASEatotic1998-05-151-1/+1
| | | | conflict with Raptor (which uses ns prefix exclusively).
* Merged NSPRPUB_19980508_BRANCH to the main trunk. The 19980508wtc1998-05-1428-85/+323
| | | | | branch is a temporary branch for us to copy the latest changes from our internal development tree to the public mozilla tree.
* In Rhapsody 5.1 (DR2), the C++ compiler is named c++.wtc1998-05-141-0/+4
|
* Added new test files.NSPRPUB_19980508_BASEwtc1998-05-084-0/+985
|
* Use cc -bundle to build loadable modules on Rhapsody. Thanks towtc1998-05-081-1/+8
| | | | Matt Watson <mwatson@apple.com> for the patch.
* The type of the third argument for accept, recvfrom, getsockname, andwtc1998-05-081-2/+2
| | | | getpeername is 'int', not 'size_t'.
* Fixed comment.wtc1998-05-082-6/+6
|
* Merged patches from Matt Watson <mwatson@apple.com> to make loadablewtc1998-05-081-16/+12
| | | | modules work on Rhapsody. Still have a few kinks to iron out.
* Matt Watson <mwatson@apple.com> pointed out that it is not safe towtc1998-05-081-1/+1
| | | | redefine FD_SETSIZE on Rhapsody.
* Added a few function declarations and header inclusions to get rid ofwtc1998-05-082-2/+54
| | | | compiler warnings.
* Merged Rhapsody patches contributed by Matt Watson <mwatson@apple.com>.wtc1998-05-081-0/+6
|
* Merged patches contributed by Matt Watson <mwatson@apple.com>.wtc1998-05-081-7/+5
|
* Matt Waston <mwatson@apple.com> taught me what common symbols areNORMANDY_BASEwtc1998-05-071-1/+11
| | | | and to compile with -fno-common.
* Fixed Bugzilla bug #235: Define the macro _PR_HAVE_SOCKADDR_LEN towtc1998-05-071-0/+1
| | | | | | indicate that struct sockaddr_in on BSD/OS has a sa_len field. The code in unix.c checks this macro. We acknowledge Bert Driehuis <driehuis@playbeing.com> for reporting the bug and suggesting a fix.
* Moved Rhapsody's shared library rule from rules.mk to Rhapsody.mk.wtc1998-05-072-9/+2
|
* Bugzilla bug #218: define HAVE_STRERROR only if it is not yet defined.wtc1998-05-071-0/+2
| | | | | Thanks to David Nebinger (dnebinger@synertech.highmark.com) for reporting the problem and suggesting the fix.
* Bugzilla bug #265: Use full pathname /usr/ccs/bin/as (as opposed to justwtc1998-05-071-11/+7
| | | | | | | 'as') to assemble os_SunOS_ultrasparc.s because we need the -P option of Solaris 'as' to run cpp and process header file inclusion. This way we won't accidentally get GNU 'as', which doesn't understand -P. We acknowledge Paul Kanz (pkanz@conix.com) for suggesting the fix.
* On Alpha Linux, the mmap'd stack needs to be made executable becausewtc1998-05-071-0/+8
| | | | | setjmp/signal seem to put machine instructions on the stack. This fix is contributed by gatgul@voicenet.com (Uncle George).
* The stack pointer is the 0th element in the jmp_buf.wtc1998-05-072-2/+2
|
* Define IP_MULTICAST to get the IP multicast macro/struct definitionswtc1998-05-061-0/+7
| | | | | in netinet/in.h on SINIX 5.43. We acknowledge the help of Sanjay Gupta <gupta@informix.com>.
* Checked in (unfinished) Rhapsody port provided by Chris McAfee andwtc1998-05-0522-35/+871
| | | | | Chris Toshok (mcafee, toshok@netscape.com). It is classic NSPR, local threads only (based on setjmp/longjmp).
* Bug fix for 83769. Add MOZILLA_HOME/lib to the list of library_paths.radha1998-05-011-3/+17
|
* Set up pointers to the stack-pointer/frame-pointer words in the thread'ssrinivas1998-05-011-0/+6
| | | | context structure. Useful for displaying thread stacks in the debugger.
* Initialize the outermost stack frame for the thread and setup pointers to thesrinivas1998-05-011-0/+29
| | | | | stack-pointer/frame-pointer words in the thread's context structure. Useful for displaying thread stacks in the debugger.
* Recognize SINIX-Y, the high-end version of SINIX.RAPTOR_INTEGRATION0_BASEwtc1998-04-301-0/+3
| | | | (Patch provided by Sanjay Gupta <gupta@informix.com>.)
* Various makefile cleanups. On SCO OpenServer, the value of OS_ARCHwtc1998-04-3015-45/+54
| | | | | | | is now 'SCOOS' instead of 'SCO_SV'. Also, we just use the cpp macro 'SCO' and deleted the macro 'SCO_SV'. In pr/src/md/unix/Makefile, we do not assemble the ultrasparc assembly file if we are compiling with gcc.
* ReliantUNIX is renamed SINIX.OJI_19980430_BASEwtc1998-04-297-15/+15
|
* Got rid of the LINUX1_2 and LINUX2_0 macros. I hope that this willwtc1998-04-285-21/+8
|\ | | | | | | | | | | | | make building on 2.1.x easier. In case we need to distinguish between different versions of Linux, we will try to use feature-based macros as opposed to version-based macros. Files changed: Linux.mk, _linux.h, _pth.h, prnetdb.c, and ptthread.c.
| * fixup commit for tag 'NSPR30_BETA_REMOVE'NSPR30_BETA_REMOVEcvs2hg1998-04-28435-134717/+0
|/
* Merged NSPRPUB_19980421_BRANCH to the main trunk.wtc1998-04-28109-2329/+2506
|
* Fixing the -ko flagatotic1998-04-281-0/+0
|
* "gmake clobber" should remove $(OBJDIR) too.wtc1998-04-251-2/+2
|
* Eliminated compiler warnings. Fixed by Rick Osborne <rick@stacey.net>.wtc1998-04-241-1/+1
|
* Serge Orlov <sorlov@con.mcst.ru> reported that gmake 3.74 on Solaris 2.5wtc1998-04-241-3/+3
| | | | | | doesn't like the extra tabs in this file. I don't know why. It works for me and everyone else. But since it doesn't hurt, I deleted the extra tabs.
* Added parentheses around a type cast. Fix provided by Kipp HickmannOJI_19980423_BASEwtc1998-04-221-1/+1
| | | | <kipp@netscape.com>.
* Fixed build problems on BSD/OS. Some makefiles need to change:wtc1998-04-226-9/+11
| | | | | | | | the value of OS_ARCH is changed from BSD_386 to BSD_OS. In unix.c, we now conditionalize on the macros O_SYNC and O_FSYNC, as opposed to the platform macros like FREEBSD and BSDI. We acknowledge jason@ackley.net for reporting and providing a fix for this problem.
* Merged the makefile changes from Netscape's internal development versionRHAPSODY_NSPR_BASENSPRPUB_19980421_BASEwtc1998-04-2174-1237/+449
| | | | | | | | of NSPR to the public ns/nsprpub on mozilla.org. Removed ns/nsprpub/tools/winsock.lib, which should not have been released. This file can be generated from winsock.dll by following the NSPR build instructions for Windows 3.11 at http://www.mozilla.org/docs/refList/refNSPR/win16.html.
* Eliminated compiler warnings. Fixed by Rick Osborne <rick@spacey.net>.wtc1998-04-201-1/+1
|
* Eliminated compiler warnings. Fixed by Rick Osborne <rick@stacey.net>.wtc1998-04-201-3/+1
|
* Declare PrintUsage() to return void. Fixed by Rick Osbornewtc1998-04-201-1/+1
| | | | <rick@spacey.net>.
* Ported to Linux/m68k. The patches were kindly provided bywtc1998-04-163-1/+74
| | | | Jes Sorensen <Jes.Sorensen@cern.ch>.
* In ConvertUnixPathToMacPath, removed the checks that disallow path nameswtc1998-04-151-36/+0
| | | | | | | that begin with /bin, /dev, and /etc. These directories don't have any special meaning on the Mac and should be allowed. Thanks to Mike Pinkerton <pinkerton@netscape.com> for reporting this bug and providing the fix.
* Ported to HP-UX 9. We acknowledge Richard K. Lloyd <rkl@csc.liv.ac.uk>wtc1998-04-155-20/+59
| | | | | | | | for his help. Files changed: HP-UX.mk, pr/src/Makefile, hpux.c, unix.c, and uxproces.c. HP-UX.mk: Compare $(basename $(OS_RELEASE)) with A.09 to cover all HP-UX 9 revisions. Define _PR_NEED_H_ERRNO for HP-UX 9.
* Deleted the unused variable 'count' in _PR_MD_INTERVAL_PER_SEC(). Wewtc1998-04-141-2/+0
| | | | | acknowledge Rick Osborne <rick@spacey.net> for reporting this problem and suggesting a fix.
* Got rid of compiler warnings. We acknowledge the help of Nathanwtc1998-04-131-2/+4
| | | | Torkington <gnat@frii.com>.
* Got rid of compiler warnings. We acknoweldge the help of Nathanwtc1998-04-131-0/+2
| | | | Torkington <gnat@frii.com>.
* localtime_r is declared on Solaris only if _REENTRANT is defined.wtc1998-04-131-1/+1
|
* Got rid of compiler warnings. We acknowledge the help of Nathanwtc1998-04-132-2/+8
| | | | Torkington <gnat@frii.com>.