home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / mod.std.unix.v10 / text0018.txt < prev    next >
Encoding:
Text File  |  1987-06-30  |  11.0 KB  |  361 lines

  1.  
  2. This is the latest in a series of similar mod.std.unix articles.
  3. Corrections and additions to this article are solicited.
  4.  
  5.  
  6. Access information is given in this article for the following standards:
  7. IEEE 1003.1 (POSIX), 1003.2 (shell/tools), 1003.3 (verification)
  8. /usr/group working groups on distributed file system, network interface,
  9.     graphics/windows, database, internationalization,
  10.     performance measurements, realtime, and security
  11. X3H3.6 (display committee)
  12. X3J11 (C language)
  13. /usr/group Standard
  14. System V Interface Definition (SVID, or The Purple Book)
  15. X/OPEN PORTABILITY GUIDE (The Green Book)
  16.  
  17.  
  18. UNIX is a Registered Trademark of AT&T.
  19. POSIX and IEEE are trademarks of the Institute of Electrical
  20.     and Electronic Engineers, Inc.
  21. X/OPEN is a licensed trademark of the X/OPEN Group Members.
  22.  
  23.  
  24. The IEEE P1003 Portable Operating System for Computer Environments Committee
  25. is sometimes known colloquially as the UNIX Standards Committee.
  26. They have published the 1003.1 "POSIX" Trial Use Standard in April 1986.
  27. According to its Foreword:
  28.  
  29.     The purpose of this document is to define a standard
  30.     operating system interface and environment based on the
  31.     UNIX Operating System documentation to support application
  32.     portability at the source level.  This is intended for
  33.     systems implementors and applications software developers.
  34.  
  35. Published copies are available at $19.95,
  36. with bulk purchasing discounts available.
  37. Call the IEEE Computer Society in Los Angeles
  38.  
  39.         714-821-8380
  40.  
  41. and ask for Book #967.  Or contact:
  42.  
  43.         IEEE Service Center
  44.         445 Hoes Ln.
  45.         Piscataway, NJ 08854
  46.  
  47. and ask for "IEEE 1003.1 Trial Use Standard" - stock number SH10546.
  48.  
  49. The Trial Use Standard will be available for comments for a period
  50. such as a year.  The current target for a Full Use Standard is Fall 1987.
  51. IEEE has initiated the process to have the 1003.1 effort brought into
  52. the International Organization for Standardization (ISO) arena.
  53.  
  54. Machine readable copies of the Trial Use Standard are not and will 
  55. not be available.  A machine-readable "representation" of a draft
  56. between the Trial Use and Full Use Standards may be available when
  57. it is ready (probably in 1987).
  58.  
  59. There is a paper mailing list by which interested parties may get
  60. copies of drafts of the standard.  To get on it, or to submit comments
  61. directly to the committee, mail to:
  62.  
  63.         James Isaak
  64.         Chairperson, IEEE/CS P1003
  65.         Digital Equipment    MK02-2/B05
  66.         Continental Blvd.
  67.         Merrimack, NH      03054-0403
  68.         decvax!jim
  69.         603-884-3692
  70.  
  71. Sufficiently interested parties may join the working group.
  72.  
  73. Related working groups are
  74.     group    subject        co-chairs
  75.     1003.2    shell and tools    Hal Jespersen (Amdahl), Don Cragun (Sun)
  76.     1003.3    verification    Roger Martin (NBS), Carol Raye (AT&T)
  77.  
  78. Inquiries regarding 1003.2 and 1003.3 should go to the same address
  79. as for 1003.1.
  80.  
  81.  
  82. The next scheduled meetings of the P1003 working groups are, in 1987:
  83.  
  84. April    20-21  1003.[23]  King Edward Hotel, Toronto    Host:  IBM
  85. April    22-24  1003.1     "
  86.         (Just before the Canadian UNIX Conference)
  87.     
  88. June    22-23  1003.1  Seattle (changed from USENIX week in Phoenix to
  89.          give us better 'working' attendance)    No Host yet
  90. June    24-26  1003.[23]
  91.  
  92. Aug/Sept 31-4   East Coast Probably Washington DC area    No Host yet
  93.  OR Sept 14-18    Boston (Same Time/loc as X3J11)
  94. (Sept 7th is Labor day, and that week is ISO TC97 SC22 meeting in Wash DC)
  95.  
  96. There is also a balloting group (which intersects with the working group).
  97. This is more difficult.  Contact the committee chair for details.
  98. I will repost them in this newsgroup if there is sufficient interest.
  99.  
  100. Here are some details from Hal Jespersen regarding P1003.2:
  101.  
  102. The IEEE P1003.2 "Shell and Utilities" Working Group is developing a
  103. proposed standard to complement the 1003.1 POSIX standard.  It will
  104. consist of
  105.  
  106.     a shell command language (currently planned to be based on the
  107.     Bourne Shell),
  108.  
  109.     groups of utility programs, or commands,
  110.  
  111.     programmatic interfaces to the shell (system(), popen()) and
  112.     related facilities (regular expressions, file name expansion,
  113.     etc.)
  114.  
  115.     defined environments (variables, file hierarchies, etc) that
  116.     applications may rely upon
  117.  
  118. which will allow application programs to be developed out of existing
  119. pieces, in the UNIX tradition.  The scope of the standard emphasizes
  120. commands and features that are more typically used by shell scripts or
  121. C language programs than those that are oriented to the terminal user
  122. with windows, mice, visual shells, and so forth.
  123.  
  124. The group is currently seeking proposals for groupings of commands that
  125. may be offered by implementors.  As groups are identified, command
  126. descriptions will be solicited.  There is no requirement that the commands
  127. be in System V or BSD today, but they should realistically be commands 
  128. that are commonly found in most existing implementations.
  129.  
  130. Meetings are normally held in conjunction with the 1003.1 group and
  131. have a large membership overlap.  Future meetings will generally be held
  132. on the day or two preceding 1003.1.
  133.  
  134.  
  135. There are three Institutional Representatives to P1003:  John Quarterman
  136. from USENIX, Heinz Lycklama from /usr/group, and John Loman from X/OPEN.
  137.  
  138. As the one from USENIX, one of my functions is to get comments from the
  139. USENIX membership and the general public to the committee.  One of the
  140. ways I try to do that is by moderating this newsgroup (currently known
  141. as mod.std.unix, very soon as comp.std.unix).  An article related to
  142. this one appeared in the September/October 1986 ;login: (The USENIX
  143. Association Newsletter).  I'm also currently on the USENIX Board of
  144. Directors.  Comments, suggestions, etc., may be sent to
  145.  
  146.         John S. Quarterman
  147.         TIC
  148.         P.O. Box 14621
  149.         Austin TX 78761
  150.         512-837-7233
  151.         usenix!jsq
  152. For mod.std.unix (comp.std.unix):
  153. Comments:    ut-sally!std-unix-request std-unix-request@sally.utexas.edu
  154. Submissions:    ut-sally!std-unix        std-unix@sally.utexas.edu
  155.  
  156. The January/February 1987 issue of CommUNIXations (the /usr/group newsletter)
  157. contains a report by Heinz Lycklama on the /usr/group Technical Committee
  158. working groups which met in September 1986.
  159.  
  160. If you are interested in starting another working group, contact
  161. Heinz Lycklama:
  162.  
  163.         Heinz Lycklama
  164.         Interactive Systems Corp.
  165.         2401 Colorado Ave., 3rd Floor
  166.         Santa Monica, CA 90404
  167.         (213)453-8649
  168.         decvax!cca!ima!heinz
  169.  
  170.  
  171. Here is contact information for /usr/group working groups as taken from
  172. the CommUNIXations article mentioned above.
  173.  
  174. /usr/group Working Group on Distributed File System:
  175.     Dave Buck
  176.     D.L. Buck & Associates, Inc.
  177.     6920 Santa Teresa Bldg, #108
  178.     San Jose, CA 95119
  179.     (408)972-2825
  180.  
  181. /usr/group Working Group on Network Interface:
  182.     Gil McGrath
  183.     AT&T Information Systems
  184.     (201)522-6182
  185.  
  186. /usr/group Working Group on Internationalization:
  187.     Karen Barnes
  188.     Hewlett-Packard Co.
  189.     19447 Pruneridge Ave.
  190.     M/S 47U2
  191.     Cupertino, CA 95014
  192.     (408) 725-8111, ext 2438
  193.  
  194. /usr/group Working Group on Graphics/Windows:
  195.     Tom Greene
  196.     Apollo Computer, Inc.
  197.     (617)256-6600
  198.  
  199. /usr/group Working Group on Realtime:
  200.     Bill Corwin
  201.     Intel Corp.
  202.     5200 Elam Young Pkwy
  203.     Hillsboro, OR 97123
  204.     (503)681-2248
  205.  
  206. /usr/group Working Group on Database:
  207.     Val Skalabrin
  208.     Unify Corp.
  209.     1111 Howe Ave.
  210.     Sacramento, CA 95825
  211.     (916)920-9092
  212.  
  213. /usr/group Working Group on Performance Measurements:
  214.     Ram Celluri            Dave Hinant
  215.     AT&T Computer Systems        SCI Systems, Inc.
  216.     Room E15B            Ste 325, Pamlico Bldg
  217.     4513 Western Ave.        Research Triangle Pk, NC 27709
  218.     Lisle, IL 60532            (919)549-8334
  219.     (312)810-6223
  220.  
  221. /usr/group Working Group on Security:
  222.     Steve Sutton
  223.     Computer Systems Div.
  224.     Gould Inc.
  225.     1101 East University
  226.     Urbana, IL 61801
  227.     (217)359-0700
  228.  
  229.  
  230. The X3H3.6 display management committee has recently formed to develop
  231. a model to support current and future window management systems, yet
  232. is not based directly on any existing system.  The chair solicits
  233. help and participation:
  234.  
  235.         Georges Grinstein
  236.         wanginst!ulowell!grinstein
  237.  
  238.  
  239. The Abstract of the 1003.1 Trial Use Standard adds:
  240.  
  241.     This interface is a complement to the C Programming Language
  242.     in the C Information Bulletin prepared by Technical Committee X3J11
  243.     of the Accredited Standards Committee X3, Information Processing
  244.     Systems, further specifying an environment for portable application
  245.     software.
  246.  
  247. X3J11 is sometimes known as the C Standards Committee.  Their liaison to
  248. P1003 is
  249.  
  250.         Don Kretsch
  251.         AT&T
  252.         190 River Road
  253.         Summit, NJ 07901
  254.  
  255. A contact for information regarding publications and working groups is
  256.  
  257.         Thomas Plum
  258.         Vice Chair, X3J11 Committee
  259.         Plum Hall Inc.
  260.         1 Spruce Avenue
  261.         Cardiff, New Jersey 08232
  262.  
  263. The current document may be ordered from
  264.  
  265.         Global Press
  266.         2625 Hickory St.
  267.         P.O. Box 2504
  268.         Santa Anna, CA 92707-3783
  269.         U.S.A.
  270.         800-854-7179
  271.         +1-714-540-9870 (from outside the U.S., ask for extension 245.)
  272.         TELEX 692 373
  273.  
  274. who know X3J11 as X3.159.  The price is $65.
  275.  
  276.  
  277. The /usr/group Standard is a principal ancestor of P1003.1, X/OPEN,
  278. and possibly even X3J11:
  279.  
  280.         /usr/group Standards Committee
  281.         4655 Old Ironsides Drive, Suite 200
  282.         Santa Clara, California 95054
  283.         (408)986-8840
  284.  
  285. The price is still $15.00.
  286.  
  287.  
  288. The System V Interface Definition (The Purple Book, or SVID).
  289. This is the AT&T standard and is one of the most frequently-used
  290. references of the IEEE 1003 committee.
  291.  
  292.         AT&T Customer Information Center
  293.         Attn:  Customer Service Representative
  294.         P.O. Box 19901
  295.         Indianapolis, IN 46219
  296.         U.S.A.
  297.  
  298.         800-432-6600 (Inside U.S.A.)
  299.         800-255-1242 (Inside Canada)
  300.         317-352-8557 (Outside U.S.A. and Canada)
  301.  
  302.     System V Interface Definition, Issue 2
  303.     should be ordered by the following select codes:
  304.  
  305.     Select Code:    Volume:        Topics:
  306.     320-011        Volume I    Base System
  307.                     Kernel Extension
  308.     320-012        Volume II    Basic Utilities Extension
  309.                     Advanced Utilities Extension
  310.                     Software Development Extension
  311.                     Administered System Extension
  312.                     Terminal Volume Interface Extension
  313.     320-013        Volume III    Base System Addendum
  314.                     Terminal Interface Extension
  315.                     Network Services Extension
  316.     307-131        I, II, III    (all three volumes)
  317.  
  318. The price is about 37 U.S. dollars for each volume or $84 for all three.
  319. Major credit cards are accepted for telephone orders:  mail orders
  320. should include a check or money order, payable to AT&T.
  321.  
  322.  
  323. The X/OPEN PORTABILITY GUIDE (The Green Book)
  324. is another reference frequently used by IEEE 1003.
  325.  
  326. The X/OPEN Group is "Ten of the world's major information system
  327. suppliers" (currently Bull, DEC, Ericsson, Hewlett-Packard, ICL,
  328. NIXDORF, Olivetti, Philips, Siemens, Unisys, and AT&T) who have
  329. produced a document intended to promote the writing of portable
  330. facilities.  They closely follow both SVID and POSIX, and cite
  331. the /usr/group standard as contributing, but X/OPEN's books
  332. cover a wider area than any of those.
  333.  
  334. The book is published by
  335.  
  336.         Elsevier Science Publishers B.V.
  337.         Book Order Department
  338.         P.O. Box 1991
  339.         1000 BZ Amsterdam
  340.         The Netherlands
  341.  
  342. and distributed in the U.S.A. and Canada by:
  343.  
  344.         Elsevier Science Publishing Company, Inc.
  345.         52 Vanderbilt Avenue
  346.         New York, NY 10017
  347.         U.S.A.
  348.  
  349. There are currently five volumes:
  350.     1) System V Specification Commands and Utilities
  351.     2) System V Specification System Calls and Libraries
  352.     3) System V Specification Supplementary Definitions
  353.     4) Programming Languages
  354.     5) Data Management
  355.  
  356. They take a large number of credit cards and other forms of payment.
  357.  
  358.  
  359. Volume-Number: Volume 10, Number 19
  360.  
  361.