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