- update to 4.16:

* new and rewritten pages:
    s390_sthyi.2, network_namespaces.7, vsock.7
  * newly documented interfaces:
    cgroups.7
        Document cgroups v2 "thread mode"
        Document cgroup v2 delegation via the 'nsdelegate' mount 
                 option
        Document the cgroup.max.depth and cgroup.max.descendants
                 files
        Document 'release_agent' mount option
        Document /sys/kernel/cgroup/delegate
        Document /sys/kernel/cgroup/features
        Document cgroups v2 cgroup.stat file
    membarrier.2
        Document new membarrier commands introduced in Linux 4.16
            Document the following membarrier commands introduced
            in Linux 4.16:
                MEMBARRIER_CMD_GLOBAL_EXPEDITED
                MEMBARRIER_CMD_REGISTER_GLOBAL_EXPEDITED
                MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE
                MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_SYNC_CORE
    mmap.2
        Add description of MAP_SHARED_VALIDATE and MAP_SYNC
        Document new MAP_FIXED_NOREPLACE flag
            4.17+ kernels offer a new MAP_FIXED_NOREPLACE flag which
            allows the caller to atomically probe for a given address
            range.
    readv.2
    io_submit.2

OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=182
This commit is contained in:
Petr Gajdos 2018-05-04 08:22:32 +00:00 committed by Git OBS Bridge
parent 7fdef90555
commit f07e86c1ab
4 changed files with 45 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3052b87898c313c089848a913e5cf44a0565cc4d21d94119ef6586d971f5c971
size 1611348

3
man-pages-4.16.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47ffcc0d27d50e497e290b27e8d76dbed4550db14c881f25b771bcaf28354db4
size 1630064

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Fri May 4 08:13:02 UTC 2018 - pgajdos@suse.com
- update to 4.16:
* new and rewritten pages:
s390_sthyi.2, network_namespaces.7, vsock.7
* newly documented interfaces:
cgroups.7
Document cgroups v2 "thread mode"
Document cgroup v2 delegation via the 'nsdelegate' mount
option
Document the cgroup.max.depth and cgroup.max.descendants
files
Document 'release_agent' mount option
Document /sys/kernel/cgroup/delegate
Document /sys/kernel/cgroup/features
Document cgroups v2 cgroup.stat file
membarrier.2
Document new membarrier commands introduced in Linux 4.16
Document the following membarrier commands introduced
in Linux 4.16:
MEMBARRIER_CMD_GLOBAL_EXPEDITED
MEMBARRIER_CMD_REGISTER_GLOBAL_EXPEDITED
MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE
MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_SYNC_CORE
mmap.2
Add description of MAP_SHARED_VALIDATE and MAP_SYNC
Document new MAP_FIXED_NOREPLACE flag
4.17+ kernels offer a new MAP_FIXED_NOREPLACE flag which
allows the caller to atomically probe for a given address
range.
readv.2
io_submit.2
Document RWF_APPEND added in Linux 4.16
capabilities.7
Describe file capability versioning
Document namespaced-file capabilities
- see Changes and Changes.old for detailed upstream change log
-------------------------------------------------------------------
Mon Nov 27 07:50:13 UTC 2017 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package man-pages
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,10 +17,10 @@
Name: man-pages
Version: 4.14
Version: 4.16
Release: 0
Summary: Linux Manual Pages
License: BSD-3-Clause and GPL-2.0+ and MIT
License: BSD-3-Clause AND GPL-2.0-or-later AND MIT
Group: Documentation/Man
Url: http://www.kernel.org/doc/man-pages/download.html
#Git-Clone: git://git.kernel.org/pub/scm/docs/man-pages/man-pages