add checks for immutability and append-only
[unix-history] / usr / src / sys / netiso /
1993-02-26 Keith Sklowerquick hack for TUBA
1993-02-13 Keith Sklowerfixes from MITRE
1993-02-13 Keith Sklowerminor fixes from MITRE
1993-02-13 Keith Sklowernumber of bits to ignore in matches is wrong; causes...
1993-02-13 Keith Sklowerrevise to match most recent version of tcp_input.c
1992-11-26 Keith Sklowerchanges sufficient for IDRP and TUBA/TCP
1992-11-26 Keith Sklowerdubious change for TUBA
1992-11-26 Keith Sklowerthis version supports TCP between two workstations...
1992-11-26 Keith Sklowerchanges sufficient for tuba & idrp; may want to rethink...
1992-11-26 Keith Sklowerassign socket and NLPID numbers for IDRP, also tcp...
1992-11-21 Keith Sklowerminor fixes & improvements: swab not in kernel; make...
1992-11-19 Keith Sklowerchanges thought to be required for new pseudo-header...
1992-11-18 Keith Sklowerdate and time created 92/11/17 19:59:32 by sklower
1992-11-09 Keith Sklowerthis version works well enough for a simple sender...
1992-11-06 Keith Sklowercheckpoint further progress, still doesn't connect...
1992-11-06 Keith Sklowercheckpoint somewhat working checksum code . . .
1992-11-05 Keith Sklowercheckpoint, doesn't do checksum right yet
1992-10-18 Keith Bosticmake kernel includes standard
1992-10-16 Keith Sklowerthis version compiles and matches current #include...
1992-10-12 Keith Bosticmake kernel includes standard
1992-10-09 Keith Sklowerhave to worry about tcp_respond when there is no tcpcb
1992-10-09 Keith Sklowercorrect defective copyright dates
1992-10-09 Keith Sklowerdate and time created 92/10/09 00:51:47 by sklower
1992-10-09 Keith Sklowerdate and time created 92/10/09 00:51:46 by sklower
1992-09-22 Kirk McKusickMIN becomes min; include systm.h to get min
1992-09-22 Kirk McKusickMIN becomes min
1992-09-22 Kirk McKusickneed to include systm.h to get min and max
1992-09-22 Kirk McKusickuse min for MIN and max for MAX
1992-09-22 Kirk McKusickuse max rather than MAX
1992-09-22 Kirk McKusickuse min rather than MIN
1992-09-22 Kirk McKusickadd systm.h
1992-08-15 Keith Sklowerfix typo cpp+) instaed of cpp++)
1992-07-23 Keith Sklowerthis version compiles at least
1992-07-21 Keith Sklowerbugfix for concatednated packets from mitre.org
1992-07-09 Keith Sklowerchanges to add routing tables via the domain switch
1992-07-07 Keith Skloweruse multicast conventions
1992-06-30 Keith Sklowerget rid of spurious reference to stdio
1992-05-28 Keith Sklowerfix various reported bugs (like double freeing)
1992-05-28 Keith Sklowermust calculate tp_maxlcredit as soon as mss known for...
1992-05-28 Keith Sklower1.) don't set retransmit timers in tp0; 2.) tone down...
1992-05-28 Keith Sklower1.) fix bug re:double freeing option mbuf in error...
1992-05-28 Keith Sklowerremember initial so_rcv space for later
1992-05-28 Keith Sklowermake sure to calculate initial credit for both CE_bit...
1992-05-28 Keith Sklowerremember so_rcvbuf size, so that if it gets increased...
1992-05-28 Keith Sklowerwhen cancelling sendack timer, must also clear fasttimo...
1992-05-28 Keith Sklowerneed to calculate initial credit on CC for other option...
1992-05-28 Keith Sklowermore informative debugging for tp_slowtimo
1992-05-20 Keith Sklowerthis file is no longer needed
1992-05-12 Keith Sklowerbugfix from julian@tfs.com (Julian Elischer)
1992-04-22 Keith Sklowermissing ntohs on checks and auto binding in pcbbind()
1992-04-18 Keith Sklowerfix bug with specifying specific network address but...
1992-02-21 Keith Sklowerminor typo-level changes for consistency with new heade...
1992-02-15 Keith Sklowerchanges proposed by hagens to make CLNP EchoReply work
1992-02-15 Keith Sklowerfix bug
1992-02-12 Kirk McKusickovbcopy should be bcopy
1992-02-07 Keith Sklowercomparison wrongly takes precedence over bitwise and
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...
next