Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   ozaki-r
Date:           Wed Jul  6 05:27:52 UTC 2016

Modified Files:
        src/sys/net: if_spppsubr.c
        src/sys/netinet: in.c in_var.h ip_input.c

Log Message:
Add and use pslist(9)-based hashtable for IPv4 addresses

Note that we leave the old hashtable to keep vmstat -H working.


To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 src/sys/net/if_spppsubr.c
cvs rdiff -u -r1.169 -r1.170 src/sys/netinet/in.c
cvs rdiff -u -r1.74 -r1.75 src/sys/netinet/in_var.h
cvs rdiff -u -r1.333 -r1.334 src/sys/netinet/ip_input.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index