Module Name: othersrc Committed By: dyoung Date: Wed Sep 2 22:43:17 UTC 2015
Modified Files: othersrc/external/bsd/arfe/dt: Makefile README dt.c othersrc/external/bsd/arfe/dt/rr: if-re0-if-wm0 if-wm0-if-re0 ifconfig.0-ifconfig.1 ifconfig.0-logger-ifconfig.0 ifconfig.1-ifconfig.0 logger-ifconfig.0-ifconfig.0 wm0-a-wm0-b wm0-b-wm0-a othersrc/external/bsd/arfe/it: Makefile README Added Files: othersrc/external/bsd/arfe/dt: dt.h hex.c hex.h ipv4.c ipv4.h Log Message: Add $ARFE$, $NetBSD$, and licenses at the top of various files. Factor the hexadecimal parser out of dt.c. Put it in hex.[ch]. Start an IPv4 parser. Write an IPv4 parser in dt/ipv4.[ch] and start using it. Reorganize #includes in dt.c and free the hex parser after it's used. Update the expected test results for the IPv4 parser. In the READMEs, describe the hexadecimal data detection and functions. Describe how IPv4 addresses are treated. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/arfe/dt/Makefile cvs rdiff -u -r1.3 -r1.4 othersrc/external/bsd/arfe/dt/README cvs rdiff -u -r1.7 -r1.8 othersrc/external/bsd/arfe/dt/dt.c cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/arfe/dt/dt.h \ othersrc/external/bsd/arfe/dt/hex.c othersrc/external/bsd/arfe/dt/hex.h \ othersrc/external/bsd/arfe/dt/ipv4.c othersrc/external/bsd/arfe/dt/ipv4.h cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/arfe/dt/rr/if-re0-if-wm0 \ othersrc/external/bsd/arfe/dt/rr/if-wm0-if-re0 cvs rdiff -u -r1.3 -r1.4 \ othersrc/external/bsd/arfe/dt/rr/ifconfig.0-ifconfig.1 \ othersrc/external/bsd/arfe/dt/rr/ifconfig.0-logger-ifconfig.0 \ othersrc/external/bsd/arfe/dt/rr/ifconfig.1-ifconfig.0 \ othersrc/external/bsd/arfe/dt/rr/logger-ifconfig.0-ifconfig.0 \ othersrc/external/bsd/arfe/dt/rr/wm0-a-wm0-b \ othersrc/external/bsd/arfe/dt/rr/wm0-b-wm0-a cvs rdiff -u -r1.1 -r1.2 othersrc/external/bsd/arfe/it/Makefile cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/arfe/it/README Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.