| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Reviewed by: the cast of thousands | green | 1999-06-17 | 1 | -3/+5 |
* | Update one set of comments.. s/so_q0/so_incomp/ and s/so_q/so_comp/ (that's | peter | 1999-05-10 | 1 | -6/+6 |
* | Add sysctl descriptions to many SYSCTL_XXXs | billf | 1999-05-03 | 1 | -5/+8 |
* | Port NetBSD's 19990120-accept bug fix. This works around the race condition | fenner | 1999-01-25 | 1 | -2/+2 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -3/+1 |
* | We can't call fsetown() from sonewconn() because sonewconn() is be called | truckman | 1998-11-23 | 1 | -2/+1 |
* | Installed the second patch attached to kern/7899 with some changes suggested | truckman | 1998-11-11 | 1 | -9/+5 |
* | Fix sbcheck() to check all packets on socket buffer. | fenner | 1998-11-04 | 1 | -9/+11 |
* | Fixed recently perpetrated printf format errors. | bde | 1998-09-05 | 1 | -3/+2 |
* | make sbflush panic messages more descriptive | ache | 1998-09-04 | 1 | -3/+4 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | Have the wakeup routine do the upcall if needed. | peter | 1998-05-31 | 1 | -1/+3 |
* | s/nanoruntime/nanouptime/g | phk | 1998-05-17 | 1 | -2/+2 |
* | Convert socket structures to be type-stable and add a version number. | wollman | 1998-05-15 | 1 | -4/+55 |
* | Added kern.ipc.nmbclusters | dg | 1998-04-24 | 1 | -1/+2 |
* | Time changes mark 2: | phk | 1998-04-04 | 1 | -5/+6 |
* | Make sure that you can only bind a more specific address when it is | guido | 1998-03-01 | 1 | -1/+2 |
* | Removed trailing semicolons from the definitions of the sysctl | bde | 1997-09-07 | 1 | -2/+2 |
* | sonewconn no longer passes curproc to the protocol attach method | tegge | 1997-09-04 | 1 | -2/+2 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -3/+1 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 1 | -144/+21 |
* | Remove sonewconn() macro kludge, introduced in 4.3-Reno to catch argument | fenner | 1997-07-19 | 1 | -5/+2 |
* | Attempt to convert the ip_divert code to use the new-style protocol request | peter | 1997-05-24 | 1 | -1/+7 |
* | The long-awaited mega-massive-network-code- cleanup. Part I. | wollman | 1997-04-27 | 1 | -3/+10 |
* | In accept1(), falloc() is called after the process has awoken, but prior | dg | 1997-03-31 | 1 | -3/+3 |
* | Create a new branch of the kernel MIB, kern.ipc, to store | wollman | 1997-02-24 | 1 | -4/+15 |
* | Make the operation of sonewconn1() a bit clearer by calling | wollman | 1997-02-19 | 1 | -12/+7 |
* | uipc_mbuf.c: do a better job of counting how often we have to wait | wollman | 1997-02-18 | 1 | -0/+35 |
* | For large values of sb_max or MCLBYTES, it was possible for the expression | wollman | 1997-02-13 | 1 | -2/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Add the IP_RECVIF socket option, which supplies a packet's incoming interface | fenner | 1996-11-11 | 1 | -1/+27 |
* | Fix two bugs I accidently put into the syn code at the last minute | pst | 1996-10-11 | 1 | -9/+11 |