- version update to 5.08

Newly documented interfaces in existing pages
  ---------------------------------------------
  prctl.2
      Dave Martin
          Add SVE prctls (arm64)
              Add documentation for the the PR_SVE_SET_VL and PR_SVE_GET_VL
              prctls added in Linux 4.15 for arm64.
      Dave Martin  [Catalin Marinas]
          Add tagged address ABI control prctls (arm64)
              Add documentation for the the PR_SET_TAGGED_ADDR_CTRL and 
              PR_GET_TAGGED_ADDR_CTRL prctls added in Linux 5.4 for arm64.
  setns.2
      Michael Kerrisk
          Document the use of PID file descriptors with setns()
              Starting with Linux 5.8, setns() can take a PID file descriptor as
              an argument, and move the caller into or more of the namespaces of
              the thread referred to by that descriptor.
  capabilities.7
      Michael Kerrisk
          Document CAP_BPF
      Michael Kerrisk
          Add CAP_PERFMON
  symlink.7
      Aleksa Sarai
          Document magic links more completely
  etc. see Changes
- modified patches
  % man-pages-openat2.h-location.patch (refreshed)

OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=213
This commit is contained in:
Petr Gajdos 2020-08-13 12:50:28 +00:00 committed by Git OBS Bridge
parent 271bceaf58
commit 56bf21f048
5 changed files with 41 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:498bdb72fb4216bf48be0098e393d4405abf50181538734d1790578a9df3e0c6
size 2582849

3
man-pages-5.08.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:52e081cc422084276135e9eb2469e48be833b9d811fc55ba4bd29d3df59e37d9
size 2590536

View File

@ -1,7 +1,7 @@
Index: man-pages-5.07/man2/openat2.2
Index: man-pages-5.08/man2/openat2.2
===================================================================
--- man-pages-5.07.orig/man2/openat2.2 2020-06-09 14:45:54.000000000 +0200
+++ man-pages-5.07/man2/openat2.2 2020-06-30 16:07:09.655352702 +0200
--- man-pages-5.08.orig/man2/openat2.2 2020-08-13 10:03:54.000000000 +0200
+++ man-pages-5.08/man2/openat2.2 2020-08-13 14:44:24.008387550 +0200
@@ -29,7 +29,7 @@ openat2 \- open and possibly create a fi
.B #include <sys/types.h>
.B #include <sys/stat.h>
@ -10,4 +10,4 @@ Index: man-pages-5.07/man2/openat2.2
+.B #include <linux/openat2.h>
.PP
.BI "int openat2(int " dirfd ", const char *" pathname ,
.BI " struct open_how *" how ", size_t " size ");
.BI " struct open_how *" how ", size_t " size ");"

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Thu Aug 13 12:46:18 UTC 2020 - pgajdos@suse.com
- version update to 5.08
Newly documented interfaces in existing pages
---------------------------------------------
prctl.2
Dave Martin
Add SVE prctls (arm64)
Add documentation for the the PR_SVE_SET_VL and PR_SVE_GET_VL
prctls added in Linux 4.15 for arm64.
Dave Martin [Catalin Marinas]
Add tagged address ABI control prctls (arm64)
Add documentation for the the PR_SET_TAGGED_ADDR_CTRL and
PR_GET_TAGGED_ADDR_CTRL prctls added in Linux 5.4 for arm64.
setns.2
Michael Kerrisk
Document the use of PID file descriptors with setns()
Starting with Linux 5.8, setns() can take a PID file descriptor as
an argument, and move the caller into or more of the namespaces of
the thread referred to by that descriptor.
capabilities.7
Michael Kerrisk
Document CAP_BPF
Michael Kerrisk
Add CAP_PERFMON
symlink.7
Aleksa Sarai
Document magic links more completely
etc. see Changes
- modified patches
% man-pages-openat2.h-location.patch (refreshed)
-------------------------------------------------------------------
Tue Jun 30 14:10:19 UTC 2020 - pgajdos@suse.com

View File

@ -17,7 +17,7 @@
Name: man-pages
Version: 5.07
Version: 5.08
Release: 0
Summary: Linux Manual Pages
License: BSD-3-Clause AND GPL-2.0-or-later AND MIT