aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/socketvar.h
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Reviewed by: the cast of thousandsBrian Feldman1999-06-171-2/+2
* Add standard padding argument to pread and pwrite syscall. That should make themDmitrij Tejblum1999-04-041-3/+5
* Moved prototypes for soo_{read,write,close} into socketvar.h where theyMark Newton1999-02-011-1/+4
* Fixed smashed tabs and inconstent comment style in previous commit.Bruce Evans1999-01-311-2/+2
* Changed struct socket to include a new field (at the end, so as notMark Newton1999-01-301-1/+2
* Port NetBSD's 19990120-accept bug fix. This works around the race conditionBill Fenner1999-01-251-1/+2
* I got another batch of suggestions for cosmetic changes from bde.Don Lewis1998-11-111-2/+3
* Installed the second patch attached to kern/7899 with some changes suggestedDon Lewis1998-11-111-2/+2
* Implemented zero-copy TCP/IP extensions via sendfile(2) - send aDavid Greenman1998-11-051-1/+8
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-8/+23
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Have the sorwakeup and sowwakeup check the upcall flags.Peter Wemm1998-05-311-7/+15
* Convert socket structures to be type-stable and add a version number.Garrett Wollman1998-05-151-3/+43
* Make sure that you can only bind a more specific address when it isGuido van Rooij1998-03-011-1/+2
* Forward declare more structs that are used in prototypes here - don'tBruce Evans1998-02-011-1/+4
* Moved some declarations from <sys/socket.h> to the correct places, andBruce Evans1997-12-211-1/+9
* Update interfaces for poll()Peter Wemm1997-09-141-3/+5
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-8/+12
* Remove sonewconn() macro kludge, introduced in 4.3-Reno to catch argumentBill Fenner1997-07-191-5/+2
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-7/+8
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Added missing prototype for new function sbcreatecontrol().Bruce Evans1996-11-121-1/+3
* Increase robustness of FreeBSD against high-rate connection attemptPaul Traina1996-10-071-1/+5
* Made this self-sufficent (apart from <sys/types.h>) again. It includedBruce Evans1996-05-011-6/+7
* Changed socket code to use 4.4BSD queue macros. This includes removingDavid Greenman1996-03-111-19/+20
* Merge in Lite2: clean up function prototypes.Jeffrey Hsu1996-03-111-52/+63
* Kill XNS.Garrett Wollman1996-02-131-17/+20
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* Nuked ambiguous sleep message strings:Bruce Evans1995-12-141-4/+1
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-4/+1
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-211-1/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Prototypes, prototypes and even more prototypes. Not quite done yet, butPoul-Henning Kamp1994-10-021-3/+51
* Made them all idempotent.Paul Richards1994-08-211-1/+6
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-2/+2
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+207