| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some easy, global, lint warnings. In most cases, this means | markm | 2003-04-30 | 1 | -1/+1 |
* | Missing M_TRYWAIT from so_upcall third argument. | peter | 2003-02-21 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -5/+5 |
* | Make the variable types, the sysctl macros and the sysctl handler for | harti | 2003-02-03 | 1 | -5/+5 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -5/+5 |
* | Don't count mbufs with m_type == MT_HEADER or MT_OOBDATA as control data | tjr | 2003-01-11 | 1 | -2/+5 |
* | Spotted a couple of places where the socket buffer's counters were being | kbyanc | 2002-11-05 | 1 | -0/+4 |
* | Revert the change in revision 1.77 of kern/uipc_socket2.c. It is causing | alc | 2002-11-02 | 1 | -1/+1 |
* | Use m_length() instead of home-rolled versions. | phk | 2002-09-18 | 1 | -21/+10 |
* | Further improved the performance of sbreserve() by moving the calculation | dg | 2002-08-16 | 1 | -5/+26 |
* | Rewrote the space check algorithm in sbreserve() so that the extremely | dg | 2002-08-16 | 1 | -1/+1 |
* | Include file cleanup; mac.h and malloc.h at one point had ordering | rwatson | 2002-08-01 | 1 | -1/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -0/+6 |
* | If a socket is disconnected for some reason (like a TCP connection | dwmalone | 2002-07-27 | 1 | -0/+1 |
* | Fix -Werror build for sparc64: Use the appropriate conversion | robert | 2002-07-26 | 1 | -1/+1 |
* | 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 |