delete VERBOSE #ifdef's
[unix-history] / usr / src / sys / net /
1992-07-24 Keith Bostickeep gcc happy, no real change
1992-07-17 Kirk McKusickupdate from Jeff Forys for rbootd support
1992-07-13 Kirk McKusickadd function prototypes; protect against multiple inclusion
1992-07-13 Jan-Simon PendryMIN -> min
1992-07-13 Jan-Simon Pendryneed to include "systm.h"
1992-07-12 Kirk McKusickchange definition of __inline__ to match __inline of...
1992-07-09 Keith Sklowernobody uses raw_intrq anymore
1992-07-09 Keith Sklowernobody uses the rawintrq anymore
1992-07-09 Keith Sklowerchanges to add routing tables via the domain switch
1992-07-08 Chris Toreklint
1992-07-07 Keith Sklowermulticast changes from lbl
1992-06-20 Keith Sklowerset ifa_flags in NEWADDR message
1992-06-08 Steven McCanneupdate from helios -- some minor bug fixes
1992-06-08 Steven McCanneupdate from helios -- don't break sunos compat
1992-06-08 Steven McCanneupdate from helios -- added BIOCVERSION
1992-06-08 Steven McCanneupdate from helios -- many changes and bug fixes
1992-06-03 Kirk McKusickinit if_next to NULL
1992-06-03 Keith Sklowerlatest types from mrose (need frame relay)
1992-05-28 Keith Sklowerdon't accept packets when not config'ed up
1992-05-22 Keith Sklowermake rn_refines into rn_strictly_refines, so that ifa_i...
1992-05-13 Keith Sklowerchanges suggested by jch to ifa_ifwithnet()
1992-03-27 Keith Sklowerif we are forwarding to a RTF_REJECTED route, we must...
1992-03-15 Chris Torekgcc lint
1992-03-15 Chris Torekset ip before we use it; gcc lint
1992-03-12 Chris Torekgcc lint
1992-03-08 Ralph Campbellmtpr.h is not used
1992-03-03 Ralph Campbellfix uninitialized variable (dst) if senderr called...
1992-02-26 Keith Sklowermake it possible to change routes with duped keys,...
1992-02-22 Keith Skloweryet another oversight (need to mask off af bits from op)
1992-02-20 Keith Sklowerstop stupid warningsL`struct mbuf' declared inside...
1992-02-19 Keith Skloweradd routine for common ethernet glue (mostly to put...
1992-02-19 Keith Sklowerdescribing routing message headers for add/delete/state...
1992-02-19 Keith Sklowerget rid for ifa->ifa_ft; new routing messages for addin...
1992-02-19 Keith Sklowernew kerninfo for surveying interface list; new conventi...
1992-02-19 Keith Sklowerrearrange routing message format so that common parts...
1992-02-19 Keith Sklowergenerate routing messages for interface state changes;
1992-02-16 Kirk McKusickuse selrecord and selwakeup to implement selecting
1992-02-16 Kirk McKusickmust include proc.h before socketvar.h
1992-02-08 Keith Sklowerin ISO specific code, call to ifp->if_output needs...
1992-02-04 Keith Sklowerapply fix from torek
1992-01-31 Keith Sklowerfurther ansi C crap necessary to relieve ordering const...
1992-01-31 Keith Sklowerheader include uniformity
1992-01-31 Chris Torekchecked in for torek by sklower; Mike agrees to all...
1992-01-31 Keith Sklowercheck in torek's changes for sparc and sklower's workar...
1992-01-30 Chris Toreklint and formatting changes, checked in by KLS
1992-01-30 Chris Toreklint and formatting changes, checked in by KLS.
1992-01-15 Mike Karelsremove compat crap, other cleanups; remove old port...
1992-01-15 Mike Karelscheck in temporary version with compatibility hacks
1991-12-20 Keith Sklowerdirs
1991-12-20 Keith Sklowerrefernce count ifaddrs
1991-10-30 Steven McCannerestore sccs keywords
1991-10-28 Steven McCannesilly C precedence bug fix
1991-10-28 Steven McCanneadd DLT_NULL; BIOCGFLEN no longer exists
1991-10-28 Steven McCanneadded bd_timedout
1991-10-28 Steven McCannenew SunOS/BSD unified source
1991-10-17 William Nesheimadded link level control bits so we can pass mode info...
1991-10-17 William Nesheimadded additional link level control bits, so slip among...
1991-09-27 Keith Sklowerif you are erroneously asked to add a route, remember...
1991-08-09 Keith Sklowermove logic about traversing dupkeyed entries from rtdum...
1991-08-09 Keith SklowerRTM_LOCK immediately clears any lock it sets (dumb...
1991-08-01 Keith Sklowersort duped key chains
1991-07-31 Keith Skloweruse vector on AF for routing tables rather than linked...
1991-07-31 Keith Skloweradd RTF_STATIC for gated; use vector for routing tables...
1991-07-31 Keith Skloweruse vector instead of linked list for tree heads; walk...
1991-07-31 Keith Sklowersome changes to make it possible to have different...
1991-07-16 Steven McCannefixed memory leak in bpf_setf()
1991-06-28 Keith Sklowerdst and gateway sockaddr's allocated separately from...
1991-06-28 Keith Skloweradd setable rmx_expire
1991-06-28 Keith Sklowermostly changes to merge arp and routing tables; save...
1991-06-28 Keith Sklowerfixes from following version for net2 release
1991-06-26 Keith Sklowerchanges to merge arp and routing table;\ some code...
1991-06-26 Keith Sklowerdst and gateway sockaddr's allocated separately from...
1991-06-26 Keith Sklowermostly changes to merge arp and routing tables; save...
1991-06-19 Keith Skloweradd NETISR define for ARP.
1991-06-19 Keith Sklowerchange to routing layer; reference to route of gateway...
1991-06-18 Steven McCannebug fix -- large snapshots with large packets previousl...
1991-05-15 Steven McCannebe paranoid and pass ifr arg to device driver SIOCSIFFL...
1991-05-15 Steven McCannereorganized loop for better performance
1991-05-15 Steven McCannefixed bpfselect() bugs -- had semantics wrong
1991-05-08 William NesheimGross, horrible, I really didn't do it, ... needed...
1991-05-08 Keith Bosticfrom Steve McCanne, delete dead code
1991-05-08 Keith Bosticnew copyright; att/bsd/shared
1991-05-08 Keith Bosticnew copyright; att/bsd/shared
1991-05-06 Steven McCannebpf interfaces now allocated dynamically; perhaps they...
1991-05-06 Steven McCannenuked bpf_devp struct; BIOCDEVP now BIOCGDLT
1991-05-06 Steven McCannefilter now works with mbufs (buflen = 0)
1991-05-06 Steven McCanneadded next field to bpf_if for dynamic allocation
1991-05-05 William Nesheimmissing ifdefs for NS protocol
1991-05-03 Steven McCannenew insn encodings
1991-05-03 Steven McCannemerged in new insn encodings
1991-05-03 Steven McCannenuked bpf_default_filter; no filter is now NULL
1991-05-03 Steven McCannecheckpoint before porting new insn format from horse
1991-04-27 Keith Skloweroff by one error in m_copyback (would exhaust all mbufs...
1991-04-27 Keith Sklowergive loopback iso routes default mtu in rtentry;
1991-04-26 Keith Sklowerreserve a couple of flags for protocol specific use...
1991-04-21 Mike Karelsansify
1991-04-21 Mike Karelsnew proc, user; rm user.h; remove TIOCGETD hack returni...
1991-04-21 Mike Karelsnew proc structure; rm user.h; pass proc to ifioctl...
1991-04-21 Mike Karelsrm user.h, reg.h; pass proc to rtioctl
1991-03-23 Steven McCannedate and time created 91/03/22 16:05:35 by mccanne
next