- update to 4.09:

* New and rewritten pages
    pkey_alloc.2
    pthread_getattr_default_np.3
    strfromd.3
    fuse.4
    tmpfs.5
    pkeys.7
    random.7
    sock_diag.7
    close.2
    getpriority.2
    nice.2
    timer_create.2
    timerfd_create.2
    random.4
    elf.5
    proc.5
    sched.7
  * Newly documented interfaces in existing pages
    mmap.2
        Add (much) more detail on MAP_GROWSDOWN
    mprotect.2
        Document the new pkey_mprotect() system call
        Document PROT_SEM, PROT_SAO, PROT_GROWSUP, and PROT_GROWSDOWN
    prctl.2
        Document PR_SET_FP_MODE and PR_GET_FP_MODE
    perf_event_open.2
        PERF_RECORD_SWITCH support
        Add PERF_SAMPLE_BRANCH_CALL branch sample type

OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=171
This commit is contained in:
Petr Gajdos 2016-12-12 11:52:11 +00:00 committed by Git OBS Bridge
parent dd64a4a77a
commit bf1753f973
5 changed files with 52 additions and 7 deletions

View File

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

View File

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

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

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

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Dec 12 11:46:06 UTC 2016 - pgajdos@suse.com
- update to 4.09:
* New and rewritten pages
pkey_alloc.2
pthread_getattr_default_np.3
strfromd.3
fuse.4
tmpfs.5
pkeys.7
random.7
sock_diag.7
close.2
getpriority.2
nice.2
timer_create.2
timerfd_create.2
random.4
elf.5
proc.5
sched.7
* Newly documented interfaces in existing pages
mmap.2
Add (much) more detail on MAP_GROWSDOWN
mprotect.2
Document the new pkey_mprotect() system call
Document PROT_SEM, PROT_SAO, PROT_GROWSUP, and PROT_GROWSDOWN
prctl.2
Document PR_SET_FP_MODE and PR_GET_FP_MODE
perf_event_open.2
PERF_RECORD_SWITCH support
Add PERF_SAMPLE_BRANCH_CALL branch sample type
PERF_SAMPLE_BRANCH_IND_JUMP branch_sample_type
Document PERF_RECORD_MISC_PROC_MAP_PARSE_TIMEOUT
Document sample_max_stack and /proc/sys/kernel/perf_event_max_stack
PERF_RECORD_LOST_SAMPLES record type
ptrace.2
Document PTRACE_SECCOMP_GET_FILTER
Document PTRACE_GET_THREAD_AREA and PTRACE_SET_THREAD_AREA
namespaces.7
Document the NS_GET_USERNS and NS_GET_PARENT ioctl() operations
sched.7
Document the autogroup feature
Autogrouping breaks traditional semantics of nice in many cases
Michael Kerrisk
Add a subsection on nice value and group scheduling
-------------------------------------------------------------------
Mon Oct 10 06:38:59 UTC 2016 - pgajdos@suse.com

View File

@ -17,7 +17,7 @@
Name: man-pages
Version: 4.08
Version: 4.09
Release: 0
Summary: Linux Manual Pages
License: BSD-3-Clause and GPL-2.0+ and MIT