4 This file documents feature changes at a very high level.
6 A '-' means that the support for that feature was removed, a '+' means that
7 the support for that feature was added, and a '*' means that the behavior
12 - /etc/log symlink & /var/adm/log directory
13 - /etc/[uw]tmpx symlink
15 - legacy accounting and reporting
16 * moved all /var/adm files to /var/log
17 * moved /var/svc/log to /var/log/svc
21 - ksh93 (/sbin/sh, /bin/ksh93, /bin/rksh93) and related libraries (libast,
22 libcmd, libdll, libpp, libshell, libsum) are no more.
23 - nonstandard getgrent_r, fgetgrent_r removed from libc
24 - wordexp & wordfree removed from libc
25 - sgtty.h removed, including stty() and gtty()
26 - nightly.sh is no more; see README.md for updated build instructions
27 * removed posix.1c draft versions, and made default the standard versions, of
28 the libc functions getgrgid_r, getgrnam_r, ttyname_r, getlogin_r
29 * removed non-posix versions of the libc functions shmdt, sigwait,
30 gethostname, putmsg, putpmsg, getaddrinfo
31 + _XOPEN_SOURCE=700 and __EXTENSIONS__ are defined by default, if not
32 specified. most third-party software already uses these on Solarises in an
33 attempt to get a somewhat sane compilation environment
34 + all applications automatically use 64-bit files. using the LFS/"large file"
35 interfaces _LARGEFILE_SOURCE, _LARGEFILE64_SOURCE and _FILE_OFFSET_BITS is
37 + various improvements have been made to shorten the build time.
38 + the installer user interface has been simplified considerably.
42 - libfruraw, libnvfru, libfru, libfrureg, libfruutils
43 - libpicl, libpicltree, picld(8), etc.
46 - auditing support and libbsm
47 + ship ctfconvert & ctfmerge in /usr/bin
48 * hwdata updated to 2018.11.29
49 * tzdata updated to 2018g
51 * uname(1) returns "amd64" for -m and -p
52 * sysinfo(SI_ARCHITECTURE) returns "amd64" (or "i386" when UNAME_LEGACY is
54 * rename vnode interface's AT_* to VATTR_*
58 - hsfs-formatted boot archive support
59 - libc compat symbols: _nuname, __posix_readdir_r, __threaded
60 - binary compatibility bread/bwrite/bwrite2/getblk kernel symbols
61 - libxnet and libsocket filter libraries
62 - libm.so.1 (legacy libm)
63 - shcomp(1) and the ability to run "compiled" ksh93 shell scripts (shbinexec)
64 - useless ksh93 /usr/bin builtins: cd, command, history, jobs, limit,
65 print, read, type, umask, wait
67 + ship libcmdutils.so & libuutil.so compilation symlinks
68 * ship openbsd ksh as /bin/sh (/bin/ksh93, /bin/rksh93, and /sbin/sh remain
70 * convert BREAD/BWRITE/BWRITE2/GETBLK macros to bread/bwrite/bwrite2/getblk
72 * collapse driver packages into system/kernel
73 * replace ksh93 /usr/bin builtins with real programs imported from OpenBSD:
74 comm, cut, join, kill, logname, paste, rev, sleep, tee, test, uniq, wc
75 * autofs is disabled by default
76 * zoneinfo data moved from /usr/share/lib/zoneinfo to /usr/share/zoneinfo
80 - 32-bit x86 kernel support (32-bit x86 applications are still supported)
82 - xen domU and dom0 support
83 - Trusted Solaris aka. Trusted Extensions
84 - SVR4 pkg support & code
85 - solaris10 zone brand
87 - ndd(8) (use ipadm(8) and dladm(8) instead)
88 - closed source components were removed, including:
89 - in.iked(8) and related utilities
90 - kmdb modules: mpt and nfs
91 - kernel drivers: atiatom, bnx, ixgb, sdpib, usbser_edge, glm, mpt, adpu320,
92 bcm_sata, lsimega, marvel88sx, acpi_toshiba, intel_nhmex
93 - avs ("Sun StorageTek Availability Suite")
95 - /usr/ucb and libbc ("SunOS/BSD Compatibility Package")
96 - rdist(1), rcp(1), rlogin(1), rlogind(1m), rsh(1), rshd(1m)
97 - uucp services (uuencode and uudecode are still present)
98 - libslp, slpd ("Service Location Protocol daemon")
99 - Java bits: poold(8), libzfs_jni, libadt_jni, libdtrace_jni, DTrace Java
100 support, parts of libdns_sd
101 - Sun Studio and lint build support
102 - getpwent_r(3c), fgetpwent_r(3c), which are non-standard and were different
105 - POSIX.1c Draft versions of several reentrant functions were removed.
106 Applications using the draft versions have to be modified; users of the
107 standard versions are unaffected.
112 - drop support for Riyadh87, Riyadh88, and Riyadh89 timezones
113 - routeadm(1m), svc:/network/routing/legacy-routing,
114 svc:/network/ipv[46]-forwarding removed. use ipadm to manage forwarding and
115 smf to manage the routing-related daemons.
116 - xpg4, xpg6 directories were removed, utilities moved to /usr/bin.
117 - troff(1), nroff(1), addbib(1), checknr(1), deroff(1), diffmk(1), eqn(1),
118 indxbib(1), lookbib(1), refer(1), roffbib(1), soelim(1), tbl(1), ul(1),
119 vgrind(1), /usr/bin/makedev /usr/bin/ta removed -- made obsolete by mandoc
120 - pre-XPG5 behavior: ungetwc(3c), putwchar(3c), putwc(3c), fputwc(3c),
121 fputws(3c), fgetwc(3c), getwc(3c), getwchar(3c), fgetws(3c)
122 - C89 behavior: fprintf(3c), fscanf(3c), fwprintf(3c), fwscanf(3c),
123 printf(3c), scanf(3c), snprintf(3c), sprintf(3c), sscanf(3c),
124 swprintf(3c), swscanf(3c), vfprintf(3c), vfscanf(3c), vfwprintf(3c),
125 vfwscanf(3c), vprintf(3c), vscanf(3c), vsnprintf(3c), vsprintf(3c),
126 vsscanf(3c), vswprintf(3c), vswscanf(3c), vwprintf(3c), vwscanf(3c),
127 wprintf(3c), wscanf(3c)
128 + awk(1) replaced with a version imported from FreeBSD
129 + libcurses, libxcurses, libxcurses2, terminfo were replaced by ncurses
130 + grep(1) replaced with a version imported from FreeBSD
131 + errc(3), warnc(3) were added to libc
132 + fts(3) added to libc
133 + reallocarray(3) added to libc
134 + LibreSSL (libcrypto, libssl, libtls, openssl(1), nc(1)) added
135 + cpio-formatted boot archives
136 * man(1) is mandoc. mandoc.db support added, eliminating the need for
138 * socket interfaces are now in libc. libsocket, libxnet and libnsl remain as
140 * socket implementation was modified to be more reasonable by default, and it
141 is no longer possible to choose an alternate socket implementation.
142 msg_accrights was removed and msg_control members are now always visible in
144 Documentation was updated and moved to section 2: accept(2), bind(2),
145 connect(2), getpeername(2), getsockname(2), getsockopt(2), listen(2),
146 recv(2), send(2), shutdown(2), socket(2), socketpair(2), and the new
147 sockatmark(2) and CMSG_DATA(3)
148 * make(1) is bmake(1) instead of dmake(1)
149 * sed(1) replaced with a version imported from FreeBSD
150 * locale data has been updated to CLDR v28; tools to generate it were imported
151 from FreeBSD. This fixes many character classification errors.
152 * install(1m) was replaced by install(1) from OpenBSD.
153 * all process security flags are on by default
154 * putwchar(3c), putwc(3c), fputwc(3c), and fputws(3c) have only XPG5 behavior
155 * man pages from section 1M have been moved to section 8; third party code
156 (libncurses, namely) is not affected