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