diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-04-01 19:49:16 +0000 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-04-01 19:49:16 +0000 |
commit | 15f0d500065520f5fb657d85fc1b4da244d042ac (patch) | |
tree | deffc98acd4d3800ec5d663078b35937b2351f0c | |
parent | d68288f697fae3c3cebe1cfa4780b467cf85f13c (diff) | |
download | cygnal-15f0d500065520f5fb657d85fc1b4da244d042ac.tar.gz cygnal-15f0d500065520f5fb657d85fc1b4da244d042ac.tar.bz2 cygnal-15f0d500065520f5fb657d85fc1b4da244d042ac.zip |
* new-features.sgml (ov-new1.7.10): Document /proc/sysvipc/.
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index a96856cd6..9944300c5 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,5 +1,9 @@ 2011-04-01 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> + * new-features.sgml (ov-new1.7.10): Document /proc/sysvipc/. + +2011-04-01 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> + * new-features.sgml (ov-new1.7.10): /proc/loadavg now shows current running/total processes count. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index 444f7ce30..60bd44bbd 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -14,6 +14,12 @@ pthread_spin_lock, pthread_spin_trylock, pthread_spin_unlock. total number of processes. </para></listitem> +<listitem><para> +Added /proc/sysvipc/msg, /proc/sysvipc/sem, and /proc/sysvipc/shm which +provide information about System V IPC message queues, semaphores, and +shared memory. +</para></listitem> + </itemizedlist> </sect2> |