summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_socket2.c
Commit message (Expand)AuthorAgeFilesLines
* Use m_length() instead of home-rolled versions.phk2002-09-181-21/+10
* Further improved the performance of sbreserve() by moving the calculationdg2002-08-161-5/+26
* Rewrote the space check algorithm in sbreserve() so that the extremelydg2002-08-161-1/+1
* Include file cleanup; mac.h and malloc.h at one point had orderingrwatson2002-08-011-1/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+6
* If a socket is disconnected for some reason (like a TCP connectiondwmalone2002-07-271-0/+1
* Fix -Werror build for sparc64: Use the appropriate conversionrobert2002-07-261-1/+1
* More caddr_t removal.alfred2002-06-291-7/+7
* Remove so*_locked(), which were backed out by mistake.tanimura2002-06-181-51/+11
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-68/+59
* Subtle fix to the accept filter LRU code. In some cases, a newlysilby2002-05-201-1/+1
* Lock down a socket, milestone 1.tanimura2002-05-201-59/+68
* Do not forget to increase the number of completely connected sockets intanimura2002-05-071-0/+1
* Redo the sigio locking.alfred2002-05-011-20/+1
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-6/+7
* Fix the code fragment clobbered in my last commit.tanimura2002-04-271-0/+2
* Add a global sx sigio_lock to protect the pointer to the sigio objecttanimura2002-04-271-13/+69
* Make sure that sockets undergoing accept filtering are aborted in asilby2002-04-261-1/+7
* Remove sodropablereq - this function hasn't been used since thesilby2002-04-241-44/+0
* Backout part of my previous commit; I was wrong about vm_zone's handling ofjeff2002-03-201-0/+14
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-14/+0
* Get rid of the twisted MFREE() macro entirely.dillon2002-02-051-8/+5
* Revert 1.81; 1.19 fixed this already in a different way.silby2002-01-091-3/+1
* Reorder a calculation in sbreserve so that it does not overflowsilby2002-01-061-1/+3
* Make AIO a loadable module.alfred2001-12-291-0/+2
* Avoid an interaction between syncache and accept filters. The syncachepeter2001-12-211-0/+2
* o Back out portions of 1.50 and 1.47, eliminating sonewconn3() andrwatson2001-12-131-14/+1
* Give struct socket structures a ref counting interface similar todillon2001-11-171-1/+3
* Change the kernel's ucred API as follows:jhb2001-10-111-2/+4
* Allow sbcreatecontrol to make cluster sized control messages.dwmalone2001-10-041-3/+13
* KSE Milestone 2julian2001-09-121-13/+13
* Fix up indentation.jlemon2001-06-291-2/+2
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timepeter2001-06-081-1/+1
* Back out part of my previous commit. This was a last minute changepeter2001-06-071-1/+1
* Make the TUNABLE_*() macros look and behave more consistantly like thepeter2001-06-061-2/+2
* Revert the last bits of my bogus move of NMBCLUSTERSjesper2001-06-011-0/+1
* Move the definition of NMBCLUSTERS from src/sys/kern/uipc_mbuf.cjesper2001-05-311-1/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-1/+3
* Make sbcompress use the new M_WRITABLE macro. Previously sbcompressdwmalone2000-11-191-2/+4
* Remove uidinfo hash table lookup and maintenance out of chgproccnt() andtruckman2000-09-051-2/+3
* Fix hangs caused by overzealous code removal.green2000-08-311-2/+2
* Remove an extraneous setting of sb_hiwat.green2000-08-301-1/+0
* Remove any possibility of hiwat-related race conditions by changinggreen2000-08-291-5/+3
* Remove unnecessary call to splnet when setting an accept filterps2000-07-311-3/+0
* fix races in the uidinfo subsystem, several problems existed:alfred2000-06-221-4/+4
* return of the accept filter part IIalfred2000-06-201-0/+11
* backout accept optimizations.alfred2000-06-181-145/+0
* add socketoptions DELAYACCEPT and HTTPACCEPT which will not allow an accept()alfred2000-06-151-2/+147
* Introduce kqueue() and kevent(), a kernel event notification facility.jlemon2000-04-161-0/+2
* CMSG_XXX macros alignment fixes to follow RFC2292.shin2000-03-031-4/+3
OpenPOWER on IntegriCloud