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