summaryrefslogtreecommitdiff
path: root/sys/dev/kttcp.c
AgeCommit message (Expand)Author
2018-12-22Replace M_ALIGN and MH_ALIGN by m_align.maxv
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2016-10-02MFREE -> m_freechristos
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2014-08-08split PRU_RCVD function out of pr_generic() usrreq switches and put intortr
2014-08-05split PRU_SEND function out of pr_generic() usrreq switches and put intortr
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-23split PRU_SENDOOB and PRU_RCVOOB function out of pr_generic() usrreqrtr
2014-05-18Add struct pr_usrreqs with a pr_generic function and prepare for thermind
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-08-29Remove SS_ISCONFIRMING, it is unused and TP4 will not come back.rmind
2011-12-22Fix up changes commited in kttcp.c 1.29.jakllsch
2011-12-20- Eliminate so_nbio and turn it into a bit SS_NBIO in so_state.christos
2008-04-24Merge the socket locking patch:ad
2008-03-27Make rusage collection per-LWP and collate in the appropriate places.ad
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2008-02-06Don't lock the socket to set/clear FNONBLOCK. Just set it atomically.ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-12-28Fill manpage with some data, taken from comments in the kernel sourcehubertf
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-10-08Add missing initializer.rpaulo
2006-05-18quieten GCC uninitialise variable warnings.mrg
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2004-04-22Constify protosw arrays. This can reduce the kernel .data section bymatt
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