Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   ozaki-r
Date:           Wed Apr 13 00:47:02 UTC 2016

Modified Files:
        src/doc: CHANGES
        src/share/man/man4: ddb.4
        src/sys/ddb: db_command.c db_interface.h
        src/sys/net: route.c
        src/sys/netinet: if_arp.c

Log Message:
ddb: rename show arptab to show routes

show arptab command of ddb is now inappropriate because it actually dumps
routes but arp entries aren't routes anymore. So rename it to show routes
and move the code from if_arp.c to route.c.

ok christos@


To generate a diff of this commit:
cvs rdiff -u -r1.2151 -r1.2152 src/doc/CHANGES
cvs rdiff -u -r1.160 -r1.161 src/share/man/man4/ddb.4
cvs rdiff -u -r1.146 -r1.147 src/sys/ddb/db_command.c
cvs rdiff -u -r1.31 -r1.32 src/sys/ddb/db_interface.h
cvs rdiff -u -r1.161 -r1.162 src/sys/net/route.c
cvs rdiff -u -r1.205 -r1.206 src/sys/netinet/if_arp.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