summaryrefslogtreecommitdiff
path: root/sys/dev/kttcp.c
AgeCommit message (Expand)Author
2003-07-14add missing __KERNEL_RCSID()lukem
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Use "NULL" instead of "(struct foo *)0".simonb
2003-06-29Fix 'struct lwp *' lossage.simonb
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-02-26Add MBUFTRACE kernel option.matt
2003-02-25Play nice with files. Since we are doing an fd_getfile(), make appropriatebriggs
2003-01-18Merge the nathanw_sa branch.thorpej
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-07-03Rename SB_UPDATE_TAIL() to SB_EMPTY_FIXUP(), per suggestion fromthorpej
2002-07-03Apply rev. 1.68 of uipc_socket.c to kttcp_soreceive():thorpej
2002-07-03Make insertion of data into socket buffers O(C):thorpej
2002-06-28This is the "kttcp" network throughput testing pseudo-device. Fromthorpej