summaryrefslogtreecommitdiffstats
path: root/posix-compliance (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous "All rights reserved."Sebastian Huber2019-01-111-1/+0
|
* Use standard format for copyright linesSebastian Huber2019-01-112-3/+2
|
* Add common header.rst to reduce copy and pasteSebastian Huber2019-01-091-23/+1
|
* posix-compliance: Change utimes() from sys/times.h to sys/time.hMarçal Comajoan Cara2018-12-092-8/+8
| | | | | | | | | | | | | | | | | | | In the RTEMS POSIX 1003.1 Compliance Guide it says: The following methods and variables in <sys/times.h> are supported: - times() - utimes() But according to the official POSIX Specifications http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_times.h.html, <sys/times.h> only declares times(), and utimes() is decleared by <sys/time.h> (notice that it's time, not times) according to http://pubs.opengroup.org/onlinepubs/9699919799/functions/utimensat.html and http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html. This patch fixes this error. This work was part of GCI 2018.
* Update the copyright year.Chris Johns2018-10-191-1/+1
|
* build: Fix indexing so it works on HTML and PDF.Chris Johns2018-08-212-5/+1
| | | | | | | | | | | | - Remove all genindex.rst files, these are generated and should not exist in our source. - Fix the HTML templates so the local specialisation works. - Add a index link to the sidebar for HTML. Note, there is no TOC entry for the index in the PDF output and I cannot figure out how to add one. Closes #3503
* Update the POSIX Compliance Tracking Spreadsheet. Add standards.Joel Sherrill2018-03-096-1208/+1434
| | | | | | | | | This update adds the following: C11 Programming Language Standard FACE Technical Standard Edition 3.0 (four profiles) Software Communication Architecture Specification 2.2.2 (one profile) Software Communication Architecture Specification 4.1 (three profiles)
* posix-compliance: Add description of standardsJoel Sherrill2018-03-093-5/+84
|
* Add indexes to all documents.Chris Johns2017-11-122-2/+5
| | | | Update #3229.
* Change RTEMS version to 5Sebastian Huber2017-11-091-2/+2
| | | | Update #3220.
* posix-compliance: Latex does not like an empty glossary.Chris Johns2017-10-131-0/+5
|
* posix-compliance: Reference the generated content via the include file.Chris Johns2017-10-135-7/+24
| | | | | - Move the copyright to the top of the generated file. - Add a glossary and references section.
* posix-compliance: Fix the pdflatex file created by Sphinx.Chris Johns2017-10-121-1/+1
|
* build: Remove the grouping in posix-compliance.Chris Johns2017-10-121-1/+0
|
* posix-compliance: Add automatic generation of the ReST file from CSV data.Chris Johns2017-10-123-1/+291
| | | | Closes #3177.
* New version of POSIX Compliance GuideJoel Sherrill2017-10-128-0/+1412
This is a replacement of the POSIX 1003.1 Compliance Guide. It will be generated from a .csv file. Updates #3177.