Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/usermode
Module Name: src
Committed By: jmcneill
Date: Mon Dec 26 12:39:20 UTC 2011
Modified Files:
src/sys/arch/usermode/conf: GENERIC.common files.usermode
src/sys/arch/usermode/dev: mainbus.c
src/sys/arch/usermode/include: mainbus.h thunk.h
src/sys/arch/usermode/usermode: machdep.c thunk.c
Added Files:
src/sys/arch/usermode/dev: if_veth.c
Log Message:
first cut at networking support for usermode, doesn't fully work yet but
enough to get an address with dhcp and answer arps
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/usermode/conf/GENERIC.common
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/usermode/conf/files.usermode
cvs rdiff -u -r0 -r1.1 src/sys/arch/usermode/dev/if_veth.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/usermode/dev/mainbus.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/usermode/include/mainbus.h
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/usermode/include/thunk.h
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/usermode/usermode/machdep.c
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/usermode/usermode/thunk.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