Update to handle fragments correctly (set bsize to be fragment
[unix-history] / usr / src / sys / netccitt /
1995-05-14 Kirk McKusickconvert VOP_LOCK to vn_lock; add parameters to VOP_UNLO...
1995-02-10 Chris G. Demetrioucons_rtrequest returns void, for consistency.
1995-02-10 Chris G. Demetrioucons_rtrequest should return void.
1995-01-10 Chris G. Demetrioupk_control takes a u_long command (64-bit changes
1994-09-23 Keith Sklower( ? : ) does not yield an l-value. Fix from cgd.
1993-06-11 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-11 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-11 Keith Bosticdate and time created 93/06/10 22:52:35 by bostic
1993-06-11 Keith Bosticdate and time created 93/06/10 22:52:29 by bostic
1993-06-06 Keith Sklowervarious lintish things come to light by protoypes.
1993-02-24 Keith Skloweradded pk_ifwithaddr(), reformated according to UBC...
1993-02-23 Dirk Husemann(no message)
1993-02-13 Keith Sklowermake use of UBC formatting conventions consistent
1993-02-13 Keith SklowerCLNP needs rcvif to be correct. put back! (from MITRE)
1993-02-13 Keith Sklowerneed to free RR packets (plug mbuf leak reported by...
1992-12-09 Keith Sklowerdidn't get includes right
1992-12-09 Keith Sklowerdidn't quite get includes right . . .
1992-12-09 Keith Sklowerchanges from dkhusema
1992-12-09 Keith Sklowerdate and time created 92/12/08 17:36:07 by sklower
1992-12-09 Keith Sklowerdate and time created 92/12/08 17:36:06 by sklower
1992-12-09 Keith Sklowerdate and time created 92/12/08 17:36:05 by sklower
1992-12-09 Keith Sklowerdate and time created 92/12/08 17:36:04 by sklower
1992-12-09 Keith Sklowerchanges to run over both LLC and HDLC, and also use...
1992-12-09 Keith Sklowerrestore original UBC Copyright
1992-12-09 Keith Sklowercontributions from Dirk Husemann
1992-12-09 Keith Sklowerchanges to support x.25/llc2
1992-12-09 Keith Sklowerchanges from husemann
1992-12-09 Keith Sklowerdate and time created 92/12/08 15:16:11 by sklower
1992-12-09 Keith Sklowerccittintr calls both hdintr and pkintr now;
1992-12-09 Keith Bosticnew conventions for header includes (by sklower)
1992-12-09 Keith Bosticnew conventions for kernel header includes (by sklower);
1992-12-09 Keith Sklowerrouting tables set up after proto inits called now...
1992-10-12 Keith Bosticmake kernel includes standard
1992-09-22 Kirk McKusickget rid of USES keywords
1992-07-09 Keith Sklowerchanges to add routing tables via the domain switch
1992-05-30 Keith Sklowermake compile under new and old systems /* hope this...
1992-05-15 John Heidemannvnode interface conversion
1992-05-14 John Heidemannvnode interface conversion
1992-02-08 Keith Sklowerm_copym call lacked 4th arg; reverted to m_copy; remove...
1992-02-07 Keith Sklowercomparison wrongly takes precedence over bitwise-and
1992-02-06 Keith Sklowernew namei calling convention
1991-12-18 Keith Skloweranother fix from Dirk Husemann
1991-12-18 Keith Skloweranother fix from dkhusema
1991-11-19 Keith Sklowerbug fix from dkhusema@uni-erlangen.de - pkthdr.len...
1991-11-19 Keith Sklowerm_split moved into common code.
1991-11-14 Keith Sklowerstupid bug in extracting LCN, fix by dkhusema@uni-erlan...
1991-07-31 Keith Sklowerchange required by using routing vector instead of...
1991-07-18 Keith Skloweruseful debugging changes
1991-07-17 Keith Sklowerfix outright bug (looking at wrong part of packet for...
1991-06-28 Keith Sklowerthis version should work under both new and old vm...
1991-06-27 Keith Sklowerplay catchup with newvm changes
1991-06-27 Keith Sklowersetsockopt(pk_ctloutput) always returned an error,...
1991-06-27 Keith Skloweruse pk_disconnect to cease listening instead of pk_close
1991-06-07 Keith Sklowerthis version now supports IP over X.25; changes include...
1991-05-30 Keith Sklowergo back to pkcb's being dynamically allocated for LLC2...
1991-05-30 Keith Sklowercheck to see if socket exists before setting so_error...
1991-05-30 Keith Skloweradd two new sockopts (add vc to route, turn on/off...
1991-05-30 Keith Sklower(temporarily) redo the way RR's and RNR's are generated;
1991-05-30 Keith Sklowerrevive pk_newlink so LLC2 can generate them on the...
1991-05-30 Keith Sklowerfix outright bug for reporting errors when no socket;
1991-05-30 Keith Sklowermany fixes & changes -- add routine to glue or spit...
1991-05-30 Keith Sklowerfor LLC2/2, there may be many pkp's to one xcp;
1991-05-30 Keith Sklowerno more %lx in kernel printf
1991-05-30 Keith Sklower2 new sockopts: attach x25 vc to route, and turn on...
1991-05-26 Keith Bosticdelete obsolete printf formats (%X -> %lx)
1991-05-17 Keith Sklowermark state before allowing dynamic pkcb's
1991-05-17 Keith Sklowermake build_facilities known so that OSI can use it.
1991-05-15 Keith Sklowernote current state -- compiles, includes frob to glue...
1991-05-10 Keith Sklowerin clearcause; check that socket is there before settin...
1991-05-10 Keith Sklowerdebugging version
1991-05-10 Keith Skloweradd debugging code
1991-05-10 Keith Skloweradd useful debugging cache for mbufs
1991-05-10 Keith Skloweradd useful debugging cache for mbufs
1991-05-07 Keith Bosticnew copyright; att/bsd/shared
1991-05-07 Keith Sklowerchange conventions on static routine, ``call_accepted'';
1991-05-04 Keith Sklowerthis still isn't expect to work.
1991-05-04 Keith Sklowernotify non-socket upper layers when cleared or accepted;
1991-05-04 Keith Sklowernote that pk_output does not return a value (for pk_sta...
1991-05-04 Keith Sklowerset default lower level output routine when creating...
1991-05-02 Keith Sklowerborrow two flags from isode (nodnic & prepnd0) for...
1991-05-01 Keith SklowerDIAGNOSTIC is already defined for general error catching
1991-04-27 Keith Sklowerchanges in dealing with old style sockaddrs for null...
1991-04-13 Kirk McKusickadd additional argument to vn_rdwr()
1991-03-13 Keith Sklowerreformat according to UBC conventions (space before...
1991-03-13 Keith Sklowerold version ignored negotiated window size and used...
1991-03-13 Keith Sklowerfix minor bug dereferencing null control blocks\;
1991-03-13 Keith Sklowerallow for 2 new packet types (Reject & Diagnostic)
1991-03-13 Keith Sklowerold cpp forgave missing double quotes at end of #includ...
1991-03-13 Keith SklowerThis version doubly links all pklcd's for debugging;
1991-03-13 Keith Sklowerallow for two more packet types defined in iso 8208
1991-03-13 Keith Sklowerreformat to UBC conventions (space before parameter...
1991-01-10 Keith Sklowercheckpoint -- this version compiles and represents...
1991-01-10 Keith Sklowerpk_clear now takes for diagnostic code and whether...
1991-01-10 Keith Sklowerget rid of dtom's in kernel
1991-01-10 Keith Sklowerchange type of template to mbuf to get rid of dtom's;
1991-01-10 Keith Sklowerchange pk_template to return mbuf to remove dtom from...
1991-01-10 Keith Sklowermaintain packet header lenghts when passing up.
1991-01-10 Keith Skloweradditional flags useful for kernel proto <-> X.25 operation
1990-11-14 Keith Skloweradd socket option/ control type for user defined connec...
1990-11-14 Keith Sklowermark working version before changing OOB, facilities
next