This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.24-375-g6ab707b


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  6ab707ba03605e11677e92db84fb65948c2fe908 (commit)
      from  48b17f058917507b35b64593fe9be622a0f54c32 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=6ab707ba03605e11677e92db84fb65948c2fe908

commit 6ab707ba03605e11677e92db84fb65948c2fe908
Author: Rical Jasan <ricaljasan@pacific.net>
Date:   Sun Nov 13 00:29:27 2016 -0800

    manual: Remove non-existent mount options S_IMMUTABLE and S_APPEND [BZ #11235]
    
    These were removed in 2010, while addressing [BZ #11235].
    This commit removes their documentation from the manual.

diff --git a/ChangeLog b/ChangeLog
index 1648453..0badc3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-15  Rical Jasan  <ricaljasan@pacific.net>
+
+	* manual/sysinfo.texi (S_APPEND): Delete.
+	(S_IMMUTABLE): Likewise.
+
 2016-11-15  Denis Kaganovich  <mahatma@eu.by>
 	    Magnus Granberg  <zorry@gentoo.org>
 	    Mike Frysinger  <vapier@gentoo.org>
diff --git a/manual/sysinfo.texi b/manual/sysinfo.texi
index 65ee7cf..66b7f3d 100644
--- a/manual/sysinfo.texi
+++ b/manual/sysinfo.texi
@@ -930,20 +930,6 @@ This bit on specifies that no writing to the filesystem shall be allowed
 while it is mounted.  This cannot be overridden by @code{ioctl}.  This
 option is available on nearly all filesystems.
 
-@item S_IMMUTABLE
-This bit on specifies that no writing to the files in the filesystem
-shall be allowed while it is mounted.  This can be overridden for a
-particular file access by a properly privileged call to @code{ioctl}.
-This option is a relatively new invention and is not available on many
-filesystems.
-
-@item S_APPEND
-This bit on specifies that the only file writing that shall be allowed
-while the filesystem is mounted is appending.  Some filesystems allow
-this to be overridden for a particular process by a properly privileged
-call to @code{ioctl}.  This is a relatively new invention and is not
-available on many filesystems.
-
 @item MS_NOSUID
 This bit on specifies that Setuid and Setgid permissions on files in the
 filesystem shall be ignored while it is mounted.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog           |    5 +++++
 manual/sysinfo.texi |   14 --------------
 2 files changed, 5 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]