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
2022-10-26
ddb/db_active.h: New home for extern db_active.
riastradh
2022-04-09
unix(4): Convert membar_exit to membar_release.
riastradh
2021-10-02
- fifo_poll(): If the last writer has disappeared, detect this and return
thorpej
2021-03-04
Add missing opt_inet.h.
msaitoh
2020-08-26
add socket info for user and group for unix sockets in fstat.
christos
2020-05-23
Move proc_lock into the data segment. It was dynamically allocated because
ad
2020-02-01
Load struct fdfile::ff_file with atomic_load_consume.
riastradh
2020-02-01
Load struct filedesc::fd_dt with atomic_load_consume.
riastradh
2019-07-11
Fix info leaks: the alignment of the structures causes uninitialized heap
maxv
2018-11-04
- Introduce a new SO_RERROR socket option to explicitly turn on
christos
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-07-20
Add "show socket" command written by Hiroki SUENAGA. It prints usage of
msaitoh
2018-06-06
Separate receive socket errors from general socket errors.
roy
2018-04-29
Remove references to m_copy in comments.
maxv
2018-03-19
socket: report receive buffer overflows
roy
2018-03-18
- Convert sb_lowat to unsigned for consistency. There are no negative value
christos
2017-07-06
move the timestamp stuff to uipc_socket.c because it already has the compat
christos
2017-07-06
Merge the two copies SO_TIMESTAMP/SO_OTIMESTAMP processing to a single
christos
2016-10-02
more MFREE -> m_free
christos
2016-05-23
Fix a longstanding problem with accept filters noticed by Timo Buhrmester:
tls
2015-08-24
sprinkle _KERNEL_OPT
pooka
2014-09-05
Don't next structure and enum definitions.
matt
2014-07-31
split PRU_DISCONNECT, PRU_SHUTDOWN and PRU_ABORT function out of
rtr
2014-05-19
- Split off PRU_ATTACH and PRU_DETACH logic into separate functions.
rmind
2014-05-18
Add struct pr_usrreqs with a pr_generic function and prepare for the
rmind
2014-05-17
sonewconn: insert the socket into the queue *after* the protocol attach.
rmind
2014-05-17
- sonewconn: improve the initialisation order and add some asserts.
rmind
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
[next]