Home
last modified time | relevance | path

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

12345678910>>...16

/external/valgrind/
Dsolaris12.supp1 # This is a real problem in the Solaris libc. It is caused by a read past the
5 Solaris:sprintf
14 Solaris:snprintf
23 Solaris:snprintf
33 Solaris:vsnprintf
42 Solaris:vsnprintf
51 # Solaris libc doesn't deallocate I/O buffers on program exit.
53 Solaris:file_buffer_malloc
62 # Solaris libc doesn't deallocate netconfig list pointed to by netpp.
65 Solaris:setnetconfig-fgetnetconfig
[all …]
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
DREADME.solaris3 - You need a recent Solaris-like OS to compile this port. Solaris 11 or
4 any illumos-based distribution should work, Solaris 10 is not supported.
8 - Solaris ld has to be the first linker in the PATH. GNU ld cannot be used.
10 phase fails if GNU ld is used. Recent Solaris/illumos distributions are ok.
15 - System header files are required. On Solaris, these can be installed with:
17 - GNU make is also required. On Solaris, this can be quickly achieved with:
21 This can be quickly achieved on Solaris by prepending /usr/gnu/bin to PATH.
36 Oracle Solaris and illumos support
38 One of the main goal of this port is to support both Oracle Solaris and
39 illumos kernels. This is a very hard task because Solaris kernel traditionally
[all …]
Dconfigure.ac966 # there is only one version of libc on Solaris
1030 AC_MSG_RESULT(Solaris)
1042 AC_MSG_ERROR([musl libc, Darwin libc, Bionic libc or Solaris libc])
2789 # Solaris-specific checks.
2795 # Solaris-specific check determining if the Sun Studio Assembler is used to
2802 AC_MSG_CHECKING([if x86/amd64 assembler speaks cmovl.l (Solaris-specific)])
2815 # Solaris-specific check determining if symbols __xpg4 and __xpg6
2818 # gcc on older Solaris instructs linker to include these symbols,
2819 # gcc on illumos and newer Solaris does not.
2826 AC_MSG_CHECKING([if xpg symbols are present with -std=gnu99 (Solaris-specific)])
[all …]
/external/bison/m4/
Dunlocked-io.m413 dnl (because some of them were declared in Solaris 2.5.1 but were removed
14 dnl in Solaris 2.6, whereas we want binaries built on Solaris 2.5.1 to run
15 dnl on Solaris 2.6).
24 dnl Persuade glibc and Solaris <stdio.h> to declare
Dmbrtowc.m4176 # Guess no on Solaris 8.
198 /* This fails on Solaris 8:
236 # Guess no on Solaris.
277 if (ret != 2) /* Solaris 7 fails here: ret is -1. */
367 # Guess no on HP-UX, Solaris, native Windows.
391 /* This fails on Solaris. */
496 # Guess no on Solaris 8 and 9.
517 /* This fails on Solaris 8 and 9. */
Dposix_spawn.m4413 dnl On Solaris 11 2011-11, posix_spawn_file_actions_addclose succeeds even
431 [# Guess no on Solaris, yes otherwise.
454 dnl On Solaris 11 2011-11, posix_spawn_file_actions_adddup2 succeeds even
472 [# Guess no on Solaris, yes otherwise.
495 dnl On Solaris 11 2011-11, posix_spawn_file_actions_addopen succeeds even
515 [# Guess no on Solaris, yes otherwise.
/external/dnsmasq/contrib/Solaris10/
DREADME3 Subject: Solaris 10 service manifest
7 I've found dnsmasq much easier to set up on my home server running Solaris
9 simple home network needs. Since Solaris now uses SMF (Service Management
/external/valgrind/none/tests/
Dprocfs-non-linux.vgtest2 # For Solaris, there is Solaris-specific 'solaris/proc-cmdline-exe'.
Dcoolo_sigaction.vgtest1 # Disabled on Solaris because parent process never gets SIGCHLD.
/external/python/cpython2/Modules/_ctypes/libffi/
DREADME89 | SPARC | Solaris | GCC |
90 | SPARC | Solaris | Oracle Solaris Studio C |
93 | SPARC64 | Solaris | Oracle Solaris Studio C |
104 | X86 | Solaris | GCC |
105 | X86 | Solaris | Oracle Solaris Studio C |
112 | X86-64 | Solaris | Oracle Solaris Studio C |
198 with GCC (OS X, Solaris).
210 Solaris and AIX.
232 Enable x86 builds with Oracle's Solaris compiler.
234 Solaris compiler.
[all …]
/external/icu/icu4c/source/
DrunConfigureICU58 Solaris Use the Sun cc/CC compilers on Solaris
59 Solaris/GCC Use the GNU gcc/g++ compilers on Solaris
60 SolarisX86 Use the Sun cc/CC compilers on Solaris x86
157 Solaris)
165 Solaris/GCC)
/external/valgrind/memcheck/tests/
Dsupponlyobj.vgtest2 # This test is disabled on Solaris because function below main (_start)
5 # solaris/supponlyobj test exists to check the Solaris variant.
/external/libmtp/
DINSTALL249 Compilation for Solaris/SunOS
252 libmtp builds on Solaris/SunOS with either gcc or SunStudio 12. It does
253 require GNU Make (aka gmake) to be installed. Building libmtp on Solaris
254 10 and Solaris 11 differ slightly, so alternate instructions are provided
255 for each Solaris version.
257 For Solaris 10
281 All MTP devices on Solaris 10u2+ are driven by the usb_mid driver, which
287 For Solaris 11
290 Building libmtp on Solaris 11 is very similar to those instructions for
291 Solaris 10, however libusb now lives in /usr/lib, and openusb is also
[all …]
/external/icu/icu4c/source/config/
Dmh-solaris-gcc4 ## Solaris-specific setup using gcc
34 ## Only use this when not on x86 Solaris.
80 ## End Solaris-specific setup
Dmh-solaris4 ## Solaris-specific setup using Sun's compilers
100 ## End Solaris-specific setup
/external/protobuf/util/
DCONTRIBUTORS.txt62 * Solaris 10 + Sun Studio fixes.
86 * Fixes for Solaris 10 32/64-bit confusion.
98 * Fixed detection of sched_yield on Solaris.
99 * Added atomicops for Solaris
/external/protobuf/
DCONTRIBUTORS.txt62 * Solaris 10 + Sun Studio fixes.
86 * Fixes for Solaris 10 32/64-bit confusion.
98 * Fixed detection of sched_yield on Solaris.
99 * Added atomicops for Solaris
/external/swiftshader/third_party/LLVM/test/Archive/
DREADME.txt12 SVR4.a - constructed on Solaris with /usr/ccs/bin/ar
13 xpg4.a - constructed on Solaris with /usr/xpg4/bin/ar
/external/iptables/utils/
Dpf.os122 # OS - OS genre (Linux, Solaris, Windows)
326 # ----------------- Solaris -----------------
328 S17:64:1:64:N,W3,N,N,T0,N,N,S,M*: Solaris:8:RFC1323:Solaris 8 RFC1323
329 S17:64:1:48:N,N,S,M*: Solaris:8::Solaris 8
330 S17:255:1:44:M*: Solaris:2.5-2.7::Solaris 2.5 to 7
332 S6:255:1:44:M*: Solaris:2.6-2.7::Solaris 2.6 to 7
333 S23:255:1:44:M*: Solaris:2.5:1:Solaris 2.5.1
334 S34:64:1:48:M*,N,N,S: Solaris:2.9::Solaris 9
335 S44:255:1:44:M*: Solaris:2.7::Solaris 7
339 S34:64:1:52:M*,N,W0,N,N,S: Solaris:10:beta:Solaris 10 (beta)
[all …]
/external/netperf/
DREADME.solaris18 Beware CPU util figures on anything before Solaris 10 that does not
19 say 100%, and still be a triffle cautious with Solaris 10 CPU util
DAUTHORS20 Fixes for AIX 3.1 and 3.2. Also fixes for Solaris 2.1 without
43 Bunches of warnings fixes and lint picks for Solaris 2.3
102 for pointing-out that Solaris 9 has a copy of Linux sendfile()
107 fixes to configure to recognize Solaris 11
151 Assistance finding the right magic to compile SCTP on Solaris 10.
154 Pointers on Solaris 10 Microstate accounting.
286 Jim Nell - Fix for Solaris 11.1 compilation problem in dscp.c
/external/protobuf/src/solaris/
Dlibstdc++.la8 # NOTE: This file lives in /usr/sfw/lib on Solaris 10. Unfortunately,
9 # due to an apparent bug in the Solaris 10 6/06 release,
/external/protobuf/gtest/
DCHANGES14 * Google Test now works on Solaris and AIX.
38 * Compatibility fixes for Solaris, Cygwin, minGW, Windows Mobile,
75 * Fixed compatibility with Solaris and z/OS.
/external/openssh/
DCREDITS18 Ben Taylor <bent@clark.net> - Solaris debugging and fixes
28 Chad Mynhier <mynhier@interstel.net> - Solaris Process Contract support
62 Marc G. Fournier <marc.fournier@acadiau.ca> - Solaris patches
83 Rip Loomis <loomisg@cist.saic.com> - Solaris package support, fixes

12345678910>>...16