From 2540f8ffe9796659ebc59f4b7e02ea6ee0c7afd7 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 21 Jul 2017 20:51:06 +0200 Subject: [PATCH] Changes.old: Tweaks to 4.12 Changelog Signed-off-by: Michael Kerrisk --- Changes.old | 44 ++++++++++---------------------------------- 1 file changed, 10 insertions(+), 34 deletions(-) diff --git a/Changes.old b/Changes.old index 45b5dbafc..7784bbcfb 100644 --- a/Changes.old +++ b/Changes.old @@ -45450,6 +45450,16 @@ sulit Apologies if I missed anyone! +New and rewritten pages +----------------------- + +ioctl_getfsmap.2 + Darrick J. Wong + Document the GETFSMAP ioctl + Document the new GETFSMAP ioctl that returns the physical layout of a + (disk-based) filesystem. + + Newly documented interfaces in existing pages --------------------------------------------- @@ -45509,12 +45519,6 @@ ioctl_getfsmap.2 Fix ordering of sections Michael Kerrisk Add VERSIONS section - -ioctl_getfsmap.2 - Darrick J. Wong - Document the GETFSMAP ioctl - Document the new GETFSMAP ioctl that returns the physical layout of a - (disk-based) filesystem. Michael Kerrisk ERRORS: order alphabetically @@ -45622,8 +45626,6 @@ atanh.3 Remove C89 designation. See https://bugzilla.kernel.org/show_bug.cgi?id=196319 - [mtk: confirmed from review of draft of C90 standard] - bsd_signal.3 Michael Kerrisk Note feature test macro requirements changes for glibc 2.26 @@ -45673,22 +45675,6 @@ getaddrinfo.3 getcontext.3 Carlos O'Donell Exemplar structure should use 'ucontext_t'. - In glibc we just finished a round of purging 'struct ucontext' - which is not in the POSIX reserved namespace of *_t tags. This has - some consequences to applications using the non-standard struct - ucontext: - https://sourceware.org/glibc/wiki/Release/2.26#Removal_of_.27struct_ucontext.27 - but it also fixes a namespace conformance issue which is always a - longterm pain for large portable programs. - - It was noted by Peter Maydell - (https://sourceware.org/bugzilla/show_bug.cgi?id=21457) that the - linux man pages still had references to 'struct ucontext' but only - in the form of an exemplar structure. - - The patch fixes the exemplar to match what is in glibc - and therefore it won't ever suggest users can use 'struct - ucontext'. getgrent.3 Michael Kerrisk @@ -45703,9 +45689,6 @@ unlockpt.3 if_nametoindex.3 Douglas Caetano dos Santos Add ENODEV error for if_nametoindex() - Checked against glibc and kernel code: when given name isn't - a valid interface, kernel returns ENODEV and glibc just - forwards it. malloc.3 Michael Kerrisk @@ -45720,8 +45703,6 @@ posix_madvise.3 Remove paragraph about POSIX_FADV_NOREUSE POSIX_FADV_NOREUSE is documented for posix_fadvise, and a corresponding POSIX_MADV_NOREUSE flag is not specified by POSIX. - - Thanks to Marc Lehmann See https://bugs.debian.org/865699 ptsname.3 @@ -45785,9 +45766,6 @@ nsswitch.conf.5 This minor patch clarifies when merging is not done, and how duplicate entries are merged. - Found while extending glibc's NSS test suite, discussed with glibc - team and Stephen Gallagher. - proc.5 Michael Kerrisk Document that 'iowait' field of /proc/stat is unreliable @@ -45816,8 +45794,6 @@ cgroup_namespaces.7 Add some further explanation of the example shell session Michael Kerrisk Fix a bug in shell session example - Michael Kerrisk - Some minor wording fixes and clarifications inode.7 Michael Kerrisk