History log of /csrg-svn/sys/net/route.c (Results 51 – 75 of 81)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 21111 27-May-1985 karels

free route after receiving redirect for route to interface
(thanks, Symbolics, for making it possible to find this one!)

# 18410 19-Mar-1985 karels

move net addresses from interface layer into protocols

# 17167 05-Sep-1984 karels

allow variable-size hash tables, with size in global;
spl while searching hash list (if we want it be still be there when we use it);)
take the first route found for now

# 17037 28-Aug-1984 bloom

fix header includes. no more ../h

# 16684 08-Jul-1984 sam

checked in for karels; make hash index a macro so it can be turned into a mask operation

# 16379 12-Apr-1984 karels

rtredirect must distinguish routes to hosts

# 15717 15-Dec-1983 karels

rtalloc reallocates route if old one is not marked RTF_UP;
rtredirect has additional argument to distinguish between host and network
redirects

# 15273 20-Oct-1983 karels

route hash values are unsigned, else hash function gives negative index

# 14238 29-Jul-1983 sam

4.2 distribution

# 13452 30-Jun-1983 sam

create dynamic routes on wildcard match
*** CHANGED *** 83/06/30 01:16:31 sam
don't create dynamic routes on wildcard match

# 13049 12-Jun-1983 sam

revamp network ioctls; add IFF_NOTRAILERS

# 12832 30-May-1983 sam

add wildcard routing and routing statistics; also routing redirects
can generate new routing table entries

# 11842 05-Apr-1983 sam

families are really unsigned, avoid sign extension pitfalls

# 11576 15-Mar-1983 sam

socket ioctls

# 11551 12-Mar-1983 sam

handle routing redirects, albeit simplisticly

# 10890 10-Feb-1983 sam

remove /usr/include dependencies

# 10696 02-Feb-1983 sam

fix unsigned problem in hash values

# 9638 14-Dec-1982 sam

typed mbufs

# 8636 17-Oct-1982 root

lint

# 8396 09-Oct-1982 wnj

header file dependencies fixed up and untested changes to raw interface

# 7243 20-Jun-1982 sam

purge COUNT stuff now that we can use gprof

# 7156 12-Jun-1982 wnj

now the routing code might wokr

# 7042 06-Jun-1982 wnj

fix search loop

# 6782 11-May-1982 sam

don't look at routes (or routes with interfaces) marked down

# 6619 04-May-1982 sam

bounds check on afswitch array

1234