]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
geom_vfs: make sc_orphaned a bool
[FreeBSD/FreeBSD.git] / sys /
2022-04-24 Warner Loshgeom_vfs: make sc_orphaned a bool
2022-04-24 Warner Loshbio: Add the speedup flags to PRINT_BIO_FLAGS
2022-04-24 Warner Loshnda: Fix comment
2022-04-24 Alexander MotinCAM: Replicate e0ceec676dc8 from da to ada and nda.
2022-04-22 John BaldwinKTLS: Add a new recrypt operation to the software backend.
2022-04-22 John BaldwinKTLS: Construct IV directly in crp.crp_iv for TLS 1...
2022-04-22 John BaldwinKTLS: Move OCF function pointers out of ktls_session.
2022-04-22 John Baldwinamd64 NOTES: Add entries for qlxgb, glxgbe, and glxge.
2022-04-22 John Baldwinamd64 NOTES: Sort the axp entry.
2022-04-22 John Baldwinqlxgb/qlxgbe/qlxge: Fix build without INET and/or witho...
2022-04-22 Mateusz Guzikiwm: plug set-but-not-used vars
2022-04-22 Simon J. GerratyMerge bmake-20220418
2022-04-22 Kristof ProvostBump __FreeBSD_version for udp_tun_func_t() prototype...
2022-04-22 Reid Linnemannpf: Add per-rule timestamps for rule and eth_rule
2022-04-22 Kristof Provostudp6: allow udp_tun_func_t() to indicate it did not...
2022-04-22 John F. Carrpci: recognize "non-essential instrumentation" devices
2022-04-22 Adrian Chaddnet80211: Fix traffic hang on STA/AP VAPs on a multi...
2022-04-21 Piotr Kubajpowerpc: add GENERIC64LE-NODEBUG config and improve...
2022-04-21 John Baldwinqlxge: Inline the one use of a variable only used in...
2022-04-21 John Baldwinpsm: Swap the unit member in the softc for a device_t.
2022-04-21 John BaldwinKTLS: Free the MAC session when destroying AES-CBC...
2022-04-21 John Baldwinbusdma_bounce: Batch bounce page free operations when...
2022-04-21 John Baldwinbusdma_bounce: Add free_bounce_pages helper function.
2022-04-21 John Baldwinbusdma_bounce: Make the map waiting list per-bounce...
2022-04-21 John Baldwinbusdma_bounce: Use a simple kproc to invoke deferred...
2022-04-21 John BaldwinRun softclock threads at a hardware ithread priority.
2022-04-21 John Baldwinacpi_toshiba: Use device_get_softc in attach.
2022-04-21 John Baldwinvgapm: Use devclass_find to lookup the vga devclass...
2022-04-21 John BaldwinFB_INSTALL_CDEV: Remove this option and related code.
2022-04-21 John Baldwinsc: Use devclass_find to lookup the sc devclass.
2022-04-21 John Baldwinarcmsr: Remove never-true NULL check from cdev callbacks.
2022-04-21 John Baldwinarcmsr: Store softc pointer in si_drv1 of cdev.
2022-04-21 John Baldwinccp: Use devclass_find to lookup devclass in db_show_ccp.
2022-04-21 John Baldwincpufreq_curr_sysctl: Use devclass_find to lookup cpufre...
2022-04-21 John Baldwinhidbus: Use devclass_find to lookup the devclass for...
2022-04-21 John Baldwintwe: Use devclass_find in twe_report debug function.
2022-04-21 John Baldwinpcm: Initialize pcm_devclass in sound_modevent.
2022-04-21 John Baldwinpcm: Remove dead code from sound_modevent.
2022-04-21 John Baldwinsmbios/vpd: Use devclass_find to lookup devclass in...
2022-04-21 John Baldwinnvme: Use devclass_find to lookup the nvme devclass.
2022-04-21 John Baldwinmlx: Use devclass_find to lookup the devclass for mlxd.
2022-04-21 John Baldwinhptiop: Store softc pointer in si_drv1 of cdev.
2022-04-21 John Baldwinacpi_tz: Lookup devclass by name when needed.
2022-04-21 John Baldwinacpi_isab: Check the unit in probe instead of using...
2022-04-21 John Baldwinacpi_hpet: Use devclass_find to find devclass in identify.
2022-04-21 John Baldwinacpi_ec: Use device_get_devclass to find devclass in...
2022-04-21 John Baldwinacpi_cpu: Use device_get_devclass to find devclass...
2022-04-21 John Baldwinacpi_apei: Use devclass_find to find devclass in identify.
2022-04-21 John Baldwinacpi_acad: Use devclass_find to find the acpi_acad...
2022-04-21 Mark Johnstonmld6: Ensure that mld_domifattach() always succeeds
2022-04-21 Kristof Provostpf: counter argument to pfr_pool_get() may never be...
2022-04-21 Kristof Provostpfsync: NULL check before dereference
2022-04-21 Kristof Provostpf: remove pointless NULL check
2022-04-21 Hans Petter Selaskyxhci(4): Ensure the so-called data toggle gets properly...
2022-04-21 Mishoif_bnxt: Allow bnxt interfaces to use vlans
2022-04-20 Konstantin Belousovsyscons: silent 'set but unused' warning in some config...
2022-04-20 Doug Mooredev/iommu: Include offset in maxaddr check.
2022-04-20 Kristof Provostcallout: fix using shared rmlocks
2022-04-20 Kristof Provostpf: allow the use of tables in ethernet rules
2022-04-20 Gordon Berglingiicbus(4): Fix two typos in kernel error messages
2022-04-20 Gordon Berglingoce(4): Fix a typo in a sysctl description
2022-04-20 Kornel Dulebadmar: Disable PMR in driver attach routine
2022-04-20 Wojciech Macekmac_pimd: Support for privilege drop in pimd
2022-04-19 Michael Tuexensctp: cleanup
2022-04-19 Michael Tuexensctp: improve stopping of timers
2022-04-19 John Baldwincxgbe: Remove unused devclass arguments to *DRIVER_MODU...
2022-04-19 John BaldwinDeprecate the 'devclass' argument from *DRIVER_MODULE...
2022-04-19 John Baldwindevclass_add_driver: Permit NULL to be passed in dcp.
2022-04-19 Gordon Berglingvideomode: Fix a typo in an kernel message
2022-04-19 Stefan Eßerffs: plug a set-but-not-used var
2022-04-19 Alan Somersprometheus_sysctl_exporter: fix metric aliasing
2022-04-19 Mateusz Guziksfxge: plug set-but-not-used vars
2022-04-19 Mateusz Guziktcp: plug set-but-not-used vars
2022-04-19 Mateusz Guziksignals: plug a set-but-not-used var
2022-04-19 Mateusz Guziksctp: plug set-but-not-used vars
2022-04-19 Mateusz Guziklinux: plug a set-but-not-used var
2022-04-19 Mateusz Guzikext2: plug a set-but-not-used var
2022-04-19 Mateusz Guzikcxgbe: plug a set-but-not-used var
2022-04-19 Michael Tuexensctp: hold the inp lock while calling ip6_output
2022-04-19 Mateusz Guzikuart: plug a set-but-not-used var
2022-04-19 Mateusz Guziktcp/rack: plug a set-but-not-used var
2022-04-19 Alan Somersfusefs: correctly handle servers that report too much...
2022-04-18 John BaldwinMake -Wunused-but-set-variable a fatal error for clang...
2022-04-18 John BaldwinRe-enable set but not used warnings for kernel builds.
2022-04-18 Michael Tuexenif_vtnet: improve dumping a kernel
2022-04-18 Mark Johnstongeli: Add a chicken switch for unmapped I/O
2022-04-18 Simon J. GerratyMerge bearssl-20220418
2022-04-18 John Baldwinarm ti_mbox_attach: Write sysconfig to TI_MBOX_SYSCONFI...
2022-04-18 Brooks Davismachine/in_cksum.h: don't include sys/cdefs.h
2022-04-18 John Baldwincxgbei: Return limits for the specific adapter the...
2022-04-18 John Baldwiniscsi: Fetch limits based on a socket rather than assum...
2022-04-18 John Baldwinlinuxkpi_ieee80211_tx_status: Mark ridx as unused.
2022-04-18 John Baldwinas3722_gpio_pin_setflags: Use computed mode instead...
2022-04-18 John Baldwinqoriq_gpio_pin_setflags: Propagate error from qoriq_gpi...
2022-04-18 John Baldwinuhid_snes: Remove USB_ST_TRANSFERRED handling for the...
2022-04-18 John Baldwinpowerpc cpu_idle_60x: Move some variables fully under...
2022-04-18 John Baldwinpowerpc booke cpu_machine_check: Remove unused variable.
2022-04-18 John Baldwinpowerpc cpu_idle_booke: Move read of mfmsr under #ifdef...
2022-04-18 John Baldwinata_kauai: Fix support for "shasta" controllers.
2022-04-18 John Baldwinvm_phys_init: Quiet unused but set warnings about npages.
next