source: rtems-docs/posix-users/index.rst @ 603731c

5
Last change on this file since 603731c was b5014fe, checked in by Sebastian Huber <sebastian.huber@…>, on 01/11/19 at 09:39:19

Reformat and update copyright and license notices

For everything before 2015 an OAR copyright is assumed. Later copyright
notices are based on Git commits on a best effort basis.

The copyright notices of the "RTEMS Software Engineering Handbook" and
the "RTEMS CPU Architecture Supplement" are incomplete.

  • Property mode set to 100644
File size: 856 bytes
RevLine 
[e52906b]1.. SPDX-License-Identifier: CC-BY-SA-4.0
[489740f]2
[7193f09]3==================================
4RTEMS POSIX API Guide (|version|).
5==================================
[1264a8f]6
[b5014fe]7.. topic:: Copyrights and License
8
9    | © 2018 Marçal Comajoan Cara
10    | © 2017 Gedare Bloom
11    | © 1988, 2018 On-Line Applications Research Corporation (OAR)
12
13    .. include:: ../common/license.rst
[fa70fd2]14
[50fbe0d]15.. include:: ../common/header.rst
[1264a8f]16
17.. toctree::
18        :maxdepth: 3
19        :numbered:
20
[fa70fd2]21        preface
[1264a8f]22        process_creation_and_execution
23        signal
24        process_environment
25        files_and_directory
26        input_and_output
27        device_and_class_specific
28        language_specific_services
29        system_database
30        semaphore
31        mutex
32        condition_variable
33        memory_managment
34        scheduler
35        clock
36        timer
37        message_passing
38        thread
39        key
40        thread_cancellation
41        services_provided_by_c
42        services_provided_by_math
[ca2926f]43        devctl
[1264a8f]44        status_of_implementation
45        command
46
[5ce8e43]47* :ref:`genindex`
Note: See TracBrowser for help on using the repository browser.