ANSIfication; bug report 4.3BSD/bin/223
[unix-history] / usr / src / sys / net /
1988-12-22 Keith Sklowercheckpoint working version with variable size sockaddr...
1988-12-14 Mike Karelscheckpoint semi-working version with routing socket...
1988-12-14 Keith Sklowercheckpoint semi-working version with routing socket
1988-12-14 Keith Sklowerdate and time created 88/12/13 13:20:26 by sklower
1988-11-10 Keith Sklowerdate and time created 88/11/09 23:31:35 by sklower
1988-11-10 Keith Sklowerdate and time created 88/11/09 23:27:29 by sklower
1988-11-10 Mike Karelscheckpoint first working version with routing trees...
1988-10-19 Mike Karelscheckpoint working kernel before introducing radix...
1988-10-13 Mike Karelsmark state of working kernel before var. length sockaddrs
1988-08-20 Kevin Falluse ifp instead of unit#
1988-08-19 Kevin Falldate and time created 88/08/18 17:10:42 by kfall
1988-06-28 Keith Bosticinstall approved copyright notice
1988-05-31 Mike Karelslint
1988-05-21 Mike Karelsmake the code agree with the comment
1988-04-08 Mike Karelsadd if_qflush
1988-04-08 Mike KarelsCLBYTES => MCLBYTES
1988-03-16 Mike Karelsbranch for network release (dk.h for dkstat.h XXX)
1988-03-16 Mike Karelsfrom torek, don't let OACTIVE get out of sync with...
1988-03-16 Mike Karelsfrom torek
1987-12-31 Keith Bosticadd Berkeley header
1987-08-14 Keith Bosticinclude mtpr.h for tahoe too
1987-05-09 Sam Lefflerdk.h -> dkstat.h (from rusty@weyl.berkeley.edu)
1987-01-16 Mike Karelsmark routes modified by redirects
1986-10-29 Mike Karelsmerge in tahoe
1986-09-05 Mike KarelsMCLALLOC must be called at splimp
1986-07-18 Mike Karelsunneeded
1986-06-05 Kirk McKusick4.3BSD release version
1986-06-05 Mike Karelsuse the right include
1986-06-05 Kirk McKusick4.3BSD release version
1986-06-04 Mike Karelsuse the right include
1986-06-03 Mike Karelsrm unused (for lint)
1986-05-16 Mike KarelsI prefer this fix...
1986-05-15 Kirk McKusickserial line crashes on big packets or heavy traffic...
1986-05-15 Mike Karelsreserved values
1986-05-03 Kirk McKusickmake forward progress for large packets (from Keith...
1986-04-20 Mike Karelsadd ifa_ifwithdstaddr declaration
1986-04-13 Mike Karelsin rtrequest, use local addr to find I/F for host if...
1986-04-13 Mike Karelsin rtrequest, look up gw addr if no dstaddr on route...
1986-03-31 Mike Karelsexpunge PUP; fill in AFNULL entries up to AF_MAX again
1986-03-22 Mike Karelsoops, logic error that doesn't hit often
1986-03-18 Mike Karelsdrop and return error if no carrier
1986-03-13 Mike Karelsrm unused
1986-03-05 Mike Karelslint
1986-02-24 Mike Karelslint
1986-02-18 Mike Karelsredirect installing new route to host is dynamic, mark it
1986-02-17 Mike Karelsdon't install gatewayed routes to ourself as a result...
1986-02-10 Mike KarelsBerkelify
1986-02-10 Mike Karelsfrom Chris Torek, from Rick Adams
1986-02-07 Mike Karelsadd LOOPBACK flag, interface metric
1986-02-04 Mike Karelsconsolidate route caching, manipulation in IP
1986-02-03 Mike Karelsuse socket DONTROUTE flag instead of that in rcb_flags
1986-02-03 Mike Karelsadd per-protocol options in rawcb (freed at detach)
1986-01-25 Mike Karelsmove arp stuff to if_arp.h
1985-12-20 Mike Karelsrm bbnnet
1985-12-20 Mike Karelsrm bbnnet; rm PUP
1985-12-07 Jim Bloomcan't let users take interfaces up and down
1985-11-23 Keith Sklowerget the rest of the references to rtinit.
1985-11-20 Mike Karelsdon't free ioctl commands, they don't make good pointers
1985-11-10 Keith Sklowerin rtinit, allow for deleting pt to pt hosts, by requiring
1985-10-18 Mike Karelscan't listen on raw socket, but don't panic
1985-09-17 Mike Karelsmark dynamically created routes; keep incompatibility...
1985-09-17 Mike Karelsonly accept redirects from current gateway; mark dynami...
1985-09-17 Mike Karelsfree those routes; INET || BBNNET
1985-09-17 Mike Karelsctlinput takes a sockaddr; ifinit doesn't need to call...
1985-09-17 Mike Karelsprepend ifp to input packets, providing interface to...
1985-09-17 Mike Karelsmove to net directory; prepend ifp to packet for protocols;
1985-08-22 Dan Walshneed to remember gateway ping information.
1985-08-03 Mike Karelsadd IMP internal software interrupt, delete ND
1985-07-19 Keith SklowerChanges to allow multiple pt to pt links to have the...
1985-06-09 Kirk McKusickAdd copyright
1985-06-09 Kirk McKusickAdd copyright
1985-06-03 Mike Karelsallow raw socket of any protocol if family has wildcard...
1985-05-31 Mike Karelsdon't free header before finished looking at it; lose...
1985-05-31 Mike Karelsdelete extraneous definitions
1985-05-28 Mike Karelsdon't free header mbuf until finished with it; lose...
1985-05-28 Mike Karelsfree route after receiving redirect for route to interface
1985-05-05 Jim Bloomifdef PUP include files
1985-04-28 Keith Skloweradd NS protocol stuff
1985-04-02 Mike Karelsmove net addresses from interface layer into protocols;
1985-03-20 Mike Karelsmove net addresses from interface layer into protocols
1985-03-20 Mike Karelsmove net addresses from interface layer into protocols,
1985-03-20 Mike Karelsmove net addresses from interface layer into protocols;
1985-03-19 Mike Karelsmove protocol addresses and address initialization...
1984-09-06 Mike Karelsallow variable-size hash tables, with size in global;
1984-08-30 Mike Karelsbigger routing hash tables for gateways
1984-08-30 Jim BloomInclude file changes. No more ../h
1984-08-29 Jim Bloomfix header includes. no more ../h
1984-08-29 Jim BloomChange include paths. No more ../h.
1984-08-22 Mike Karelschange protocol family number in protosw to pointer...
1984-08-21 Mike Karelsadd sostat
1984-07-27 Jim BloomFix mbuf handling for unsupported operations
1984-07-09 Sam Lefflerchecked in for karels; make hash index a macro so it...
1984-05-31 Mike Karelsuse mask instead of urem for route hashing
1984-04-14 Mike Karelsadd ioctl to determine if broadcast address (for subnets)
1984-04-13 Mike Karelsrtredirect must distinguish routes to hosts
1984-04-07 Mike Karelsadd IFF_LOCAL
1984-03-23 Mike Karelsnew ioctls for ARP
1984-03-21 Mike Karelsnew ARP
1984-03-10 Mike Karelsdon't clobber unit number in ifreq on SIOCGIFxxx.
1983-12-16 Mike Karelsrtalloc reallocates route if old one is not marked...
next