aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/protosw.h
Commit message (Expand)AuthorAgeFilesLines
* The pr_destroy field does not allow us to run the teardown code in aBjoern A. Zeeb2016-06-011-2/+0
* Introduce a new protocol hook pru_aio_queue.John Baldwin2016-04-291-0/+3
* Merge from projects/sendfile: extend protocols API to supportGleb Smirnoff2014-11-301-0/+3
* Remove kernel handling of ICMP_SOURCEQUENCH.Alexander V. Chernikov2014-11-101-2/+2
* Change pr_output's prototype to avoid the need for explicit casts.Kevin Lo2014-08-151-1/+1
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we haveKevin Lo2014-08-081-2/+1
* - Implement two new system calls:Pawel Jakub Dawidek2013-03-021-0/+8
* More white-space cleanups.Pawel Jakub Dawidek2013-02-181-2/+2
* Remove trailing spaces.Pawel Jakub Dawidek2013-02-171-2/+2
* - according to POSIX, make socket(2) return EAFNOSUPPORT rather thanKevin Lo2012-12-071-0/+1
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-081-0/+2
* Further cleanup protosw.h:Bjoern A. Zeeb2009-01-061-21/+5
* Add the missing PRU_FLUSH and 'FLUSH' defines noticedRandall Stewart2009-01-051-2/+3
* Remove now-unused pr_ousrreq from struct protosw. It may not have beenRobert Watson2009-01-041-2/+0
* Remove __Break_the_struct_layout_for_now field from struct pr_usrreqs,Robert Watson2008-10-021-1/+0
* Add pru_flush routine so a transport canRandall Stewart2008-04-141-1/+2
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),Robert Watson2006-07-241-9/+0
* Define prototype for pru_close, which in the future will notify theRobert Watson2006-07-141-3/+6
* Several protocol switch functions (pru_abort, pru_detach, pru_sosetlabel)Robert Watson2006-07-111-3/+0
* Remove extra blank line below comment.Robert Watson2006-06-161-1/+0
* Update comments in struct protosw to reflect changing times:Robert Watson2006-06-071-6/+10
* Chance protocol switch method pru_detach() so that it returns voidRobert Watson2006-04-011-2/+2
* Change protocol switch pru_abort() API so that it returns void ratherRobert Watson2006-04-011-2/+2
* Back out accidentally committed protosw.h:1.49. One of those days. ItRobert Watson2006-03-151-2/+2
* Correct spelling of 0x4000 in previous commit. This one line change fromRobert Watson2006-03-151-2/+2
* Push the assignment of a new or updated so_qlimit from solisten()Robert Watson2005-10-301-2/+3
* Embellish comment.David E. O'Brien2005-08-111-1/+1
* Match IPv6 and use a static struct pr_usrreqs nousrreqs.David E. O'Brien2005-08-101-3/+1
* Initialize struct pr_userreqs in new/sparse style and fill in commonPoul-Henning Kamp2004-11-081-0/+4
* Support for dynamically loadable and unloadable protocols within existing pro...Andre Oppermann2004-10-191-0/+33
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Introduce a MAC label reference in 'struct inpcb', which cachesRobert Watson2003-11-181-0/+2
* o update PFIL_HOOKS support to current API used by netbsdSam Leffler2003-09-231-6/+0
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* make the strings for tcptimers, tanames and prurequests const to silenceAlfred Perlstein2002-08-161-1/+1
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-231-15/+13
* Remove __PAlfred Perlstein2002-03-191-45/+41
* KSE Milestone 2Julian Elischer2001-09-121-13/+13
* add another prototype and a couple of stopgaps for the in_protosw variant.Julian Elischer2001-09-021-1/+5
* Make the protoswitch definitiosn checkable in the same way thatJulian Elischer2001-08-101-15/+21
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-0/+2
* Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotifyPoul-Henning Kamp2001-02-181-2/+3
* backout previous change for nowDarren Reed2000-08-161-1/+0
* add extern for inetswDarren Reed2000-08-161-0/+1
* activate pfil_hooks and covert ipfilter to use itDarren Reed2000-07-311-0/+6
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-4/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add a flag, passed to pru_send routines, PRUS_MORETOCOME. ThisBill Fenner1999-01-201-1/+2
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-6/+6
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3