ipd kmod dependencies: spell misc without a h
[unleashed.git] / FEATURES.txt
blob8e91852b0fb9ac7dac6ef90f92dcab745544d36e
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 the
7 support for that feature was added, and a * means that the behavior was
8 changed.
10 <next> release
11 --------------
12  - 32-bit x86 kernel support (32-bit x86 applications are still supported)
13  - Trusted Solaris aka. Trusted Extensions
14  - SVR4 pkg support & code
15  - solaris10 zone brand
16  - GRUB
17  - ndd(1M) (use ipadm(1M) and dladm(1M) instead)
18  - closed source components were removed, including:
19    - in.iked(1M) and related utilities
20    - kmdb modules: mpt and nfs
21    - kernel drivers: atiatom, bnx, ixgb, sdpib, usbser_edge, glm, mpt, adpu320,
22      bcm_sata, lsimega, marvel88sx, acpi_toshiba, intel_nhmex
23  - avs ("Sun StorageTek Availability Suite")
24  - tcopy(1)
25  - /usr/ucb and libbc ("SunOS/BSD Compatibility Package")
26  - rdist(1), rcp(1), rlogin(1), rlogind(1m), rsh(1), rshd(1m)
27  - libslp, slpd ("Service Location Protocol daemon")
28  - Java bits: poold(1M), libzfs_jni, libadt_jni, libdtrace_jni,  DTrace Java
29    support, parts of libdns_sd
30  - Sun Studio and lint build support
31  - getpwent_r(3c), fgetpwent_r(3c), which are non-standard and were different
32    from other OSes
33  - POSIX.1c Draft versions of several reentrant functions were removed.
34    Applications using the draft versions have to be modified; users of the
35    standard versions are unaffected.
36     - readdir_r
37     - getpwuid_r
38     - getpwnam_r
39  - drop support for Riyadh87, Riyadh88, and Riyadh89 timezones
40  - routeadm(1m), svc:/network/routing/legacy-routing,
41    svc:/network/ipv[46]-forwarding removed. use ipadm to manage forwarding and
42    smf to manage the routing-related daemons.
43  + errc(3), warnc(3) were added to libc
44  + fts(3) added to libc
45  + reallocarray(3) added to libc
46  + LibreSSL (libcrypto, libssl, libtls, openssl(1), nc(1)) added
47  * man(1) is mandoc. mandoc.db support added, eliminating the need for
48    manpage symlinks.
49  * socket interfaces are now in libc. libsocket, libxnet and libnsl remain as
50    filter libraries.
51  * socket implementation was modified to be more reasonable by default, and it
52    is no longer possible to choose an alternate socket implementation.
53    msg_accrights was removed and msg_control members are now always visible in
54    struct msghdr.
55    Documentation was updated and moved to section 2: accept(2), bind(2),
56    connect(2), getpeername(2), getsockname(2), getsockopt(2), listen(2),
57    recv(2), send(2), shutdown(2), socket(2), socketpair(2), and the new
58    sockatmark(2) and CMSG_DATA(3)
59  * make(1) is bmake(1) instead of dmake(1)
60  * sed(1) replaced with a version imported from FreeBSD
61  * locale data has been updated to CLDR v28; tools to generate it were imported
62    from FreeBSD. This fixes many character classification errors.
63  * install(1m) was replaced by install(1) from OpenBSD.
64  * all process security flags are on by default