summaryrefslogtreecommitdiff
path: root/sys/kern/uipc_socket2.c
AgeCommit message (Expand)Author
2013-10-080 -> NULLchristos
2013-09-15Avoid unused variable warningsmartin
2013-08-29Remove SS_ISCONFIRMING, it is unused and TP4 will not come back.rmind
2013-06-28Make sbdrop panic more verbosematt
2013-06-27Introduce a more general method of sbcreatecontrol, sbcreatecontrol1 thatchristos
2011-12-20- Eliminate so_nbio and turn it into a bit SS_NBIO in so_state.christos
2011-08-31NULL does not need a castplunky
2011-04-24- Replace few malloc(9) uses with kmem(9).rmind
2011-04-09Preserve SB_ASYNC on the accepted socket. From: Dmitry Matveevchristos
2009-12-30Don't bother caching egid. It'll be removed soon.elad
2009-12-30Always use resource limits from the process, as proposed inelad
2009-09-02Add a direction argument to socket upcalls, so they can tell why they'vetls
2009-07-24check return code from soreserve() (Sean Boudreau)christos
2009-04-09sonewconn: add an assertion.yamt
2009-01-21restore the pre socket locking patch signal behaviour.yamt
2008-10-24Change 'return (expr);' to 'return expr;'. Change (type *)0 todyoung
2008-10-14Accept filters:ad
2008-10-11Move uidinfo to its own module in kern_uidinfo.c and include in rump.pooka
2008-08-04Add accept filters, ported from FreeBSD by Coyote Point Systems. Add inetdtls
2008-06-18merge yamt-pf42 branch.yamt
2008-06-10There can be existing waiters on a socket's condition variables when wead
2008-05-26Use pool_cache for sockets.ad
2008-05-24Coverity CID 5025: sbreserve is never called with a null socket.christos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Merge the socket locking patch:ad
2008-03-01Welcome to 4.99.55:rmind
2008-02-07sonewconn: inherit FNONBLOCK from the parent.ad
2008-01-29sbreserve: curlwp can't be NULL these days.yamt
2008-01-29sbrelease: unwrap a short line.yamt
2007-09-25Use selinit() / seldestroy().ad
2007-08-02TCP socket buffers automatic sizing - ported from FreeBSD.rmind
2007-07-04After looking at FreeBSD 6 again -- we were also failing to copy thetls
2007-07-04Copy SNDLOWAT and RCVLOWAT socket options to accepted socket, so applicationstls
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-01remove some __unused from function parameters.yamt
2006-10-12- sprinkle __unused on function decls.christos
2006-10-03Back out socket credentials for now, until we figure a better way ofelad
2006-10-02Add credentials to sockets, 'so_cred'.elad
2006-08-16Fix broken comments - there is no SO_ISCONNECTED or SO_ISCONFIRMINGplunky
2006-08-16Remove macro call sonewconn() => sonewconn1() as it is no longer necessary.plunky
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-03Make sure we have at least PIPE_BUF bytes available in the socket send buffer.christos
2006-07-01Revert previous change to bump the socket low watermark to sock_loan_thresh.christos
2006-06-21bump default so_snd.sb_lowat to increase chance to use loaning.yamt
2006-05-14integrate kauth.elad
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-05-29- add const.christos
2005-05-07PR/30154: YAMAMOTO Takashi: tcp_close locking botchchristos
2005-02-26nuke trailing whitespaceperry