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