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