summaryrefslogtreecommitdiffstats
path: root/sys/sys/socketvar.h
Commit message (Expand)AuthorAgeFilesLines
* This is the first part of the new kernel memory allocator. This replacesjeff2002-03-191-2/+3
* Add parens around macro args.alfred2002-01-131-4/+4
* holdsock is gone, remove the prototypealfred2002-01-091-1/+0
* o Make the credential used by socreate() an explicit argument torwatson2001-12-311-1/+1
* Remove stale prototype for sonewconn3().green2001-12-131-2/+0
* Give struct socket structures a ref counting interface similar todillon2001-11-171-1/+24
* o Remove extern showallsockets, defunct as of the change torwatson2001-10-251-1/+0
* Only allow users to see their own socket connections ifps2001-10-051-0/+4
* Re-apply rev 1.178 -- style(9) the structure definitions.obrien2001-09-131-3/+3
* KSE Milestone 2julian2001-09-121-15/+15
* style(9) the structure definitions.obrien2001-09-051-1/+1
* Whitespace change.jlemon2001-08-311-1/+1
* Correct comment: so_q -> so_comp, so_q0 -> so_incomp.jlemon2001-06-281-3/+3
* Extend kqueue down to the device layer.jlemon2001-02-151-0/+2
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-1/+1
* Use macro API to <sys/queue.h>phk2000-12-311-1/+1
* This patchset fixes a large number of file descriptor race conditions.dillon2000-11-181-1/+1
* Accept filter maintainancealfred2000-09-061-0/+1
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-191-1/+0
* return of the accept filter part IIalfred2000-06-201-0/+27
* Back out the previous change to the queue(3) interface.jake2000-05-261-5/+5
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-5/+5
* Introduce kqueue() and kevent(), a kernel event notification facility.jlemon2000-04-161-1/+2
* Add aio_waitcomplete(). Make aio work correctly for socket descriptors.jasone2000-01-141-1/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-0/+6
* Update socket file type for fo_stat(). soo_stat() becomes a fileopspeter1999-11-081-1/+1
* Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf totalgreen1999-10-091-2/+3
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-191-2/+2
* Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually.green1999-09-191-1/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Reviewed by: the cast of thousandsgreen1999-06-171-2/+2
* Add standard padding argument to pread and pwrite syscall. That should make themdt1999-04-041-3/+5
* Moved prototypes for soo_{read,write,close} into socketvar.h where theynewton1999-02-011-1/+4
* Fixed smashed tabs and inconstent comment style in previous commit.bde1999-01-311-2/+2
* Changed struct socket to include a new field (at the end, so as notnewton1999-01-301-1/+2
* Port NetBSD's 19990120-accept bug fix. This works around the race conditionfenner1999-01-251-1/+2
* I got another batch of suggestions for cosmetic changes from bde.truckman1998-11-111-2/+3
* Installed the second patch attached to kern/7899 with some changes suggestedtruckman1998-11-111-2/+2
* Implemented zero-copy TCP/IP extensions via sendfile(2) - send adg1998-11-051-1/+8
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-8/+23
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Have the sorwakeup and sowwakeup check the upcall flags.peter1998-05-311-7/+15
* Convert socket structures to be type-stable and add a version number.wollman1998-05-151-3/+43
* Make sure that you can only bind a more specific address when it isguido1998-03-011-1/+2
* Forward declare more structs that are used in prototypes here - don'tbde1998-02-011-1/+4
* Moved some declarations from <sys/socket.h> to the correct places, andbde1997-12-211-1/+9
* Update interfaces for poll()peter1997-09-141-3/+5
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-8/+12
* Remove sonewconn() macro kludge, introduced in 4.3-Reno to catch argumentfenner1997-07-191-5/+2
OpenPOWER on IntegriCloud