- version update to 5.07

New and rewritten pages
  -----------------------
  ioctl_fslabel.2
          New page documenting filesystem get/set label ioctl(2) operations
  Removed pages
  -------------
  ioctl_list.2
          This page was first added more than 20 years ago. Since
          that time it has seen hardly any update, and is by now
          very much out of date, as reported by Heinrich Schuchardt
          and confirmed by Eugene Syromyatnikov.
  Newly documented interfaces in existing pages
  ---------------------------------------------
  adjtimex.2
          Document clock_adjtime(2)
  
  clock_getres.2
          Explain dynamic clocks
  clone.2
          Document the clone3() CLONE_INTO_CGROUP flag
  mremap.2
          Document MREMAP_DONTUNMAP
  open.2
          Document fs.protected_fifos and fs.protected_regular
  prctl.2
          Add PR_SPEC_INDIRECT_BRANCH for SPECULATION_CTRL prctls
          Add PR_SPEC_DISABLE_NOEXEC for SPECULATION_CTRL prctls
          Add PR_PAC_RESET_KEYS (arm64)
  ptrace.2

OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=209
This commit is contained in:
Petr Gajdos 2020-06-10 06:39:51 +00:00 committed by Git OBS Bridge
parent 243a47b7a4
commit 239c76fc26
5 changed files with 45 additions and 33 deletions

View File

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

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

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

View File

@ -1,24 +0,0 @@
Index: man-pages-4.14/man2/ioctl.2
===================================================================
--- man-pages-4.14.orig/man2/ioctl.2 2017-11-26 12:42:39.000000000 +0100
+++ man-pages-4.14/man2/ioctl.2 2017-11-27 08:26:44.948255722 +0100
@@ -123,11 +123,6 @@ Arguments, returns, and semantics of
vary according to the device driver in question (the call is used as a
catch-all for operations that don't cleanly fit the UNIX stream I/O
model).
-See
-.BR ioctl_list (2)
-for a list of many of the known
-.BR ioctl ()
-calls.
The
.BR ioctl ()
system call appeared in Version 7 AT&T UNIX.
@@ -148,7 +143,6 @@ flag.
.BR ioctl_fideduperange (2),
.BR ioctl_getfsmap (2),
.BR ioctl_iflags (2),
-.BR ioctl_list (2),
.BR ioctl_ns (2),
.BR ioctl_tty (2),
.BR ioctl_userfaultfd (2),

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Wed Jun 10 06:37:13 UTC 2020 - pgajdos@suse.com
- version update to 5.07
New and rewritten pages
-----------------------
ioctl_fslabel.2
New page documenting filesystem get/set label ioctl(2) operations
Removed pages
-------------
ioctl_list.2
This page was first added more than 20 years ago. Since
that time it has seen hardly any update, and is by now
very much out of date, as reported by Heinrich Schuchardt
and confirmed by Eugene Syromyatnikov.
Newly documented interfaces in existing pages
---------------------------------------------
adjtimex.2
Document clock_adjtime(2)
clock_getres.2
Explain dynamic clocks
clone.2
Document the clone3() CLONE_INTO_CGROUP flag
mremap.2
Document MREMAP_DONTUNMAP
open.2
Document fs.protected_fifos and fs.protected_regular
prctl.2
Add PR_SPEC_INDIRECT_BRANCH for SPECULATION_CTRL prctls
Add PR_SPEC_DISABLE_NOEXEC for SPECULATION_CTRL prctls
Add PR_PAC_RESET_KEYS (arm64)
ptrace.2
Document PTRACE_SET_SYSCALL
proc.5
Document /proc/sys/fs/protected_regular
Document /proc/sys/fs/protected_fifos
Document /proc/sys/fs/aio-max-nr and /proc/sys/fs/aio-nr
- deleted patches
- man-pages-remove-ioctl_list-reference.patch (upstreamed)
-------------------------------------------------------------------
Tue Apr 14 07:52:12 UTC 2020 - pgajdos@suse.com

View File

@ -17,7 +17,7 @@
Name: man-pages
Version: 5.06
Version: 5.07
Release: 0
Summary: Linux Manual Pages
License: BSD-3-Clause AND GPL-2.0-or-later AND MIT
@ -27,7 +27,6 @@ URL: https://www.kernel.org/doc/man-pages/download.html
#Git-Web: http://git.kernel.org/cgit/docs/man-pages/man-pages.git/
Source: https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/snapshot/man-pages-%{version}.tar.gz
Patch0: %{name}.eal3.diff
Patch1: %{name}-remove-ioctl_list-reference.patch
Patch3: %{name}_gai.conf-reference.patch
Patch5: %{name}-tty_ioctl.patch
# [bsc#1154701]
@ -49,16 +48,12 @@ only).
%prep
%setup -q
%patch0 -p2
%patch1 -p1
%patch3
%patch5 -p1
%patch6 -p1
find -name "*.orig" | xargs rm -fv
%build
# not current anymore (list of ioctl calls in Linux/i386 kernel 1.3.27)
# remove-ioctl_list-reference.patch removes references from ioctl.2
rm man2/ioctl_list.2
# glibc
rm man3/{getifaddrs.3,freeifaddrs.3,crypt.3,crypt_r.3}
# remove .so link to bzero.3, conflicts with libbsd