| Commit message (Expand) | Author | Age | Files | Lines |
* | More caddr_t removal. | alfred | 2002-06-29 | 1 | -7/+7 |
* | Remove so*_locked(), which were backed out by mistake. | tanimura | 2002-06-18 | 1 | -51/+11 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -68/+59 |
* | Subtle fix to the accept filter LRU code. In some cases, a newly | silby | 2002-05-20 | 1 | -1/+1 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -59/+68 |
* | Do not forget to increase the number of completely connected sockets in | tanimura | 2002-05-07 | 1 | -0/+1 |
* | Redo the sigio locking. | alfred | 2002-05-01 | 1 | -20/+1 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | tanimura | 2002-04-30 | 1 | -6/+7 |
* | Fix the code fragment clobbered in my last commit. | tanimura | 2002-04-27 | 1 | -0/+2 |
* | Add a global sx sigio_lock to protect the pointer to the sigio object | tanimura | 2002-04-27 | 1 | -13/+69 |
* | Make sure that sockets undergoing accept filtering are aborted in a | silby | 2002-04-26 | 1 | -1/+7 |
* | Remove sodropablereq - this function hasn't been used since the | silby | 2002-04-24 | 1 | -44/+0 |
* | Backout part of my previous commit; I was wrong about vm_zone's handling of | jeff | 2002-03-20 | 1 | -0/+14 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -14/+0 |
* | Get rid of the twisted MFREE() macro entirely. | dillon | 2002-02-05 | 1 | -8/+5 |
* | Revert 1.81; 1.19 fixed this already in a different way. | silby | 2002-01-09 | 1 | -3/+1 |
* | Reorder a calculation in sbreserve so that it does not overflow | silby | 2002-01-06 | 1 | -1/+3 |
* | Make AIO a loadable module. | alfred | 2001-12-29 | 1 | -0/+2 |
* | Avoid an interaction between syncache and accept filters. The syncache | peter | 2001-12-21 | 1 | -0/+2 |
* | o Back out portions of 1.50 and 1.47, eliminating sonewconn3() and | rwatson | 2001-12-13 | 1 | -14/+1 |
* | Give struct socket structures a ref counting interface similar to | dillon | 2001-11-17 | 1 | -1/+3 |
* | Change the kernel's ucred API as follows: | jhb | 2001-10-11 | 1 | -2/+4 |
* | Allow sbcreatecontrol to make cluster sized control messages. | dwmalone | 2001-10-04 | 1 | -3/+13 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -13/+13 |
* | Fix up indentation. | jlemon | 2001-06-29 | 1 | -2/+2 |
* | "Fix" the previous initial attempt at fixing TUNABLE_INT(). This time | peter | 2001-06-08 | 1 | -1/+1 |
* | Back out part of my previous commit. This was a last minute change | peter | 2001-06-07 | 1 | -1/+1 |
* | Make the TUNABLE_*() macros look and behave more consistantly like the | peter | 2001-06-06 | 1 | -2/+2 |
* | Revert the last bits of my bogus move of NMBCLUSTERS | jesper | 2001-06-01 | 1 | -0/+1 |
* | Move the definition of NMBCLUSTERS from src/sys/kern/uipc_mbuf.c | jesper | 2001-05-31 | 1 | -1/+0 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -1/+3 |
* | Make sbcompress use the new M_WRITABLE macro. Previously sbcompress | dwmalone | 2000-11-19 | 1 | -2/+4 |
* | Remove uidinfo hash table lookup and maintenance out of chgproccnt() and | truckman | 2000-09-05 | 1 | -2/+3 |
* | Fix hangs caused by overzealous code removal. | green | 2000-08-31 | 1 | -2/+2 |
* | Remove an extraneous setting of sb_hiwat. | green | 2000-08-30 | 1 | -1/+0 |
* | Remove any possibility of hiwat-related race conditions by changing | green | 2000-08-29 | 1 | -5/+3 |
* | Remove unnecessary call to splnet when setting an accept filter | ps | 2000-07-31 | 1 | -3/+0 |
* | fix races in the uidinfo subsystem, several problems existed: | alfred | 2000-06-22 | 1 | -4/+4 |
* | return of the accept filter part II | alfred | 2000-06-20 | 1 | -0/+11 |
* | backout accept optimizations. | alfred | 2000-06-18 | 1 | -145/+0 |
* | add socketoptions DELAYACCEPT and HTTPACCEPT which will not allow an accept() | alfred | 2000-06-15 | 1 | -2/+147 |
* | Introduce kqueue() and kevent(), a kernel event notification facility. | jlemon | 2000-04-16 | 1 | -0/+2 |
* | CMSG_XXX macros alignment fixes to follow RFC2292. | shin | 2000-03-03 | 1 | -4/+3 |
* | Add length check to sbcreatecontrol(). | shin | 2000-02-24 | 1 | -0/+2 |
* | Add aio_waitcomplete(). Make aio work correctly for socket descriptors. | jasone | 2000-01-14 | 1 | -0/+3 |
* | Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf total | green | 1999-10-09 | 1 | -5/+21 |
* | In sbflush(), don't exit the while loop too early: this can cause | pb | 1999-09-28 | 1 | -1/+8 |
* | Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually. | green | 1999-09-19 | 1 | -7/+16 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Move the initialisation/tuning of nmbclusters from param.c/machdep.c | msmith | 1999-07-05 | 1 | -3/+14 |