/tools/veriexecgen/

f='/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/sys/rump/net/lib/libshmif
AgeCommit message (Collapse)Author
2010-08-11* remove some magic numbers from the codepooka
* include bus version number in header just in case we want to examine bus traffic at some point in the future
2010-08-11Change bus header a little: reserve only 32bits for the lock andpooka
use 32bit atomic ops to handle it. Begin data from 0x10 instead of 0x14.
2010-08-10* use atomic ops instead of __cpu_simple_luckpooka
* this interface is un-IFF_SIMPLEX
2010-07-29* print interface number, backend path and ethernet address for dmesgpooka
* make kassert more demanding
2010-07-29* increase bus size so that we don't wrap so quickly when NFSpooka
flushes writes * verbosize debug print a bit
2009-11-30fix commentpooka
2009-10-20use autogenerated prototypepooka
2009-10-20printf -> rumpuser_dprintfpooka
(can't use printf while holding spinlock)
2009-05-26Filter out ENETRESET from ether_ioctl() since we aren't interestedpooka
in multicast hugging.
2009-04-06let drivers define DPRINTFpooka
2009-03-18* allow to specify PROT_READ/PROT_WRITE when mmapping a filepooka
* add msync
2009-03-01Create receive thread only in if_start() to make sure it happenspooka
after the we have been attached to the ethernet framework. XXX: if_stop is still unimplemented
2009-03-01add missing atomic.h includemartin
2009-02-28don't require the ifnum return pointer.pooka
2009-02-28Add a virtual ethernet interface which uses shared memory as thepooka
bus instead of relying on the host kernel's tap and bridge. This is much lighterweight approach which does not consume non-pageable kernel resources.