From 178bc92ae3068966e414a36dcf673d7c53984907 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Mon, 11 Jan 2016 07:44:16 +0000 Subject: update README / HISTORY --- HISTORY.rst | 1 + README.rst | 7 ++++--- 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 `__ 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 `__ version). `PyPy `__ is also known to work. ==================== -- cgit v1.2.1