checked in for torek by sklower; Mike agrees to all these changes
[unix-history] / usr / src / sys / netiso /
1992-01-08 Keith Sklowerchanges required by nov 92 version of socketvar.h
1991-12-20 Keith Sklowerreference count ifaddrs to make them safe for deletion
1991-12-18 Keith Sklowerbig-or-odd-size packet option. (n x 128 instead of...
1991-10-09 Keith Sklowermisunderstood function of kernel variable ``ticks'';
1991-10-09 Keith SklowerBug: must zero initial tpref table;
1991-10-03 Keith Sklowerwrong order for includes
1991-10-03 Keith Sklowerfix typo
1991-10-03 Keith Sklowerdon't stomp on sockbuff sizes if already set
1991-10-03 Keith Sklowerinterim version of tp_consistency before putting in...
1991-10-03 Keith Sklowercollect commmon code to calculate mtu, tpdu, & window...
1991-10-03 Keith Sklowerdefine REXMTVAL & RANGESET macros for rtt timer calcula...
1991-10-03 Keith Sklowermtu calculations done in tp_route_to, checked by tp_con...
1991-10-03 Keith Sklowerget rid of obsolete and unused elements and structures
1991-10-03 Keith Skloweruse RANGESET and REXMTVAL macros, initial magic constan...
1991-10-03 Keith Sklowerget rid of obsolete structures and allow timer-setting...
1991-10-03 Keith Sklowermake timeout calls macros
1991-10-03 Keith Sklowerget rid of useless tp_param global structure.
1991-10-03 Keith Sklowermtu calculation done by tp_route_to.
1991-10-03 Keith Sklowermake code more similar to TCP (use RANGESET & REXMTVAL...
1991-10-03 Keith Sklowersimulate TCP's persist window probe and exponential...
1991-10-03 Keith Sklowerget rid of struct tp_param, which contained no interest...
1991-10-03 Keith Sklowermove common mtu estimation to tp_route_to; here determine
1991-10-01 Keith Sklowerremove back pointer to entry in tp_ref table; use tp_lr...
1991-10-01 Keith Sklowerreinstate connection refused socket error
1991-09-27 Keith SklowerThese changes represent a rewrite of retransmission...
1991-09-18 Keith Sklowerthese changes reflect the TCP algorithm for round trip...
1991-09-07 Keith Skloweradopt TCP's policies concerning acks & (among others...
1991-09-06 Keith Sklowereffectively merge tp_ref structure with rest of tp_pcb;
1991-09-06 Keith Sklowergather info in one place for netstat for variable alloc...
1991-09-04 Keith Sklowernow that SO_RCVBUF calls down, calculate maxcredit...
1991-09-04 Keith Sklowerupper level protocols now call when setting socket...
1991-09-04 Keith Sklowercall tp_getoptions as soon as paramters are known
1991-09-04 Keith Sklowerupper level protocols now call when setting socket...
1991-08-31 Keith Sklowerparanoia about freeing a tpcb while still in the list...
1991-08-29 Keith Sklowerchanges to get rid of RTC structure
1991-08-29 Keith Sklowermove packetizing routine to tp_subr.c
1991-08-29 Keith Sklowerfix outright bug disrupting chain of bound tpcb's ...
1991-08-29 Keith Sklowerchanges to get rid of RTC structure; move packetizing...
1991-08-29 Keith Sklowerget rid of m_append, rewrite m_datalen
1991-08-29 Keith Sklowermark esis entries according to if_type and index, so...
1991-08-16 Keith Sklowerget rid of some old flags; TPF_GENERAL_ADDR means someb...
1991-08-15 Keith Sklowermark suggested change by mostek@crah
1991-08-15 Keith Sklowernew ack strategy from mostek@cray
1991-07-31 Keith Sklowerchange require by using routing vector instead of linke...
1991-07-30 Keith Sklowercheckpoint almost working version of kernel TP0/X.25...
1991-07-26 Keith Sklowertp_error_emit doesn't set drefs; minor lint gotcha...
1991-07-24 Keith Sklowernote semi-working version with only listen and bind...
1991-07-24 Keith Sklowernote semi working version with only listen and bind...
1991-07-19 Keith Sklowerthis changes reflect getting rid of so_tpcb.
1991-07-19 Keith Sklowerremove extraneous line
1991-07-19 Keith Sklowermake this not depend on tp_iso.c
1991-06-28 Keith Sklowerremque requires inclusion of systm.h
1991-06-28 Keith Sklowermake compile under new and old vm system
1991-06-28 Keith Sklowermake compile under both new and old vm systems
1991-06-28 Keith Sklowerminor changes to compile under both new and old vm...
1991-06-28 Keith Sklowercommon version for new and old vm
1991-06-28 Keith Sklowerminor change to work with both new and old vm systems
1991-06-28 Keith Sklowernow, take advantage that work is being done in the...
1991-06-28 Keith Sklowerthis fixes a bug in snpac_free (freeing an entry and...
1991-06-28 Keith Sklowernew conventions for how to age llinfo; let routing...
1991-06-28 Keith Sklowermisc fix from mostek@cray
1991-05-30 Keith Sklowerthis version works somewhat in making outgoing calls.
1991-05-30 Keith Skloweroffset for routing table for iso was wrong; set value...
1991-05-28 Keith Sklowerno more clnp_sprintf.c; merged into main kernel
1991-05-10 Keith Sklowerfix stupid fix
1991-05-10 Keith Sklowerstupid mistake concering (a & b) == 0 forgetting (...
1991-05-10 Keith Sklowercoding of call{ed,ing} addr extension facil is wrong;
1991-05-10 Keith Skloweremit should create a hdr type mbuf....
1991-05-10 Keith Sklowerfix incomplete reference to previous mtu.
1991-05-10 Keith Sklowerchange name of file
1991-05-09 Keith Bosticredo sprintf to be general purpose, delete any AT&T...
1991-05-09 Keith Bosticdate and time created 91/05/08 22:59:49 by bostic
1991-05-08 Keith Bosticadd additional SCCS id string so appears in generated...
1991-05-08 Keith Sklowerdate and time created 91/05/07 13:24:29 by sklower
1991-05-08 Keith Sklowerno more refs to argoxtwentyfive.c
1991-05-08 Keith Sklowerdate and time created 91/05/07 12:16:26 by sklower
1991-05-07 Keith Bosticnew copyright; att/bsd/shared
1991-05-07 Keith Sklowerforgot to set callback in cons_connect;
1991-05-07 Keith Sklowertpclnp_mtu should do work for tpcons_mtu.
1991-05-07 Keith Sklowerwhen connecting, set refcount on isopcb to remember...
1991-05-07 Keith Sklowerforgot to see who gets callback in cons_connect;
1991-05-04 Keith SklowerNSAP to X.121 address translation didn't look at nsap...
1991-05-03 Keith Sklowerdon't call x.25 output devices . . .
1991-05-01 Keith Sklowercalled tsel must match length of listening tsel
1991-04-27 Keith Sklowermake number of simultaneous connections settable at...
1991-04-27 Keith Sklowermostly make EON route mtu reflect size of underlying...
1991-04-27 Keith Sklowermax number of conncurrent connections now settable...
1991-04-27 Keith Sklowernew convention: disconnect reason passed as ancillary...
1991-04-27 Keith SklowerBad Bug -- AK tpdu's incorrect swapped bytes before...
1991-04-27 Keith Sklowerallow someone to open a tp0 socket
1991-04-27 Keith Sklowerchanging conventions for disconnect reason
1991-04-27 Keith Sklowercall to tp_input lacks parameter
1991-04-27 Keith Sklowerfragmentation decision considers route
1991-04-27 Keith SklowerSN_MTU now considers route; cl cache include ifp pointer
1991-04-27 Keith Sklowerdecsion to fragment now based on route in addition...
1991-04-27 Keith Sklowerchange conventions on disconnect and ER_TPDU -- reason...
1991-04-27 Keith Sklowercalculate mtu for tp_pcb based on route
1991-04-27 Keith Sklowerchanges for direct TP0 over CONS
1991-04-27 Keith Sklowerallow implict confirmation by sending data after accept()
1991-04-27 Keith Sklowernew ancillary datum -- disconnect reason here
next