aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_sockbuf.c
Commit message (Expand)AuthorAgeFilesLines
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-1/+1
* speedup stream socket recv handling by tracking the tail ofSam Leffler2003-10-281-19/+143
* Change all SYSCTLS which are readonly and have a related TUNABLEMike Silbersack2003-10-211-1/+1
* Guard against MLEN growing larger than a uint8_t due to MSIZE grwoing to aScott Long2003-07-261-0/+2
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* Fix some easy, global, lint warnings. In most cases, this meansMark Murray2003-04-301-1/+1
* Missing M_TRYWAIT from so_upcall third argument.Peter Wemm2003-02-211-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-5/+5
* Make the variable types, the sysctl macros and the sysctl handler forHartmut Brandt2003-02-031-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-5/+5
* Don't count mbufs with m_type == MT_HEADER or MT_OOBDATA as control dataTim J. Robbins2003-01-111-2/+5
* Spotted a couple of places where the socket buffer's counters were beingKelly Yancey2002-11-051-0/+4
* Revert the change in revision 1.77 of kern/uipc_socket2.c. It is causingAlan Cox2002-11-021-1/+1
* Use m_length() instead of home-rolled versions.Poul-Henning Kamp2002-09-181-21/+10
* Further improved the performance of sbreserve() by moving the calculationDavid Greenman2002-08-161-5/+26
* Rewrote the space check algorithm in sbreserve() so that the extremelyDavid Greenman2002-08-161-1/+1
* Include file cleanup; mac.h and malloc.h at one point had orderingRobert Watson2002-08-011-1/+1
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+6
* If a socket is disconnected for some reason (like a TCP connectionDavid Malone2002-07-271-0/+1
* Fix -Werror build for sparc64: Use the appropriate conversionRobert Drehmel2002-07-261-1/+1
* More caddr_t removal.Alfred Perlstein2002-06-291-7/+7
* Remove so*_locked(), which were backed out by mistake.Seigo Tanimura2002-06-181-51/+11
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-68/+59
* Subtle fix to the accept filter LRU code. In some cases, a newlyMike Silbersack2002-05-201-1/+1
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-59/+68
* Do not forget to increase the number of completely connected sockets inSeigo Tanimura2002-05-071-0/+1
* Redo the sigio locking.Alfred Perlstein2002-05-011-20/+1
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-301-6/+7
* Fix the code fragment clobbered in my last commit.Seigo Tanimura2002-04-271-0/+2
* Add a global sx sigio_lock to protect the pointer to the sigio objectSeigo Tanimura2002-04-271-13/+69
* Make sure that sockets undergoing accept filtering are aborted in aMike Silbersack2002-04-261-1/+7
* Remove sodropablereq - this function hasn't been used since theMike Silbersack2002-04-241-44/+0
* Backout part of my previous commit; I was wrong about vm_zone's handling ofJeff Roberson2002-03-201-0/+14
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-14/+0
* Get rid of the twisted MFREE() macro entirely.Matthew Dillon2002-02-051-8/+5
* Revert 1.81; 1.19 fixed this already in a different way.Mike Silbersack2002-01-091-3/+1
* Reorder a calculation in sbreserve so that it does not overflowMike Silbersack2002-01-061-1/+3
* Make AIO a loadable module.Alfred Perlstein2001-12-291-0/+2
* Avoid an interaction between syncache and accept filters. The syncachePeter Wemm2001-12-211-0/+2
* o Back out portions of 1.50 and 1.47, eliminating sonewconn3() andRobert Watson2001-12-131-14/+1
* 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