aboutsummaryrefslogtreecommitdiff
path: root/winsup/doc
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2011-05-17 17:09:32 +0000
committerYaakov Selkowitz <yselkowi@redhat.com>2011-05-17 17:09:32 +0000
commit7dd9fa7ffbcda908ac3724d5c41a98213d5c0598 (patch)
treecb2b23351a994f3aa5cbc8742bb7f30d8a3998ce /winsup/doc
parentc8ce54290ddec2e84ac94bef53c518c43140c183 (diff)
downloadnewlib-7dd9fa7ffbcda908ac3724d5c41a98213d5c0598.zip
newlib-7dd9fa7ffbcda908ac3724d5c41a98213d5c0598.tar.gz
newlib-7dd9fa7ffbcda908ac3724d5c41a98213d5c0598.tar.bz2
* new-features.sgml (ov-new1.7.10): Document CPU-time clock support.
Move pthread stack management APIs to separate listitem.
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/ChangeLog5
-rw-r--r--winsup/doc/new-features.sgml16
2 files changed, 18 insertions, 3 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 7052ccf..ca1e14d 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-17 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
+
+ * new-features.sgml (ov-new1.7.10): Document CPU-time clock support.
+ Move pthread stack management APIs to separate listitem.
+
2011-05-15 Corinna Vinschen <corinna@vinschen.de>
* new-features.sgml (ov-new1.7.10): Document pthread_attr_getguardsize,
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index d0aa9f8..31f516a 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -19,6 +19,18 @@ pthread_spin_lock, pthread_spin_trylock, pthread_spin_unlock.
</para></listitem>
<listitem><para>
+Pthread stack address management. New APIs: pthread_attr_getstack,
+pthread_attr_getstackaddr, pthread_attr_getguardsize, pthread_attr_setstack,
+pthread_attr_setstackaddr, pthread_attr_setguardsize, pthread_getattr_np.
+</para></listitem>
+
+<listitem><para>
+clock_gettime(3) and clock_getres(3) accept per-process and per-thread CPU-time
+clocks, including CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID.
+New APIs: clock_getcpuclockid, pthread_getcpuclockid.
+</para></listitem>
+
+<listitem><para>
/proc/loadavg now shows the number of currently running processes and the
total number of processes.
</para></listitem>
@@ -40,9 +52,7 @@ as well as the version of GCC used when compiling.
<listitem><para>
Other new API: clock_settime, ppoll, psiginfo, psignal, sys_siglist,
-pthread_attr_getstack, pthread_attr_getstackaddr, pthread_attr_getguardsize,
-pthread_attr_setstack, pthread_attr_setstackaddr, pthread_attr_setguardsize,
-pthread_getattr_np, pthread_setschedprio, sysinfo.
+pthread_setschedprio, sysinfo.
</para></listitem>
</itemizedlist>