summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-01-11 07:44:16 +0000
committerGiampaolo Rodola <g.rodola@gmail.com>2016-01-11 07:44:16 +0000
commit178bc92ae3068966e414a36dcf673d7c53984907 (patch)
treef7c76ce6af97f0e874d37590c11c6919b3b93fa9
parent415902408645a07b0148691e400712fc54106d1e (diff)
downloadpsutil-0-wiz-0-master.tar.gz
update README / HISTORY0-wiz-0-master
-rw-r--r--HISTORY.rst1
-rw-r--r--README.rst7
2 files changed, 5 insertions, 3 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 6db2d561..5987a935 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -5,6 +5,7 @@ Bug tracker at https://github.com/giampaolo/psutil/issues
**Enhancements**
+- #557: [NetBSD] added NetBSD support.
- #708: [Linux] psutil.net_connections() and Process.connections() on Python 2
can be up to 3x faster in case of many connections.
Also psutil.Process.memory_maps() is slightly faster.
diff --git a/README.rst b/README.rst
index 2919b79c..055ee693 100644
--- a/README.rst
+++ b/README.rst
@@ -50,9 +50,10 @@ monitoring**, **profiling and limiting process resources** and **management of
running processes**. It implements many functionalities offered by command line
tools such as: ps, top, lsof, netstat, ifconfig, who, df, kill, free, nice,
ionice, iostat, iotop, uptime, pidof, tty, taskset, pmap. It currently supports
-**Linux, Windows, OSX, FreeBSD, OpenBSD** and **Sun Solaris**, both **32-bit**
-and **64-bit** architectures, with Python versions from **2.6 to 3.5** (users
-of Python 2.4 and 2.5 may use `2.1.3 <https://pypi.python.org/pypi?name=psutil&version=2.1.3&:action=files>`__ version).
+**Linux, Windows, OSX, FreeBSD, OpenBSD**, **NetBSD** and **Sun Solaris**, both
+ **32-bit** and **64-bit** architectures, with Python versions from **2.6 to
+3.5** (users of Python 2.4 and 2.5 may use
+`2.1.3 <https://pypi.python.org/pypi?name=psutil&version=2.1.3&:action=files>`__ version).
`PyPy <http://pypy.org/>`__ is also known to work.
====================