opnsense-src/sys/dev
Gleb Smirnoff 5bba272807 sockets: make pr_shutdown fully protocol specific method
Disassemble a one-for-all soshutdown() into protocol specific methods.
This creates a small amount of copy & paste, but makes code a lot more
self documented, as protocol specific method would execute only the code
that is relevant to that protocol and nothing else.  This also fixes a
couple recent regressions and reduces risk of future regressions.  The
extended KPI for the new pr_shutdown removes need for the extra pr_flush
which was added for the sake of SCTP which could not perform its shutdown
properly with the old one.  Particularly for SCTP this change streamlines
a lot of code.

Some notes on why certain parts of code were copied or were not to certain
protocols:
* The (SS_ISCONNECTED | SS_ISCONNECTING | SS_ISDISCONNECTING) check is
  needed only for those protocols that may be connected or disconnected.
* The above reduces into only SS_ISCONNECTED for those protocols that
  always connect instantly.
* The ENOTCONN and continue processing hack is left only for datagram
  protocols.
* The SOLISTENING(so) block is copied to those protocols that listen(2).
* sorflush() on SHUT_RD is copied almost to every protocol, but that
  will be refactored later.
* wakeup(&so->so_timeo) is copied to protocols that can make a non-instant
  connect(2), can SO_LINGER or can accept(2).

There are three protocols (netgraph(4), Bluetooth, SDP) that did not have
pr_shutdown, but old soshutdown() would still perform sorflush() on
SHUT_RD for them and also wakeup(9).  Those protocols partially supported
shutdown(2) returning EOPNOTSUP for SHUT_WR/SHUT_RDWR, now they fully lost
shutdown(2) support.  I'm pretty sure netgraph(4) and Bluetooth are okay
about that and SDP is almost abandoned anyway.

Reviewed by:		tuexen
Differential Revision:	https://reviews.freebsd.org/D43413
2024-01-16 10:30:37 -08:00
..
aac sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
aacraid sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
acpi_support wmistat: don't restrict reading to the pid that opened the fd. 2023-08-29 17:23:16 +00:00
acpica apei: Mark ReadAckRegister resource as shareable 2024-01-09 16:07:34 -05:00
adb sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
adlink sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ae sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
age sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
agp pci_cfgreg: Add a PCI domain argument to the low-level register API 2023-11-29 10:31:47 -08:00
ahci clk: Move clock code in dev/clk 2024-01-10 19:20:26 +01:00
aic7xxx sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
al_eth sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
alc sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ale sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
alpm sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
altera sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
amd_ecc_inject sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
amdgpio sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
amdpm sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
amdsbwd sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
amdsmb sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
amdsmn sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
amdtemp pci_cfgreg: Add a PCI domain argument to the low-level register API 2023-11-29 10:31:47 -08:00
arcmsr sys/dev/arcmsr: Update Areca RAID driver to version 1.50.00.06. 2023-09-06 01:11:55 -07:00
asmc sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ata sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ath ath: Handle errors from copyout() in ath_rate_fetch_node_stats() 2023-12-25 21:04:00 -05:00
atkbdc psm: recognize post-IBM trackpoints on Thinkpads 2023-09-19 09:41:04 -07:00
atopcase Add atopcase, the Apple HID over SPI input driver 2023-08-20 12:53:32 +03:00
axgbe sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
backlight sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
bce sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
beri sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
bfe sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
bge IfAPI: Retire if_etherbpfmtap() and if_bpfmtap() 2023-08-25 12:50:14 -04:00
bhnd bhnd: Correct the softc size in the siba_bhndb_driver definition 2023-12-05 13:47:03 -05:00
bnxt bnxt: Handle errors from copyout() in ioctl handlers 2024-01-04 08:39:53 -05:00
bwi Revert "Widen EPOCH(9) usage in PCI WLAN drivers." 2023-12-01 00:48:54 +00:00
bwn bwn: remove unused ic_headroom 2023-12-13 23:54:05 +00:00
bxe sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
cadence clk: Move clock code in dev/clk 2024-01-10 19:20:26 +01:00
cardbus sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
cas sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
cesa sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
cfe sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
cfi sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
chromebook_platform sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ciss ciss: Fix typo (triple T) 2023-12-27 20:24:30 -07:00
clk syscon: Move syscon code in dev/syscon 2024-01-10 19:20:37 +01:00
coretemp sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
cpuctl sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
cpufreq regulator: Move regulator code in dev/regulator 2024-01-10 19:20:32 +01:00
cxgb sys: Use mbufq_empty instead of comparing mbufq_len against 0 2024-01-09 11:00:46 -08:00
cxgbe cxgbe(4): Use the correct size for the CIM LA on the T6. 2024-01-09 13:27:00 -08:00
cyapa sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
dc sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
dcons sys: Remove $FreeBSD$: one-line .h pattern 2023-08-16 11:54:18 -06:00
dialog/da9063 spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
dpaa sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
dpaa2 sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
dpms sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
drm2 Avoid waiting on physical allocations that can't possibly be satisfied 2023-12-23 23:01:40 -06:00
dwc syscon: Move syscon code in dev/syscon 2024-01-10 19:20:37 +01:00
dwwdt clk: Move clock code in dev/clk 2024-01-10 19:20:26 +01:00
e1000 e1000(4): Remove disconnected SYSCTL 2024-01-09 23:15:44 +01:00
efidev sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ena ena: Update driver version to v2.7.0 2023-12-28 13:56:43 +00:00
enetc sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
enic Remove a few more stray __FBSDID uses 2023-09-25 07:49:52 -07:00
eqos syscon: Move syscon code in dev/syscon 2024-01-10 19:20:37 +01:00
et sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
etherswitch hwreset: Move reset code in dev/hwreset 2024-01-10 19:20:28 +01:00
evdev evdev: Sync event codes with Linux kernel 6.5 2023-11-02 09:20:20 +03:00
exca sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
fb fb: Check for errors from copyin() 2024-01-12 15:56:00 -05:00
fdc sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
fdt syscon: Move syscon code in dev/syscon 2024-01-10 19:20:37 +01:00
ffec sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
filemon sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
firewire sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
firmware clk: Move clock code in dev/clk 2024-01-10 19:20:26 +01:00
flash clk: Move clock code in dev/clk 2024-01-10 19:20:26 +01:00
ftgpio ftgpio: Fix panic at attach and use better device description 2023-03-02 08:17:04 -07:00
ftwd sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
fxp IfAPI: Retire if_etherbpfmtap() and if_bpfmtap() 2023-08-25 12:50:14 -04:00
gem sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
glxiic sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
glxsb sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
goldfish sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
gpio regulator: Move regulator code in dev/regulator 2024-01-10 19:20:32 +01:00
gve gve: Make LRO work for jumbo packets 2023-09-07 09:28:26 -04:00
hdmi clk: Move clock code in dev/clk 2024-01-10 19:20:26 +01:00
hid hid: Handle errors from copyin() in ioctl handlers 2023-12-25 21:04:00 -05:00
hifn sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
hpt27xx pci_cfgreg: Add a PCI domain argument to the low-level register API 2023-11-29 10:31:47 -08:00
hptiop sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
hptmv hptmv: Handle errors from copyout() in hpt_set_info() 2023-12-26 19:01:26 -05:00
hptnr pci_cfgreg: Add a PCI domain argument to the low-level register API 2023-11-29 10:31:47 -08:00
hptrr sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
hwpmc sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
hwreset hwreset: Move reset code in dev/hwreset 2024-01-10 19:20:28 +01:00
hyperv sockets: make pr_shutdown fully protocol specific method 2024-01-16 10:30:37 -08:00
iavf iavf: Add explicit ifdi_needs_reset for VLAN changes 2023-08-24 13:46:56 -07:00
ic sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
ice ice(4): Update to 1.38.16-k 2023-09-13 15:26:54 -07:00
ichiic ig4: Actively use FIFO thresholds 2023-12-24 18:18:11 -05:00
ichsmb ichsmb(4): Add PCI ID for Intel Ice Lake SMBus controller 2023-12-19 23:32:01 +03:00
ichwd pci_cfgreg: Add a PCI domain argument to the low-level register API 2023-11-29 10:31:47 -08:00
ida sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
igc igb(4): Remove disconnected SYSCTL 2024-01-09 23:15:44 +01:00
iicbus regulator: Move regulator code in dev/regulator 2024-01-10 19:20:32 +01:00
imcsmb sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
intel pchtherm(4): Add PCI ID for Wellsburg Thermal Subsystem 2023-12-19 23:32:01 +03:00
intpm sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
io sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ioat sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
iommu iommu_gas_remove(): consolidate places where decision is made to keep the entry 2023-12-26 03:28:23 +02:00
ipmi pci_cfgreg: Add a PCI domain argument to the low-level register API 2023-11-29 10:31:47 -08:00
ips sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ipw Revert "Widen EPOCH(9) usage in PCI WLAN drivers." 2023-12-01 00:48:54 +00:00
irdma LinuxKPI: Remove sys/rman.h include from LKPI headers. 2023-12-24 11:19:57 +03:00
isci isci: Fix typo (triple S) 2023-12-27 20:24:31 -07:00
iscsi iscsi: Check for copyout errors in iscsi_ioctl_daemon_receive() 2023-12-25 21:04:01 -05:00
iser sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
isl sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
ismt sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
isp isp: Fix endianness conversion in isp_read_flash_data() 2023-12-31 18:59:06 -05:00
ispfw ispfw(4): Update and add firmware 2023-12-28 13:31:56 -05:00
itwd sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
iwi Revert "Widen EPOCH(9) usage in PCI WLAN drivers." 2023-12-01 00:48:54 +00:00
iwm Revert "Widen EPOCH(9) usage in PCI WLAN drivers." 2023-12-01 00:48:54 +00:00
iwn Revert "Widen EPOCH(9) usage in PCI WLAN drivers." 2023-12-01 00:48:54 +00:00
ixgbe iflib: invert default restart on VLAN changes 2023-08-24 13:48:19 -07:00
ixl iflib drivers: Constify PCI ID LUTs 2023-08-17 20:34:23 +02:00
jedec_dimm sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
jme sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
kbd sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
kbdmux sys: Remove $FreeBSD$: one-line .h pattern 2023-08-16 11:54:18 -06:00
ksyms sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
kvm_clock sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
le sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
led sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
lge sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
liquidio sys: Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:24 -06:00
mailbox/arm sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
malo Revert "Widen EPOCH(9) usage in PCI WLAN drivers." 2023-12-01 00:48:54 +00:00
mana sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
mbox sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
md sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
mdio sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
mem sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
mfi sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
mgb iflib: invert default restart on VLAN changes 2023-08-24 13:48:19 -07:00
mge sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
mii mii: Fix memory leak in micphy. 2024-01-08 16:39:56 +09:00
mlx sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
mlx4 mlx4(5): fix driver initialization 2023-12-23 22:53:02 +02:00
mlx5 mlx5(4): only detach IOV children if iov was successfully initialized 2024-01-05 06:52:39 +02:00
mlxfw sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
mmc regulator: Move regulator code in dev/regulator 2024-01-10 19:20:32 +01:00
mmcnull sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
mpi3mr mpi3mr: Check for copyin errors in mpi3mr_map_data_buffer_dma() 2023-12-25 21:04:00 -05:00
mpr mpr: Handle errors from copyout() in ioctl handlers 2023-12-25 21:04:01 -05:00
mps mps: Handle errors from copyout() in ioctl handlers 2023-12-25 21:04:01 -05:00
mpt sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
mrsas sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
msk sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
mthca Fix unused variable warning in mlx5_ib_devx.c 2022-07-25 00:40:13 +02:00
mvs sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
mwl Revert "Widen EPOCH(9) usage in PCI WLAN drivers." 2023-12-01 00:48:54 +00:00
mxge sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
my sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
nctgpio sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
ncthwm sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
neta clk: Move clock code in dev/clk 2024-01-10 19:20:26 +01:00
netmap netmap: Ignore errors in CSB_WRITE() 2023-12-27 10:13:29 -05:00
nfe IfAPI: Retire if_etherbpfmtap() and if_bpfmtap() 2023-08-25 12:50:14 -04:00
nfsmb sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
nge sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
nmdm sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
ntb sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
null sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
nvd sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
nvdimm sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
nvme nvme: Add some bits from NVMe 2.0c spec. 2023-12-27 13:50:54 -05:00
nvmem nvmem: Move nvmem code in dev/nvmem 2024-01-10 19:20:31 +01:00
nvram sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
oce sys: Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:24 -06:00
ocs_fc ocs: Check for copyin errors in the ioctl handler 2023-12-25 21:04:00 -05:00
ofw clk: Move clock code in dev/clk 2024-01-10 19:20:26 +01:00
otus Revert "Enter the network epoch in USB WiFi drivers when processing input" 2023-12-01 00:48:54 +00:00
ow sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
p2sb p2sb: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-09 12:22:03 -07:00
pbio sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
pccard sys: Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:24 -06:00
pccbb sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
pcf sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
pci phy: Move phy code in dev/phy 2024-01-10 19:20:34 +01:00
phy phy: Move phy code in dev/phy 2024-01-10 19:20:34 +01:00
pms pms: Fix typo (triple S) 2023-12-27 20:24:31 -07:00
powermac_nvram sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
ppbus sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ppc sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
proto sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
psci sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
pst pst-raid: De-pessimize the building of i386 kernels 2023-11-28 10:17:07 -07:00
pty sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
puc puc: Add support for Exar XR17V354 Quad PCI Express UART. 2024-01-08 15:31:19 +09:00
pwm regulator: Move regulator code in dev/regulator 2024-01-10 19:20:32 +01:00
qat qat: Fix typo (triple S) 2023-12-27 20:24:31 -07:00
qat_c2xxx sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
qcom_clk clk: Move clock code in dev/clk 2024-01-10 19:20:26 +01:00
qcom_dwc3 syscon: Move syscon code in dev/syscon 2024-01-10 19:20:37 +01:00
qcom_gcc hwreset: Move reset code in dev/hwreset 2024-01-10 19:20:28 +01:00
qcom_mdio qcom: fix panic in qcom_mdio_ipq4018 implementation 2023-08-11 02:12:55 +00:00
qcom_qup hwreset: Move reset code in dev/hwreset 2024-01-10 19:20:28 +01:00
qcom_rnd sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
qcom_tcsr sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
qcom_tlmm sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
qlnx qlnx: Fix a couple of type mismatches in function declarations 2023-11-14 18:37:06 -08:00
qlxgb sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
qlxgbe sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
qlxge sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
quicc sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ral Revert "Widen EPOCH(9) usage in PCI WLAN drivers." 2023-12-01 00:48:54 +00:00
random armv8rng: Don't require toolchain to support FEAT_RNG 2023-12-01 23:59:07 +00:00
rccgpio sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
re re(4): Add support for 8168FP HW rev 2023-11-23 12:13:00 -08:00
regulator regulator: Move regulator code in dev/regulator 2024-01-10 19:20:32 +01:00
rl rl: Fix typo 2023-12-20 21:16:29 -07:00
rndtest sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
rtsx sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
rtwn Revert "Enter the network epoch in USB WiFi drivers when processing input" 2023-12-01 00:48:54 +00:00
safe sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
safexcel sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
sbni sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
scc sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
sdhci syscon: Move syscon code in dev/syscon 2024-01-10 19:20:37 +01:00
sdio sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
sec sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
sff sff: Add SFP driver (fdt-based draft) 2023-08-18 12:40:11 +02:00
sfxge sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
sge sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
siis sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
sis sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
sk sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
smartpqi smartpqi: Change alignment for dma tags 2023-10-18 21:12:27 -06:00
smbios sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
smbus smbus: add compat32 support for SMB ioctls 2023-11-29 18:15:09 -05:00
smc sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
snp sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
sound sound: add missing modules to snd_driver 2024-01-16 18:48:56 +02:00
speaker sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
spibus hwreset: Move reset code in dev/hwreset 2024-01-10 19:20:28 +01:00
sram sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ste sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
stge sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
sume sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
superio sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
sym sym(4): Add __diagused to nseg of getbaddrcb() 2023-08-18 16:33:27 +02:00
syscon syscon: Move syscon code in dev/syscon 2024-01-10 19:20:37 +01:00
syscons sc: Use current console rather than first console for mouse input 2024-01-14 09:24:41 -07:00
tcp_log sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
tdfx tdfx: Handle errors from copyin() and copyout() 2023-12-26 19:00:53 -05:00
ti ti: Handle errors from copyin() and copyout() 2023-12-26 18:58:24 -05:00
tpm sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
tsec sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
tws sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
uart uart(4): Honor hardware state of NS8250-class for tsw_busy 2024-01-14 08:03:59 +01:00
usb usb: use only usb_devinfo() in device_set_usb_desc() 2024-01-16 18:49:08 +02:00
veriexec sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
vge vge: correct pause_frames sysctl description 2023-09-24 13:34:36 -04:00
viapm sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
viawd sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
video sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
videomode sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
virtio Revert "vtnet: Adjust rx buffer so IP header 32-bit aligned" 2023-12-28 10:22:23 -07:00
vkbd vkbd: correct ref count on cloned cdevs 2023-10-10 02:37:43 +03:00
vmd sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
vmgenc sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
vmware sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
vnic sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
vr sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
vt vt(4): Call post-switch callback after replacing the backend 2023-11-29 19:54:14 +01:00
vte sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
watchdog sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
wbwd sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
wdatwd sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
wg sockets: don't malloc/free sockaddr memory on getpeername/getsockname 2023-11-30 08:31:10 -08:00
wpi Revert "Widen EPOCH(9) usage in PCI WLAN drivers." 2023-12-01 00:48:54 +00:00
wtap Revert "Widen EPOCH(9) usage in PCI WLAN drivers." 2023-12-01 00:48:54 +00:00
xdma sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
xen gntdev: Handle errors from suword32() in gntdev_alloc_gref() 2023-12-25 21:04:01 -05:00
xilinx sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
xl sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
xz sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
zlib sys: Remove $FreeBSD$: one-line .h pattern 2023-08-16 11:54:18 -06:00