#
68437 |
| 23-Feb-1995 |
sklower |
document slightly closer to working code to send to mitre |
#
68168 |
| 09-Jan-1995 |
cgd |
64-bit changes: casts, and ioctl cmds are u_longs |
#
68025 |
| 02-Dec-1994 |
sklower |
document state of non-working code for tunnel driver as sent to mitre |
#
64872 |
| 15-Nov-1993 |
sklower |
af.h has been retired |
#
63268 |
| 11-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
63267 |
| 11-Jun-1993 |
sklower |
this works, change to actually free the storage |
#
61351 |
| 04-Jun-1993 |
bostic |
prototype everything |
#
59007 |
| 08-Apr-1993 |
sklower |
new conventions for using routing tree |
#
56529 |
| 11-Oct-1992 |
bostic |
make kernel includes standard |
#
55901 |
| 14-Aug-1992 |
sklower |
fix an outright bug in the cloning code (if a cloned route could not be added to the tree, the parent node was returned, but the reference count was not incremented.) Be more vigilant about neg. r
fix an outright bug in the cloning code (if a cloned route could not be added to the tree, the parent node was returned, but the reference count was not incremented.) Be more vigilant about neg. ref cnts in rtfree in general.
show more ...
|
#
54824 |
| 09-Jul-1992 |
sklower |
changes to add routing tables via the domain switch |
#
52565 |
| 18-Feb-1992 |
sklower |
get rid for ifa->ifa_ft; new routing messages for adding/deleting /state change on interfaces', new convention for rt_missmsg |
#
52282 |
| 03-Feb-1992 |
sklower |
apply fix from torek |
#
52269 |
| 30-Jan-1992 |
sklower |
check in torek's changes for sparc and sklower's workarounds on ifa problems |
#
52027 |
| 19-Dec-1991 |
sklower |
dirs |
#
51205 |
| 26-Sep-1991 |
sklower |
if you are erroneously asked to add a route, remember to free the dst addr |
#
50691 |
| 30-Jul-1991 |
sklower |
use vector on AF for routing tables rather than linked list; allow for methods on an AF-by-AF basis for add, insert, delete, kinfo-walk |
#
50227 |
| 27-Jun-1991 |
sklower |
mostly changes to merge arp and routing tables; save space by separately allocated dst and gateway sockaddrs from rest of rtentry; also have routing layer look up route to gateway and cache it when i
mostly changes to merge arp and routing tables; save space by separately allocated dst and gateway sockaddrs from rest of rtentry; also have routing layer look up route to gateway and cache it when installing RTF_GATEWAY type routes.
show more ...
|
#
50226 |
| 27-Jun-1991 |
sklower |
fixes from following version for net2 release |
#
49139 |
| 04-May-1991 |
william |
missing ifdefs for NS protocol |
#
48452 |
| 20-Apr-1991 |
karels |
rm user.h, reg.h; pass proc to rtioctl |
#
46461 |
| 19-Feb-1991 |
sklower |
having cloning messages generated rtalloc; make sure when doing rtinit that you install a route to the correct ifaddr. Old slip lines caused problems. |
#
45654 |
| 29-Nov-1990 |
sklower |
1.) not all interfaces set ifa_dstaddr; 2.) rn->rn_key set by addroute 3.) ROUNDUP should be changed to save space for default routes (otherwise 0 len) check in before machine directory re-org. |
#
44465 |
| 28-Jun-1990 |
bostic |
new copyright notice |
#
43335 |
| 20-Jun-1990 |
sklower |
changes designed so that ESIS and ARP may use routing table instead of private cache; allow RTM_CHANGE to specify new ifp. |