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

  1. This is a rewrite and update of an earlier mod.std.unix article.
  2. Comments are solicited.
  3.  
  4. Access information is given for the following:
  5. user groups:    USENIX, /usr/group, EUUG
  6. newsletters:    ;login:, commUNIXations, EUUG
  7. standards:    IEEE 1003.1 (POSIX), 1003.2 (shell/tools), 1003.3 (verification)
  8.         X3J11 (C language), /usr/group Standard,
  9.         System V Interface Definition, X/OPEN PORTABILITY GUIDE
  10. magazines:    UNIX REVIEW, UNIX/WORLD
  11.  
  12.  
  13. A slightly later version of this article will probably appear in
  14. ";login:  The USENIX Association Newsletter".  That newsletter is sent
  15. free of charge to all members of the USENIX Association, whose address is
  16.  
  17.     USENIX Association
  18.     P.O. Box 7
  19.     El Cerrito, CA 94530
  20.     415-528-8649
  21.     {ucbvax,decvax}!usenix!office
  22.  
  23. USENIX sponsors two USENIX Conferences a year, featuring technical papers.
  24. The next one is in Washington, D.C., 20-23 January 1987.
  25.  
  26. I am the Institutional Delegate from USENIX to the IEEE 1003 committee
  27. (see below) and one of my functions as such is to get comments from
  28. the USENIX membership and the general public to the committee.
  29. One of the ways I try to do that is by moderating this newsgroup.
  30. I'm also currently on the USENIX Board of Directors.
  31.  
  32.  
  33. Another large group related to the UNIX System is /usr/group,
  34.  
  35.     /usr/group
  36.     4655 Old Ironsides Drive, Suite 200
  37.     Santa Clara, California 95054
  38.     408-986-8840
  39.  
  40. They publish a newsletter called CommUNIXations.  The May/June 1986
  41. issue contains a report by Heinz Lycklama (the /usr/group Institutional
  42. Delegate to IEEE 1003) on the /usr/group Technical Committee working
  43. groups which met in February 1986 on the areas of Networking,
  44. Internationalization, Graphics, Realtime, Database, Performance,
  45. and the proposed new group on Security.  I will post contact
  46. information for these working groups as taken from that article
  47. in a later mod.std.unix article.
  48.  
  49. The annual Uniforum Conferences are sponsored by /usr/group
  50. and feature a large trade show.  The next one is in D.C.
  51. at the same time as the next USENIX Conference.  USENIX
  52. and /usr/group have held several concurrent conferences
  53. in the past and will probably do so in the future.
  54.  
  55.  
  56. Both USENIX and /usr/group also have tutorials at their
  57. conferences and both sponsor other meeting activities
  58. in addition to their regular conferences.
  59.  
  60.  
  61. In Europe there is the European UNIX systems Users Group,
  62. who have a newsletter and hold two conferences a year.
  63.  
  64.     EUUG secretariat
  65.     Owles Hall
  66.     Buntingford
  67.     Herts SG9 9PL
  68.     England
  69.     seismo!mcvax!euug
  70.  
  71.  
  72. The IEEE 1003 Portable Operating System for Computer Environments Committee
  73. is sometimes known colloquially as the UNIX Standards Committee.
  74. They have recently produced the 1003.1 "POSIX" Trial Use Standard.
  75. According to its Foreword:
  76.  
  77.     The purpose of this document is to define a standard
  78.     operating system interface and environment based on the
  79.     UNIX Operating System documentation to support application
  80.     portability at the source level.  This is intended for
  81.     systems implementors and applications software developers.
  82.  
  83. Published copies are available at $19.95,
  84. with bulk purchasing discounts available.  Contact:
  85.  
  86.         IEEE Service Center
  87.         445 Hoes Ln.
  88.         Piscataway, NJ 08854
  89.         714-821-8380
  90.  
  91. Ask for "IEEE 1003.1 Trial Use Standard" - stock number SH10546 (Book #967).
  92.  
  93. The Trial Use Standard will be available for comments for a period
  94. such as a year.  The current target for a Full Use Standard is Fall 1987.
  95. IEEE has initiated the process to have the 1003.1 effort brought into
  96. the International Standards Organization (ISO) arena.
  97.  
  98. There is a paper mailing list by which interested parties may get
  99. copies of drafts of the standard.  To get on it, or to submit comments
  100. directly to the committee, mail to:
  101.  
  102.         James Isaak
  103.         Chairperson, IEEE/CS P1003
  104.         Charles River Data Systems
  105.         983 Concord St.
  106.         Framingham, MA 01701
  107.         decvax!frog!jim
  108.  
  109. Sufficiently interested parties may join the working group.
  110. The next scheduled meetings of the working group of the committee are
  111.  
  112.     17-19 September 1986    Palo Alto, CA    hosts: Amdahl, HP and Sun
  113.     9-11 December 1986    Atlantic City NJ with X3J11
  114.     2-6 March 1987        Toronto, ON
  115.         June 1987        Phoenix, AZ    the week of USENIX
  116.         September 1987    New Orleans, LA
  117.  
  118. There is also a balloting group (which intersects with the working group).
  119. This is more difficult.  Contact the committee chair for details.
  120. I will repost them in this newsgroup if there is sufficient interest.
  121.  
  122. Related working groups are
  123.     group    subject        co-chairs
  124.     1003.2    shell and tools    Hal Jesperson (Amdahl), Don Cragun (Sun)
  125.     1003.3    verification    Roger Martin (NBS), Carol Raye (AT&T)
  126.  
  127. Both will meet concurrently with 1003.1 in Palo Alto in September,
  128. and inquiries should go to the same address as for 1003.1.
  129.  
  130.  
  131. The Abstract of the 1003.1 Trial Use Standard adds:
  132.  
  133.     This interface is a complement to the C Programming Language
  134.     in the C Information Bulletin prepared by Technical Committee X3J11
  135.     of the Accredited Standards Committee X3, Information Processing
  136.     Systems, further specifying an environment for portable application
  137.     software.
  138.  
  139.  
  140. X3J11 (C Standards Committee):
  141.  
  142.         Thomas Plum
  143.         Vice Chair, X3J11 Committee
  144.         Plum Hall Inc.
  145.         1 Spruce Avenue
  146.         Cardiff, New Jersey 08232
  147.  
  148. There is frequent discussion of X3J11 in mod.std.c, which see.
  149.  
  150.  
  151. The /usr/group Standard is the principle ancestor of P1003.1:
  152.  
  153.         /usr/group Standards Committee
  154.         4655 Old Ironsides Drive, Suite 200
  155.         Santa Clara, California 95050
  156.  
  157. It was $15.00 as of January, 1985.
  158.  
  159.  
  160. The System V Interface Definition (The Purple Book).
  161. This is the AT&T standard and is one of the most frequently-used
  162. references of the IEEE 1003 committee.
  163.  
  164.     To purchase the System V Interface Definition, write to:
  165.  
  166.         System V Interface Definition, Issue 2
  167.         Select Codes 320-011 (Volume 1) and 320-012 (Volume 2)
  168.         AT&T Customer Information Center
  169.         2833 North Franklin Road
  170.         Indianapolis, IN 46219
  171.  
  172.     Be sure to include the address the document should be shipped to
  173.     and a check or money order made payable to AT&T.
  174.  
  175.     or call
  176.  
  177.             1-800-432-6600
  178.  
  179.     and ask for operator 77. Give the operator the Select Code
  180.     307-127. (You must have a major credit card to order by phone.)
  181.  
  182. The price is about thirty U.S. dollars.
  183.  
  184.  
  185. The X/OPEN PORTABILITY GUIDE (The Green Book)
  186. is another reference frequently used by IEEE 1003.
  187.  
  188. X/OPEN is "A Group of European Computer Manufacturers" who have produced
  189. a document intended to promote the writing of portable facilities.
  190. (They now have member computer manufacturers from outside Europe.)
  191. Their flyer remarks (in five languages), "Now we all speak the same
  192. language in Europe."
  193.  
  194. The book is published by
  195.  
  196.     Elsevier Science Publishers
  197.     Book Order Department
  198.     PO Box 211
  199.     1000 AE Amsterdam
  200.     The Netherlands
  201.  
  202. or, for those in the U.S.A. or Canada:
  203.  
  204.     Elsevier Science Publishers Co Inc.
  205.     PO Box 1663
  206.     Grand Central Station
  207.     New York, NY 10163
  208.  
  209. The price is Dfl 275,00 or USD 75.00.  According to the order form,
  210. "This price includes the costs of one update which will be mailed
  211. automatically upon publication."  They take a large number of credit
  212. cards and other forms of payment.
  213.  
  214.  
  215. The two main general circulation magazines about the UNIX system are
  216.  
  217.     UNIX REVIEW            UNIX/WORLD
  218.     Miller Freeman Publications Co.    Tech Valley Publishing
  219.     500 Howard Street        444 Castro St.
  220.     San Francisco, CA 94105        Mountain View, CA 94041
  221.     415-397-1881            415-940-1500
  222.  
  223.  
  224. Corrections and additions to this article are solicited.
  225. Oh, yes:  "UNIX is a registered Trademark of AT&T."
  226.  
  227. Volume-Number: Volume 6, Number 21
  228.  
  229.