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:           Mon Aug 31 08:02:45 UTC 2015

Modified Files:
        src/sys/kern: init_main.c
        src/sys/net: files.net if.c if.h route.h
        src/sys/netinet: in.c in_selsrc.c in_selsrc.h in_var.h
        src/sys/rump/net/lib/libnet: Makefile net_component.c

Log Message:
Hook up lltable/llentry with the kernel (and rumpkernel)

It is built and initialized on bootup, but there is no user for now.

Most codes in in.c are imported from FreeBSD as well as lltable/llentry.


To generate a diff of this commit:
cvs rdiff -u -r1.467 -r1.468 src/sys/kern/init_main.c
cvs rdiff -u -r1.6 -r1.7 src/sys/net/files.net
cvs rdiff -u -r1.317 -r1.318 src/sys/net/if.c
cvs rdiff -u -r1.190 -r1.191 src/sys/net/if.h
cvs rdiff -u -r1.94 -r1.95 src/sys/net/route.h
cvs rdiff -u -r1.157 -r1.158 src/sys/netinet/in.c
cvs rdiff -u -r1.14 -r1.15 src/sys/netinet/in_selsrc.c
cvs rdiff -u -r1.1 -r1.2 src/sys/netinet/in_selsrc.h
cvs rdiff -u -r1.72 -r1.73 src/sys/netinet/in_var.h
cvs rdiff -u -r1.25 -r1.26 src/sys/rump/net/lib/libnet/Makefile
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/net/lib/libnet/net_component.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