tzdata: update to 2018g
[unleashed.git] / FEATURES.txt
blob00f07ae0d581c55e570efda39b4c60d051b2f7ef
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  - libfruraw, libnvfru, libfru, libfrureg, libfruutils
13  - libpicl, libpicltree, picld(8), etc.
14  - pyzfs & pysolaris
15  - locator(8)
16  * uname(1) returns "amd64" for -m and -p
17  * sysinfo(SI_ARCHITECTURE) returns "amd64" (or "i386" when UNAME_LEGACY is
18    in the environment)
20 1.1 release
21 -----------
22  - hsfs-formatted boot archive support
23  - libc compat symbols: _nuname, __posix_readdir_r, __threaded
24  - binary compatibility bread/bwrite/bwrite2/getblk kernel symbols
25  - libxnet and libsocket filter libraries
26  - libm.so.1 (legacy libm)
27  - shcomp(1) and the ability to run "compiled" ksh93 shell scripts (shbinexec)
28  - useless ksh93 /usr/bin builtins: cd, command, history, jobs, limit,
29    print, read, type, umask, wait
30  - jsh & jsh93
31  + ship libcmdutils.so & libuutil.so compilation symlinks
32  * ship openbsd ksh as /bin/sh (/bin/ksh93, /bin/rksh93, and /sbin/sh remain
33    ksh93)
34  * convert BREAD/BWRITE/BWRITE2/GETBLK macros to bread/bwrite/bwrite2/getblk
35    static inlines
36  * collapse driver packages into system/kernel
37  * replace ksh93 /usr/bin builtins with real programs imported from OpenBSD:
38    comm, cut, join, kill, logname, paste, rev, sleep, tee, test, uniq, wc
39  * autofs is disabled by default
40  * zoneinfo data moved from /usr/share/lib/zoneinfo to /usr/share/zoneinfo
42 1.0 release
43 -----------
44  - 32-bit x86 kernel support (32-bit x86 applications are still supported)
45  - sparc support
46  - xen domU and dom0 support
47  - Trusted Solaris aka. Trusted Extensions
48  - SVR4 pkg support & code
49  - solaris10 zone brand
50  - GRUB
51  - ndd(8) (use ipadm(8) and dladm(8) instead)
52  - closed source components were removed, including:
53    - in.iked(8) and related utilities
54    - kmdb modules: mpt and nfs
55    - kernel drivers: atiatom, bnx, ixgb, sdpib, usbser_edge, glm, mpt, adpu320,
56      bcm_sata, lsimega, marvel88sx, acpi_toshiba, intel_nhmex
57  - avs ("Sun StorageTek Availability Suite")
58  - tcopy(1)
59  - /usr/ucb and libbc ("SunOS/BSD Compatibility Package")
60  - rdist(1), rcp(1), rlogin(1), rlogind(1m), rsh(1), rshd(1m)
61  - uucp services (uuencode and uudecode are still present)
62  - libslp, slpd ("Service Location Protocol daemon")
63  - Java bits: poold(8), libzfs_jni, libadt_jni, libdtrace_jni,  DTrace Java
64    support, parts of libdns_sd
65  - Sun Studio and lint build support
66  - getpwent_r(3c), fgetpwent_r(3c), which are non-standard and were different
67    from other OSes
68  - getpw(3c)
69  - POSIX.1c Draft versions of several reentrant functions were removed.
70    Applications using the draft versions have to be modified; users of the
71    standard versions are unaffected.
72     - readdir_r
73     - getpwuid_r
74     - getpwnam_r
75  - c_synonyms.so
76  - drop support for Riyadh87, Riyadh88, and Riyadh89 timezones
77  - routeadm(1m), svc:/network/routing/legacy-routing,
78    svc:/network/ipv[46]-forwarding removed. use ipadm to manage forwarding and
79    smf to manage the routing-related daemons.
80  - xpg4, xpg6 directories were removed, utilities moved to /usr/bin.
81  - troff(1), nroff(1), addbib(1), checknr(1), deroff(1), diffmk(1), eqn(1),
82    indxbib(1), lookbib(1), refer(1), roffbib(1), soelim(1), tbl(1), ul(1),
83    vgrind(1), /usr/bin/makedev /usr/bin/ta removed -- made obsolete by mandoc
84  - pre-XPG5 behavior: ungetwc(3c), putwchar(3c), putwc(3c), fputwc(3c),
85    fputws(3c), fgetwc(3c), getwc(3c), getwchar(3c), fgetws(3c)
86  - C89 behavior: fprintf(3c), fscanf(3c), fwprintf(3c), fwscanf(3c),
87    printf(3c), scanf(3c), snprintf(3c), sprintf(3c), sscanf(3c),
88    swprintf(3c), swscanf(3c), vfprintf(3c), vfscanf(3c), vfwprintf(3c),
89    vfwscanf(3c), vprintf(3c), vscanf(3c), vsnprintf(3c), vsprintf(3c),
90    vsscanf(3c), vswprintf(3c), vswscanf(3c), vwprintf(3c), vwscanf(3c),
91    wprintf(3c), wscanf(3c)
92  + awk(1) replaced with a version imported from FreeBSD
93  + libcurses, libxcurses, libxcurses2, terminfo were replaced by ncurses
94  + grep(1) replaced with a version imported from FreeBSD
95  + errc(3), warnc(3) were added to libc
96  + fts(3) added to libc
97  + reallocarray(3) added to libc
98  + LibreSSL (libcrypto, libssl, libtls, openssl(1), nc(1)) added
99  + cpio-formatted boot archives
100  * man(1) is mandoc. mandoc.db support added, eliminating the need for
101    manpage symlinks.
102  * socket interfaces are now in libc. libsocket, libxnet and libnsl remain as
103    filter libraries.
104  * socket implementation was modified to be more reasonable by default, and it
105    is no longer possible to choose an alternate socket implementation.
106    msg_accrights was removed and msg_control members are now always visible in
107    struct msghdr.
108    Documentation was updated and moved to section 2: accept(2), bind(2),
109    connect(2), getpeername(2), getsockname(2), getsockopt(2), listen(2),
110    recv(2), send(2), shutdown(2), socket(2), socketpair(2), and the new
111    sockatmark(2) and CMSG_DATA(3)
112  * make(1) is bmake(1) instead of dmake(1)
113  * sed(1) replaced with a version imported from FreeBSD
114  * locale data has been updated to CLDR v28; tools to generate it were imported
115    from FreeBSD. This fixes many character classification errors.
116  * install(1m) was replaced by install(1) from OpenBSD.
117  * all process security flags are on by default
118  * putwchar(3c), putwc(3c), fputwc(3c), and fputws(3c) have only XPG5 behavior
119  * man pages from section 1M have been moved to section 8; third party code
120    (libncurses, namely) is not affected