NetBSD/sys/dev
thorpej 473e69750b This is the "kttcp" network throughput testing pseudo-device. From
the block comment at the top of the file:

      This module provides kernel support for testing network
      throughput from the perspective of the kernel.  It is
      similar in spirit to the classic ttcp network benchmark
      program, the main difference being that with kttcp, the
      kernel is the source and sink of the data.

      Testing like this is useful for a few reasons:

      1. This allows us to know what kind of performance we can
         expect from network applications that run in the kernel
         space, such as the NFS server or the NFS client.  These
         applications don't have to move the data to/from userspace,
         and so benchmark programs which run in userspace don't
         give us an accurate model.

      2. Since data received is just thrown away, the receiver
         is very fast.  This can provide better exercise for the
         sender at the other end.

      3. Since the NetBSD kernel currently uses a run-to-completion
         scheduling model, kttcp provides a benchmark model where
         preemption of the benchmark program is not an issue.

There is a companion "kttcp" user program which uses the kttcp
pseudo-device.

Largely written by Frank van der Linden, with some modifications
from me.
2002-06-28 23:27:13 +00:00
..
acpi make it compile with ACPI_DEBUG 2002-06-18 10:26:15 +00:00
arcbios
ata do previous differently for wddump case. 2002-06-28 16:50:30 +00:00
bi
cardbus make this compile again 2002-06-02 23:24:40 +00:00
dec
ebus
eisa
hpc
i2c
i2o Use __mips__ instead of mips. 2002-05-31 21:43:49 +00:00
ic clean up font handling: 2002-06-28 22:24:11 +00:00
ieee1394 remove obsolete use of M_LINK0. it was planned to be used to identify 2002-06-24 00:42:27 +00:00
ir
isa clean up font handling: 2002-06-28 22:24:11 +00:00
isapnp put back RCS Id 2002-06-22 22:14:09 +00:00
mca
microcode Use SLIST_*() instead of accessing slh_first,sle_next directly. 2002-06-02 01:20:36 +00:00
mii regen 2002-06-25 12:26:28 +00:00
mscp
mvme
news
ofisa constify and make auto const variables static. 2002-06-08 17:07:53 +00:00
ofw
pci clean up font handling: 2002-06-28 22:24:11 +00:00
pckbc Correct spannish mapping. Fix kern/15509 by Julio Merino <juli@merino.net>. 2002-06-20 21:03:19 +00:00
pcmcia Add support for Zcomax/ELSA XI325. From Jasper Wallace in PR 17252. 2002-06-17 07:47:33 +00:00
podulebus
qbus Must check B_PHYS, not b_proc, if it is DMA to userspace, otherwise the 2002-06-14 11:57:21 +00:00
raidframe Exclude the Atari/Milan floppy driver from being a RAID capable device. 2002-06-27 05:13:33 +00:00
rasops Avoid sequence point error. 2002-05-31 19:42:12 +00:00
rcons
sbus SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
scsipi As per a discussion on tech-kern a while back- honor retries for 2002-06-05 00:15:33 +00:00
std tabify 2002-06-25 16:31:43 +00:00
sun
sysmon
tc move initialization of the "struct pglist" returned by uvm_pglistalloc() 2002-06-02 14:44:35 +00:00
usb Add the now-tested 3Com 3C460B Pegasus-II adapter (Currently US$5 from 2002-06-25 01:07:38 +00:00
vme
wscons PR/17402: Add wsmoused support by providing get/set char and events. 2002-06-26 23:05:33 +00:00
wsfont
xmi
auconv.c
auconv.h
audio_if.h Correct indent... 2002-06-04 14:02:32 +00:00
audio.c Back out revision 1.132. This revision broke binary compatibility with 2002-06-23 01:36:07 +00:00
audiovar.h
aurateconv.c
ccd.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
ccdvar.h
clock_subr.c
clock_subr.h
clockctl.c
cninit.c
cons.c
cons.h
DEVNAMES Make tabbing consistent. From Julio Merino in misc/17256. 2002-06-14 10:01:27 +00:00
kttcp.c This is the "kttcp" network throughput testing pseudo-device. From 2002-06-28 23:27:13 +00:00
kttcpio.h This is the "kttcp" network throughput testing pseudo-device. From 2002-06-28 23:27:13 +00:00
ld.c
ldvar.h
Makefile This is the "kttcp" network throughput testing pseudo-device. From 2002-06-28 23:27:13 +00:00
md_root.c
md.c
md.h
midi_if.h
midi.c spl botch in midipoll() when sc->dying 2002-06-01 17:54:21 +00:00
midisyn.c
midisynvar.h
midivar.h
mm.c
mulaw.c
mulaw.h
radio_if.h
radio.c
radiovar.h
rnd.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
rndpool.c
sequencer.c
sequencervar.h
vnd.c Provide a means for vnconfig to indicate which devices are in use, and 2002-06-21 19:09:29 +00:00
vndvar.h Provide a means for vnconfig to indicate which devices are in use, and 2002-06-21 19:09:29 +00:00