Wan-Teh Chang
2bb27d7106
Bug 450696: Updated NSPR to the NSPR_4_7_2_BETA2 CVS tag. r=kaie
2008-09-01 12:15:40 -07:00
Benjamin Smedberg
edb904aa29
Import NSPR 4_7_1_RTM
2008-06-06 08:36:51 -04:00
hg@mozilla.com
2ca566cd74
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
2007-03-22 10:30:00 -07:00
wtchang@redhat.com
812f92da9e
Bugzilla Bug 260899: do not use the spinlock based implementation of
...
PR_StackPush and PR_StackPop for Solaris x86. The patch is contributed by
Julien Pierre of Sun. r=wtc.
Modified Files: _solaris.h os_SunOS_x86.s
2005-02-24 02:58:45 +00:00
wchang0222@aol.com
86565b219a
Bugzilla bug 259001: ported NSPR to Solaris on AMD64 architecture. The
...
patch is contributed by Julien Pierre <julien.pierre.bugs@sun.com >. r=wtc.
Modified Files: configure configure.in _solaris.h _solaris64.cfg
Added Files: os_SunOS_x86_64.s
2004-10-06 00:52:57 +00:00
gerv@gerv.net
ab0b8c26a4
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-25 15:03:26 +00:00
wchang0222@aol.com
3fa405981e
Bugzilla bug 230837: define the _MD_INIT_CONTEXT macro correctly -- it
...
needs to set *status to PR_TRUE. The patch was contributed by
timeless@bemail.org . r=wtc.
Modified Files: _os2.h _solaris.h _win95.h
2004-01-20 21:23:33 +00:00
darin@meer.net
289f93b60d
landing patch for bug 211501 "NSPR should provide getaddrinfo" r=wtc
2003-09-11 21:42:16 +00:00
wtc@netscape.com
60cdaf523e
Bugzilla bug 214411: implement automatic attaching and detaching of Solaris
...
native threads. The patch contains contribution by Gerard Roos
<gerard.roos@adnovum.ch >.
Modified Files: _solaris.h primpl.h solaris.c pruthr.c foreign.c provider.c
2003-09-11 00:29:37 +00:00
wtc@netscape.com
2831b07486
Bug 168228: added IPv6 support for Darwin (Mac OS X). Added two new
...
feature macros _PR_HAVE_INET_NTOP and _PR_GHBA_DISALLOW_V4MAPPED to
handle the differences of Darwin's IPv6 sockets implementation and
other platforms' implementations.
Modified files: _aix.h _bsdi.h _darwin.h _freebsd.h _irix.h _linux.h
_netbsd.h _openvms.h _osf1.h _solaris.h prnetdb.c
2003-01-16 16:16:34 +00:00
wtc@netscape.com
e4c0130cc7
Bug 162930: fixed the bug that PR_GetSystemInfo always returns "sparc"
...
as PR_SI_ARCHITECTURE on Solaris, even though Solaris also runs on x86.
Thanks to Sonja Mirtitsch <sonja.mirtitsch@sun.com > for the fix.
2002-08-15 22:25:42 +00:00
wtc@netscape.com
fbe6211c6f
Bugzilla bug 132940: need to declare the sendfile error mapping function.
...
Modified files: _aix.h _solaris.h
2002-03-29 22:53:38 +00:00
wtc@netscape.com
c840c4d802
Bugzilla bug 113740: do not use the 32-bit SPARC assembly implementation of
...
PRStack because it may cause starvation of the lock owner, leaving the
other threads spinning trying to acquire the lock.
Modified files: configure configure.in pr/include/md/_solaris.h
2001-12-07 02:10:10 +00:00
wtc@netscape.com
9f60f789c4
Bugzilla Bug 63049: 64-bit Solaris does not need the libultrasparc4.so
...
(-f libatomic.so) filter library.
Modified files: configure configure.in _solaris.h pr/src/md/unix/Makefile
solaris.c.
Added file: os_SunOS_sparcv9.s.
2001-06-24 01:39:51 +00:00
larryh@netscape.com
6b35dad62a
BugZilla: 42367. Fix copyright date, Original Code
2000-06-20 21:48:45 +00:00
larryh@netscape.com
a3c44cc58e
BugZilla 42367. change license to dual-license
2000-06-13 20:59:02 +00:00
wtc@netscape.com
af33f9322f
Bugzilla bug #40542 : pass the correct size of struct sockaddr_in8 to
...
native socket functions on Solaris 8 for Intel/x86. r=larryh@netscape.com .
a=pdt. Thanks to dcran@us.ibm.com (Donnie Cranford) for the bug report.
Modified files: _solaris.h, primpl.h
2000-06-09 18:18:19 +00:00
wtc@netscape.com
9bd5af1f03
Bugzilla bug #39696 : implemented the NSPR atomic routines in
...
assembly language for Solaris/x86.
Modified files: _solaris.h, solaris.c, os_SunOS_x86.s
2000-05-31 00:33:48 +00:00
wtc@netscape.com
ac8f058681
Bugzilla bug #26506 : removed the dns lock if the platform has
...
gethostbyXXX_r or if the gethostbyXXX functions return the result
in thread specific storage. Did this for AIX, HP-UX, IRIX, OSF1,
Linux, and Solaris.
Modified files: AIX.mk, HP-UX.mk, IRIX.mk, OSF1.mk, _linux.h,
_solaris.h, and prnetdb.c
2000-05-25 02:07:07 +00:00
wtc@netscape.com
c798263781
Bugzilla bug #33043 : use System V shared memory and semaphores on
...
Solaris 2.5.1 because the POSIX shared memory and semaphore functions
fail with ENOSYS.
2000-03-23 19:05:37 +00:00
wtc@netscape.com
37a140f560
Landed NSPRPUB_RELEASE_4_0_20000223 onto the main trunk.
2000-02-23 23:38:19 +00:00
srinivas@netscape.com
15907fa10e
Add new API declaration, NSPR_API. Bugzilla #12913 .
2000-01-07 01:28:13 +00:00
wtc@netscape.com
ccb5e99e92
Bugzilla bug #20770 : Solaris 8 has getipnodebyname().
1999-12-04 01:05:04 +00:00
larryh@netscape.com
51fbf63e96
NSPR 3.5 landing
1999-10-13 18:32:42 +00:00
srinivas@netscape.com
0bb677a945
Assembly language implementation of PR_StackPush/Pop routines for Sparc/x86;
...
checkin for ppokorny@mindspring.com .
1999-07-27 14:40:44 +00:00
dmose@mozilla.org
d5cea3bfc1
updating to license version 1.1 in boilerplate comments
1999-04-21 21:40:44 +00:00
wtc@netscape.com
dd177da83b
Bugzilla bug #5358 : temporary fix for the build problem on Solaris/x86.
...
We don't have an assembly language implementation of atomic stacks for
Solaris/x86 yet. Thanks to Justin A. Kolodziej
<4wg7kolodzie@marquette.edu > for reporting the bug.
1999-04-21 21:02:10 +00:00
wtc@netscape.com
6b9970550b
More mozilla/nsprpub updates, including:
...
- Patch for MkLinux and glibc 2.1. Removed the MKLINUX macro.
This patch is contributed by Tom Rini <trini@kernel.crashing.org >.
- Patch to make the emulated threads work on ARM/Linux. Contributed
by raff@netwinder.org .
1998-10-05 18:58:25 +00:00
wtc@netscape.com
f3f84ba658
NSPR20 v3.0 beta landing from NSPRPUB_RELEASE_3_0_LANDING_BRANCH.
1998-09-25 20:34:39 +00:00
wtc
bfe09b98be
Added declaration of _MD_YIELD.
1998-04-13 22:21:00 +00:00
ltabb
c4cc52826a
Free the lizard
1998-03-28 02:44:41 +00:00