From 03011be15e7274db55c67faf4dd1423cd6326dd0 Mon Sep 17 00:00:00 2001
From: Warren Block
Date: Tue, 18 Feb 2014 03:59:30 +0000
Subject: [PATCH] Update the features page. Modified version of patch
supplied.
PR: docs/186614
Submitted by: Allan Jude
---
en_US.ISO8859-1/htdocs/features.xml | 127 +++++++++++++++++++++-------
1 file changed, 95 insertions(+), 32 deletions(-)
diff --git a/en_US.ISO8859-1/htdocs/features.xml b/en_US.ISO8859-1/htdocs/features.xml
index 5e97322865..8a669b3501 100644
--- a/en_US.ISO8859-1/htdocs/features.xml
+++ b/en_US.ISO8859-1/htdocs/features.xml
@@ -36,11 +36,68 @@
diverse and world-wide membership of the
volunteer &os; Project.
- &os; 9.0, brings many new features
- and performance enhancements with a special focus on desktop
- support and security features.
+ &os; 10.X introduced many new features
+ and replaces many legacy tools with updated versions.
+ - bhyve:
+ A new BSD licensed, legacy-free hypervisor has been imported
+ to the &os; base system. It is currently able to run all
+ supported versions of &os;, and with the help of the
+ grub-bhyve port, OpenBSD and Linux.
+
+ - KMS And New drm2 Video Drivers:
+ The new drm2 driver provides support for AMD GPUs up to the
+ Radeon HD 6000 series and provides partial support for
+ the Radeon HD 7000 family. &os; now also supports
+ Kernel Mode Setting for AMD and Intel GPUs.
+
+ - Capsicum Enabled By Default:
+ Capsicum has been enabled in the kernel by default, allowing
+ sandboxing of several programs that work within the
+ "capabilities mode", such as:
+
+ - tcpdump
+ - dhclient
+ - hast
+ - rwhod
+ - kdump
+
+
+
+ - New Binary Packaging System:
+ &os; now uses pkg, a vastly improved package management
+ system that supports multiple repositories, signed packages,
+ and safe upgrades. The improved system is combined with
+ more frequent official package builds for all supported
+ platforms and a new stable branch of the ports tree for
+ better long term support.
+
+ - Unmapped I/O:
+ The newly implemented concept of unmapped VMIO buffers
+ eliminates the need to perform costly TLB shootdowns for
+ buffer creation and reuse, reducing system CPU time by up to
+ 25-30% on large SMP machines under heavy I/O load.
+
+
+ &os; 9.X brought many new features
+ and performance enhancements with a special focus on desktop
+ support and security.
+
+
+ - OpenZFS:
+ &os; 9.2 includes OpenZFS v5000 (Feature Flags), including
+ the feature flags:
+
+ - async_destroy
+ - empty_bpobj
+ - lz4_compress
+
+ which allow ZFS destroy operations to happen in the
+ background, make snapshots consume less disk space, and
+ offers a better compression algorithm for compressed
+ datasets.
+
- Capsicum Capability Mode:
Capsicum is a set of features for sandboxing support, using
a capability model in which the capabilities are file
@@ -59,14 +116,14 @@
These allow a structured way to dynamically extend the
kernel at runtime in an ABI preserving manner.
- - Accounting API: has been implemented. It can keep
+
- Accounting API has been implemented. It can keep
per-process, per-jail, and per-login class resource
accounting information. Note that this is neither built nor
installed by default. To build and install this, specify
the option RACCT in the kernel configuration file and rebuild
the base system as described in the &os; Handbook.
- - Resource-limiting API: has been implemented.
+
- Resource-limiting API has been implemented.
It works in conjunction with the RACCT resource accounting
implementation and takes user-configurable actions based on
the set of rules it maintains and the current resource
@@ -74,17 +131,17 @@
rules in userland. Note that this is neither built nor
installed by default.
- - USB: subsystem now supports USB packet filter.
+
- USB subsystem now supports USB packet filter.
This allows capturing packets which go through each USB
host. The architecture of the packet filter is similar to that of
bpf. The userland program usbdump(8) has been
added.
- - Infiniband support:, OFED (OpenFabrics Enterprise
+
- Infiniband support: OFED (OpenFabrics Enterprise
Distribution) version 1.5.3 has been imported into the
base system.
- - TCP/IP network: stack now supports the mod_cc(9)
+
- TCP/IP network stack now supports the mod_cc(9)
pluggable congestion control framework. This allows TCP
congestion control algorithms to be implemented as
dynamically loadable kernel modules. Many kernel
@@ -96,42 +153,48 @@
can be set by a new sysctl(8) variable
net.inet.tcp.cc.algorithm.
- - SU+J: &os;'s Fast File System now supports soft
+
- SU+J: &os;'s Fast File System now supports soft
updates with journaling. It introduces an intent log into
a softupdates-enabled file system which eliminates the need
for background fsck(8) even on unclean shutdowns.
- &os; 8.X brought many new
- features and performance enhancements. With special focus on
- a new USB stack, &os; 8.X also shipped with experimental support
- for NFSv4. A new TTY layer was introduced, which improves
- scalability and resources handling in SMP enabled systems.
+ &os; includes a number of other great features:
- - Netisr framework: has been reimplemented for
- parallel threading support. This is a kernel network
- dispatch interface which allows device drivers (and other
- packet sources) to direct packets to protocols for directly
- dispatched or deferred processing. The new implementation
- supports up to one netisr thread per CPU, and several
- benchmarks on SMP machines show substantial performance
- improvement over the previous version.
+ - Firewalls:
+ The base system includes IPFW and IPFilter, as well as a
+ modified version of the popular pf with improved SMP
+ performance. IPFW also includes the dummynet feature,
+ allowing network administrators to simular adverse network
+ conditions, including latency, jitter, packet loss and
+ limited bandwidth.
- - Jail improvements: Jails now support multiple IPv4
- and IPv6 addresses per jail, and also support SCTP.
- Hierarchies of jails (jails-within-jails) are now supported,
- and jails can now be restricted to subsets of available
- CPUs.
+ - Jails
+ are a light-weight alternative to virtualization.
+ Allowing processes to be restricted to a namespace with
+ access only to the file systems and network addresses
+ assigned to that namespace. Jails are also Hierarchical,
+ allowing jails-within-jails.
- - Linux emulation: layer has been updated to version
- 2.6.16 and the default Linux infrastructure port is now
- emulators/linux_base-f10 (Fedora 10).
+ - Linux emulation
+ provides a system call translation layer that allows
+ unmodified Linux binaries to be run on &os; systems.
+
+ - DTrace
+ provides a comprehensive framework for tracing and
+ troubleshooting kernel and application performance issues
+ while under live load.
+
+ - The Ports Collection is a set of more than 23,000 third
+ party applications that can be easily installed and run on
+ &os;. The ports architecture also allows for easy
+ customization of the compile time options of many of the
+ applications.
- Network Virtualization: A container ("vimage") has
been implemented, extending the &os; kernel to maintain
- multiple independent instances of networking state.
- Vimage facilities can be used independently to create fully
+ multiple independent instances of networking state. Vimage facilities can be used independently to create fully
virtualized network topologies, and jail(8) can directly
take advantage of a fully virtualized network stack.