| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 | bz | 2011-02-16 | 1 | -20/+78 |
* | Allow the SO_SETFIB socket option to select the default (0) | deischen | 2011-02-13 | 1 | -4/+5 |
* | Mfp4 CH=177255: | bz | 2011-02-11 | 1 | -1/+2 |
* | This commit implements the SO_USER_COOKIE socket option, which lets | luigi | 2010-11-12 | 1 | -0/+10 |
* | With reworking of the socket life cycle in 7.x, the need for a "sotryfree()" | rwatson | 2010-09-18 | 1 | -5/+5 |
* | Fix a bug where MSG_TRUNC was not returned in all necessary cases for | tuexen | 2010-08-07 | 1 | -1/+6 |
* | When close() is called on a connected socket pair, SO_ISCONNECTED might be | rwatson | 2010-05-27 | 1 | -1/+4 |
* | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | nwhitehorn | 2010-03-11 | 1 | -3/+3 |
* | Set curvnet earlier so that it also covers calls to sodisconnect(), which | bz | 2010-02-20 | 1 | -2/+3 |
* | Don't comment on stream socket handling in sosend_dgram, since that's | rwatson | 2009-10-02 | 1 | -3/+0 |
* | -Put the optimized soreceive_stream() under a compile time option called | andre | 2009-09-15 | 1 | -0/+2 |
* | Use C99 initialization for struct filterops. | rwatson | 2009-09-12 | 1 | -6/+15 |
* | Fix poll() on half-closed sockets, while retaining POLLHUP for fifos. | jilles | 2009-08-25 | 1 | -5/+7 |
* | Fix the conformance of poll(2) for sockets after r195423 by | kib | 2009-08-23 | 1 | -7/+5 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+2 |
* | Somewhere along the line accept sockets stopped honoring the | julian | 2009-07-28 | 1 | -0/+1 |
* | Normalize field naming for struct vnet, fix two debugging printfs that | rwatson | 2009-07-19 | 1 | -2/+2 |
* | Fix poll(2) and select(2) for named pipes to return "ready for read" | kib | 2009-07-07 | 1 | -9/+10 |
* | Add soreceive_stream(), an optimized version of soreceive() for | andre | 2009-06-22 | 1 | -0/+196 |
* | Get vnets from creds instead of threads where they're available, and from | jamie | 2009-06-15 | 1 | -1/+1 |
* | Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Use | kib | 2009-06-10 | 1 | -8/+4 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Add internal 'mac_policy_count' counter to the MAC Framework, which is a | rwatson | 2009-06-02 | 1 | -2/+0 |
* | Rework socket upcalls to close some races with setup/teardown of upcalls. | jhb | 2009-06-01 | 1 | -6/+63 |
* | A NOP change: style / whitespace cleanup of the noise that slipped | zec | 2009-05-08 | 1 | -2/+2 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -9/+35 |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | zec | 2009-04-30 | 1 | -0/+4 |
* | Don't allow creating a socket with a protocol family that the current | jamie | 2009-02-05 | 1 | -8/+1 |
* | Remove written-to but never read local variable 'offset' from | rwatson | 2009-02-04 | 1 | -2/+1 |
* | Make sure nmbclusters are initialized before maxsockets | bz | 2008-12-10 | 1 | -1/+2 |
* | Style changes only. Put the return type on an extra line[1] and | bz | 2008-12-10 | 1 | -1/+3 |
* | MFp4: | bz | 2008-11-29 | 1 | -0/+4 |
* | Add sv_flags field to struct sysentvec with intention to provide description | kib | 2008-11-22 | 1 | -4/+3 |
* | Fix a scope problem in the multiple routing table code that stopped the | julian | 2008-11-19 | 1 | -0/+3 |
* | make sure that SO_NO_DDP and SO_NO_OFFLOAD get passed in correctly | kmacy | 2008-10-17 | 1 | -0/+2 |
* | In soreceive_dgram, when a 0-length buffer is passed into recv(2) and | rwatson | 2008-10-07 | 1 | -1/+2 |
* | Remove temporary debugging KASSERT's introduced to detect protocols | rwatson | 2008-10-07 | 1 | -12/+0 |
* | Wait until after dropping the receive socket buffer lock to allocate space | jhb | 2008-10-01 | 1 | -23/+13 |
* | Various cleanups for soreceive_dgram(): | rwatson | 2008-10-01 | 1 | -58/+19 |
* | Update the function name in several assertions in soreceive_dgram(). | jhb | 2008-09-30 | 1 | -4/+4 |
* | Remove XXXRW in soreceive_dgram that proves unnecessary. | rwatson | 2008-09-02 | 1 | -5/+0 |
* | Add accessor functions for socket fields. | kmacy | 2008-07-21 | 1 | -0/+139 |
* | Update copyright date in light of soreceive_dgram(9). | rwatson | 2008-07-03 | 1 | -1/+1 |
* | Add soreceive_dgram(9), an optimized socket receive function for use by | rwatson | 2008-07-02 | 1 | -0/+234 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -0/+20 |
* | Add pru_flush routine so a transport can | rrs | 2008-04-14 | 1 | -1/+3 |
* | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | ru | 2008-03-25 | 1 | -14/+12 |
* | Revert previous change - it appears that the limit I was hitting was a | sobomax | 2008-03-19 | 1 | -1/+0 |
* | Properly set size of the file_zone to match kern.maxfiles parameter. | sobomax | 2008-03-16 | 1 | -0/+1 |
* | Further clean up sorflush: | rwatson | 2008-02-04 | 1 | -12/+12 |