fs: remove fs_sync()
[unleashed.git] / FEATURES.txt
blobecb585dc71b0ad4a434054f2d3700eadfb15bc27
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  - tcopy(1)
24  - /usr/ucb and libbc ("SunOS/BSD Compatibility Package")
25  - rdist(1), rcp(1), rlogin(1), rlogind(1m), rsh(1), rshd(1m)
26  - libslp, slpd ("Service Location Protocol daemon")
27  - Java bits: poold(1M), libzfs_jni, libadt_jni, libdtrace_jni,  DTrace Java
28    support, parts of libdns_sd
29  - Sun Studio and lint build support
30  - getpwent_r(3c), fgetpwent_r(3c), which are non-standard and were different
31    from other OSes
32  - POSIX.1c Draft versions of several reentrant functions were removed.
33    Applications using the draft versions have to be modified; users of the
34    standard versions are unaffected.
35     - readdir_r
36     - getpwuid_r
37     - getpwnam_r
38  - drop support for Riyadh87, Riyadh88, and Riyadh89 timezones
39  - routeadm(1m), svc:/network/routing/legacy-routing,
40    svc:/network/ipv[46]-forwarding removed. use ipadm to manage forwarding and
41    smf to manage the routing-related daemons.
42  + errc(3), warnc(3) were added to libc
43  + fts(3) added to libc
44  + reallocarray(3) added to libc
45  * man(1) is mandoc. mandoc.db support added, eliminating the need for
46    manpage symlinks.
47  * socket interfaces are now in libc. libsocket, libxnet and libnsl remain as
48    filter libraries.
49  * socket implementation was modified to be more reasonable by default, and it
50    is no longer possible to choose an alternate socket implementation.
51    msg_accrights was removed and msg_control members are now always visible in
52    struct msghdr.
53    Documentation was updated and moved to section 2: accept(2), bind(2),
54    connect(2), getpeername(2), getsockname(2), getsockopt(2), listen(2),
55    recv(2), send(2), shutdown(2), socket(2), socketpair(2), and the new
56    sockatmark(2) and CMSG_DATA(3)
57  * make(1) is bmake(1) instead of dmake(1)
58  * sed(1) replaced with a version imported from FreeBSD
59  * locale data has been updated to CLDR v28; tools to generate it were imported
60    from FreeBSD. This fixes many character classification errors.
61  * install(1m) was replaced by install(1) from OpenBSD.
62  * all process security flags are on by default