aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_socket2.c
Commit message (Expand)AuthorAgeFilesLines
* Give struct socket structures a ref counting interface similar toMatthew Dillon2001-11-171-1/+3
* Change the kernel's ucred API as follows:John Baldwin2001-10-111-2/+4
* Allow sbcreatecontrol to make cluster sized control messages.David Malone2001-10-041-3/+13
* KSE Milestone 2Julian Elischer2001-09-121-13/+13
* Fix up indentation.Jonathan Lemon2001-06-291-2/+2
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timePeter Wemm2001-06-081-1/+1
* Back out part of my previous commit. This was a last minute changePeter Wemm2001-06-071-1/+1
* Make the TUNABLE_*() macros look and behave more consistantly like thePeter Wemm2001-06-061-2/+2
* Revert the last bits of my bogus move of NMBCLUSTERSJesper Skriver2001-06-011-0/+1
* Move the definition of NMBCLUSTERS from src/sys/kern/uipc_mbuf.cJesper Skriver2001-05-311-1/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-1/+3
* Make sbcompress use the new M_WRITABLE macro. Previously sbcompressDavid Malone2000-11-191-2/+4
* Remove uidinfo hash table lookup and maintenance out of chgproccnt() andDon Lewis2000-09-051-2/+3
* Fix hangs caused by overzealous code removal.Brian Feldman2000-08-311-2/+2
* Remove an extraneous setting of sb_hiwat.Brian Feldman2000-08-301-1/+0
* Remove any possibility of hiwat-related race conditions by changingBrian Feldman2000-08-291-5/+3
* Remove unnecessary call to splnet when setting an accept filterPaul Saab2000-07-311-3/+0
* fix races in the uidinfo subsystem, several problems existed:Alfred Perlstein2000-06-221-4/+4
* return of the accept filter part IIAlfred Perlstein2000-06-201-0/+11
* backout accept optimizations.Alfred Perlstein2000-06-181-145/+0
* add socketoptions DELAYACCEPT and HTTPACCEPT which will not allow an accept()Alfred Perlstein2000-06-151-2/+147
* Introduce kqueue() and kevent(), a kernel event notification facility.Jonathan Lemon2000-04-161-0/+2
* CMSG_XXX macros alignment fixes to follow RFC2292.Yoshinobu Inoue2000-03-031-4/+3
* Add length check to sbcreatecontrol().Yoshinobu Inoue2000-02-241-0/+2
* Add aio_waitcomplete(). Make aio work correctly for socket descriptors.Jason Evans2000-01-141-0/+3
* Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf totalBrian Feldman1999-10-091-5/+21
* In sbflush(), don't exit the while loop too early: this can causePierre Beyssac1999-09-281-1/+8
* Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually.Brian Feldman1999-09-191-7/+16
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Move the initialisation/tuning of nmbclusters from param.c/machdep.cMike Smith1999-07-051-3/+14
* Reviewed by: the cast of thousandsBrian Feldman1999-06-171-3/+5
* Update one set of comments.. s/so_q0/so_incomp/ and s/so_q/so_comp/ (that'sPeter Wemm1999-05-101-6/+6
* Add sysctl descriptions to many SYSCTL_XXXsBill Fumerola1999-05-031-5/+8
* Port NetBSD's 19990120-accept bug fix. This works around the race conditionBill Fenner1999-01-251-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-3/+1
* We can't call fsetown() from sonewconn() because sonewconn() is be calledDon Lewis1998-11-231-2/+1
* Installed the second patch attached to kern/7899 with some changes suggestedDon Lewis1998-11-111-9/+5
* Fix sbcheck() to check all packets on socket buffer.Bill Fenner1998-11-041-9/+11
* Fixed recently perpetrated printf format errors.Bruce Evans1998-09-051-3/+2
* make sbflush panic messages more descriptiveAndrey A. Chernov1998-09-041-3/+4
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Have the wakeup routine do the upcall if needed.Peter Wemm1998-05-311-1/+3
* s/nanoruntime/nanouptime/gPoul-Henning Kamp1998-05-171-2/+2
* Convert socket structures to be type-stable and add a version number.Garrett Wollman1998-05-151-4/+55
* Added kern.ipc.nmbclustersDavid Greenman1998-04-241-1/+2
* Time changes mark 2:Poul-Henning Kamp1998-04-041-5/+6
* Make sure that you can only bind a more specific address when it isGuido van Rooij1998-03-011-1/+2
* Removed trailing semicolons from the definitions of the sysctlBruce Evans1997-09-071-2/+2
* sonewconn no longer passes curproc to the protocol attach methodTor Egge1997-09-041-2/+2
* Removed unused #includes.Bruce Evans1997-09-021-3/+1