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 >
Wrap
Text File
|
1991-05-06
|
9KB
|
202 lines
Changes since first distributed version
SR is Seth Robertson <seth@sirius.ctr.columbia.edu>.
MK is Michael P. Kiernan <kiernan@fjord.berkeley.edu>.
VA is Vic Abell <abe@mace.cc.purdue.edu>.
TC is Tom Christiansen <tchrist@convex.com>.
GR is Gary Rosenblum <rosenblg@nyu.edu>.
5/6/91: Reorganized FILES.
5/6/91: Added note about 127.1 to testauthd's output.
5/6/91: Added skips to INSTALL.
5/6/91: Updated netstatuids to #include "authuser.h".
5/6/91: Revised BLURB.authd, chopped most of README.authd.
5/6/91: Added authd question to FORMLETTER.
5/6/91: Updated authuser to version 3.1.
5/6/91: Added install and tests targets to Makefile.
5/6/91: Rewrote most of INSTALL again, including -lauthuser installation.
5/6/91: Replaced -lauthuser with authuser.o in Makefile.
5/6/91: Added testauthd as a Makefile target.
5/6/91: Included everything else from authd package.
5/6/91: Included authuser from authd package. Tnx SR.
5/3/91: kstuff 0.17.
5/3/91: Included a whole bunch of stuff in INSTALL.
5/3/91: Added getsocket caching. Speedup around 5-10%.
5/3/91: Added getnode caching. Speedup around 10-15% total, 3/4 of getnode()s.
5/3/91: Corrected sbuf->fu.un.me to sbuf->fu.un.unpcb.
5/3/91: Introduced FSW_* defines for fsw in getsocket and pff.c.
5/3/91: Introduced NODE_ID_* defines for flagdev in getnode and pff.c.
5/3/91: Moved ppflags/offlags/pnflags settings into style switch.
5/3/91: Introduced STYLE_* defines, converted pff.c for it.
5/3/91: Added INSTALL.
5/3/91: Unhid inperrno. Aargh.
5/3/91: Fixed DYNIX bug when ofile_ext was in action. Tnx VA.
5/3/91: Split BSD43STRAIGHT into BSD43TAHOE and BSD43CLASSIC.
5/3/91: Included various new compile options sets. Tnx VA.
5/3/91: Added MACHOPTS in Makefile, rewrote instructions.
5/3/91: Changed *ucred* to do something more sensible without HAVE_UCRED.
5/3/91: Modified authd.c and netstatuids.c to not compile without HAVE_UCRED.
5/3/91: Added definition of struct ucred for systems without it.
5/3/91: Added address-of-UNIX-domain-socket to sbuf->fu.un, printed it.
5/3/91: Fixed bug in pff.c guess code when i && !mt. Tnx VA.
5/2/91: Renamed pf as pff (process-file-file, emphasis on the ff). Tnx GR.
5/2/91: Changed -sshort to -sbrief, updated pf.doc.
5/2/91: Added ULTRIX=22 test to confdomain.h. Tnx VA.
5/1/91: Included the findinode package in a subdirectory.
5/1/91: Replaced FDEFER in printfflag with FASYNC. Tnx VA.
4/30/91: Copied authd.8, tcpuid.8, tcpuname.8 from authd 3.01 distribution.
4/30/91: Added load.1.
4/30/91: Disabled warning on getuser() failure. [sigh]
4/30/91: Added history to all .c files.
4/30/91: Documented nlistlist (whee!).
4/30/91: Changed nlistlist to use strerrtab.
4/30/91: Documented print*.c.
4/30/91: Hid inperrno, nlistlisterrno, proctableerrno. All errnos now hidden.
4/30/91: Documented kmem.
4/30/91: Hid mmemerrno, smemerrno, kmemerrno.
4/29/91: Added missing newline on getuser warning. Tnx VA.
4/29/91: Fixed u.u_nofile in pf.c. Tnx VA.
4/29/91: Added documentation to some of the conf*.h.
4/29/91: Pointed smem and mmem documentation at kmem.c.
4/29/91: Pointed portname and username documentation at groupname.c.
4/29/91: Documented numeric. :-)
4/29/91: Documented groupname.
4/29/91: Documented getuser.
4/29/91: Converted getuser to use strerrtab.
4/29/91: Documented getsocket.
4/29/91: Hid getpcrederrno, documented getpcred, used strerrtab in getpcred.
4/29/91: Documented getnode, changed vninit() to getnodeinit().
4/29/91: Hid getfcrederrno, documented getfcred, used strerrtab in getfcred.
4/29/91: Documented getdevicename.
4/29/91: Documented filetable inside filetable.c.
4/29/91: Hid filetableerrno.
4/29/91: Moved boottime documentation to boottime.c.
4/29/91: Moved avenrun documentation to avenrun.c.
4/28/91: Added -sn filename format. Also added filenames to -sf.
4/28/91: Added EOF check to revnamei.c.
4/27/91: Added revnamei.c, revnamei.h, pf.c use of them.
4/23/91: kstuff 0.16.
4/23/91: Added error check at critical getuser() in pf.c.
4/23/91: Fixed a dozen other visibility errors found by quacko.
4/23/91: Hid pervn inside getnode.c, blared vninit.
4/23/91: Hid devnamelist inside getdevicename.c.
4/23/91: Hid avenrunerrno, boottimeerrno.
4/23/91: Fixed groupname.h.
4/23/91: Changed filetable.c to use strerrtab.
4/23/91: Used nlistnotin in filetable.c getuser.c inpcblist.c proctable.c.
4/23/91: Documented boottime.c in boottime.h.
4/23/91: Simplified avenrun.c, boottime.c to use nlistnotin.
4/23/91: Added nlistnotin to nlistlist.h.
4/23/91: Added strerrtab use to boottime.c.
4/23/91: Replaced AV_ with BT_ in boottime.c.
4/23/91: Documented avenrun.c in avenrun.h.
4/23/91: Added strerrtab use to avenrun.c. Wow, it even works.
4/23/91: Added strerrtaberr.
4/23/91: Added strerrstr.
4/23/91: Added strerrtab.
4/23/91: Introduced DYNIX, DYNIXOLD so that ODOFE might work.
4/23/91: Replaced invisible zs ifdef with ZS config.
4/23/91: Fixed #ifdef IGMP use ND. Tnx VA.
4/23/91: Fixed domname[50][29]. Tnx VA.
4/20/91: Added DTYPE_SPU, DTYPE_PROCESS to keep Tom happy. Tnx TC.
4/20/91: Reintroduced ODOFE special case, with file-at-a-time copying.
4/20/91: Eliminated dof and some other ODOFE kludges. Tnx VA.
4/20/91: Fixed sizeof(ofile_ext). Tnx VA.
4/20/91: Copied oe.oe_nofile into u->u_nofile under ODOFE. Tnx VA.
4/20/91: Removed ODOFE special case from confuofile.h. Tnx VA.
4/20/91: Fixed getuser.c nlpagest bug under !GETUSERSUPPORT. Tnx VA.
4/20/91: Changed confhaveucred.h to exclude BSD43STRAIGHT. Tnx VA.
4/20/91: Extended confusrptnlist.h for Usrptma etc. Tnx VA.
4/20/91: Added confusrptnlist.h.
4/20/91: Changed confhavepsuid.h to be SunOS-Convex-DYNIX-Ultrix 4. Tnx VA.
4/20/91: Bracketed sys/time.h in pf.c. Tnx VA.
4/20/91: Changed confmntent.h to be SunOS-Convex-DYNIX.
4/20/91: Integrated pf.c from ZS version.
4/20/91: Integrated printucred.c from ZS version.
4/20/91: Integrated mntops.c from ZS version.
4/20/91: Integrated getnode.c from ZS version.
4/20/91: Integrated getfcred.c from ZS version.
4/20/91: Integrated getpcred.c from ZS version.
4/20/91: Integrated getdevicename.c from ZS version.
4/20/91: Integrated avenrun.c from ZS version.
4/20/91: Added confmajorminor.h from ZS version.
4/20/91: Added confhaveucred.h from ZS version.
4/20/91: Integrated confloadavglong.h from ZS version.
4/20/91: Integrated structpte.h from ZS version.
4/20/91: Added confneedmachparam.h from ZS version.
4/20/91: Added confneedartospte.h from ZS version.
4/20/91: Added confhaveppid.h from ZS version.
4/20/91: Integrated confhavepsuid.h from ZS version.
4/20/91: Integrated structtext.h from ZS version.
4/20/91: Added conftextneedsvmparam.h from ZS version.
4/20/91: Integrated confmntent.h from ZS version.
4/19/91: Ported parts of pf to the ZS.
4/14/91: kstuff 0.15.
4/14/91: Works under Convex UNIX 9.0.
4/14/91: Added confdevt.h for the Convex. Aargh.
4/14/91: Works under Ultrix 4.1.
4/14/91: Fixed HAVEPSUID typo in structproc.h.
4/14/91: Added notes on derivation to ofiles-derived files.
4/13/91: Added initblahtable's in pf.c to get back down to one nlist().
4/13/91: Changed getvmseg.c to export usable seginit(), added that to pf.c.
4/13/91: Added confodofe.h, changed confuofile.h, structfile.h for it.
4/13/91: Tried to integrate new DYNIX ofile_ext stuff. Tnx VA.
4/13/91: Moved sys/user includes above sys/time includes. Tnx VA.
4/13/91: Bracketed <sys/time.h> with ITIMER_REAL.
4/13/91: Oops, forgot to steal getmntent() clone for mntops.c. Tnx VA.
4/11/91: Fixed typo in Convex regiontab processing. It might even still work.
4/11/91: Added error checking for argument processing.
4/11/91: Added portname.c, port lookups.
4/11/91: Right-justified REF header.
4/11/91: Added username lookups.
4/11/91: Convex knlist() failure on ufs_vnodeops is Convex's fault. Tnx TC.
4/11/91: Added -sh, -sH.
4/11/91: Changed style types to be by name instead of number.
4/11/91: Added KERNEL around ufs/inode.h in structxnode.h for DYNIX. Tnx VA.
4/11/91: Added #include "structsocket.h" to structinpcb.h. Tnx VA.
4/11/91: Added confhavesigintr.h, changed pf.c for it. Tnx VA.
4/11/91: Fixed DYNIX bugs in confvmunix.h. Tnx VA.
4/11/91: Added !DYNIX to conftext.h. (Any way to get the text?) Tnx VA.
4/11/91: Added DYNIX to confdomain.h. Tnx VA.
4/11/91: Added confnounpaddr.h, changed structunpcb.h for it. Tnx VA.
4/11/91: Changed structucred.h to include structuser.h. Tnx VA.
4/11/91: Added confhavepsuid.h, changed structproc.h for it. Tnx VA.
4/11/91: Changed confmalloc.h to look for ULTRIX >= 40. Tnx VA.
4/11/91: Made -DULTRIX into a numeric #define. Tnx VA.
4/11/91: Added missing braces in DYNIX getuser.c. Tnx VA.
4/11/91: Changed #ifdef to #ifndef lines 94 and 109 of getuser.c. Tnx MK.
4/11/91: Okay, so not everything works. Fixed confgetusersupport.h. Tnx MK.
4/6/91: Everything works. Not bad for a thousand-line reorganization.
4/6/91: Ah, 'twas a sixth typo. Three minutes with dbx.
4/6/91: Compiles after five typos fixed, doesn't work.
4/6/91: Finished conf*.h, only 47 new files. Will it compile?
4/6/91: Introduced conf*.h. Fun fun fun.
4/6/91: Added #ifdefs throughout printpstat.c.
4/6/91: Added VOID_FREE and integrated mallocfree.h. Whoops.
4/6/91: Took struct proc description out of printpstat.c.
4/6/91: Added #ifdefs throughout printfamily.c.
4/6/91: kstuff 0.13.
4/6/91: Added CHANGES and OF to distribution.
4/6/91: Added notes to struct*.h about what the files should look like.
4/5/91: Ported to SunOS 4.1, added -DPSESS. Tnx SR.
4/2/91: kstuff 0.12.