home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3300 / CHANGES next >
Text File  |  1991-05-06  |  9KB  |  202 lines

  1. Changes since first distributed version
  2.  
  3. SR is Seth Robertson <seth@sirius.ctr.columbia.edu>.
  4. MK is Michael P. Kiernan <kiernan@fjord.berkeley.edu>.
  5. VA is Vic Abell <abe@mace.cc.purdue.edu>.
  6. TC is Tom Christiansen <tchrist@convex.com>.
  7. GR is Gary Rosenblum <rosenblg@nyu.edu>.
  8.  
  9. 5/6/91: Reorganized FILES.
  10. 5/6/91: Added note about 127.1 to testauthd's output.
  11. 5/6/91: Added skips to INSTALL.
  12. 5/6/91: Updated netstatuids to #include "authuser.h".
  13. 5/6/91: Revised BLURB.authd, chopped most of README.authd.
  14. 5/6/91: Added authd question to FORMLETTER.
  15. 5/6/91: Updated authuser to version 3.1.
  16. 5/6/91: Added install and tests targets to Makefile.
  17. 5/6/91: Rewrote most of INSTALL again, including -lauthuser installation.
  18. 5/6/91: Replaced -lauthuser with authuser.o in Makefile.
  19. 5/6/91: Added testauthd as a Makefile target.
  20. 5/6/91: Included everything else from authd package.
  21. 5/6/91: Included authuser from authd package. Tnx SR.
  22.  
  23. 5/3/91: kstuff 0.17.
  24.  
  25. 5/3/91: Included a whole bunch of stuff in INSTALL.
  26. 5/3/91: Added getsocket caching. Speedup around 5-10%.
  27. 5/3/91: Added getnode caching. Speedup around 10-15% total, 3/4 of getnode()s.
  28. 5/3/91: Corrected sbuf->fu.un.me to sbuf->fu.un.unpcb.
  29. 5/3/91: Introduced FSW_* defines for fsw in getsocket and pff.c.
  30. 5/3/91: Introduced NODE_ID_* defines for flagdev in getnode and pff.c.
  31. 5/3/91: Moved ppflags/offlags/pnflags settings into style switch.
  32. 5/3/91: Introduced STYLE_* defines, converted pff.c for it.
  33. 5/3/91: Added INSTALL.
  34. 5/3/91: Unhid inperrno. Aargh.
  35. 5/3/91: Fixed DYNIX bug when ofile_ext was in action. Tnx VA.
  36. 5/3/91: Split BSD43STRAIGHT into BSD43TAHOE and BSD43CLASSIC.
  37. 5/3/91: Included various new compile options sets. Tnx VA.
  38. 5/3/91: Added MACHOPTS in Makefile, rewrote instructions.
  39. 5/3/91: Changed *ucred* to do something more sensible without HAVE_UCRED.
  40. 5/3/91: Modified authd.c and netstatuids.c to not compile without HAVE_UCRED.
  41. 5/3/91: Added definition of struct ucred for systems without it.
  42. 5/3/91: Added address-of-UNIX-domain-socket to sbuf->fu.un, printed it.
  43. 5/3/91: Fixed bug in pff.c guess code when i && !mt. Tnx VA.
  44. 5/2/91: Renamed pf as pff (process-file-file, emphasis on the ff). Tnx GR.
  45. 5/2/91: Changed -sshort to -sbrief, updated pf.doc.
  46. 5/2/91: Added ULTRIX=22 test to confdomain.h. Tnx VA.
  47.  
  48. 5/1/91: Included the findinode package in a subdirectory.
  49. 5/1/91: Replaced FDEFER in printfflag with FASYNC. Tnx VA.
  50.  
  51. 4/30/91: Copied authd.8, tcpuid.8, tcpuname.8 from authd 3.01 distribution.
  52. 4/30/91: Added load.1.
  53. 4/30/91: Disabled warning on getuser() failure. [sigh]
  54. 4/30/91: Added history to all .c files.
  55. 4/30/91: Documented nlistlist (whee!).
  56. 4/30/91: Changed nlistlist to use strerrtab.
  57. 4/30/91: Documented print*.c.
  58. 4/30/91: Hid inperrno, nlistlisterrno, proctableerrno. All errnos now hidden.
  59. 4/30/91: Documented kmem.
  60. 4/30/91: Hid mmemerrno, smemerrno, kmemerrno.
  61.  
  62. 4/29/91: Added missing newline on getuser warning. Tnx VA.
  63. 4/29/91: Fixed u.u_nofile in pf.c. Tnx VA.
  64. 4/29/91: Added documentation to some of the conf*.h.
  65. 4/29/91: Pointed smem and mmem documentation at kmem.c.
  66. 4/29/91: Pointed portname and username documentation at groupname.c.
  67. 4/29/91: Documented numeric. :-)
  68. 4/29/91: Documented groupname.
  69. 4/29/91: Documented getuser.
  70. 4/29/91: Converted getuser to use strerrtab.
  71. 4/29/91: Documented getsocket.
  72. 4/29/91: Hid getpcrederrno, documented getpcred, used strerrtab in getpcred.
  73. 4/29/91: Documented getnode, changed vninit() to getnodeinit().
  74. 4/29/91: Hid getfcrederrno, documented getfcred, used strerrtab in getfcred.
  75. 4/29/91: Documented getdevicename.
  76. 4/29/91: Documented filetable inside filetable.c.
  77. 4/29/91: Hid filetableerrno.
  78. 4/29/91: Moved boottime documentation to boottime.c.
  79. 4/29/91: Moved avenrun documentation to avenrun.c.
  80.  
  81. 4/28/91: Added -sn filename format. Also added filenames to -sf.
  82. 4/28/91: Added EOF check to revnamei.c.
  83. 4/27/91: Added revnamei.c, revnamei.h, pf.c use of them.
  84.  
  85. 4/23/91: kstuff 0.16.
  86.  
  87. 4/23/91: Added error check at critical getuser() in pf.c.
  88. 4/23/91: Fixed a dozen other visibility errors found by quacko.
  89. 4/23/91: Hid pervn inside getnode.c, blared vninit.
  90. 4/23/91: Hid devnamelist inside getdevicename.c.
  91. 4/23/91: Hid avenrunerrno, boottimeerrno.
  92. 4/23/91: Fixed groupname.h.
  93. 4/23/91: Changed filetable.c to use strerrtab.
  94. 4/23/91: Used nlistnotin in filetable.c getuser.c inpcblist.c proctable.c.
  95. 4/23/91: Documented boottime.c in boottime.h.
  96. 4/23/91: Simplified avenrun.c, boottime.c to use nlistnotin.
  97. 4/23/91: Added nlistnotin to nlistlist.h.
  98. 4/23/91: Added strerrtab use to boottime.c.
  99. 4/23/91: Replaced AV_ with BT_ in boottime.c.
  100. 4/23/91: Documented avenrun.c in avenrun.h.
  101. 4/23/91: Added strerrtab use to avenrun.c. Wow, it even works.
  102. 4/23/91: Added strerrtaberr.
  103. 4/23/91: Added strerrstr.
  104. 4/23/91: Added strerrtab.
  105. 4/23/91: Introduced DYNIX, DYNIXOLD so that ODOFE might work.
  106. 4/23/91: Replaced invisible zs ifdef with ZS config.
  107. 4/23/91: Fixed #ifdef IGMP use ND. Tnx VA.
  108. 4/23/91: Fixed domname[50][29]. Tnx VA.
  109.  
  110. 4/20/91: Added DTYPE_SPU, DTYPE_PROCESS to keep Tom happy. Tnx TC.
  111. 4/20/91: Reintroduced ODOFE special case, with file-at-a-time copying.
  112. 4/20/91: Eliminated dof and some other ODOFE kludges. Tnx VA.
  113. 4/20/91: Fixed sizeof(ofile_ext). Tnx VA.
  114. 4/20/91: Copied oe.oe_nofile into u->u_nofile under ODOFE. Tnx VA.
  115. 4/20/91: Removed ODOFE special case from confuofile.h. Tnx VA.
  116. 4/20/91: Fixed getuser.c nlpagest bug under !GETUSERSUPPORT. Tnx VA.
  117. 4/20/91: Changed confhaveucred.h to exclude BSD43STRAIGHT. Tnx VA.
  118. 4/20/91: Extended confusrptnlist.h for Usrptma etc. Tnx VA.
  119. 4/20/91: Added confusrptnlist.h.
  120. 4/20/91: Changed confhavepsuid.h to be SunOS-Convex-DYNIX-Ultrix 4. Tnx VA.
  121. 4/20/91: Bracketed sys/time.h in pf.c. Tnx VA.
  122. 4/20/91: Changed confmntent.h to be SunOS-Convex-DYNIX.
  123.  
  124. 4/20/91: Integrated pf.c from ZS version.
  125. 4/20/91: Integrated printucred.c from ZS version.
  126. 4/20/91: Integrated mntops.c from ZS version.
  127. 4/20/91: Integrated getnode.c from ZS version.
  128. 4/20/91: Integrated getfcred.c from ZS version.
  129. 4/20/91: Integrated getpcred.c from ZS version.
  130. 4/20/91: Integrated getdevicename.c from ZS version.
  131. 4/20/91: Integrated avenrun.c from ZS version.
  132. 4/20/91: Added confmajorminor.h from ZS version.
  133. 4/20/91: Added confhaveucred.h from ZS version.
  134. 4/20/91: Integrated confloadavglong.h from ZS version.
  135. 4/20/91: Integrated structpte.h from ZS version.
  136. 4/20/91: Added confneedmachparam.h from ZS version.
  137. 4/20/91: Added confneedartospte.h from ZS version.
  138. 4/20/91: Added confhaveppid.h from ZS version.
  139. 4/20/91: Integrated confhavepsuid.h from ZS version.
  140. 4/20/91: Integrated structtext.h from ZS version.
  141. 4/20/91: Added conftextneedsvmparam.h from ZS version.
  142. 4/20/91: Integrated confmntent.h from ZS version.
  143. 4/19/91: Ported parts of pf to the ZS.
  144.  
  145. 4/14/91: kstuff 0.15.
  146.  
  147. 4/14/91: Works under Convex UNIX 9.0.
  148. 4/14/91: Added confdevt.h for the Convex. Aargh.
  149. 4/14/91: Works under Ultrix 4.1.
  150. 4/14/91: Fixed HAVEPSUID typo in structproc.h.
  151. 4/14/91: Added notes on derivation to ofiles-derived files.
  152.  
  153. 4/13/91: Added initblahtable's in pf.c to get back down to one nlist().
  154. 4/13/91: Changed getvmseg.c to export usable seginit(), added that to pf.c.
  155. 4/13/91: Added confodofe.h, changed confuofile.h, structfile.h for it.
  156. 4/13/91: Tried to integrate new DYNIX ofile_ext stuff. Tnx VA.
  157. 4/13/91: Moved sys/user includes above sys/time includes. Tnx VA.
  158. 4/13/91: Bracketed <sys/time.h> with ITIMER_REAL.
  159. 4/13/91: Oops, forgot to steal getmntent() clone for mntops.c. Tnx VA.
  160.  
  161. 4/11/91: Fixed typo in Convex regiontab processing. It might even still work.
  162. 4/11/91: Added error checking for argument processing.
  163. 4/11/91: Added portname.c, port lookups.
  164. 4/11/91: Right-justified REF header.
  165. 4/11/91: Added username lookups.
  166. 4/11/91: Convex knlist() failure on ufs_vnodeops is Convex's fault. Tnx TC.
  167. 4/11/91: Added -sh, -sH.
  168. 4/11/91: Changed style types to be by name instead of number.
  169.  
  170. 4/11/91: Added KERNEL around ufs/inode.h in structxnode.h for DYNIX. Tnx VA.
  171. 4/11/91: Added #include "structsocket.h" to structinpcb.h. Tnx VA.
  172. 4/11/91: Added confhavesigintr.h, changed pf.c for it. Tnx VA.
  173. 4/11/91: Fixed DYNIX bugs in confvmunix.h. Tnx VA.
  174. 4/11/91: Added !DYNIX to conftext.h. (Any way to get the text?) Tnx VA.
  175. 4/11/91: Added DYNIX to confdomain.h. Tnx VA.
  176. 4/11/91: Added confnounpaddr.h, changed structunpcb.h for it. Tnx VA.
  177. 4/11/91: Changed structucred.h to include structuser.h. Tnx VA.
  178. 4/11/91: Added confhavepsuid.h, changed structproc.h for it. Tnx VA.
  179. 4/11/91: Changed confmalloc.h to look for ULTRIX >= 40. Tnx VA.
  180. 4/11/91: Made -DULTRIX into a numeric #define. Tnx VA.
  181. 4/11/91: Added missing braces in DYNIX getuser.c. Tnx VA.
  182. 4/11/91: Changed #ifdef to #ifndef lines 94 and 109 of getuser.c. Tnx MK.
  183. 4/11/91: Okay, so not everything works. Fixed confgetusersupport.h. Tnx MK.
  184.  
  185. 4/6/91: Everything works. Not bad for a thousand-line reorganization.
  186. 4/6/91: Ah, 'twas a sixth typo. Three minutes with dbx.
  187. 4/6/91: Compiles after five typos fixed, doesn't work.
  188. 4/6/91: Finished conf*.h, only 47 new files. Will it compile?
  189. 4/6/91: Introduced conf*.h. Fun fun fun.
  190. 4/6/91: Added #ifdefs throughout printpstat.c.
  191. 4/6/91: Added VOID_FREE and integrated mallocfree.h. Whoops.
  192. 4/6/91: Took struct proc description out of printpstat.c.
  193. 4/6/91: Added #ifdefs throughout printfamily.c.
  194.  
  195. 4/6/91: kstuff 0.13.
  196.  
  197. 4/6/91: Added CHANGES and OF to distribution.
  198. 4/6/91: Added notes to struct*.h about what the files should look like.
  199. 4/5/91: Ported to SunOS 4.1, added -DPSESS. Tnx SR.
  200.  
  201. 4/2/91: kstuff 0.12.
  202.