summaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/hvsock
Commit message (Expand)AuthorAgeFilesLines
* hvsock: Fix a typo in a source code commentGordon Bergling2024-01-071-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* protosw: refactor protosw and domain static declaration and loadGleb Smirnoff2022-08-171-30/+17
* sockets: use socket buffer mutexes in struct socket directlyGleb Smirnoff2022-05-121-2/+2
* hyperv: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* domains: make domain_init() initialize only global stateGleb Smirnoff2022-01-031-1/+1
* protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff2022-01-032-7/+4
* socket: De-duplicate SBLOCKWAIT() definitionsMark Johnston2021-09-141-1/+0
* socket: Rename sb(un)lock() and interlock with listen(2)Mark Johnston2021-09-071-18/+13
* hvsock: fail the probe on non-HyperV machinesKyle Evans2021-08-161-18/+13
* Consistently use the SOLISTENING() macroMark Johnston2021-06-141-1/+1
* Add missing sockaddr length and family validation to various protocolsMark Johnston2021-05-031-0/+9
* Socket AF_HYPERV should return failure when it is not running on HyperVWei Hu2020-05-221-0/+15
* Fix i386 build for r361275Li-Wen Hsu2020-05-201-5/+6
* HyperV socket implementation for FreeBSDWei Hu2020-05-202-0/+1870