]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Changes: Ready for 3.75
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 15 Oct 2014 09:11:20 +0000 (11:11 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 15 Oct 2014 09:11:20 +0000 (11:11 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Changes

diff --git a/Changes b/Changes
index 3853f617ba07837e6178a24a9ab3f31868bc31cc..dfedb225e611c1e0f20d5c791cd34c0eb6da51c3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 ==================== Changes in man-pages-3.75 ====================
 
-Released: ????-??-??, Munich
+Released: ????-??-??, Düsseldorf
 
 
 Contributors
@@ -10,6 +10,11 @@ The following people contributed patches/fixes or (noted in brackets
 in the changelog below) reports, notes, and ideas that have been
 incorporated in changes in this release:
 
+Jonny Grant <jg@jguk.org>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Robert Schweikert <rjschwei@suse.com>
+Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp>
+Walter Harms <wharms@bfs.de>
 
 Apologies if I missed anyone!
 
@@ -17,19 +22,44 @@ Apologies if I missed anyone!
 New and rewritten pages
 -----------------------
 
-
-Newly documented interfaces in existing pages
----------------------------------------------
+pthread_rwlockattr_setkind_np.3
+    Robert Schweikert  [MMichael Kerrisk]
+        New page documenting pthread_rwlockattr_[sg]etkind_np(3)
+            Documents pthread_rwlockattr_setkind_np(3) and
+            pthread_rwlockattr_getkind_np(3).
 
 
 New and changed links
 ---------------------
 
-
-Global changes
---------------
+pthread_rwlockattr_getkind_np.3
+    Robert Schweikert
+        New link to pthread_rwlockattr_setkind_np(3)
 
 
 Changes to individual pages
 ---------------------------
 
+readlink.2
+    Michael Kerrisk  [Jonny Grant]
+        Add free() call to example program
+
+readv.2
+    Michael Kerrisk
+        The raw preadv() and pwritev() syscalls split 'offset' into 2 arguments
+
+signal.7
+    Michael Kerrisk
+        pthread_mutex_lock() and pthread_cond_wait() are restartable
+            pthread_mutex_lock(, pthread_cond_wait(), and related APIs are
+            automatically restarted if interrupted by a signal handler.
+
+unix.7
+    Michael Kerrisk  [Carlos O'Donell, David Miller, Tetsuo Handa]
+        Various additions and rewordings
+            Notable changes:
+            * Clarify some details for pathname sockets.
+            * Add some advice on portably coding with pathname sockets.
+            * Note the "buggy" behavior for pathname sockets when
+              the supplied pathname is 108 bytes (after a report by
+              Tetsuo Handa).