kernel: remove support for hsfs-based boot_archives
[unleashed.git] / FEATURES.txt
blobe296118f1e0601054e45c29b206206c8401c7354
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  - hsfs-formatted boot archive support
14 1.0 release
15 -----------
16  - 32-bit x86 kernel support (32-bit x86 applications are still supported)
17  - sparc support
18  - xen domU and dom0 support
19  - Trusted Solaris aka. Trusted Extensions
20  - SVR4 pkg support & code
21  - solaris10 zone brand
22  - GRUB
23  - ndd(8) (use ipadm(8) and dladm(8) instead)
24  - closed source components were removed, including:
25    - in.iked(8) and related utilities
26    - kmdb modules: mpt and nfs
27    - kernel drivers: atiatom, bnx, ixgb, sdpib, usbser_edge, glm, mpt, adpu320,
28      bcm_sata, lsimega, marvel88sx, acpi_toshiba, intel_nhmex
29  - avs ("Sun StorageTek Availability Suite")
30  - tcopy(1)
31  - /usr/ucb and libbc ("SunOS/BSD Compatibility Package")
32  - rdist(1), rcp(1), rlogin(1), rlogind(1m), rsh(1), rshd(1m)
33  - uucp services (uuencode and uudecode are still present)
34  - libslp, slpd ("Service Location Protocol daemon")
35  - Java bits: poold(8), libzfs_jni, libadt_jni, libdtrace_jni,  DTrace Java
36    support, parts of libdns_sd
37  - Sun Studio and lint build support
38  - getpwent_r(3c), fgetpwent_r(3c), which are non-standard and were different
39    from other OSes
40  - getpw(3c)
41  - POSIX.1c Draft versions of several reentrant functions were removed.
42    Applications using the draft versions have to be modified; users of the
43    standard versions are unaffected.
44     - readdir_r
45     - getpwuid_r
46     - getpwnam_r
47  - c_synonyms.so
48  - drop support for Riyadh87, Riyadh88, and Riyadh89 timezones
49  - routeadm(1m), svc:/network/routing/legacy-routing,
50    svc:/network/ipv[46]-forwarding removed. use ipadm to manage forwarding and
51    smf to manage the routing-related daemons.
52  - xpg4, xpg6 directories were removed, utilities moved to /usr/bin.
53  - troff(1), nroff(1), addbib(1), checknr(1), deroff(1), diffmk(1), eqn(1),
54    indxbib(1), lookbib(1), refer(1), roffbib(1), soelim(1), tbl(1), ul(1),
55    vgrind(1), /usr/bin/makedev /usr/bin/ta removed -- made obsolete by mandoc
56  - pre-XPG5 behavior: ungetwc(3c), putwchar(3c), putwc(3c), fputwc(3c),
57    fputws(3c), fgetwc(3c), getwc(3c), getwchar(3c), fgetws(3c)
58  - C89 behavior: fprintf(3c), fscanf(3c), fwprintf(3c), fwscanf(3c),
59    printf(3c), scanf(3c), snprintf(3c), sprintf(3c), sscanf(3c),
60    swprintf(3c), swscanf(3c), vfprintf(3c), vfscanf(3c), vfwprintf(3c),
61    vfwscanf(3c), vprintf(3c), vscanf(3c), vsnprintf(3c), vsprintf(3c),
62    vsscanf(3c), vswprintf(3c), vswscanf(3c), vwprintf(3c), vwscanf(3c),
63    wprintf(3c), wscanf(3c)
64  + awk(1) replaced with a version imported from FreeBSD
65  + libcurses, libxcurses, libxcurses2, terminfo were replaced by ncurses
66  + grep(1) replaced with a version imported from FreeBSD
67  + errc(3), warnc(3) were added to libc
68  + fts(3) added to libc
69  + reallocarray(3) added to libc
70  + LibreSSL (libcrypto, libssl, libtls, openssl(1), nc(1)) added
71  + cpio-formatted boot archives
72  * man(1) is mandoc. mandoc.db support added, eliminating the need for
73    manpage symlinks.
74  * socket interfaces are now in libc. libsocket, libxnet and libnsl remain as
75    filter libraries.
76  * socket implementation was modified to be more reasonable by default, and it
77    is no longer possible to choose an alternate socket implementation.
78    msg_accrights was removed and msg_control members are now always visible in
79    struct msghdr.
80    Documentation was updated and moved to section 2: accept(2), bind(2),
81    connect(2), getpeername(2), getsockname(2), getsockopt(2), listen(2),
82    recv(2), send(2), shutdown(2), socket(2), socketpair(2), and the new
83    sockatmark(2) and CMSG_DATA(3)
84  * make(1) is bmake(1) instead of dmake(1)
85  * sed(1) replaced with a version imported from FreeBSD
86  * locale data has been updated to CLDR v28; tools to generate it were imported
87    from FreeBSD. This fixes many character classification errors.
88  * install(1m) was replaced by install(1) from OpenBSD.
89  * all process security flags are on by default
90  * putwchar(3c), putwc(3c), fputwc(3c), and fputws(3c) have only XPG5 behavior
91  * man pages from section 1M have been moved to section 8; third party code
92    (libncurses, namely) is not affected