Lines Matching refs:Solaris
3 - 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
49 - Solaris 11 (released in November 2011) removed a large set of syscalls where
52 - syscall number for unlinkat() is 76 on Solaris 11, but 65 on illumos [2]
55 - posix_spawn() functionality is backed up by true spawn() syscall on Solaris 12
56 whereas illumos and Solaris 11 leverage vfork()
57 - illumos and older Solaris use utimesys() syscall whereas newer Solaris
90 no such mechanism in Solaris. Hacky workarounds are possible, though.
100 Solaris port of GDB has a major flaw which prevents remote debugging from
104 - Use GDB shipped with Solaris 11.2 which has this flaw fixed.
123 - Add more Solaris-specific tests (especially for the door and spawn
134 Solaris/illumos.