summaryrefslogtreecommitdiffstats
path: root/posix1003-1/data_interchange_format.rst
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-08-28 13:03:40 -0500
committerJoel Sherrill <joel@rtems.org>2017-10-12 20:25:13 -0500
commit2c3cf2166dd35152bb006d027476400be8759615 (patch)
treec9bde69e8015ae32d259a962694187d742a8ea0b /posix1003-1/data_interchange_format.rst
parentShorten BSP and Driver Guide name (missed commit) (diff)
downloadrtems-docs-2c3cf2166dd35152bb006d027476400be8759615.tar.bz2
New version of POSIX Compliance Guide
This is a replacement of the POSIX 1003.1 Compliance Guide. It will be generated from a .csv file. Updates #3177.
Diffstat (limited to 'posix1003-1/data_interchange_format.rst')
-rw-r--r--posix1003-1/data_interchange_format.rst73
1 files changed, 0 insertions, 73 deletions
diff --git a/posix1003-1/data_interchange_format.rst b/posix1003-1/data_interchange_format.rst
deleted file mode 100644
index cf9bbc0..0000000
--- a/posix1003-1/data_interchange_format.rst
+++ /dev/null
@@ -1,73 +0,0 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
-
-Data Interchange Format
-#######################
-
-Archive/Interchange File Format
-===============================
-
-Extended tar Format
--------------------
-
-.. code:: c
-
- tar format, Type, Unimplemented
- TMAGIC, Constant, Unimplemented
- TMAGLEN, Constant, Unimplemented
- TVERSION, Constant, Unimplemented
- TVERSLEN, Constant, Unimplemented
- REGTYPE, Constant, Unimplemented
- AREGTYPE, Constant, Unimplemented
- LNKTYPE, Constant, Unimplemented
- SYMTYPE, Constant, Unimplemented
- CHRTYPE, Constant, Unimplemented
- BLKTYPE, Constant, Unimplemented
- DIRTYPE, Constant, Unimplemented
- FIFOTYPE, Constant, Unimplemented
- CONTTYPE, Constant, Unimplemented
- TSUID, Constant, Unimplemented
- TSGID, Constant, Unimplemented
- TSVTX, Constant, Unimplemented
- TUREAD, Constant, Unimplemented
- TUWRITE, Constant, Unimplemented
- TUEXEC, Constant, Unimplemented
- TGREAD, Constant, Unimplemented
- TGWRITE, Constant, Unimplemented
- TGEXEC, Constant, Unimplemented
- TOREAD, Constant, Unimplemented
- TOWRITE, Constant, Unimplemented
- TOEXEC, Constant, Unimplemented
-
-NOTE: Requires <tar.h> which is not in newlib.
-
-Extended cpio Format
---------------------
-
-.. code:: c
-
- cpio format, Type, Unimplemented
- C_IRUSER, Constant, Unimplemented
- C_IWUSER, Constant, Unimplemented
- C_IXUSER, Constant, Unimplemented
- C_IRGRP, Constant, Unimplemented
- C_IWGRP, Constant, Unimplemented
- C_IXGRP, Constant, Unimplemented
- C_IROTH, Constant, Unimplemented
- C_IWOTH, Constant, Unimplemented
- C_IXOTH, Constant, Unimplemented
- C_ISUID, Constant, Unimplemented
- C_ISGID, Constant, Unimplemented
- C_ISVTX, Constant, Unimplemented
-
-NOTE: POSIX does not require a header file or structure. RedHat Linux
-5.0 does not have a <cpio.h> although Solaris 2.6 does.
-
-Multiple Volumes
-----------------
-
-.. COMMENT: COPYRIGHT (c) 1988-2002.
-
-.. COMMENT: On-Line Applications Research Corporation (OAR).
-
-.. COMMENT: All rights reserved.
-