fm/ipmitopo: fix 64-bit compilation
[unleashed.git] / FEATURES.txt
blob72d6cfe103e3ef721afd5794551263571811f104
1 Features
2 ========
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
8 was changed.
10 <next> release
11 --------------
12  + native compiler support:
13    * all provided compilers and binutils generate 64-bit output by default.
14      -m32 is required for 32-bit.
15    * gcc 4.9 has been removed. gcc 6.4.0 is now the default compiler
16      /usr/bin/cc, and it is used to build userland and the bmake part of base.
17    * gcc 4.4.4 aka. illumos-gcc is provided in /opt/gcc/4.4.4/bin/gcc, and it
18      is used to build itself as well as the dmake part of base.
19    * the default compiler uses GNU binutils ld.bfd as the linker. gcc 4.4.4
20      stays with sunld for compatibility.
21    * the default compiler does not support Solaris-specific features (eg.
22      #pragma init/fini, cmn_err format checking, startfile selection from
23      values-{Xa,Xc,Xs,Xt,xpg4,xpg6} based on -std)
24    * the default compiler does not define sun/__sun/__sun___ or
25      __svr4__/__SVR4. gcc 4.4.4 still does, for compatibility reasons.
26    * __unleashed__ is automatically defined by all provided compilers.
27  - multiarch support from python removed; it's now 64-bit only
28  - /etc/log symlink & /var/adm/log directory
29  - /etc/[uw]tmpx symlink
30  - /usr/adm symlink
31  - legacy accounting and reporting
32  * moved all /var/adm files to /var/log
33  * moved /var/svc/log to /var/log/svc
34  * ntp has been replaced with openntpd 6.2p3
35  * bash 5.0.3
36  * zsh 5.7.1
38 1.3 release
39 -----------
40  - ksh93 (/sbin/sh, /bin/ksh93, /bin/rksh93) and related libraries (libast,
41    libcmd, libdll, libpp, libshell, libsum) are no more.
42  - nonstandard getgrent_r, fgetgrent_r removed from libc
43  - wordexp & wordfree removed from libc
44  - sgtty.h removed, including stty() and gtty()
45  - nightly.sh is no more; see README.md for updated build instructions
46  * removed posix.1c draft versions, and made default the standard versions, of
47    the libc functions getgrgid_r, getgrnam_r, ttyname_r, getlogin_r
48  * removed non-posix versions of the libc functions shmdt, sigwait,
49    gethostname, putmsg, putpmsg, getaddrinfo
50  + _XOPEN_SOURCE=700 and __EXTENSIONS__ are defined by default, if not
51    specified. most third-party software already uses these on Solarises in an
52    attempt to get a somewhat sane compilation environment
53  + all applications automatically use 64-bit files. using the LFS/"large file"
54    interfaces _LARGEFILE_SOURCE, _LARGEFILE64_SOURCE and _FILE_OFFSET_BITS is
55    no longer necessary.
56  + various improvements have been made to shorten the build time.
57  + the installer user interface has been simplified considerably.
59 1.2 release
60 -----------
61  - libfruraw, libnvfru, libfru, libfrureg, libfruutils
62  - libpicl, libpicltree, picld(8), etc.
63  - pyzfs & pysolaris
64  - locator(8)
65  - auditing support and libbsm
66  + ship ctfconvert & ctfmerge in /usr/bin
67  * hwdata updated to 2018.11.29
68  * tzdata updated to 2018g
69  * libressl 2.8.2
70  * uname(1) returns "amd64" for -m and -p
71  * sysinfo(SI_ARCHITECTURE) returns "amd64" (or "i386" when UNAME_LEGACY is
72    in the environment)
73  * rename vnode interface's AT_* to VATTR_*
75 1.1 release
76 -----------
77  - hsfs-formatted boot archive support
78  - libc compat symbols: _nuname, __posix_readdir_r, __threaded
79  - binary compatibility bread/bwrite/bwrite2/getblk kernel symbols
80  - libxnet and libsocket filter libraries
81  - libm.so.1 (legacy libm)
82  - shcomp(1) and the ability to run "compiled" ksh93 shell scripts (shbinexec)
83  - useless ksh93 /usr/bin builtins: cd, command, history, jobs, limit,
84    print, read, type, umask, wait
85  - jsh & jsh93
86  + ship libcmdutils.so & libuutil.so compilation symlinks
87  * ship openbsd ksh as /bin/sh (/bin/ksh93, /bin/rksh93, and /sbin/sh remain
88    ksh93)
89  * convert BREAD/BWRITE/BWRITE2/GETBLK macros to bread/bwrite/bwrite2/getblk
90    static inlines
91  * collapse driver packages into system/kernel
92  * replace ksh93 /usr/bin builtins with real programs imported from OpenBSD:
93    comm, cut, join, kill, logname, paste, rev, sleep, tee, test, uniq, wc
94  * autofs is disabled by default
95  * zoneinfo data moved from /usr/share/lib/zoneinfo to /usr/share/zoneinfo
97 1.0 release
98 -----------
99  - 32-bit x86 kernel support (32-bit x86 applications are still supported)
100  - sparc support
101  - xen domU and dom0 support
102  - Trusted Solaris aka. Trusted Extensions
103  - SVR4 pkg support & code
104  - solaris10 zone brand
105  - GRUB
106  - ndd(8) (use ipadm(8) and dladm(8) instead)
107  - closed source components were removed, including:
108    - in.iked(8) and related utilities
109    - kmdb modules: mpt and nfs
110    - kernel drivers: atiatom, bnx, ixgb, sdpib, usbser_edge, glm, mpt, adpu320,
111      bcm_sata, lsimega, marvel88sx, acpi_toshiba, intel_nhmex
112  - avs ("Sun StorageTek Availability Suite")
113  - tcopy(1)
114  - /usr/ucb and libbc ("SunOS/BSD Compatibility Package")
115  - rdist(1), rcp(1), rlogin(1), rlogind(1m), rsh(1), rshd(1m)
116  - uucp services (uuencode and uudecode are still present)
117  - libslp, slpd ("Service Location Protocol daemon")
118  - Java bits: poold(8), libzfs_jni, libadt_jni, libdtrace_jni,  DTrace Java
119    support, parts of libdns_sd
120  - Sun Studio and lint build support
121  - getpwent_r(3c), fgetpwent_r(3c), which are non-standard and were different
122    from other OSes
123  - getpw(3c)
124  - POSIX.1c Draft versions of several reentrant functions were removed.
125    Applications using the draft versions have to be modified; users of the
126    standard versions are unaffected.
127     - readdir_r
128     - getpwuid_r
129     - getpwnam_r
130  - c_synonyms.so
131  - drop support for Riyadh87, Riyadh88, and Riyadh89 timezones
132  - routeadm(1m), svc:/network/routing/legacy-routing,
133    svc:/network/ipv[46]-forwarding removed. use ipadm to manage forwarding and
134    smf to manage the routing-related daemons.
135  - xpg4, xpg6 directories were removed, utilities moved to /usr/bin.
136  - troff(1), nroff(1), addbib(1), checknr(1), deroff(1), diffmk(1), eqn(1),
137    indxbib(1), lookbib(1), refer(1), roffbib(1), soelim(1), tbl(1), ul(1),
138    vgrind(1), /usr/bin/makedev /usr/bin/ta removed -- made obsolete by mandoc
139  - pre-XPG5 behavior: ungetwc(3c), putwchar(3c), putwc(3c), fputwc(3c),
140    fputws(3c), fgetwc(3c), getwc(3c), getwchar(3c), fgetws(3c)
141  - C89 behavior: fprintf(3c), fscanf(3c), fwprintf(3c), fwscanf(3c),
142    printf(3c), scanf(3c), snprintf(3c), sprintf(3c), sscanf(3c),
143    swprintf(3c), swscanf(3c), vfprintf(3c), vfscanf(3c), vfwprintf(3c),
144    vfwscanf(3c), vprintf(3c), vscanf(3c), vsnprintf(3c), vsprintf(3c),
145    vsscanf(3c), vswprintf(3c), vswscanf(3c), vwprintf(3c), vwscanf(3c),
146    wprintf(3c), wscanf(3c)
147  + awk(1) replaced with a version imported from FreeBSD
148  + libcurses, libxcurses, libxcurses2, terminfo were replaced by ncurses
149  + grep(1) replaced with a version imported from FreeBSD
150  + errc(3), warnc(3) were added to libc
151  + fts(3) added to libc
152  + reallocarray(3) added to libc
153  + LibreSSL (libcrypto, libssl, libtls, openssl(1), nc(1)) added
154  + cpio-formatted boot archives
155  * man(1) is mandoc. mandoc.db support added, eliminating the need for
156    manpage symlinks.
157  * socket interfaces are now in libc. libsocket, libxnet and libnsl remain as
158    filter libraries.
159  * socket implementation was modified to be more reasonable by default, and it
160    is no longer possible to choose an alternate socket implementation.
161    msg_accrights was removed and msg_control members are now always visible in
162    struct msghdr.
163    Documentation was updated and moved to section 2: accept(2), bind(2),
164    connect(2), getpeername(2), getsockname(2), getsockopt(2), listen(2),
165    recv(2), send(2), shutdown(2), socket(2), socketpair(2), and the new
166    sockatmark(2) and CMSG_DATA(3)
167  * make(1) is bmake(1) instead of dmake(1)
168  * sed(1) replaced with a version imported from FreeBSD
169  * locale data has been updated to CLDR v28; tools to generate it were imported
170    from FreeBSD. This fixes many character classification errors.
171  * install(1m) was replaced by install(1) from OpenBSD.
172  * all process security flags are on by default
173  * putwchar(3c), putwc(3c), fputwc(3c), and fputws(3c) have only XPG5 behavior
174  * man pages from section 1M have been moved to section 8; third party code
175    (libncurses, namely) is not affected