index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
rump
/
net
Age
Commit message (
Expand
)
Author
2010-03-01
Introduce RUMP_COMPONENT. It behaves mostly like a simplified
pooka
2010-02-16
Globally define -Wno-pointer-sign, as it has become a pointless
pooka
2010-02-05
Move the net80211 support component into the proper place in "net"
pooka
2010-01-29
* add comment explaining why we randomize the last source ip octet
pooka
2010-01-27
Use tabs instead of 8 spaces.
martti
2010-01-26
support bpf from sockin too (i.e. DLT_NULL/AF_UNSPEC)
pooka
2010-01-26
support bpf
pooka
2010-01-25
need rumpvfs for etfs_register() and sys_mknod()
pooka
2010-01-25
In case opening /dev/bpf fails, try to load bpf kmod and try again.
pooka
2010-01-19
Add components necessary for bpf support (commented out just for
pooka
2010-01-19
Redefine bpf linkage through an always present op vector, i.e.
pooka
2010-01-19
Make build with PF_INET-is-the-"NIC" support again.
pooka
2010-01-16
* add option to use bpf to dump response
pooka
2010-01-16
move bpfilter.h to a more central location
pooka
2010-01-16
support bpf
pooka
2010-01-15
print mbuf statistics a few times. incidentally, can be used to
pooka
2009-12-12
Use linker script to make __start/stop_link_set_modules be present
pooka
2009-12-11
Include component.c instead of dummy.c so that domain constructors
pooka
2009-11-30
fix comment
pooka
2009-10-20
use autogenerated prototype
pooka
2009-10-20
printf -> rumpuser_dprintf
pooka
2009-10-20
Only allocate a "struct iovec" array from the healp if a reasonably sized
tron
2009-10-20
fix sign-compare warnings
pooka
2009-10-18
Avoid panic if a file system tries to write a chain of more than 32 mbuf-s
tron
2009-10-17
fix off-by-one in sanity check and bump lazy bum magic value
pooka
2009-10-16
for udp sockets crank snd/rcvbufsize to 64k
pooka
2009-10-14
use rump_pub
pooka
2009-10-14
"rumppriv" goes back to "rump" per internal interface naming change.
pooka
2009-10-14
This wasn't supposed to go in -- the tree is under temporary
pooka
2009-10-14
Adjust rump sources for external/internal interfaces.
pooka
2009-10-12
Bump iovec lazy bum magic value to 32: nfsd likes to write mbufs
pooka
2009-09-16
call ifinit{,1}()
pooka
2009-09-16
work around tap bug: if /dev/tap<n> was previously non-blocking, newly
pooka
2009-09-13
binutils 2.19 has changed the old behaviour of defining __start_SECTNAME
pooka
2009-09-02
* implement pr_ctloutput
pooka
2009-05-28
Use a bunch of weak symbols to determine which network components
pooka
2009-05-27
Add a dummyif, which doesn't actually traffic any cargo, but since
pooka
2009-05-26
Support IPv6 in rump. I'd have liked to introduce a netinet6
pooka
2009-05-26
Filter out ENETRESET from ether_ioctl() since we aren't interested
pooka
2009-04-06
let drivers define DPRINTF
pooka
2009-03-27
* make interface creation open /dev/tapn for interface n
pooka
2009-03-18
* allow to specify PROT_READ/PROT_WRITE when mmapping a file
pooka
2009-03-18
Ansify function definitions w/o arguments. Generated with sed.
cegger
2009-03-01
Create receive thread only in if_start() to make sure it happens
pooka
2009-03-01
add missing atomic.h include
martin
2009-02-28
don't require the ifnum return pointer.
pooka
2009-02-28
Add a virtual ethernet interface which uses shared memory as the
pooka
2009-02-28
Fix a silly mistake: indubitably the struct ifnet pointer given to
pooka
2009-02-26
decouple from host struct iovec
pooka
2009-02-08
Add a PF_LOCAL rump kernel component.
pooka
[next]