- update to 4.03:

- newly documented interfaces in existing pages
    *  perf_event_open.2
        4.1 adds AUX sample support
        4.1 data_offset and data_size fields
        Document aux_{head,tail,offset,size} support
        4.0 update rdpmc documentation
        4.1 adds PERF_RECORD_ITRACE_START
        Document 4.1 clockid support
        4.1 PERF_EVENT_IOC_SET_BPF support
        4.1 adds AUX_FLAG_OVERWRITE support
        4.1 PERF_SAMPLE_BRANCH_CALL_STACK
        4.1 adds aux_watermark
        Add possibility of EBUSY error
    * prctl.2
        Document operations for ambient capabilities
        Rework PR_CAP_AMBIENT text
        Note that arg4 and arg5 must be zero for CAP_AMBIENT
        RETURN VALUE: Add PR_CAP_AMBIENT + PR_CAP_AMBIENT_IS_SET case
        ERRORS: document PR_CAP_AMBIENT error cases
    * __ppc_set_ppr_med.3
        Document PPC functions providing access to PPR
            GNU C Library commit 1747fcda4902a3b46183d93fb16ed9b436b2608b
            extends the priorities that can be set to the Program Priority
            Register (PPR), with the functions: __ppc_set_ppr_very_low(3)
            and __ppc_set_ppr_med_high(3).
    * capabilities.7
        Document ambient capabilities
        Various additions and reworkings for ambient capability text

OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=158
This commit is contained in:
Petr Gajdos 2015-12-07 07:26:36 +00:00 committed by Git OBS Bridge
parent 76cd73e109
commit 7a86376501
4 changed files with 37 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Mon Dec 7 07:22:59 UTC 2015 - pgajdos@suse.com
- update to 4.03:
- newly documented interfaces in existing pages
* perf_event_open.2
4.1 adds AUX sample support
4.1 data_offset and data_size fields
Document aux_{head,tail,offset,size} support
4.0 update rdpmc documentation
4.1 adds PERF_RECORD_ITRACE_START
Document 4.1 clockid support
4.1 PERF_EVENT_IOC_SET_BPF support
4.1 adds AUX_FLAG_OVERWRITE support
4.1 PERF_SAMPLE_BRANCH_CALL_STACK
4.1 adds aux_watermark
Add possibility of EBUSY error
* prctl.2
Document operations for ambient capabilities
Rework PR_CAP_AMBIENT text
Note that arg4 and arg5 must be zero for CAP_AMBIENT
RETURN VALUE: Add PR_CAP_AMBIENT + PR_CAP_AMBIENT_IS_SET case
ERRORS: document PR_CAP_AMBIENT error cases
* __ppc_set_ppr_med.3
Document PPC functions providing access to PPR
GNU C Library commit 1747fcda4902a3b46183d93fb16ed9b436b2608b
extends the priorities that can be set to the Program Priority
Register (PPR), with the functions: __ppc_set_ppr_very_low(3)
and __ppc_set_ppr_med_high(3).
* capabilities.7
Document ambient capabilities
Various additions and reworkings for ambient capability text
-------------------------------------------------------------------
Mon Aug 10 07:00:09 UTC 2015 - pgajdos@suse.com

View File

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