| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | rwatson | 2004-03-01 | 1 | -3/+3 |
* | Convert the other use of flags to mflags in soalloc(). | scottl | 2004-03-01 | 1 | -1/+1 |
* | Modify soalloc() API so that it accepts a malloc flags argument rather | rwatson | 2004-02-29 | 1 | -10/+3 |
* | Always socantsendmore() before deallocating a socket. This, in turn, | green | 2004-02-12 | 1 | -0/+7 |
* | Introduce the SO_BINTIME option which takes a high-resolution timestamp | phk | 2004-01-31 | 1 | -0/+2 |
* | Since "m" is not part of the "mp" chain, need to free() it. | ru | 2004-01-18 | 1 | -0/+1 |
* | Reduce gratuitous redundancy and length in function names: | rwatson | 2003-11-16 | 1 | -7/+5 |
* | When implementing getsockopt() for SO_LABEL and SO_PEERLABEL, make | rwatson | 2003-11-16 | 1 | -0/+8 |
* | - Implement selwakeuppri() which allows raising the priority of a | tanimura | 2003-11-09 | 1 | -1/+1 |
* | speedup stream socket recv handling by tracking the tail of | sam | 2003-10-28 | 1 | -3/+52 |
* | Change all SYSCTLS which are readonly and have a related TUNABLE | silby | 2003-10-21 | 1 | -1/+2 |
* | Make the second argument to sooptcopyout() constant in order to | hsu | 2003-08-05 | 1 | -4/+1 |
* | To avoid a kernel panic provoked by a NULL pointer dereference, | robert | 2003-07-17 | 1 | -1/+7 |
* | Rev 1.121 meant to pass the value 1 to soalloc() to indicate waitok. | hsu | 2003-07-14 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -1/+1 |
* | Use while (*controlp != NULL) instead of do ... while (*control != NULL) | cognet | 2003-04-14 | 1 | -2/+1 |
* | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | des | 2003-03-02 | 1 | -33/+33 |
* | uiomove-related caddr_t -> void * (just the low-hanging fruit) | des | 2003-03-02 | 1 | -5/+5 |
* | Remove duplicate includes. | cognet | 2003-02-20 | 1 | -1/+0 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -16/+16 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -16/+16 |
* | Disallow listen() on sockets which are in the SS_ISCONNECTED or | tmm | 2003-01-17 | 1 | -0/+4 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -6/+6 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -6/+6 |
* | In sodealloc(), if there is an accept filter present on the socket | alfred | 2003-01-05 | 1 | -9/+3 |
* | s/sokqfilter/soo_kqfilter/ for consistency with the naming of all | phk | 2002-12-23 | 1 | -1/+1 |
* | Small SO_RCVTIMEO and SO_SNDTIMEO values are mistakenly taken to be zero. | maxim | 2002-11-27 | 1 | -0/+2 |
* | Fix instances of macros with improperly parenthasized arguments. | alfred | 2002-11-09 | 1 | -1/+1 |
* | Fix filt_soread() to properly flag a kevent when a 0-byte datagram is | kbyanc | 2002-11-05 | 1 | -1/+1 |
* | Revert the change in revision 1.77 of kern/uipc_socket2.c. It is causing | alc | 2002-11-02 | 1 | -1/+1 |
* | Track the number of non-data chararacters stored in socket buffers so that | kbyanc | 2002-11-01 | 1 | -1/+1 |
* | Trim extraneous #else and #endif MAC comments per style(9). | rwatson | 2002-10-28 | 1 | -8/+8 |
* | Modify label allocation semantics for sockets: pass in soalloc's malloc | rwatson | 2002-10-05 | 1 | -3/+11 |
* | Make similar changes to fo_stat() and fo_poll() as made earlier to | rwatson | 2002-08-16 | 1 | -1/+2 |
* | Use the credential authorizing the socket creation operation to perform | rwatson | 2002-08-12 | 1 | -2/+2 |
* | 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-08-01 | 1 | -1/+42 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -0/+11 |
* | Catch up to rev 1.87 of sys/sys/socketvar.h (sb_cc changed from u_long | mike | 2002-07-24 | 1 | -1/+1 |
* | More caddr_t removal. | alfred | 2002-06-29 | 1 | -2/+2 |
* | At long last, commit the zero copy sockets code. | ken | 2002-06-26 | 1 | -0/+102 |
* | Implement SO_NOSIGPIPE option for sockets. This allows one to request that | alfred | 2002-06-20 | 1 | -0/+2 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -177/+31 |
* | - td will never be NULL, so the call to soalloc() in socreate() will always | arr | 2002-05-21 | 1 | -2/+2 |
* | - OR the flag variable with M_ZERO so that the uma_zalloc() handles the | arr | 2002-05-21 | 1 | -2/+1 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -31/+177 |
* | Make funsetown() take a 'struct sigio **' so that the locking can | alfred | 2002-05-06 | 1 | -1/+1 |
* | Redo the sigio locking. | alfred | 2002-05-01 | 1 | -1/+1 |
* | Make sure that sockets undergoing accept filtering are aborted in a | silby | 2002-04-26 | 1 | -2/+1 |