Module Name: src Committed By: zoltan Date: Wed May 11 16:23:40 UTC 2011
Modified Files: src/sys/lib/libsa: Makefile bootp.c net.h rarp.c tftp.c udp.c Added Files: src/sys/lib/libsa: ip.c Log Message: Separate the IP and UDP code paths inside libsa, so I can add HTTP booting later. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/lib/libsa/Makefile cvs rdiff -u -r1.37 -r1.38 src/sys/lib/libsa/bootp.c cvs rdiff -u -r0 -r1.1 src/sys/lib/libsa/ip.c cvs rdiff -u -r1.25 -r1.26 src/sys/lib/libsa/net.h cvs rdiff -u -r1.30 -r1.31 src/sys/lib/libsa/rarp.c src/sys/lib/libsa/tftp.c cvs rdiff -u -r1.10 -r1.11 src/sys/lib/libsa/udp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.