aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_socket.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 193951:John Baldwin2010-01-221-8/+4
* MFC #195922Julian Elischer2009-08-011-0/+1
* MFC r185892:Bjoern A. Zeeb2009-03-181-1/+3
* MFC r185893:Bjoern A. Zeeb2009-03-181-1/+2
* Merge r188123 from head to stable/7:Robert Watson2009-02-251-2/+1
* MFC:Jamie Gritton2009-02-181-8/+1
* MFC:Bjoern A. Zeeb2009-02-071-0/+4
* MFC @ 185101Julian Elischer2008-11-251-0/+3
* Merge r183675 from head to stable/7:Robert Watson2008-10-141-1/+2
* Merge r183664 from head to stable/7:Robert Watson2008-10-141-12/+0
* MFC: Wait until after dropping the receive socket buffer lock to allocateJohn Baldwin2008-10-091-23/+13
* Merge r183512 from head to stable/7:Robert Watson2008-10-051-58/+19
* MFC: Update the function name in several assertions in soreceive_dgram().John Baldwin2008-10-031-4/+4
* Merge r180198, r180211, r180365, r182682 from head to stable/7:Robert Watson2008-09-151-1/+230
* MFC accessor functions for socket fields.Kip Macy2008-07-311-0/+139
* MFC an ABI compatible implementation of Multiple routing tables.Julian Elischer2008-07-241-0/+20
* Add pru_flush routine so a transport canRandall Stewart2008-04-291-1/+3
* Merge uipc_sockbuf.c:1.176, uipc_socket.c:1.305, socketvar.h:1.162 fromRobert Watson2008-03-011-12/+12
* Merge uipc_sockbuf.c:1.175, uipc_socket.c:1.304, uipc_syscalls.c:1.264,Robert Watson2008-02-011-5/+11
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-2/+2
* - Move rusage from being per-process in struct pstats to per-thread inJeff Roberson2007-06-011-3/+3
* Generally migrate to ANSI function headers, and remove 'register' use.Robert Watson2007-05-161-116/+61
* Add missing socket buffer unlock before returning to userland.Pyun YongHyeon2007-05-081-1/+1
* sblock() implements a sleep lock by interlocking SB_WANT and SB_LOCK flagsRobert Watson2007-05-031-61/+68
* Following movement of functions from uipc_socket2.c to uipc_socket.c andRobert Watson2007-03-261-34/+32
* Complete removal of uipc_socket2.c by moving the last few functions toRobert Watson2007-03-261-0/+298
* Move the dom_dispose and pru_detach calls in sofree() earlier. Only afterGleb Smirnoff2007-03-221-4/+5
* - Use m_gethdr(), m_get(), and m_clget() instead of the macros inJohn Baldwin2007-03-121-20/+5
* Don't block on the socket zone limit during the socket()Ruslan Ermilov2007-02-261-5/+5
* Rename somaxconn_sysctl() to sysctl_somaxconn() so that I will be able toRobert Watson2007-02-151-3/+3
* Diff reduction with RELENG_6, style(9):Bruce M Simpson2007-02-031-3/+2
* Generic socket buffer auto sizing support, header defines, flag inheritance.Andre Oppermann2007-02-011-0/+8
* Unbreak writes of 0 bytes. Zero byte writes happen when only ancillaryAndre Oppermann2007-01-221-0/+10
* Canonicalize copyrights in some files I hold copyrights on:Robert Watson2007-01-081-1/+2
* Drop all received data mbufs from a socket's queue if the MT_SONAMEBruce M Simpson2006-12-231-11/+9
* Fix a race in soclose() where connections could be queued to theMohan Srinivasan2006-11-221-22/+26
* Use the improved m_uiotombuf() function instead of home grown sosend_copyin()Andre Oppermann2006-11-021-1/+29
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-0/+2
* Fix a case where socket I/O atomicity is violated due to not droppingBruce M Simpson2006-09-221-1/+16
* Fix a lock leak in an error case.Pawel Jakub Dawidek2006-09-131-1/+1
* New sockets created by incoming connections into listen sockets shouldAndre Oppermann2006-09-101-1/+4
* Fix a kernel panic based on receiving an ICMPv6 Packet too Big message.George V. Neville-Neil2006-08-181-2/+2
* Before performing a sodealloc() when pru_attach() fails, assert thatRobert Watson2006-08-111-0/+3
* Move destroying kqueue state from above pru_detach to below it inRobert Watson2006-08-021-2/+2
* Move updated of 'numopensockets' from bottom of sodealloc() to the top,Robert Watson2006-08-021-3/+1
* Reimplement socket buffer tear-down in sofree(): as the socket is noRobert Watson2006-08-011-14/+22
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),Robert Watson2006-07-241-2/+52
* Update various uipc_socket.c comments, and reformat others.Robert Watson2006-07-231-136/+150
* Change semantics of socket close and detach. Add a new protocol switchRobert Watson2006-07-211-6/+5
* Change comment on soabort() to more accurately describe how/whenRobert Watson2006-07-161-12/+12