index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
uipc_socket.c
Age
Commit message (
Expand
)
Author
2023-08-08
Merge SO_BINDANY cases from both switch blocks within sosetopt(). This
Vitaliy Makkoveev
2023-08-08
Merge SO_SND* with corresponding SO_RCV* cases within sosetopt(). The
Vitaliy Makkoveev
2023-08-03
Move solock() down to sosetopt(). A part of standalone sblock() work.
Vitaliy Makkoveev
2023-07-22
Add `sb_state' output to sobuf_print(). It contains SS_CANTSENDMORE,
Vitaliy Makkoveev
2023-07-04
Introduce SBL_WAIT and SBL_NOINTR sbwait() flags.
Vitaliy Makkoveev
2023-06-30
Use "newcon" instead of "netlck" as identifier of the sleep reason while
Vitaliy Makkoveev
2023-04-28
Add a membar_consumer() for the taskq_create() in sosplice(). Membar
Alexander Bluhm
2023-04-24
Don't check `so_sp' within sofree(). The following isspliced() and
Vitaliy Makkoveev
2023-02-10
Adjust knote(9) API
Visa Hankala
2023-02-02
Move the rest of common socket initialization within soalloc().
Vitaliy Makkoveev
2023-01-27
Push solock() down to sogetopt(). It is not required for the most cases.
Vitaliy Makkoveev
2023-01-27
Replace selinfo structure by klist in sockbuf. No reason to keep it,
Vitaliy Makkoveev
2023-01-23
Move SS_ISSENDING flag to `sb_state'. It should belong to the send
Vitaliy Makkoveev
2023-01-23
In somove() rename `state' variable to `rcvstate' to make code more
Vitaliy Makkoveev
2023-01-22
Move SS_CANTRCVMORE and SS_RCVATMARK bits from `so_state' to `sb_state' of
Vitaliy Makkoveev
2023-01-21
Introduce per-sockbuf `sb_state' to use it with SS_CANTSENDMORE.
Vitaliy Makkoveev
2022-12-12
Revert sb_state changes to unbreak tree.
Theo Buehler
2022-12-11
This time, socket's buffer lock requires solock() to be held. As a part of
Vitaliy Makkoveev
2022-11-28
Simplify return path of (*pr_ctloutput)() return value in sogetopt().
Vitaliy Makkoveev
2022-10-03
System calls should not fail due to temporary memory shortage in
Alexander Bluhm
2022-09-05
Use shared netlock in soreceive(). The UDP and IP divert layer
Alexander Bluhm
2022-09-04
Use pru_send function to check socket splicing compatibility. Only
Alexander Bluhm
2022-09-03
Fix socket splicing between inet and inet6 sockets broken by PRU_CONTROL
Vitaliy Makkoveev
2022-08-28
Don't check `so_pcb' with PR_WANTRCVD flag. tcp(4) sockets are the only
Vitaliy Makkoveev
2022-08-26
Move PRU_RCVD request to (*pru_rcvd)().
Vitaliy Makkoveev
2022-08-21
Change soabort() return value to void. We never interesting on it.
Vitaliy Makkoveev
2022-08-15
Introduce 'pr_usrreqs' structure and move existing user-protocol
Vitaliy Makkoveev
2022-08-14
remove unneeded includes in sys/kern
Jonathan Gray
2022-08-13
Introduce the pru_*() wrappers for corresponding (*pr_usrreq)() calls.
Vitaliy Makkoveev
2022-07-25
Replace selwakeup() with KNOTE() in socket event activation
Visa Hankala
2022-07-01
Make fine grained unix(4) domain sockets locking. Use the per-socket
Vitaliy Makkoveev
2022-06-06
Simplify solock() and sounlock(). There is no reason to return a value
Claudio Jeker
2022-05-09
Revert "Replace selwakeup() with KNOTE() in pipe and socket event activation."
Visa Hankala
2022-05-06
Replace selwakeup() with KNOTE() in pipe and socket event activation.
Visa Hankala
2022-02-25
Reported-by: syzbot+1b5b209ce506db4d411d@syzkaller.appspotmail.com
Philip Guenther
2022-02-25
Move pr_attach and pr_detach to a new structure pr_usrreqs that can
Philip Guenther
2022-02-16
Reduce code duplication in socket event filters.
Visa Hankala
2022-02-13
Rename knote_modify() to knote_assign()
Visa Hankala
2021-12-24
Make poll/select version of filt_solisten() more similar to soo_poll().
Visa Hankala
2021-12-13
Revise EVFILT_EXCEPT filters
Visa Hankala
2021-11-11
Destroy protocol control block before perform `so_q0' and `so_q' queues
Vitaliy Makkoveev
2021-11-06
Allocate socket and initialize so_lock in one place
Visa Hankala
2021-10-24
Set klist lock for sockets to make socket event filters MP-safe
Visa Hankala
2021-10-22
Make EVFILT_EXCEPT handling separate from the read filter.
Martin Pieuchot
2021-10-14
Release solock() before call unp_externalize().
Vitaliy Makkoveev
2021-07-26
Pass a socket pointer to various socket buffer routines in preparation for
Martin Pieuchot
2021-05-28
Add f_modify and f_process callbacks to socket filterops.
Visa Hankala
2021-05-25
As network features are not added dynamically, the domain structures
Alexander Bluhm
2021-05-13
Do `so_rcv' cleanup with sblock() held.
mvs
2021-05-13
Use NULL instead of 0 for mbuf(9) pointers.
mvs
[next]