| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 193951: | John Baldwin | 2010-01-22 | 1 | -8/+4 |
| * | MFC #195922 | Julian Elischer | 2009-08-01 | 1 | -0/+1 |
| * | MFC r185892: | Bjoern A. Zeeb | 2009-03-18 | 1 | -1/+3 |
| * | MFC r185893: | Bjoern A. Zeeb | 2009-03-18 | 1 | -1/+2 |
| * | Merge r188123 from head to stable/7: | Robert Watson | 2009-02-25 | 1 | -2/+1 |
| * | MFC: | Jamie Gritton | 2009-02-18 | 1 | -8/+1 |
| * | MFC: | Bjoern A. Zeeb | 2009-02-07 | 1 | -0/+4 |
| * | MFC @ 185101 | Julian Elischer | 2008-11-25 | 1 | -0/+3 |
| * | Merge r183675 from head to stable/7: | Robert Watson | 2008-10-14 | 1 | -1/+2 |
| * | Merge r183664 from head to stable/7: | Robert Watson | 2008-10-14 | 1 | -12/+0 |
| * | MFC: Wait until after dropping the receive socket buffer lock to allocate | John Baldwin | 2008-10-09 | 1 | -23/+13 |
| * | Merge r183512 from head to stable/7: | Robert Watson | 2008-10-05 | 1 | -58/+19 |
| * | MFC: Update the function name in several assertions in soreceive_dgram(). | John Baldwin | 2008-10-03 | 1 | -4/+4 |
| * | Merge r180198, r180211, r180365, r182682 from head to stable/7: | Robert Watson | 2008-09-15 | 1 | -1/+230 |
| * | MFC accessor functions for socket fields. | Kip Macy | 2008-07-31 | 1 | -0/+139 |
| * | MFC an ABI compatible implementation of Multiple routing tables. | Julian Elischer | 2008-07-24 | 1 | -0/+20 |
| * | Add pru_flush routine so a transport can | Randall Stewart | 2008-04-29 | 1 | -1/+3 |
| * | Merge uipc_sockbuf.c:1.176, uipc_socket.c:1.305, socketvar.h:1.162 from | Robert Watson | 2008-03-01 | 1 | -12/+12 |
| * | Merge uipc_sockbuf.c:1.175, uipc_socket.c:1.304, uipc_syscalls.c:1.264, | Robert Watson | 2008-02-01 | 1 | -5/+11 |
| * | Despite several examples in the kernel, the third argument of | David Malone | 2007-06-04 | 1 | -2/+2 |
| * | - Move rusage from being per-process in struct pstats to per-thread in | Jeff Roberson | 2007-06-01 | 1 | -3/+3 |
| * | Generally migrate to ANSI function headers, and remove 'register' use. | Robert Watson | 2007-05-16 | 1 | -116/+61 |
| * | Add missing socket buffer unlock before returning to userland. | Pyun YongHyeon | 2007-05-08 | 1 | -1/+1 |
| * | sblock() implements a sleep lock by interlocking SB_WANT and SB_LOCK flags | Robert Watson | 2007-05-03 | 1 | -61/+68 |
| * | Following movement of functions from uipc_socket2.c to uipc_socket.c and | Robert Watson | 2007-03-26 | 1 | -34/+32 |
| * | Complete removal of uipc_socket2.c by moving the last few functions to | Robert Watson | 2007-03-26 | 1 | -0/+298 |
| * | Move the dom_dispose and pru_detach calls in sofree() earlier. Only after | Gleb Smirnoff | 2007-03-22 | 1 | -4/+5 |
| * | - Use m_gethdr(), m_get(), and m_clget() instead of the macros in | John Baldwin | 2007-03-12 | 1 | -20/+5 |
| * | Don't block on the socket zone limit during the socket() | Ruslan Ermilov | 2007-02-26 | 1 | -5/+5 |
| * | Rename somaxconn_sysctl() to sysctl_somaxconn() so that I will be able to | Robert Watson | 2007-02-15 | 1 | -3/+3 |
| * | Diff reduction with RELENG_6, style(9): | Bruce M Simpson | 2007-02-03 | 1 | -3/+2 |
| * | Generic socket buffer auto sizing support, header defines, flag inheritance. | Andre Oppermann | 2007-02-01 | 1 | -0/+8 |
| * | Unbreak writes of 0 bytes. Zero byte writes happen when only ancillary | Andre Oppermann | 2007-01-22 | 1 | -0/+10 |
| * | Canonicalize copyrights in some files I hold copyrights on: | Robert Watson | 2007-01-08 | 1 | -1/+2 |
| * | Drop all received data mbufs from a socket's queue if the MT_SONAME | Bruce M Simpson | 2006-12-23 | 1 | -11/+9 |
| * | Fix a race in soclose() where connections could be queued to the | Mohan Srinivasan | 2006-11-22 | 1 | -22/+26 |
| * | Use the improved m_uiotombuf() function instead of home grown sosend_copyin() | Andre Oppermann | 2006-11-02 | 1 | -1/+29 |
| * | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -0/+2 |
| * | Fix a case where socket I/O atomicity is violated due to not dropping | Bruce M Simpson | 2006-09-22 | 1 | -1/+16 |
| * | Fix a lock leak in an error case. | Pawel Jakub Dawidek | 2006-09-13 | 1 | -1/+1 |
| * | New sockets created by incoming connections into listen sockets should | Andre Oppermann | 2006-09-10 | 1 | -1/+4 |
| * | Fix a kernel panic based on receiving an ICMPv6 Packet too Big message. | George V. Neville-Neil | 2006-08-18 | 1 | -2/+2 |
| * | Before performing a sodealloc() when pru_attach() fails, assert that | Robert Watson | 2006-08-11 | 1 | -0/+3 |
| * | Move destroying kqueue state from above pru_detach to below it in | Robert Watson | 2006-08-02 | 1 | -2/+2 |
| * | Move updated of 'numopensockets' from bottom of sodealloc() to the top, | Robert Watson | 2006-08-02 | 1 | -3/+1 |
| * | Reimplement socket buffer tear-down in sofree(): as the socket is no | Robert Watson | 2006-08-01 | 1 | -14/+22 |
| * | soreceive_generic(), and sopoll_generic(). Add new functions sosend(), | Robert Watson | 2006-07-24 | 1 | -2/+52 |
| * | Update various uipc_socket.c comments, and reformat others. | Robert Watson | 2006-07-23 | 1 | -136/+150 |
| * | Change semantics of socket close and detach. Add a new protocol switch | Robert Watson | 2006-07-21 | 1 | -6/+5 |
| * | Change comment on soabort() to more accurately describe how/when | Robert Watson | 2006-07-16 | 1 | -12/+12 |