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