Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/rump/librump
Module Name: src
Committed By: pooka
Date: Wed Oct 15 13:00:40 UTC 2008
Modified Files:
src/sys/rump/librump: Makefile
Added Files:
src/sys/rump/librump/rumpnet: Makefile Makefile.rumpnet net_stub.c
netisr.c rump_net.c rump_net_private.h
src/sys/rump/librump/rumpnet/opt: arp.h opt_atalk.h opt_ddb.h
opt_inet.h opt_iso.h opt_mbuftrace.h opt_multiprocessor.h
opt_natm.h opt_pipe.h opt_sb_max.h opt_sock_counters.h
opt_somaxkva.h opt_sosend_loan.h
Log Message:
Add the basic rump networking library, which provides e.g. sockets
and mbufs. This is required by all network-using rump applications.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/rump/librump/Makefile
cvs rdiff -r0 -r1.1 src/sys/rump/librump/rumpnet/Makefile \
src/sys/rump/librump/rumpnet/Makefile.rumpnet \
src/sys/rump/librump/rumpnet/net_stub.c \
src/sys/rump/librump/rumpnet/netisr.c \
src/sys/rump/librump/rumpnet/rump_net.c \
src/sys/rump/librump/rumpnet/rump_net_private.h
cvs rdiff -r0 -r1.1 src/sys/rump/librump/rumpnet/opt/arp.h \
src/sys/rump/librump/rumpnet/opt/opt_atalk.h \
src/sys/rump/librump/rumpnet/opt/opt_ddb.h \
src/sys/rump/librump/rumpnet/opt/opt_inet.h \
src/sys/rump/librump/rumpnet/opt/opt_iso.h \
src/sys/rump/librump/rumpnet/opt/opt_mbuftrace.h \
src/sys/rump/librump/rumpnet/opt/opt_multiprocessor.h \
src/sys/rump/librump/rumpnet/opt/opt_natm.h \
src/sys/rump/librump/rumpnet/opt/opt_pipe.h \
src/sys/rump/librump/rumpnet/opt/opt_sb_max.h \
src/sys/rump/librump/rumpnet/opt/opt_sock_counters.h \
src/sys/rump/librump/rumpnet/opt/opt_somaxkva.h \
src/sys/rump/librump/rumpnet/opt/opt_sosend_loan.h
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