aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/protosw.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Forward declare more structs that are used in prototypes here - don'tBruce Evans1998-02-011-6/+6
* Moved some declarations from <sys/socket.h> to the correct places, andBruce Evans1997-12-211-1/+2
* Update interfaces for poll()Peter Wemm1997-09-141-3/+3
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-12/+19
* prevent `struct proc' from being declared inside parameter list.Philippe Charnier1997-05-271-1/+2
* Attempt to convert the ip_divert code to use the new-style protocol requestPeter Wemm1997-05-241-1/+3
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-26/+24
* Add protoswitch entries for shortcut send/receive. CorrectGarrett Wollman1997-03-141-8/+20
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Declare the new generic EOPNOTSUPP routines.Garrett Wollman1997-02-181-0/+5
* Implement PRC_IFUP a la PRC_IFDOWN so that protocols know when an interfaceGarrett Wollman1997-02-121-1/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Modify the kernel to use the new pr_usrreqs interface rather than the oldGarrett Wollman1996-07-111-6/+9
* This is a proposal-in-code for a substantial modification of the wayGarrett Wollman1996-07-091-1/+52
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidBruce Evans1995-12-161-3/+3
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-211-33/+27
* Add a couple of the easy prototypes.Poul-Henning Kamp1995-11-201-12/+33
* Merge in the socket-level support for Transaction TCP from the OLAH_TTCPGarrett Wollman1995-02-071-3/+9
* Added prototypes here and there. Moved pfctlinput into socket.h.Poul-Henning Kamp1994-10-081-2/+1
* Prototypes of today. Brought to you by a 28 minute transit time on BART :-)Poul-Henning Kamp1994-10-081-1/+2
* Made them all idempotent.Paul Richards1994-08-211-1/+6
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+210