Revisions of man-pages

Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 222)
- do not package man5/motd.5, it is provided by pam package
  [bsc#1188724]
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 221)
- version update to 5.12
  http://linux-man-pages.blogspot.com/2021/06/man-pages-512-released.html
- deleted patches
  - man-pages-tty_ioctl.patch (upstreamed)
buildservice-autocommit accepted request 880505 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 220)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 219)
- version update to 5.11
  http://linux-man-pages.blogspot.com/2021/03/man-pages-511-is-released.html
- modified patches
  % man-pages-tty_ioctl.patch (refreshed)
buildservice-autocommit accepted request 858974 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 218)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 217)
- version update to 5.10
  * added documentation of the faccessat2() system call
  * added a new subsection to the signal(7) manual page that provides
    a "big picture" of what happens when a signal handler is executed
- deleted patches
  - man-pages-openat2.h-location.patch (upstreamed)
buildservice-autocommit accepted request 845372 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 216)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 215)
- version update to 5.09
  http://linux-man-pages.blogspot.com/2020/11/man-pages-509-is-released.html
- modified patches
  % man-pages-openat2.h-location.patch (refreshed)
buildservice-autocommit accepted request 826284 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 214)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 213)
- 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)
buildservice-autocommit accepted request 817898 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 212)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 211)
- added patches
  fix [bsc#1173382]
  + man-pages-openat2.h-location.patch
buildservice-autocommit accepted request 813102 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 210)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 209)
- 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
buildservice-autocommit accepted request 793754 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 208)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 207)
- version update to 5.06
  New and rewritten pages
  -----------------------
  * openat2.2
  * pidfd_getfd.2
  * select.2
  * select_tut.2
  * sysvipc.7
  * time_namespaces.7
  Newly documented interfaces in existing pages
  ---------------------------------------------
    arch_prctl.2
        Add ARCH_SET_CPUID subcommand
    clock_getres.2
        Document CLOCK_TAI
        Add CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM
    prctl.2
        Document PR_SETIO_FLUSHER/GET_IO_FLUSHER
    setns.2
        Document CLONE_NEWTIME
    statx.2
        Document STATX_ATTR_VERITY
    unshare.2
        Document CLONE_NEWTIME
    socket.7
        Add description of SO_SELECT_ERR_QUEUE
        Document SO_TIMESTAMPNS
  etc., see Changes
buildservice-autocommit accepted request 774804 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 206)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 205)
- version update to 5.05
  * Newly documented interfaces in existing pages
    clone.2
        Add clone3() set_tid information
        Document CLONE_CLEAR_SIGHAND
    fcntl.2
        Update manpage with new memfd F_SEAL_FUTURE_WRITE seal
    memfd_create.2
        Update manpage with new memfd F_SEAL_FUTURE_WRITE seal
    loop.4
        Document LOOP_SET_BLOCK_SIZE
        Document LOOP_SET_DIRECT_IO
    proc.5
        Document /proc/sys/vm/unprivileged_userfaultfd
- deleted patches
  - man-pages-somaxconn-default-value.patch (upstreamed)
buildservice-autocommit accepted request 769510 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 204)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 203)
- added patches
  [bsc#1162464]
  + man-pages-somaxconn-default-value.patch
Displaying revisions 21 - 40 of 242
openSUSE Build Service is sponsored by