include: add missing vis.h
[unleashed.git] / FEATURES.txt
blobebd4d4157054ef35229a700c29594c81e0c6e56f
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  - GRUB
14  - closed source components were removed, including:
15    - in.iked(1M) and related utilities
16    - kmdb modules: mpt and nfs
17    - kernel drivers: atiatom, bnx, ixgb, sdpib, usbser_edge, glm, mpt, adpu320,
18      bcm_sata, lsimega, marvel88sx, acpi_toshiba, intel_nhmex
19  - avs ("Sun StorageTek Availability Suite")
20  - /usr/ucb and libbc ("SunOS/BSD Compatibility Package")
21  - rdist(1), rcp(1), rlogin(1), rlogind(1m), rsh(1), rshd(1m)
22  - libslp, slpd ("Service Location Protocol daemon")
23  - Java bits: poold(1M), libzfs_jni, libadt_jni, libdtrace_jni,  DTrace Java
24    support, parts of libdns_sd
25  - Sun Studio and lint build support
26  + bmake(1)
27  + socket interfaces are now in libc. libsocket, libxnet and libnsl remain as
28    filter libraries.
29  + socket implementation was modified to be more reasonable by default, and it
30    is no longer possible to choose an alternate socket implementation.
31    msg_accrights was removed and msg_control members are now always visible in
32    struct msghdr.
33    Documentation was updated and moved to section 2: accept(2), bind(2),
34    connect(2), getpeername(2), getsockname(2), getsockopt(2), listen(2),
35    recv(2), send(2), shutdown(2), socket(2), socketpair(2), and the new
36    sockatmark(2) and CMSG_DATA(3)
37  + errc(3), warnc(3) were added to libc
38  + process security flags (psecflags) 
39  * readdir_r is now POSIX-only version
40  * sed(1) replaced with a version imported from FreeBSD
41  * locale data has been updated to CLDR v28; tools to generate it were imported
42    from FreeBSD. This fixes many character classification errors.
43  * install(1m) was replaced by install(1) from OpenBSD.
44  * all process security flags are on by default