opnsense-src/sys/dev
John Baldwin 7485926e09 nvme: Firmware revisions in the firmware slot info logpage are ASCII strings
In particular, don't try to byteswap the values as 64-bit integers and
always print a non-empty version as a string.

Reviewed by:	chuck, imp
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D44121
2024-03-01 14:18:43 -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 acpi: Defer reserving resources for ACPI devices 2024-02-22 10:43:43 -08: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 aic7xxx: Fix two typos in source code comments 2024-01-22 21:47:23 +01: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 atse(4): Fix a typo in a source code comment 2024-01-20 17:35:51 +01: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(4): always enable 11n 2024-02-22 22:34:17 +00: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 axgbe: Various link stability and module compatibilty improvements 2024-02-02 12:21:00 -07:00
backlight sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
bce bce(4): Fix a typo in a kernel message 2024-01-20 20:10:21 +01: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 bge(4): Fix some typos in source code comments 2024-02-22 20:40:10 +01:00
bhnd bhnd_chipc: Make use of bus_generic_rman_* to simplify some code 2024-02-27 11:44:22 -08: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 bxe(4): Fix two typos in a kernel messages 2024-02-27 17:38:53 +01: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(4): Fix a typo in a source code comment 2024-01-20 17:34:25 +01: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 tom: Enable ULP_MODE_TCPDDP on demand 2024-01-30 16:41:43 -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 dpaa2: Use bus_generic_rman_* 2024-02-27 11:43:50 -08: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 dwc: fix DEBUG macro name 2024-02-27 18:10:14 -04: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 sys/dev/enic/if_enic.c: remove an extra semicolon 2024-02-02 18:35:01 -07:00
eqos if_eqos: Fix a typo in a kernel error message 2024-01-28 16:42:12 +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 simplebus: Implement bus_delete_resource 2024-02-15 16:05:00 -08: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 gpiobus: Add missing DEVMETHOD for bus_get_rman 2024-02-22 16:14:58 -08: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 bcm5974(4): Properly assign MT-slot on Apple Magic Trackpad 2024-02-21 23:31:39 +03: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 if_hn: Fix two typos in source code comments 2024-02-24 10:13:44 +01: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: add Cedar Fork PCI id 2024-02-10 02:14:27 +01: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 iicbus/mux/pca954x: add support for PCA9546 I2C Switch 2024-02-21 16:46:15 +00: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 change ipmi watchdog to awlays stop when system is halted 2024-01-28 14:45:16 +02: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 irdma(4): Upgrade to 1.2.36-k 2024-02-16 14:01:34 -08: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 mana: fix leaking pci resource problem detaching mana deivces 2024-02-13 09:38:31 +00: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 sys/dev/mii/mcommphy.c: remove an extra semicolon 2024-02-02 18:35:00 -07: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: Zero DMA memory mlx5_alloc_cmd_msg() and alloc_cmd_page() 2024-01-18 16:52:17 -05:00
mlxfw sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
mmc mmc_fdt_parse: remove redundant bootverbose check 2024-01-28 13:39:03 +02:00
mmcnull sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
mpi3mr mpi3mr: Fix confusion over | and & 2024-01-28 21:43:56 -07:00
mpr mpr: endianess fix for set/get dpm page0 2024-01-31 17:33:05 -09: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 ntb: Add Intel Xeon Gen4 support 2024-02-07 15:14:58 -06: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: Firmware revisions in the firmware slot info logpage are ASCII strings 2024-03-01 14:18:43 -08: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 ofw_pcib: Use bus_generic_rman_* 2024-01-23 09:38:09 -08: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 pci_host_generic: Fix build without PCI_RES_BUS 2024-02-16 12:09:46 -08: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 psci: split off psci_reboot from psci_shutdown 2024-02-18 16:38:27 +02: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 typo (triple M) 2024-02-02 18:35:00 -07: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 random(4): Fix a typo in a source code comment 2024-02-22 16:54:50 +01: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 net80211: deal with lost state transitions 2024-02-14 19:47:21 +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 sdhci_fsl_fdt(4): Actually use modified SDHCI capabilities 2024-02-05 23:43:48 +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 sk(4): Fix a typo in a source code comment 2024-02-22 17:16:49 +01: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 snd_uaudio(4): Fix sample rate selection after 42fdcd9fd9. 2024-02-27 00:27:47 +01:00
speaker speaker: Use standard C bool 2024-02-05 15:45:32 -08: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_power: do reboot after shutdown_panic is executed 2024-02-18 16:38:27 +02: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 dev/uart: name uart_class_set DATA_SET macro UART_CLASS() 2024-02-22 22:43:22 +00:00
usb uath(4): Fix a typo in a source code comment 2024-02-22 16:55:51 +01:00
veriexec sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
vge vge(4): Fix a typo in a source code comment 2024-02-27 13:42:10 +01: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 vtnet: Avoid ifdefs based on __NO_STRICT_ALIGNMENT 2024-02-04 22:43:49 -07:00
vkbd vkbd: correct ref count on cloned cdevs 2023-10-10 02:37:43 +03:00
vmd vmd: Use bus_generic_rman_* for PCI bus and memory resources 2024-02-15 12:26:40 -08:00
vmgenc sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
vmware vmware: Fix a typo in a source code comment 2024-01-20 17:33:27 +01:00
vnic vnic: fix compilation of an IPv6 only kernel 2024-02-06 22:47:16 +01: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 wg: detach bpf upon destroy as well 2024-01-22 10:22:44 -06: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 x86/xen: introduce non-hypercall based emergency print 2024-02-22 11:08:03 +01: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