#
58dd466b |
| 17-Sep-2014 |
ozaki-r <ozaki-r@NetBSD.org> |
Make shmif buildable when DRPINTF enabled
|
#
1150b99e |
| 20-Dec-2013 |
pooka <pooka@NetBSD.org> |
use _KERNEL_RCSID only in _KERNEL, _RCSID elsewhere
|
#
1a7f9ac6 |
| 20-Dec-2013 |
pooka <pooka@NetBSD.org> |
header massage, mostly improves portability
|
#
23bbd0e0 |
| 21-Mar-2011 |
pooka <pooka@NetBSD.org> |
Update copyright statements.
no functional change.
|
#
6f53b4a3 |
| 12-Jan-2011 |
pooka <pooka@NetBSD.org> |
make this happy to compile standalone
|
#
c2fbfedc |
| 17-Aug-2010 |
pooka <pooka@NetBSD.org> |
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 e
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.
show more ...
|
#
86ea9bb1 |
| 17-Aug-2010 |
pooka <pooka@NetBSD.org> |
* fix off-by-wrap case where current datagram aligns exactly with the end of the bus * clarify the "can we still use the device's next pointer" calculation and move it to its own routine * sprink
* fix off-by-wrap case where current datagram aligns exactly with the end of the bus * clarify the "can we still use the device's next pointer" calculation and move it to its own routine * sprinkle dprintf
show more ...
|
#
11082373 |
| 16-Aug-2010 |
pooka <pooka@NetBSD.org> |
simplify, improve, etc.
|
#
50fa67ff |
| 15-Aug-2010 |
pooka <pooka@NetBSD.org> |
Move the lockops together with the interface -- they are needed only at runtime.
|
#
dc24e616 |
| 15-Aug-2010 |
pooka <pooka@NetBSD.org> |
introduce a sleep to trying to grab the bus
|
#
b97bdf94 |
| 13-Aug-2010 |
pooka <pooka@NetBSD.org> |
Include a timestamp in the frame header. When converting to pcap, it can give some idea of when packets were sent.
nb. it's the sending host's timestamp, not an observer timestamp like in the typic
Include a timestamp in the frame header. When converting to pcap, it can give some idea of when packets were sent.
nb. it's the sending host's timestamp, not an observer timestamp like in the typical pcap case.
show more ...
|
#
ce68b7ae |
| 12-Aug-2010 |
pooka <pooka@NetBSD.org> |
Include a pointer to the beginning of the buffer and add support to the packet dumper. This helps in situations where the juicy details are in a bus multiple generations old.
|