summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Changed name from solaris-$(OBJDIR) to $(OBJDIR).NSPRPUB_RELEASE_4_1_2_SUN_PKG_BRANCHkirk.erickson%sun.com2002-11-141-3/+3
|
* Made 'solarispkg' target copy pkg/solaris to pkg/solaris-$(OBJDIR).kirk.erickson%sun.com2002-11-144-9/+11
| | | | | | | This is to avoid collisions with temp files when Sonja builds multiple platforms in the same tree simultaneously. Also backed out of -$(MACH) hacks on the temp files done recently. Also reverted to ROOT rather than ROOT-$(OBJDIR) since the higher level fix addressed the problem.
* Made awk_pkginfo platform specific, because of they way release builds work.kirk.erickson%sun.com2002-11-082-6/+6
|
* Removed SUNW_ISA="sparcv9" from last go round of changes.kirk.erickson%sun.com2002-11-081-1/+0
| | | | This was meant for SUNWprx only.
* Added for x86 support.kirk.erickson%sun.com2002-11-021-0/+30
|
* Map PROrderedLock and methods onto PRLock when ordered lockingkirk.erickson%sun.com2002-10-312-1/+12
| | | | is not compiled in. Eliminated duplicate in prtrace.h.
* Added NSPRprivate section with GetExecutionEnvironment() andkirk.erickson%sun.com2002-10-311-0/+8
| | | | SetExecutionEnvironment(). Also added PR_SetSysfdTableSize.
* Removed common_files/depend from pkg/solaris.kirk.erickson%sun.com2002-10-2910-175/+146
| | | | | | | | | | Fixed type in copyright file. Made OPT build compile what were DBG only symbols, and adjusted header files to make the corresponding macros noops unless FORCE_* is turned on. Now counter, olock, and trace are like PR_Log in this respect. Reintroduced the "debug" only symbols into nspr.def so OPT and DBG maps are identical and include the full symbol set.
* Now using prototype_$(MACH), rather than hardcoded prototype_sparc.kirk.erickson%sun.com2002-10-171-1/+1
|
* Quoted SUNW_ISA="sparcv9"kirk.erickson%sun.com2002-10-041-1/+1
|
* Added SUNW_ISA=sparcv9 to clear up error message.kirk.erickson%sun.com2002-10-041-0/+1
|
* Paul Arthur <Paul.Arthur@eng.sun.com> said this change would clearkirk.erickson%sun.com2002-10-041-0/+1
| | | | up an error message.
* removing packageinfo from the branch, this is a generated filesonja.mirtitsch%sun.com2002-09-051-34/+0
| | | | and should not have been checked in in the first place
* committing the versioning file as found in the releas buildNSPRPUB_RELEASE_4_1_2_SUN_PKG_RTMNSPRPUB_RELEASE_4_1_2_SUN_PKG-apps-serversonja.mirtitsch%sun.com2002-09-051-1/+1
| | | | | | | directory for the apps server to the tip of the branch, as to be able to reproduce the build. This file seems generated, and I do not think it it a good idea in general to check in generted files
* Removed files from SUNWnspr, on the way to removing SUNWnspr itself.kirk.erickson%sun.com2002-08-224-114/+0
|
* Changed package names from SUNWnspr to SUNWprkirk.erickson%sun.com2002-08-2213-5/+208
|
* Danek's "new PROTO area rules".kirk.erickson%sun.com2002-08-221-14/+12
|
* wtc's second patch for 158704kirk.erickson%sun.com2002-08-227-31/+19
| | | | | | | | | | | | | | | | | | | 1. Link the .so's with -lc only on Solaris. (SunOS 4.1.3 doesn't need this change.) 2. Add libVersionPoint to NSPR_4.0 in the mapfiles. 3. Try to do ifdef USE_64 in mozilla/nsprpub/pkg/solaris/Makefile in the way Danek suggested. I had to use :: (as opposed to :) to specify PROTO's dependency because :: dependency can be used multiple times for the same target. 4. Fixed a bug in mozilla/nsprpub/pkg/solaris/Makefile in the creation of the symlink $(ROOT)/usr/lib/mps/sparcv9. 5. Removed the symbols that shouldn't be exported from nspr.def. Added PR_StackPop and PR_StackPush (which the 'nm' command reports as 'N', not 'T'). Added the PRP_* functions.
* Added -z defs (fail on undefines in linking) to Solaris.kirk.erickson%sun.com2002-08-2113-71/+77
| | | | Incorporated collection of changes from Wan-Teh (id=96204).
* Removed DEBUG ABI only functions.kirk.erickson%sun.com2002-08-191-27/+0
|
* Removed fix for 162930, Wan-Teh identified workaround.kirk.erickson%sun.com2002-08-161-6/+0
|
* Resolves bug 162930: PR_GetSystemInfo() gives wrong PR_SI_ARCHITECTUREkirk.erickson%sun.com2002-08-161-0/+6
|
* Changes from Danek for 158704.kirk.erickson%sun.com2002-08-1310-2/+165
| | | | | | Patch to fix multi-target builds (attachment 95043). New 64-bit files (mozilla/nsprpub/pkg/solaris/SUNWnsprx/). Patch for 64-bits.
* This should fix the package build problems, as well as update the name of thekirk.erickson%sun.com2002-08-095-24/+25
| | | | | | filtee to something pseudo-standard for Solaris. Also, only build libnspr4.so with the filtee, not all of them, but do use "-z combreloc" on all the shared libraries.
* checking in Kirk's new nspr sun packaging patchsonja.mirtitsch%sun.com2002-08-088-21/+36
|
* adding Kirk's new nspr sun packaging filessonja.mirtitsch%sun.com2002-08-0812-0/+803
|
* sonmi, adding kirk's sunpackaging filessonja.mirtitsch%sun.com2002-08-081-0/+31
|
* fixup commit for branch 'NSPRPUB_RELEASE_4_1_2_SUN_PKG_BRANCH'NSPRPUB_RELEASE_4_1_2cvs2hg2001-06-200-0/+0
|
* Bugzilla bug #86941: Use the new bug number in the comment.wtc%netscape.com2001-06-201-3/+4
| | | | Tag: NSPRPUB_RELEASE_4_1_BRANCH
* Bugzilla bug #86880: Map ECONNABORTED to PR_CONNECT_ABORTED_ERROR.wtc%netscape.com2001-06-201-0/+3
| | | | | Thanks to Mark Wahl of Sun Microsystems for the bug report. Tag: NSPRPUB_RELEASE_4_1_BRANCH
* Bugzilla bug #86764: provided more accurate info in the comment.wtc%netscape.com2001-06-201-5/+6
| | | | Tag: NSPRPUB_RELEASE_4_1_BRANCH
* Bugzilla bug #86785: link with -lpthread -lthread on all versions ofwtc%netscape.com2001-06-201-12/+3
| | | | | Solaris to ensure the correct library linking order. Tag: NSPRPUB_RELEASE_4_1_BRANCH
* Bugzilla bug #86764: worked around a TCP socket close() bug in Tru64wtc%netscape.com2001-06-201-0/+16
| | | | | UNIX V5.1. Tag: NSPRPUB_RELEASE_4_1_BRANCH
* Bugzilla bug #84100: we need to write our own accept method to copywtc%netscape.com2001-06-201-0/+43
| | | | | the PRFilePrivate structure. Tag: NSPRPUB_RELEASE_4_1_BRANCH
* Bugzilla bug #83930: fixed a typo in PR_LockFile.wtc%netscape.com2001-06-191-1/+1
| | | | Tag: NSPRPUB_RELEASE_4_1_BRANCH
* Bugzilla bug #83845: the IPv6-to-IPv4 getpeername method was invokingwtc%netscape.com2001-06-191-1/+1
| | | | | | the getsockname method of the IPv4 socket layer. Thanks to Terry Hayes <thayes@netscape.com> for the bug fix. Tag: NSPRPUB_RELEASE_4_1_BRANCH
* Updated the test for NSPR 4.1.2.wtc%netscape.com2001-06-191-3/+3
| | | | Tag: NSPRPUB_RELEASE_4_1_BRANCH.
* Set NSPR version to 4.1.2.wtc%netscape.com2001-06-191-2/+2
|
* Bugzilla bug #70765: added more comments and use the byte count returnedNSPRPUB_RELEASE_4_1_1wtc%netscape.com2001-05-051-4/+11
| | | | | | by WriteFile as opposed to the len argument, just in case WriteFile writes fewer bytes than requested. (NSPRPUB_RELEASE_4_1_BRANCH)
* bugzilla: 70765. PR_Write() offset errorlarryh%netscape.com2001-05-051-1/+1
|
* Set NSPR version to 4.1.1.wtc%netscape.com2001-05-041-2/+2
| | | | (NSPRPUB_RELEASE_4_1_BRANCH)
* Bugzilla bug #70295: fixed a bug introduced by my previous fix.wtc%netscape.com2001-05-042-13/+8
| | | | | Modified files: prfile.c, ptio.c (NSPRPUB_RELEASE_4_1_BRANCH)
* bugzilla: 70765. win2k file offset on networked drivelarryh%netscape.com2001-04-251-1/+6
|
* make tag for NSPRPUB_RELEASE_4_1_1_BETA4NSPRPUB_RELEASE_4_1_1_BETA4larryh%netscape.com2001-04-041-1/+1
|
* bugzilla: 45343larryh%netscape.com2001-04-043-90/+229
|
* Bugzilla bug #70381: zero the ipv6.ip field after we fail to parse aNSPRPUB_RELEASE_4_1_1_BETA3wtc%netscape.com2001-02-281-0/+4
| | | | | string as an IPv6 address. Thanks to Chris Elving for the bug report. (NSPRPUB_RELEASE_4_1_BRANCH)
* Bugzilla bug #70295: do not hold _pr_flock_lock while calling the MDwtc%netscape.com2001-02-274-4/+31
| | | | | | | | | lockfile function to avoid a deadlock. The lockCount field of PRFilePrivate may have the value of -1 to indicate that the MD lockfile function is in progress. Use _pr_flock_cv to wait for the completion of the MD lockfile function. Modified files: primpl.h, prfile.c, prio.c, ptio.c (NSPRPUB_RELEASE_4_1_BRANCH)
* Set NSPR version to 4.1.1 Beta 3.wtc%netscape.com2001-02-271-1/+1
| | | | (NSPRPUB_RELEASE_4_1_BRANCH)
* Set NSPR version to 4.1.1 Beta 2.NSPRPUB_RELEASE_4_1_1_BETA2wtc%netscape.com2001-02-131-1/+1
| | | | (NSPRPUB_RELEASE_4_1_BRANCH)
* Bugzilla bug #54796: PR_InitializeNetAddr and PR_SetNetAddr should zerowtc%netscape.com2001-01-271-1/+5
| | | | | | the socket address if the 'val' argument is not PR_IpAddrNull. Reviewed by John Myers. (NSPRPUB_RELEASE_4_1_BRANCH)