Module Name: src Committed By: pooka Date: Tue Aug 17 12:59:53 UTC 2010
Modified Files: src/sys/rump/net/lib/libshmif: shmif_busops.c Log Message: Fix hopefully last off-by-one: if we fill the bus, we must also advance the "first" pointer. This problem triggered only if the bus was filled in the first round, since the first pointer is at the end-of-bus only for the bootstrap round. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/rump/net/lib/libshmif/shmif_busops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.