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