Home
last modified time | relevance | path

Searched refs:Solaris (Results 1 – 25 of 8225) sorted by relevance

12345678910>>...329

/dports/devel/gnulib/gnulib-20140202-stable/doc/
H A Dsolaris-versions14 SunOS 4.1.1B == Solaris 1.0
18 SunOS 4.1.3 == Solaris 1.1A
19 SunOS 4.1.3B == Solaris 1.1B
20 SunOS 4.1.3C == Solaris 1.1C
27 SunOS 5.0 == Solaris 2.0
28 SunOS 5.1 == Solaris 2.1
29 SunOS 5.2 == Solaris 2.2
38 SunOS 5.7 == Solaris 7
39 SunOS 5.8 == Solaris 8
40 SunOS 5.9 == Solaris 9
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/
H A Dsolaris-versions14 SunOS 4.1.1B == Solaris 1.0
18 SunOS 4.1.3 == Solaris 1.1A
19 SunOS 4.1.3B == Solaris 1.1B
20 SunOS 4.1.3C == Solaris 1.1C
27 SunOS 5.0 == Solaris 2.0
28 SunOS 5.1 == Solaris 2.1
29 SunOS 5.2 == Solaris 2.2
38 SunOS 5.7 == Solaris 7
39 SunOS 5.8 == Solaris 8
40 SunOS 5.9 == Solaris 9
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/locale/unix/
H A Dunixcharset.properties19 # Solaris
39 # Solaris
43 # Solaris
55 # Solaris
57 # Solaris
59 # Solaris
61 # Solaris
64 # Solaris
66 # Solaris
84 # Solaris
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/
H A Dsolaris12.supp5 Solaris:sprintf
14 Solaris:snprintf
23 Solaris:snprintf
33 Solaris:vsnprintf
42 Solaris:vsnprintf
53 Solaris:file_buffer_malloc
65 Solaris:setnetconfig-fgetnetconfig
114 Solaris:setnetconfig-getnetlist
137 Solaris:dgettext
148 Solaris:postfork_child_mutex_reinit
[all …]
H A Dsolaris11.supp1 # This is a real problem in the Solaris libc. It is caused by a read past the
5 Solaris:snprintf
15 Solaris:vsnprintf
23 # Solaris libc doesn't deallocate I/O buffers on program exit.
25 Solaris:file_buffer_malloc
34 # Solaris libc reinitializes mutex udp->ld_lock in the child's post-fork
37 Solaris:postfork_child_mutex_reinit
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/
H A Dsolaris12.supp5 Solaris:sprintf
14 Solaris:snprintf
23 Solaris:snprintf
33 Solaris:vsnprintf
42 Solaris:vsnprintf
53 Solaris:file_buffer_malloc
65 Solaris:setnetconfig-fgetnetconfig
114 Solaris:setnetconfig-getnetlist
137 Solaris:dgettext
148 Solaris:postfork_child_mutex_reinit
[all …]
H A Dsolaris11.supp1 # This is a real problem in the Solaris libc. It is caused by a read past the
5 Solaris:snprintf
15 Solaris:vsnprintf
23 # Solaris libc doesn't deallocate I/O buffers on program exit.
25 Solaris:file_buffer_malloc
34 # Solaris libc reinitializes mutex udp->ld_lock in the child's post-fork
37 Solaris:postfork_child_mutex_reinit
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2719 size_t n = Solaris::lgrp_nlgrps(Solaris::lgrp_cookie()); in numa_get_groups_num()
2764 Solaris::lgrp_fini(Solaris::lgrp_cookie()); in numa_topology_changed()
2765 Solaris::lgrp_cookie_t c = Solaris::lgrp_init(Solaris::LGRP_VIEW_CALLER); in numa_topology_changed()
4667 os::Solaris::getisax_func_t os::Solaris::_getisax = 0;
4670 os::Solaris::lgrp_home_func_t os::Solaris::_lgrp_home;
4671 os::Solaris::lgrp_init_func_t os::Solaris::_lgrp_init;
4672 os::Solaris::lgrp_fini_func_t os::Solaris::_lgrp_fini;
4673 os::Solaris::lgrp_root_func_t os::Solaris::_lgrp_root;
4676 os::Solaris::lgrp_nlgrps_func_t os::Solaris::_lgrp_nlgrps;
4678 os::Solaris::lgrp_cookie_t os::Solaris::_lgrp_cookie = 0;
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2719 size_t n = Solaris::lgrp_nlgrps(Solaris::lgrp_cookie()); in numa_get_groups_num()
2764 Solaris::lgrp_fini(Solaris::lgrp_cookie()); in numa_topology_changed()
2765 Solaris::lgrp_cookie_t c = Solaris::lgrp_init(Solaris::LGRP_VIEW_CALLER); in numa_topology_changed()
4667 os::Solaris::getisax_func_t os::Solaris::_getisax = 0;
4670 os::Solaris::lgrp_home_func_t os::Solaris::_lgrp_home;
4671 os::Solaris::lgrp_init_func_t os::Solaris::_lgrp_init;
4672 os::Solaris::lgrp_fini_func_t os::Solaris::_lgrp_fini;
4673 os::Solaris::lgrp_root_func_t os::Solaris::_lgrp_root;
4676 os::Solaris::lgrp_nlgrps_func_t os::Solaris::_lgrp_nlgrps;
4678 os::Solaris::lgrp_cookie_t os::Solaris::_lgrp_cookie = 0;
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os/solaris/
H A Dos_solaris.cpp2335 size_t n = Solaris::lgrp_nlgrps(Solaris::lgrp_cookie()); in numa_get_groups_num()
2380 Solaris::lgrp_fini(Solaris::lgrp_cookie()); in numa_topology_changed()
2381 Solaris::lgrp_cookie_t c = Solaris::lgrp_init(Solaris::LGRP_VIEW_CALLER); in numa_topology_changed()
3843 os::Solaris::lgrp_home_func_t os::Solaris::_lgrp_home;
3844 os::Solaris::lgrp_init_func_t os::Solaris::_lgrp_init;
3845 os::Solaris::lgrp_fini_func_t os::Solaris::_lgrp_fini;
3846 os::Solaris::lgrp_root_func_t os::Solaris::_lgrp_root;
3847 os::Solaris::lgrp_children_func_t os::Solaris::_lgrp_children;
3848 os::Solaris::lgrp_resources_func_t os::Solaris::_lgrp_resources;
3849 os::Solaris::lgrp_nlgrps_func_t os::Solaris::_lgrp_nlgrps;
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os/solaris/
H A Dos_solaris.cpp2200 size_t n = Solaris::lgrp_nlgrps(Solaris::lgrp_cookie()); in numa_get_groups_num()
2245 Solaris::lgrp_fini(Solaris::lgrp_cookie()); in numa_topology_changed()
2246 Solaris::lgrp_cookie_t c = Solaris::lgrp_init(Solaris::LGRP_VIEW_CALLER); in numa_topology_changed()
3708 os::Solaris::lgrp_home_func_t os::Solaris::_lgrp_home;
3709 os::Solaris::lgrp_init_func_t os::Solaris::_lgrp_init;
3710 os::Solaris::lgrp_fini_func_t os::Solaris::_lgrp_fini;
3711 os::Solaris::lgrp_root_func_t os::Solaris::_lgrp_root;
3712 os::Solaris::lgrp_children_func_t os::Solaris::_lgrp_children;
3713 os::Solaris::lgrp_resources_func_t os::Solaris::_lgrp_resources;
3714 os::Solaris::lgrp_nlgrps_func_t os::Solaris::_lgrp_nlgrps;
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/solaris/
H A Dos_solaris.cpp2372 size_t n = Solaris::lgrp_nlgrps(Solaris::lgrp_cookie()); in numa_get_groups_num()
2417 Solaris::lgrp_fini(Solaris::lgrp_cookie()); in numa_topology_changed()
2418 Solaris::lgrp_cookie_t c = Solaris::lgrp_init(Solaris::LGRP_VIEW_CALLER); in numa_topology_changed()
4012 os::Solaris::lgrp_home_func_t os::Solaris::_lgrp_home;
4013 os::Solaris::lgrp_init_func_t os::Solaris::_lgrp_init;
4014 os::Solaris::lgrp_fini_func_t os::Solaris::_lgrp_fini;
4015 os::Solaris::lgrp_root_func_t os::Solaris::_lgrp_root;
4016 os::Solaris::lgrp_children_func_t os::Solaris::_lgrp_children;
4017 os::Solaris::lgrp_resources_func_t os::Solaris::_lgrp_resources;
4018 os::Solaris::lgrp_nlgrps_func_t os::Solaris::_lgrp_nlgrps;
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/solaris/
H A Dos_solaris.cpp2372 size_t n = Solaris::lgrp_nlgrps(Solaris::lgrp_cookie()); in numa_get_groups_num()
2417 Solaris::lgrp_fini(Solaris::lgrp_cookie()); in numa_topology_changed()
2418 Solaris::lgrp_cookie_t c = Solaris::lgrp_init(Solaris::LGRP_VIEW_CALLER); in numa_topology_changed()
4012 os::Solaris::lgrp_home_func_t os::Solaris::_lgrp_home;
4013 os::Solaris::lgrp_init_func_t os::Solaris::_lgrp_init;
4014 os::Solaris::lgrp_fini_func_t os::Solaris::_lgrp_fini;
4015 os::Solaris::lgrp_root_func_t os::Solaris::_lgrp_root;
4016 os::Solaris::lgrp_children_func_t os::Solaris::_lgrp_children;
4017 os::Solaris::lgrp_resources_func_t os::Solaris::_lgrp_resources;
4018 os::Solaris::lgrp_nlgrps_func_t os::Solaris::_lgrp_nlgrps;
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os/solaris/
H A Dos_solaris.cpp2314 size_t n = Solaris::lgrp_nlgrps(Solaris::lgrp_cookie()); in numa_get_groups_num()
2359 Solaris::lgrp_fini(Solaris::lgrp_cookie()); in numa_topology_changed()
2360 Solaris::lgrp_cookie_t c = Solaris::lgrp_init(Solaris::LGRP_VIEW_CALLER); in numa_topology_changed()
3956 os::Solaris::lgrp_home_func_t os::Solaris::_lgrp_home;
3957 os::Solaris::lgrp_init_func_t os::Solaris::_lgrp_init;
3958 os::Solaris::lgrp_fini_func_t os::Solaris::_lgrp_fini;
3959 os::Solaris::lgrp_root_func_t os::Solaris::_lgrp_root;
3960 os::Solaris::lgrp_children_func_t os::Solaris::_lgrp_children;
3961 os::Solaris::lgrp_resources_func_t os::Solaris::_lgrp_resources;
3962 os::Solaris::lgrp_nlgrps_func_t os::Solaris::_lgrp_nlgrps;
[all …]
/dports/net-mgmt/dhcp_probe/dhcp_probe-1.3.1/
H A DPLATFORMS29 Solaris 10 on SPARC
34 Solaris 10 on SPARC
43 Solaris 10 on SPARC
48 Solaris 10 on SPARC
53 Solaris 9 on SPARC
58 Solaris 9 on SPARC
63 Solaris 9 on SPARC
68 Solaris 9 on SPARC
73 Solaris 9 on SPARC
78 Solaris 9 on SPARC
[all …]
/dports/games/quake2-source/quake2-r0.16.2/
H A DREADME.Solaris13 - Solaris 8 10/00 for Sparc on an Ultra2 (1300) with a Creator3D card.
15 - X11R6.4 (comes with Solaris 8).
16 - XIL-1.4 (comes with Solaris 8).
23 - X11R6.4 (comes with Solaris 8).
24 - XIL-1.4 (comes with Solaris 8).
31 See the Solaris-Specific make options at the top of
32 the Solaris Makefile (Makefile.Solaris). Most interesting options
56 Set BUILD_DATA_PKG=YES in Makefile.Solaris.
59 Next, run "gmake -f Makefile.Solaris".
109 Thanks for this Solaris release go to:
[all …]
/dports/games/quake2lnx/quake2-r0.16.2/
H A DREADME.Solaris13 - Solaris 8 10/00 for Sparc on an Ultra2 (1300) with a Creator3D card.
15 - X11R6.4 (comes with Solaris 8).
16 - XIL-1.4 (comes with Solaris 8).
23 - X11R6.4 (comes with Solaris 8).
24 - XIL-1.4 (comes with Solaris 8).
31 See the Solaris-Specific make options at the top of
32 the Solaris Makefile (Makefile.Solaris). Most interesting options
56 Set BUILD_DATA_PKG=YES in Makefile.Solaris.
59 Next, run "gmake -f Makefile.Solaris".
109 Thanks for this Solaris release go to:
[all …]
/dports/sysutils/py-salt/salt-3004.1/doc/topics/solaris/
H A Dindex.rst2 Solaris chapter
5 This section contains details on Solaris specific quirks and workarounds.
8Solaris refers to both Solaris 10 compatible platforms like Solaris 10, illumos, SmartOS, OmniOS, …
/dports/lang/perl5.32/perl-5.32.1/
H A DREADME.solaris35 Solaris ships with a range of Solaris-specific modules. If you choose
39 Solaris may include two versions of perl, e.g. Solaris 9 includes
76 =head2 Solaris Version Numbers.
101 =item Solaris FAQ
115 =item Solaris Documentation
127 for SunOS4 on Solaris. (GNU tar compiled for Solaris should be fine.)
205 your new version of Solaris.
212 shipped with Solaris, you should use the Solaris::PerlGcc module
505 gcc installation from Solaris 2.5 or 2.5.1. The Solaris header files
574 See the modules under the Solaris:: and Sun::Solaris namespaces on CPAN,
[all …]
/dports/lang/perl5.34/perl-5.34.0/
H A DREADME.solaris35 Solaris ships with a range of Solaris-specific modules. If you choose
39 Solaris may include two versions of perl, e.g. Solaris 9 includes
76 =head2 Solaris Version Numbers.
101 =item Solaris FAQ
115 =item Solaris Documentation
127 for SunOS4 on Solaris. (GNU tar compiled for Solaris should be fine.)
205 your new version of Solaris.
212 shipped with Solaris, you should use the Solaris::PerlGcc module
505 gcc installation from Solaris 2.5 or 2.5.1. The Solaris header files
574 See the modules under the Solaris:: and Sun::Solaris namespaces on CPAN,
[all …]
/dports/lang/perl5.30/perl-5.30.3/
H A DREADME.solaris35 Solaris ships with a range of Solaris-specific modules. If you choose
39 Solaris may include two versions of perl, e.g. Solaris 9 includes
76 =head2 Solaris Version Numbers.
101 =item Solaris FAQ
115 =item Solaris Documentation
127 for SunOS4 on Solaris. (GNU tar compiled for Solaris should be fine.)
205 your new version of Solaris.
212 shipped with Solaris, you should use the Solaris::PerlGcc module
505 gcc installation from Solaris 2.5 or 2.5.1. The Solaris header files
574 See the modules under the Solaris:: and Sun::Solaris namespaces on CPAN,
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A DREADME.solaris35 Solaris ships with a range of Solaris-specific modules. If you choose
39 Solaris may include two versions of perl, e.g. Solaris 9 includes
76 =head2 Solaris Version Numbers.
101 =item Solaris FAQ
115 =item Solaris Documentation
127 for SunOS4 on Solaris. (GNU tar compiled for Solaris should be fine.)
205 your new version of Solaris.
212 shipped with Solaris, you should use the Solaris::PerlGcc module
505 gcc installation from Solaris 2.5 or 2.5.1. The Solaris header files
574 See the modules under the Solaris:: and Sun::Solaris namespaces on CPAN,
[all …]
/dports/net-mgmt/disco/disco/
H A Ddisco.fp119 49640:64:1460:1:-1:1:1:48:S:Solaris 9
258 8760:64:1460:1:0:0:0:-1:S:Solaris 2.6
341 24820:64:1460:1:-1:1:1:-1:S:Solaris 8
401 33580:64:1460:1:-1:1:1:48:S:Solaris 8
583 8767:255:30725:0:-1:0:0:-1:A:Solaris
643 9660:255:1380:1:-1:0:0:-1:A:Solaris
870 10136:255:1460:1:0:0:1:-1:A:Solaris
871 9800:255:33797:1:0:0:1:-1:A:Solaris
881 8760:255:46085:1:0:0:1:-1:A:Solaris
1140 1380:64:25605:1:0:0:1:60:A:Solaris
[all …]
/dports/databases/unixODBC/unixODBC-2.3.9/
H A DREADME.SOLARIS1 Building unixODBC on Solaris
8 "Last fall, I had problems running on Solaris 7, because my system did have
13 * the missing iconv tables are available by a patch for Solaris 7 (there is
14 also a corresponding patch for Solaris 8, that fixes a lot in this area -
17 * Solaris uses the name 8859-1 in its tables rather than ISO8859-1 or
33 2) tell customers to apply the following Solaris patches:
35 Solaris 7:
41 Solaris 8:
/dports/net-mgmt/ocsinventory-agent/UnixAgent-2.8.1/
H A DTHANKS1 Olivier ANDREOTTI: AIX, Solaris patches
9 Nicolas DORFSMAN: Solaris patches
10 Jean-Jacques MICHEL: Solaris patches
14 Christoph HALMES: Solaris patches
21 Sebastien DAGNICOURT: AIX and Solaris patches
26 Jean-François BOUCHER: Solaris patch
28 Maurizio Bertaboni: Solaris Zone support
34 Jerome LEBASE: Solaris patches
38 Lucas MASSE: various patches for Solaris support
41 Yoann Le Bihan: Solaris patches

12345678910>>...329