| Age | Commit message (Expand) | Author |
| 2022-04-09 | unix(4): Convert membar_exit to membar_release. | riastradh |
| 2022-03-12 | kern: m_copym(M_DONTWAIT) can fail; handle that case gracefully. | riastradh |
| 2021-10-23 | Add support for the EVFILT_EMPTY filter, which is activated when the | thorpej |
| 2021-10-11 | Setting EV_EOF requires modifying kn->kn_flags. However, that relies on | thorpej |
| 2021-09-29 | The kq filterops that interact with sockets are MPSAFE. | thorpej |
| 2021-09-29 | - Change selremove_knote() from returning void to bool, and return | thorpej |
| 2021-09-26 | Change the kqueue filterops::f_isfd field to filterops::f_flags, and | thorpej |
| 2021-08-03 | in sbsavetimestamp(), initialize struct timeval to 0 with memset() so that | chs |
| 2020-12-11 | Use sel{record,remove}_knote(). | thorpej |
| 2020-11-23 | Restore correct functioning of SIOCATMARK by removing the previous | chs |
| 2020-10-17 | Setting a socket buffer size stops autoscaling. Add a sysctl to | mlelstv |
| 2020-08-26 | add socket info for user and group for unix sockets in fstat. | christos |
| 2020-06-07 | Fix bohr bug triggered only once by syzkaller 2,5 months ago. | maxv |
| 2020-04-26 | Implement SCTP bug fixes found by maxv@. | jakllsch |
| 2020-02-22 | Zero out 'tv', to prevent uninitialized bytes in its padding from leaking | maxv |
| 2020-02-21 | Explicitly cast pointers to uintptr_t before casting to enums. They are | joerg |
| 2020-02-18 | PR/54435: Valery Ushakov: Clear urgent status after reading urgent data, so | christos |
| 2019-10-14 | Add a check before the memcpy. memcpy is defined to never take NULL as | maxv |
| 2019-09-27 | Actually return the updated pointer-to-mbuf-pointer to the caller | pgoyette |
| 2019-09-14 | Fix build. | mlelstv |
| 2019-09-14 | PT/54527: Anthony Mallet: Don't clear socket errors for MSG_PEEK. | christos |
| 2019-07-16 | Move the assignment of SCTP-specific function hooks/pointers. | pgoyette |
| 2019-06-01 | Add XXXs for SCTP bugs. | maxv |
| 2019-05-08 | PR/54176: Anthony Mallet: | christos |
| 2019-04-15 | Clean up this mess and simplify, so that all the socket options get | pgoyette |
| 2019-04-15 | If the compat code successfully handled an option, don't return an error. | pgoyette |
| 2019-04-15 | Actually update the timeout value for the compability sockops | pgoyette |
| 2019-04-15 | Split the COMPAT_50 socket-timeout stuff out of kern/uipc_socket.c | pgoyette |
| 2019-04-14 | Add more checks, if the values are negative we hit a KASSERT later in the | maxv |
| 2019-04-08 | Reset so_cred to NULL after freeing it, because close() may leave the PCB | maxv |
| 2019-03-31 | Also check for MT_CONTROL, and end the receive operation if we see one. It | maxv |
| 2019-03-07 | Remove getsombuf(), unused. | maxv |
| 2019-03-07 | style | maxv |
| 2019-02-04 | add a couple of fallthru comments. | mrg |
| 2018-12-22 | Replace M_ALIGN and MH_ALIGN by m_align. | maxv |
| 2018-11-07 | Update getsockopt(SO_ERROR) to behave like soreceive() and | hannken |
| 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-06-06 | Separate receive socket errors from general socket errors. | roy |
| 2018-04-26 | Stop using m_copy(), use m_copym() directly. m_copy is useless, | maxv |
| 2018-04-26 | Remove unused mbuf argument from sbsavetimestamp. | maxv |
| 2018-03-19 | socket: remove now incorrect comment that so_error is only udp | roy |
| 2018-03-19 | socket: clear error even when peeking | roy |
| 2018-01-04 | Add a new sockopt member to keep track of the actual size of the option | christos |
| 2018-01-01 | make sure that we have enough space, don't require the exact size | christos |
| 2017-10-25 | Use C99 initializer for filterops | maya |
| 2017-07-06 | move the timestamp stuff to uipc_socket.c because it already has the compat | christos |
| 2017-05-27 | merge the bouyer-socketcan branch to HEAD. | bouyer |
| 2017-05-25 | switch to a switch | christos |
| 2017-05-01 | whitespace police | ryo |