summaryrefslogtreecommitdiffstats
path: root/sys/sys/protosw.h
Commit message (Expand)AuthorAgeFilesLines
* - Implement two new system calls:pjd2013-03-021-0/+8
* More white-space cleanups.pjd2013-02-181-2/+2
* Remove trailing spaces.pjd2013-02-171-2/+2
* - according to POSIX, make socket(2) return EAFNOSUPPORT rather thankevlo2012-12-071-0/+1
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-0/+2
* Further cleanup protosw.h:bz2009-01-061-21/+5
* Add the missing PRU_FLUSH and 'FLUSH' defines noticedrrs2009-01-051-2/+3
* Remove now-unused pr_ousrreq from struct protosw. It may not have beenrwatson2009-01-041-2/+0
* Remove __Break_the_struct_layout_for_now field from struct pr_usrreqs,rwatson2008-10-021-1/+0
* Add pru_flush routine so a transport canrrs2008-04-141-1/+2
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),rwatson2006-07-241-9/+0
* Define prototype for pru_close, which in the future will notify therwatson2006-07-141-3/+6
* Several protocol switch functions (pru_abort, pru_detach, pru_sosetlabel)rwatson2006-07-111-3/+0
* Remove extra blank line below comment.rwatson2006-06-161-1/+0
* Update comments in struct protosw to reflect changing times:rwatson2006-06-071-6/+10
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-011-2/+2
* Change protocol switch pru_abort() API so that it returns void ratherrwatson2006-04-011-2/+2
* Back out accidentally committed protosw.h:1.49. One of those days. Itrwatson2006-03-151-2/+2
* Correct spelling of 0x4000 in previous commit. This one line change fromrwatson2006-03-151-2/+2
* Push the assignment of a new or updated so_qlimit from solisten()rwatson2005-10-301-2/+3
* Embellish comment.obrien2005-08-111-1/+1
* Match IPv6 and use a static struct pr_usrreqs nousrreqs.obrien2005-08-101-3/+1
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-081-0/+4
* Support for dynamically loadable and unloadable protocols within existing pro...andre2004-10-191-0/+33
* Remove advertising clause from University of California Regent's license,imp2004-04-071-4/+0
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-0/+2
* o update PFIL_HOOKS support to current API used by netbsdsam2003-09-231-6/+0
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* make the strings for tcptimers, tanames and prurequests const to silencealfred2002-08-161-1/+1
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-231-15/+13
* Remove __Palfred2002-03-191-45/+41
* KSE Milestone 2julian2001-09-121-13/+13
* add another prototype and a couple of stopgaps for the in_protosw variant.julian2001-09-021-1/+5
* Make the protoswitch definitiosn checkable in the same way thatjulian2001-08-101-15/+21
* Sync with recent KAME.ume2001-06-111-0/+2
* Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotifyphk2001-02-181-2/+3
* backout previous change for nowdarrenr2000-08-161-1/+0
* add extern for inetswdarrenr2000-08-161-0/+1
* activate pfil_hooks and covert ipfilter to use itdarrenr2000-07-311-0/+6
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-4/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add a flag, passed to pru_send routines, PRUS_MORETOCOME. Thisfenner1999-01-201-1/+2
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-6/+6
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Forward declare more structs that are used in prototypes here - don'tbde1998-02-011-6/+6
* Moved some declarations from <sys/socket.h> to the correct places, andbde1997-12-211-1/+2
* Update interfaces for poll()peter1997-09-141-3/+3
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-12/+19
* prevent `struct proc' from being declared inside parameter list.charnier1997-05-271-1/+2
* Attempt to convert the ip_divert code to use the new-style protocol requestpeter1997-05-241-1/+3
OpenPOWER on IntegriCloud