History log of /freebsd-13.1/sys/compat/linuxkpi/common/src/ (Results 1 – 25 of 366)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
bf1dea8f05-Apr-2022 Warner Losh <[email protected]>

linuxkpi: move io_mapping_create_wc to .c

Move io_mapping_create_wc to .c because it encodes the size of struct
io_mapping so we move this from the client module to the linuxkpi
module.

Approved by

linuxkpi: move io_mapping_create_wc to .c

Move io_mapping_create_wc to .c because it encodes the size of struct
io_mapping so we move this from the client module to the linuxkpi
module.

Approved by: re@ (gjb)
Sponsored by: Netflix
Reviewed by: hselasky, emaste
Differential Revision: https://reviews.freebsd.org/D34776

(cherry picked from commit 132b00f90613d8cc797137d4c3d2dcb99ba3c690)
(cherry picked from commit 4e94b3542dd6a5c3f60431e811013f4dbf603227)

show more ...

a84ef31805-Apr-2022 Warner Losh <[email protected]>

linuxkpi: Move lkpi_pcim_iomap_devres_find to .c file

lkpi_pcim_iomap_devres_find encodes the size of struct pcim_iomap_devres
in the code, so move from .h to .c to move from client driver to
linuxk

linuxkpi: Move lkpi_pcim_iomap_devres_find to .c file

lkpi_pcim_iomap_devres_find encodes the size of struct pcim_iomap_devres
in the code, so move from .h to .c to move from client driver to
linuxkpi module.

Approved by: re@ (gjb)
Sponsored by: Netflix
Reviewed by: hselasky
Differential Revision: https://reviews.freebsd.org/D34775

(cherry picked from commit 2bf3361d56f70d87a19f5d2bc8d258d418fb7a24)
(cherry picked from commit 211621030e19553c7bd321b05694418920517736)

show more ...

ebd35d1c05-Apr-2022 Warner Losh <[email protected]>

linuxkpi: Move pci_alloc_irq_vectors to .c file

pci_alloc_irq_vectors encodes the size of struct msix_entry
into its code. Move from .h to .c to move this knowledge from
client modules to linuxkpi m

linuxkpi: Move pci_alloc_irq_vectors to .c file

pci_alloc_irq_vectors encodes the size of struct msix_entry
into its code. Move from .h to .c to move this knowledge from
client modules to linuxkpi module.

Approved by: re@ (gjb)
Sponsored by: Netflix
Reviewed by: hselasky
Differential Revision: https://reviews.freebsd.org/D34774

(cherry picked from commit 36b5c440028b44b22cfc0596125f575ca513656f)
(cherry picked from commit bc01b383945ca4f327ddb5cc940dcbafa3aaff7c)

show more ...

20f0a3ac05-Apr-2022 Warner Losh <[email protected]>

linuxkpi: Move pci_request_region and _lkpi_pci_iomap into .c

Both pci_request_region and _lkpi_pci_iomap encode the size of struct
pci_mmio_region into their code. Move from .h to .c files to move

linuxkpi: Move pci_request_region and _lkpi_pci_iomap into .c

Both pci_request_region and _lkpi_pci_iomap encode the size of struct
pci_mmio_region into their code. Move from .h to .c files to move that
knowledge from the client drivers into the linuxkpi module.

Approved by: re@ (gjb)
Sponsored by: Netflix
Reviewed by: hselasky
Differential Revision: https://reviews.freebsd.org/D34773

(cherry picked from commit 1cdb25340f8ee5dd145b0dc370cbab1bd7bdca65)
(cherry picked from commit 4859994c42950600b57e9d2259bd027562eefbe3)

show more ...

43b3295905-Apr-2022 Warner Losh <[email protected]>

linuxkpi: Move lkpi_pci_devres_get_alloc into .c file

lkpi_pci_devres_get_alloc encodes the struct pci_devres into its
code. Move from .h file to .c file to move this knowledge into linuxkpi
module.

linuxkpi: Move lkpi_pci_devres_get_alloc into .c file

lkpi_pci_devres_get_alloc encodes the struct pci_devres into its
code. Move from .h file to .c file to move this knowledge into linuxkpi
module.

Approved by: re@ (gjb)
Sponsored by: Netflix
Reviewed by: hselasky, emaste
Differential Revision: https://reviews.freebsd.org/D34772

(cherry picked from commit 3ea682e21eed92f31dcfb8a34409580d36c452f7)
(cherry picked from commit 2cd55de380d3d6f02c9b40ea53a319b477268f1c)

show more ...

8854351005-Apr-2022 Warner Losh <[email protected]>

linuxkpi: Move cdev_alloc into .c file

Move cdev_alloc into linux_compat.c since it encodes the size of struct
linux_cdev into the client modules otherwise.

Approved by: re@ (gjb)
Sponsored by: N

linuxkpi: Move cdev_alloc into .c file

Move cdev_alloc into linux_compat.c since it encodes the size of struct
linux_cdev into the client modules otherwise.

Approved by: re@ (gjb)
Sponsored by: Netflix
Reviewed by: hselasky, emaste
Differential Revision: https://reviews.freebsd.org/D34771

(cherry picked from commit aca0bcbca344b39f2a448e8c1c0d80bac8c0d6de)
(cherry picked from commit d1f93d6721a6c51c0cb49078ad5c5d535a383964)

show more ...

169aa34905-Apr-2022 Warner Losh <[email protected]>

linuxkpi: Move class_create to .c file

class_create encodes the size of struct class into the generated
code. Move from .h file to .c file to move this knowledge from the
client modules that call th

linuxkpi: Move class_create to .c file

class_create encodes the size of struct class into the generated
code. Move from .h file to .c file to move this knowledge from the
client modules that call this into the linuxkpi module.

Approved by: re@ (gjb)
Sponsored by: Netflix
Reviewed by: hselasky, emaste
Differential Revision: https://reviews.freebsd.org/D34769

(cherry picked from commit 1341ac9f9c111bba4e1ca046c479f32f2d4989c0)
(cherry picked from commit 98d2b4a158f15d6d971a88315c5c5987036f89a3)

show more ...

f6f168a105-Apr-2022 Warner Losh <[email protected]>

linuxkpi: Move device_create_groups_vargs to linux_compat.c

device_create_groups_vargs encodes the size of struct device. Move
definition from .h to .c to move this size into the linuxkpi module
rat

linuxkpi: Move device_create_groups_vargs to linux_compat.c

device_create_groups_vargs encodes the size of struct device. Move
definition from .h to .c to move this size into the linuxkpi module
rather than encoding it in all client driver modules.

Approved by: re@ (gjb)
Sponsored by: Netflix
Reviewed by: hselasky, emaste
Differential Revision: https://reviews.freebsd.org/D34768

(cherry picked from commit 702b6875035921252d0f2b72171c7662f28766fb)
(cherry picked from commit 417f1c81491ae26643ea7e3f3fc5c08b8e8944a9)

show more ...

d311319005-Apr-2022 Warner Losh <[email protected]>

linuxkpi: move kobject_create to .c file

kobject_create knows the size of struct kobject. Move it to
linux_compat.c so this knowledge is confined to the loadable module and
not the clients.

Approve

linuxkpi: move kobject_create to .c file

kobject_create knows the size of struct kobject. Move it to
linux_compat.c so this knowledge is confined to the loadable module and
not the clients.

Approved by: re@ (gjb)
Sponsored by: Netflix
Reviewed by: hselasky, emaste
Differential Revision: https://reviews.freebsd.org/D34767

(cherry picked from commit 36929b55849c8f553a744d6e4fbc8b1a5ff73f66)
(cherry picked from commit 2f3d11894be6fb727be77184d232de24bf5551ba)

show more ...

6615aa8e02-Apr-2022 Warner Losh <[email protected]>

linuxkpi: Restore the KBI for struct pci_driver

The size of the 13.0 version of struct pci_driver was 92 or 184 bytes on
32- or 64-bit systems respectively. We recently added bsd_probe_return
at the

linuxkpi: Restore the KBI for struct pci_driver

The size of the 13.0 version of struct pci_driver was 92 or 184 bytes on
32- or 64-bit systems respectively. We recently added bsd_probe_return
at the end of this struct, breaking the KBI on the stable/13 branch.

Fix this by removing the isdrm member. We don't need it because we can
do a strcmp in the few places that need it as they aren't performance
critical. Move the newly added bsd_probe_return to that slot. It's the
same size in all our supported KBIs as bool and fits into that slot due
to padding rules.

Direct commit to stable/13 because this is not relevant to main.

Approved by: re@ (gjb)
Sponsored by: Netflix
Reviewed by: bz
Differential Revision: https://reviews.freebsd.org/D34754

(cherry picked from commit aa61c28b4242ce3f86f1ae7807ae95887cbe9d11)

show more ...

871bfac801-Apr-2022 Bjoern A. Zeeb <[email protected]>

LinuxKPI: 802.11: fix RSSI (and NF)

As in 4a22cd6c4e5f4fc4a38aa7400742d4005c5ae3de nf and rss should be
signed and not unsigned. Change the types in the header and while
here change a magic number

LinuxKPI: 802.11: fix RSSI (and NF)

As in 4a22cd6c4e5f4fc4a38aa7400742d4005c5ae3de nf and rss should be
signed and not unsigned. Change the types in the header and while
here change a magic number to a define as done elsewhere (value does
not change).

When calculating c_rssi we need to make it relative so subtract nf.
And while here improve the debug output.

This will hopefully fix ifconfig wlanN list scan S:N output which
tools use to chose a BSSID and help net80211 internal calculations.

Sponsored by: The FreeBSD Foundation
Approved by: re (gjb)

(cherry picked from commit 60970a328e280b25b05f1d9a9de1ef91af573c4a)
(cherry picked from commit 7b9d8e33bc4ee0b8cc22ab28a1f09a062e103bd5)

show more ...

681b6a9531-Mar-2022 Bjoern A. Zeeb <[email protected]>

LinuxKPI: 802.11: fix compat code for i386

Compiling another driver on i386 revealed two problems:
- ieee80211_tx_info.status.status_driver_data space needs to be
calculated. While a pointer is 3

LinuxKPI: 802.11: fix compat code for i386

Compiling another driver on i386 revealed two problems:
- ieee80211_tx_info.status.status_driver_data space needs to be
calculated. While a pointer is 32bit vm_paddr_t is 64 bit on i386
so we didn't fit more than one of these in but needed more space.
- the arguments to ieee80211_txq_get_depth() are expected to
unsigned long and not uint64_t.

No user noticable changes.

Sponsored by: The FreeBSD Foundation
Approved by: re (gjb)

(cherry picked from commit 86220d3cbd500b1018dcdabb0ba70644db438cfd)
(cherry picked from commit 2a8e509ba30c6546ceeec49f9447c2e3d21a1d22)

show more ...


/freebsd-13.1/contrib/expat/COPYING
/freebsd-13.1/contrib/expat/Changes
/freebsd-13.1/contrib/expat/Makefile.am
/freebsd-13.1/contrib/expat/Makefile.in
/freebsd-13.1/contrib/expat/README.md
/freebsd-13.1/contrib/expat/buildconf.sh
/freebsd-13.1/contrib/expat/configure.ac
/freebsd-13.1/contrib/expat/doc/Makefile.am
/freebsd-13.1/contrib/expat/doc/Makefile.in
/freebsd-13.1/contrib/expat/doc/ok.min.css
/freebsd-13.1/contrib/expat/doc/reference.html
/freebsd-13.1/contrib/expat/doc/style.css
/freebsd-13.1/contrib/expat/doc/xmlwf.1
/freebsd-13.1/contrib/expat/doc/xmlwf.xml
/freebsd-13.1/contrib/expat/examples/Makefile.am
/freebsd-13.1/contrib/expat/examples/Makefile.in
/freebsd-13.1/contrib/expat/examples/elements.c
/freebsd-13.1/contrib/expat/examples/outline.c
/freebsd-13.1/contrib/expat/expat_config.h.in
/freebsd-13.1/contrib/expat/fix-xmltest-log.sh
/freebsd-13.1/contrib/expat/fuzz/xml_parse_fuzzer.c
/freebsd-13.1/contrib/expat/fuzz/xml_parsebuffer_fuzzer.c
/freebsd-13.1/contrib/expat/lib/Makefile.am
/freebsd-13.1/contrib/expat/lib/Makefile.in
/freebsd-13.1/contrib/expat/lib/ascii.h
/freebsd-13.1/contrib/expat/lib/asciitab.h
/freebsd-13.1/contrib/expat/lib/expat.h
/freebsd-13.1/contrib/expat/lib/expat_external.h
/freebsd-13.1/contrib/expat/lib/iasciitab.h
/freebsd-13.1/contrib/expat/lib/internal.h
/freebsd-13.1/contrib/expat/lib/latin1tab.h
/freebsd-13.1/contrib/expat/lib/nametab.h
/freebsd-13.1/contrib/expat/lib/siphash.h
/freebsd-13.1/contrib/expat/lib/utf8tab.h
/freebsd-13.1/contrib/expat/lib/xmlparse.c
/freebsd-13.1/contrib/expat/lib/xmlrole.c
/freebsd-13.1/contrib/expat/lib/xmlrole.h
/freebsd-13.1/contrib/expat/lib/xmltok.c
/freebsd-13.1/contrib/expat/lib/xmltok.h
/freebsd-13.1/contrib/expat/lib/xmltok_impl.c
/freebsd-13.1/contrib/expat/lib/xmltok_impl.h
/freebsd-13.1/contrib/expat/lib/xmltok_ns.c
/freebsd-13.1/contrib/expat/run.sh.in
/freebsd-13.1/contrib/expat/test-driver-wrapper.sh
/freebsd-13.1/contrib/expat/tests/Makefile.am
/freebsd-13.1/contrib/expat/tests/Makefile.in
/freebsd-13.1/contrib/expat/tests/benchmark/Makefile.am
/freebsd-13.1/contrib/expat/tests/benchmark/Makefile.in
/freebsd-13.1/contrib/expat/tests/benchmark/benchmark.c
/freebsd-13.1/contrib/expat/tests/chardata.c
/freebsd-13.1/contrib/expat/tests/chardata.h
/freebsd-13.1/contrib/expat/tests/memcheck.c
/freebsd-13.1/contrib/expat/tests/memcheck.h
/freebsd-13.1/contrib/expat/tests/minicheck.c
/freebsd-13.1/contrib/expat/tests/minicheck.h
/freebsd-13.1/contrib/expat/tests/runtests.c
/freebsd-13.1/contrib/expat/tests/runtestspp.cpp
/freebsd-13.1/contrib/expat/tests/structdata.c
/freebsd-13.1/contrib/expat/tests/structdata.h
/freebsd-13.1/contrib/expat/tests/udiffer.py
/freebsd-13.1/contrib/expat/tests/xmltest.sh
/freebsd-13.1/contrib/expat/xmlwf/Makefile.am
/freebsd-13.1/contrib/expat/xmlwf/Makefile.in
/freebsd-13.1/contrib/expat/xmlwf/codepage.c
/freebsd-13.1/contrib/expat/xmlwf/codepage.h
/freebsd-13.1/contrib/expat/xmlwf/ct.c
/freebsd-13.1/contrib/expat/xmlwf/filemap.h
/freebsd-13.1/contrib/expat/xmlwf/readfilemap.c
/freebsd-13.1/contrib/expat/xmlwf/unixfilemap.c
/freebsd-13.1/contrib/expat/xmlwf/win32filemap.c
/freebsd-13.1/contrib/expat/xmlwf/xmlfile.c
/freebsd-13.1/contrib/expat/xmlwf/xmlfile.h
/freebsd-13.1/contrib/expat/xmlwf/xmlmime.c
/freebsd-13.1/contrib/expat/xmlwf/xmlmime.h
/freebsd-13.1/contrib/expat/xmlwf/xmltchar.h
/freebsd-13.1/contrib/expat/xmlwf/xmlwf.c
/freebsd-13.1/contrib/expat/xmlwf/xmlwf_helpgen.py
/freebsd-13.1/contrib/expat/xmlwf/xmlwf_helpgen.sh
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/clear_cache.c
/freebsd-13.1/lib/libc/stdio/wbuf.c
/freebsd-13.1/lib/libexpat/expat_config.h
/freebsd-13.1/lib/libz/Makefile
/freebsd-13.1/lib/libz/Symbol.map
/freebsd-13.1/lib/libz/Versions.def
/freebsd-13.1/share/misc/bsd-family-tree
/freebsd-13.1/sys/arm64/arm64/pmap.c
/freebsd-13.1/sys/arm64/arm64/trap.c
/freebsd-13.1/sys/arm64/include/cpu.h
/freebsd-13.1/sys/compat/linuxkpi/common/include/net/mac80211.h
linux_80211.c
/freebsd-13.1/sys/conf/newvers.sh
/freebsd-13.1/sys/contrib/zlib/ChangeLog
/freebsd-13.1/sys/contrib/zlib/README
/freebsd-13.1/sys/contrib/zlib/contrib/README.contrib
/freebsd-13.1/sys/contrib/zlib/contrib/gcc_gvmat64/gvmat64.S
/freebsd-13.1/sys/contrib/zlib/crc32.c
/freebsd-13.1/sys/contrib/zlib/crc32.h
/freebsd-13.1/sys/contrib/zlib/deflate.c
/freebsd-13.1/sys/contrib/zlib/deflate.h
/freebsd-13.1/sys/contrib/zlib/doc/crc-doc.1.0.pdf
/freebsd-13.1/sys/contrib/zlib/doc/txtvsbin.txt
/freebsd-13.1/sys/contrib/zlib/gzguts.h
/freebsd-13.1/sys/contrib/zlib/gzlib.c
/freebsd-13.1/sys/contrib/zlib/gzread.c
/freebsd-13.1/sys/contrib/zlib/gzwrite.c
/freebsd-13.1/sys/contrib/zlib/infback.c
/freebsd-13.1/sys/contrib/zlib/inffast.c
/freebsd-13.1/sys/contrib/zlib/inflate.c
/freebsd-13.1/sys/contrib/zlib/inflate.h
/freebsd-13.1/sys/contrib/zlib/inftrees.c
/freebsd-13.1/sys/contrib/zlib/test/example.c
/freebsd-13.1/sys/contrib/zlib/trees.c
/freebsd-13.1/sys/contrib/zlib/zconf.h
/freebsd-13.1/sys/contrib/zlib/zlib.3
/freebsd-13.1/sys/contrib/zlib/zlib.h
/freebsd-13.1/sys/contrib/zlib/zlib.map
/freebsd-13.1/sys/contrib/zlib/zutil.c
/freebsd-13.1/sys/contrib/zlib/zutil.h
/freebsd-13.1/sys/dev/cxgbe/t4_sge.c
/freebsd-13.1/sys/dev/mpr/mpr_user.c
/freebsd-13.1/sys/dev/mps/mps_user.c
/freebsd-13.1/sys/dev/mpt/mpt_user.c
/freebsd-13.1/sys/dev/uart/uart_bus_pci.c
/freebsd-13.1/sys/dev/uart/uart_cpu.h
/freebsd-13.1/sys/dev/uart/uart_cpu_acpi.c
/freebsd-13.1/sys/net/if_llatbl.c
/freebsd-13.1/sys/net/route/nhop_ctl.c
/freebsd-13.1/sys/netpfil/pf/pf_table.c
/freebsd-13.1/usr.sbin/fstyp/msdosfs.c
ecb6911422-Mar-2022 Bjoern A. Zeeb <[email protected]>

LinuxKPI: 802.11: various updates for iwlwifi stability and upcoming rtw

Various updates to the internals of the LinuxKPI 802.11 implementation.
Most notably improving state machine handling for de-

LinuxKPI: 802.11: various updates for iwlwifi stability and upcoming rtw

Various updates to the internals of the LinuxKPI 802.11 implementation.
Most notably improving state machine handling for de-assoc/de-auth and
always creating a new station as net80211 does and mac80211 seems to
do. This avoids firmware crashes for iwlwifi and often panics and
lead to more stability.
Some other secondary changes are in order to support upcoming drivers
so that we could possibly provide them out-of-tree for 13.1.

- implement ieee80211_beacon_loss()

Sponsored by: The FreeBSD Foundation

(cherry picked from commit bb81db90f7e00f56df9ea14132a54ee983e7177f)
(cherry picked from commit 24c2117bafdba3c6998ddd407d643e142c5deda5)

- factor out lkpi_lsta_alloc() from lkpi_ic_node_alloc()

Sponsored by: The FreeBSD Foundation

(cherry picked from commit 4f61ef8b78b25761b1b859ce39213f92fcbb24ce)
(cherry picked from commit 34f8e38ea7a5fccdf7f5de2cdcfabbdf68825480)

- factor out dtim/tsf updates

Sponsored by: The FreeBSD Foundation

(cherry picked from commit fa8f007de913623c066bf8f09213f92ee8cbca3a)
(cherry picked from commit bc472e0a3ef06cb8eb309b00e7fbdae64a21626a)

- rework sta state machine compatibility

Sponsored by: The FreeBSD Foundation

(cherry picked from commit d9f59799fc3e7940c47aa674c25994e640eae45e)
(cherry picked from commit 67674c1cb11512f09873c6d8e463af31548ef87f)
(cherry picked from commit 471a438a007eff18df3d0bd9dd8849faa9f2d6ff)

- improve lkpi_80211_mo_sta_state() for non (*sta_state)

Sponsored by: The FreeBSD Foundation

(cherry picked from commit 878fb1e5754cc5bfbec57bc24859b07936f82a41)
(cherry picked from commit eb580265974013be43fa17d37e22124174a7ef86)

- use cfg80211_chandef_create()

Sponsored by: The FreeBSD Foundation

(cherry picked from commit 4a07abdeb8ce5271996d85f648832e3d7bc741a7)
(cherry picked from commit 4836b8ac0ed3a3b155a7fb5f2322221f48c81687)

- make lkpi_ic_set_channel() unconditional

Sponsored by: The FreeBSD Foundation

(cherry picked from commit b2cf3c2125bf6f34cb01296e7eda93f73bc4b715)
(cherry picked from commit beaed0d4b5d0f901f78fc196f4b86d426a589792)

- check IEEE80211_FEXT_SCAN_OFFLOAD on vap

Sponsored by: The FreeBSD Foundation

(cherry picked from commit 768dd32a164b35fb2f66fc8a0250cee84c79471e)
(cherry picked from commit 39bc4b2949e2ac32ad211aa6f1859559e21c7eb2)

- remove special handling for (*ic_scan_curchan)

Sponsored by: The FreeBSD Foundation

(cherry picked from commit 321735f451d1eaa710a768d9e35ff87acb089d35)
(cherry picked from commit 5f88604cf7d9df1edbc662c4278e01476534f3ef)

- improve hw_scan fallback to sw_scan

Sponsored by: The FreeBSD Foundation

(cherry picked from commit 196cfd0b2eb640a63d007a7e9c3a74e4256255f3)
(cherry picked from commit a1272e7d9621f95ca53f1bdef5ed78be12cac277)

- 802.11: cleanup debugging

Sponsored by: The FreeBSD Foundation

(cherry picked from commit 9d9ba2b79b3196935431879efd9094eb9bfedd95)
(cherry picked from commit e269958566ff0df8d479996507636ed14ff6078a)

Approved by: re (gjb)

show more ...

fef73ef923-Mar-2022 Bjoern A. Zeeb <[email protected]>

LinuxKPI: skbuff: fix skb_queue_splice_init()

In skb_queue_splice_init() we set a next value and then used that new
value to further update the remaining linking rather than the original
value. Int

LinuxKPI: skbuff: fix skb_queue_splice_init()

In skb_queue_splice_init() we set a next value and then used that new
value to further update the remaining linking rather than the original
value. Introduce another temporary variable 'n' to hold the original
value and use that.
While here rename q and h to from and to as otherwise it was too
confusing to read.

Also initialize skb->prev and skb->next to point to skb itself if
for nothing else at least to aid debugging.

Approved by: re (gjb)
Reported by: phk (panic in iwl_txq_reclaim)
Sponsored by: The FreeBSD Foundation

(cherry picked from commit 6a8973c3324c0c6c270ae4ad371e50c0ec5761da)
(cherry picked from commit 32d1d7fee61328e65ae944836d1027335ccb979c)

show more ...

63ec594724-Mar-2022 Bjoern A. Zeeb <[email protected]>

LinuxKPI: allow bsddriver name to be set for PCI

Allow a driver to overwrite the bsddriver name (we use for pci and
for wlan parent devices). This allows us to to set
.bsddriver.name in struct pci_

LinuxKPI: allow bsddriver name to be set for PCI

Allow a driver to overwrite the bsddriver name (we use for pci and
for wlan parent devices). This allows us to to set
.bsddriver.name in struct pci_driver passed to module_pci_driver()
and with that set the BSD driver name while retaining the Linux .name
one.

This is helpful for divers which have different parts depending on
chipset and with that would change driver names which is highly
confusing especially for configuration. One example is an upcoming
rtw88 driver which would be rtw_8822be or rtw_8822ce depending on
chipset.

Approved by: re (gjb)
Sponsored by: The FreeBSD Foundation
Reviewed by: emaste, hselasky
Differential Revision: https://reviews.freebsd.org/D34653

(cherry picked from commit 81d058df6d255b7f551564f6d29a03692b51fe5a)
(cherry picked from commit 00450eeab2465d6dc800680158b2cc67c1a7d9fc)

show more ...

a85cf68816-Feb-2022 Bjoern A. Zeeb <[email protected]>

LinuxKPI: pci: implement pci_upstream_bridge()

Allow drivers to query the "upstream PCI bridge".
Currently we point back to ourselves on pdev->bus->self rather than
to the parent PCI bridge.
We keep

LinuxKPI: pci: implement pci_upstream_bridge()

Allow drivers to query the "upstream PCI bridge".
Currently we point back to ourselves on pdev->bus->self rather than
to the parent PCI bridge.
We keep this as status-quo with an extra comment and only on-demand
allocate a pci_dev for the parent bridge if we are asked for in
pci_upstream_bridge().
When releasing the pci_dev we check if pdev->bus->self has changed
and call pci_dev_put() to release the reference count on the parent
bridge as well.

This code moves pci_is_root_bus() higher up in pci.h but no functional
change there.

Approved by: re (gjb)
Sponsored by: The FreeBSD Foundation
Reviewed by: hselasky, (jhb some earlier)
Thanks to: wulf for handling drm-kmod
Differential Revision: https://reviews.freebsd.org/D34305

(cherry picked from commit b3b836251f9fefa817d158784189f6d336917f7a)
(cherry picked from commit 50136233846e59eeb53c95498fdd4f3e1acf0a16)

show more ...

c325d9ed18-Feb-2022 Bjoern A. Zeeb <[email protected]>

LinuxKPI: allow a driver to override the default pci probe result

Add bsd_probe_return which a driver can set in their 'struct pci_driver'
definition to set a driver-sepcific LinuxKPI pci return val

LinuxKPI: allow a driver to override the default pci probe result

Add bsd_probe_return which a driver can set in their 'struct pci_driver'
definition to set a driver-sepcific LinuxKPI pci return value.
This is helpful in case of multiple drivers with overlapping IDs,
such as iwlwifi(4) and iwm(4).

Contrary to an earlier version we now assume 0 is not BUS_PROBE_SPECIFIC
(which no driver should really return these days) but the bss initialized
value (bsd_probe_return unset) and we will return BUS_PROBE_DEFAULT.

Approved by: re (gjb)
Suggested by: jhb
Reviewed by: jhb
Reviewed by: hselasky, imp (earlier versions)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D33915

(cherry picked from commit b91dd79ba32122e6adb28073c534224bc78a7b58)
(cherry picked from commit 3166cea632449ce6c6dad699a812b9813a9531ef)

show more ...


/freebsd-13.1/contrib/libarchive/libarchive/archive_read_disk_posix.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_support_format_mtree.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_support_format_zip.c
/freebsd-13.1/contrib/libarchive/libarchive/cpio.5
/freebsd-13.1/contrib/libcxxrt/exception.cc
/freebsd-13.1/contrib/libcxxrt/unwind-arm.h
/freebsd-13.1/contrib/libcxxrt/unwind-itanium.h
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
/freebsd-13.1/contrib/llvm-project/lld/ELF/Relocations.cpp
/freebsd-13.1/contrib/tzdata/CONTRIBUTING
/freebsd-13.1/contrib/tzdata/Makefile
/freebsd-13.1/contrib/tzdata/NEWS
/freebsd-13.1/contrib/tzdata/SECURITY
/freebsd-13.1/contrib/tzdata/africa
/freebsd-13.1/contrib/tzdata/antarctica
/freebsd-13.1/contrib/tzdata/asia
/freebsd-13.1/contrib/tzdata/australasia
/freebsd-13.1/contrib/tzdata/backward
/freebsd-13.1/contrib/tzdata/backzone
/freebsd-13.1/contrib/tzdata/checktab.awk
/freebsd-13.1/contrib/tzdata/europe
/freebsd-13.1/contrib/tzdata/leap-seconds.list
/freebsd-13.1/contrib/tzdata/leapseconds
/freebsd-13.1/contrib/tzdata/northamerica
/freebsd-13.1/contrib/tzdata/southamerica
/freebsd-13.1/contrib/tzdata/theory.html
/freebsd-13.1/contrib/tzdata/version
/freebsd-13.1/contrib/tzdata/ziguard.awk
/freebsd-13.1/contrib/tzdata/zone.tab
/freebsd-13.1/contrib/tzdata/zone1970.tab
/freebsd-13.1/crypto/openssl/CHANGES
/freebsd-13.1/crypto/openssl/Configure
/freebsd-13.1/crypto/openssl/NEWS
/freebsd-13.1/crypto/openssl/README
/freebsd-13.1/crypto/openssl/apps/apps.c
/freebsd-13.1/crypto/openssl/apps/openssl.c
/freebsd-13.1/crypto/openssl/apps/passwd.c
/freebsd-13.1/crypto/openssl/apps/s_client.c
/freebsd-13.1/crypto/openssl/apps/s_socket.c
/freebsd-13.1/crypto/openssl/config
/freebsd-13.1/crypto/openssl/crypto/asn1/charmap.h
/freebsd-13.1/crypto/openssl/crypto/bio/b_addr.c
/freebsd-13.1/crypto/openssl/crypto/bn/bn_exp2.c
/freebsd-13.1/crypto/openssl/crypto/bn/bn_prime.h
/freebsd-13.1/crypto/openssl/crypto/bn/bn_print.c
/freebsd-13.1/crypto/openssl/crypto/bn/bn_sqrt.c
/freebsd-13.1/crypto/openssl/crypto/conf/conf_def.h
/freebsd-13.1/crypto/openssl/crypto/engine/eng_all.c
/freebsd-13.1/crypto/openssl/crypto/engine/eng_dyn.c
/freebsd-13.1/crypto/openssl/crypto/evp/digest.c
/freebsd-13.1/crypto/openssl/crypto/lhash/lhash.c
/freebsd-13.1/crypto/openssl/crypto/objects/obj_dat.c
/freebsd-13.1/crypto/openssl/crypto/objects/obj_dat.h
/freebsd-13.1/crypto/openssl/crypto/objects/obj_xref.h
/freebsd-13.1/crypto/openssl/crypto/ui/ui_openssl.c
/freebsd-13.1/crypto/openssl/crypto/x509/x509_vfy.c
/freebsd-13.1/crypto/openssl/crypto/x509v3/v3_utl.c
/freebsd-13.1/crypto/openssl/doc/man1/cms.pod
/freebsd-13.1/crypto/openssl/doc/man3/BIO_ctrl.pod
/freebsd-13.1/crypto/openssl/doc/man3/BIO_f_base64.pod
/freebsd-13.1/crypto/openssl/doc/man3/BN_add.pod
/freebsd-13.1/crypto/openssl/doc/man3/DEFINE_STACK_OF.pod
/freebsd-13.1/crypto/openssl/doc/man3/OBJ_nid2obj.pod
/freebsd-13.1/crypto/openssl/doc/man3/SSL_CONF_cmd.pod
/freebsd-13.1/crypto/openssl/doc/man3/X509_STORE_CTX_new.pod
/freebsd-13.1/crypto/openssl/include/internal/sockets.h
/freebsd-13.1/crypto/openssl/include/openssl/engine.h
/freebsd-13.1/crypto/openssl/include/openssl/obj_mac.h
/freebsd-13.1/crypto/openssl/include/openssl/opensslv.h
/freebsd-13.1/crypto/openssl/ssl/s3_lib.c
/freebsd-13.1/crypto/openssl/ssl/ssl_cert.c
/freebsd-13.1/lib/Makefile
/freebsd-13.1/lib/libarchive/config_freebsd.h
/freebsd-13.1/lib/libc/amd64/string/bcmp.S
/freebsd-13.1/lib/libc/amd64/string/memcmp.S
/freebsd-13.1/lib/libclang_rt/compiler-rt-vars.mk
/freebsd-13.1/lib/libcompiler_rt/Makefile
/freebsd-13.1/libexec/rc/rc.d/zfs
/freebsd-13.1/sbin/devd/devd.conf
/freebsd-13.1/sbin/ifconfig/ifvlan.c
/freebsd-13.1/secure/lib/libcrypto/Makefile.inc
/freebsd-13.1/secure/lib/libcrypto/man/man3/ADMISSIONS.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ASN1_INTEGER_get_int64.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ASN1_ITEM_lookup.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ASN1_OBJECT_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ASN1_STRING_TABLE_add.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ASN1_STRING_length.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ASN1_STRING_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ASN1_STRING_print_ex.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ASN1_TIME_set.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ASN1_TYPE_get.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ASN1_generate_nconf.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ASYNC_WAIT_CTX_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ASYNC_start_job.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BF_encrypt.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_ADDR.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_ADDRINFO.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_connect.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_ctrl.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_f_base64.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_f_buffer.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_f_cipher.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_f_md.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_f_null.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_f_ssl.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_find_type.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_get_data.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_get_ex_new_index.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_meth_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_new_CMS.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_parse_hostserv.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_printf.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_push.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_read.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_s_accept.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_s_bio.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_s_connect.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_s_fd.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_s_file.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_s_mem.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_s_null.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_s_socket.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_set_callback.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BIO_should_retry.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BN_BLINDING_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BN_CTX_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BN_CTX_start.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BN_add.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BN_add_word.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BN_bn2bin.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BN_cmp.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BN_copy.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BN_generate_prime.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BN_mod_inverse.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BN_mod_mul_montgomery.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BN_mod_mul_reciprocal.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BN_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BN_num_bytes.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BN_rand.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BN_security_bits.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BN_set_bit.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BN_swap.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BN_zero.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/BUF_MEM_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CMS_add0_cert.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CMS_add1_recipient_cert.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CMS_add1_signer.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CMS_compress.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CMS_decrypt.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CMS_encrypt.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CMS_final.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CMS_get0_RecipientInfos.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CMS_get0_SignerInfos.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CMS_get0_type.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CMS_get1_ReceiptRequest.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CMS_sign.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CMS_sign_receipt.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CMS_uncompress.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CMS_verify.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CMS_verify_receipt.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CONF_modules_free.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CONF_modules_load_file.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CRYPTO_THREAD_run_once.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CRYPTO_get_ex_new_index.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CRYPTO_memcmp.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CTLOG_STORE_get0_log_by_id.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CTLOG_STORE_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CTLOG_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/CT_POLICY_EVAL_CTX_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DEFINE_STACK_OF.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DES_random_key.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DH_generate_key.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DH_generate_parameters.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DH_get0_pqg.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DH_get_1024_160.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DH_meth_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DH_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DH_new_by_nid.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DH_set_method.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DH_size.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DSA_SIG_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DSA_do_sign.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DSA_dup_DH.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DSA_generate_key.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DSA_generate_parameters.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DSA_get0_pqg.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DSA_meth_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DSA_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DSA_set_method.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DSA_sign.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DSA_size.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DTLS_get_data_mtu.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DTLS_set_timer_cb.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/DTLSv1_listen.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ECDSA_SIG_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ECPKParameters_print.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EC_GFp_simple_method.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EC_GROUP_copy.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EC_GROUP_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EC_KEY_get_enc_flags.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EC_KEY_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EC_POINT_add.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EC_POINT_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ENGINE_add.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ERR_GET_LIB.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ERR_clear_error.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ERR_error_string.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ERR_get_error.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ERR_load_crypto_strings.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ERR_load_strings.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ERR_print_errors.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ERR_put_error.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ERR_remove_state.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/ERR_set_mark.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_BytesToKey.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_CIPHER_CTX_get_cipher_data.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_CIPHER_meth_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_DigestInit.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_DigestSignInit.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_DigestVerifyInit.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_EncodeInit.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_EncryptInit.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_MD_meth_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_OpenInit.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_ASN1_METHOD.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_ctrl.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set1_pbe_pass.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set_hkdf_md.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set_rsa_pss_keygen_md.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set_scrypt_N.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set_tls1_prf_md.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_asn1_get_count.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_cmp.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_decrypt.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_derive.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_encrypt.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_get_default_digest_nid.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_keygen.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_meth_get_count.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_meth_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_print_private.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_set1_RSA.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_sign.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_size.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_verify.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_PKEY_verify_recover.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_SealInit.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_SignInit.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_VerifyInit.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_aes.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_aria.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_bf_cbc.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_blake2b512.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_camellia.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_cast5_cbc.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_chacha20.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_des.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_desx_cbc.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_idea_cbc.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_md2.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_md4.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_md5.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_mdc2.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_rc2_cbc.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_rc4.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_rc5_32_12_16_cbc.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_ripemd160.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_seed_cbc.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_sha1.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_sha224.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_sha3_224.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_sm3.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_sm4_cbc.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/EVP_whirlpool.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/HMAC.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/MD5.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/MDC2_Init.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/Makefile
/freebsd-13.1/secure/lib/libcrypto/man/man3/OBJ_nid2obj.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OCSP_REQUEST_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OCSP_cert_to_id.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OCSP_request_add1_nonce.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OCSP_resp_find_status.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OCSP_response_status.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OCSP_sendreq_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OPENSSL_Applink.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OPENSSL_LH_COMPFUNC.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OPENSSL_LH_stats.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OPENSSL_VERSION_NUMBER.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OPENSSL_config.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OPENSSL_fork_prepare.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OPENSSL_ia32cap.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OPENSSL_init_crypto.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OPENSSL_init_ssl.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OPENSSL_instrument_bus.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OPENSSL_load_builtin_modules.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OPENSSL_malloc.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OPENSSL_secure_malloc.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OSSL_STORE_INFO.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OSSL_STORE_LOADER.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OSSL_STORE_SEARCH.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OSSL_STORE_expect.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OSSL_STORE_open.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/OpenSSL_add_all_algorithms.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/PEM_bytes_read_bio.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/PEM_read.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/PEM_read_CMS.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/PEM_read_bio_PrivateKey.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/PEM_read_bio_ex.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/PEM_write_bio_CMS_stream.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/PEM_write_bio_PKCS7_stream.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/PKCS12_create.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/PKCS12_newpass.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/PKCS12_parse.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/PKCS5_PBKDF2_HMAC.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/PKCS7_decrypt.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/PKCS7_encrypt.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/PKCS7_sign.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/PKCS7_sign_add_signer.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/PKCS7_verify.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RAND_DRBG_generate.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RAND_DRBG_get0_master.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RAND_DRBG_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RAND_DRBG_reseed.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RAND_DRBG_set_callbacks.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RAND_DRBG_set_ex_data.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RAND_add.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RAND_bytes.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RAND_cleanup.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RAND_egd.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RAND_load_file.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RAND_set_rand_method.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RC4_set_key.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RIPEMD160_Init.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RSA_blinding_on.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RSA_check_key.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RSA_generate_key.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RSA_get0_key.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RSA_meth_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RSA_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RSA_padding_add_PKCS1_type_1.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RSA_print.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RSA_private_encrypt.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RSA_public_encrypt.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RSA_set_method.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RSA_sign.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RSA_sign_ASN1_OCTET_STRING.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/RSA_size.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SCT_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SCT_print.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SCT_validate.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SHA256_Init.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SMIME_read_CMS.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SMIME_read_PKCS7.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SMIME_write_CMS.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SMIME_write_PKCS7.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CIPHER_get_name.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_COMP_add_compression_method.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CONF_CTX_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CONF_CTX_set1_prefix.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CONF_CTX_set_flags.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CONF_CTX_set_ssl_ctx.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CONF_cmd.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CONF_cmd_argv.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_add1_chain_cert.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_add_extra_chain_cert.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_add_session.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_config.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_ctrl.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_dane_enable.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_flush_sessions.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_free.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_get0_param.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_get_verify_mode.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_has_client_custom_ext.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_load_verify_locations.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_sess_number.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_sess_set_cache_size.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_sess_set_get_cb.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_sessions.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set0_CA_list.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set1_curves.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set1_sigalgs.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set1_verify_cert_store.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_alpn_select_cb.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_cert_cb.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_cert_store.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_cert_verify_callback.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_cipher_list.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_client_cert_cb.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_client_hello_cb.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_ct_validation_callback.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_ctlog_list_file.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_default_passwd_cb.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_ex_data.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_generate_session_id.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_info_callback.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_keylog_callback.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_max_cert_list.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_min_proto_version.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_mode.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_msg_callback.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_num_tickets.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_options.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_psk_client_callback.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_quiet_shutdown.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_read_ahead.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_record_padding_callback.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_security_level.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_session_cache_mode.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_session_id_context.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_session_ticket_cb.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_split_send_fragment.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_ssl_version.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_stateless_cookie_generate_cb.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_timeout.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_tlsext_servername_callback.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_tlsext_status_cb.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_tlsext_ticket_key_cb.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_tlsext_use_srtp.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_tmp_dh_callback.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_set_verify.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_use_certificate.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_use_psk_identity_hint.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_CTX_use_serverinfo.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_SESSION_free.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_SESSION_get0_cipher.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_SESSION_get0_hostname.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_SESSION_get0_id_context.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_SESSION_get0_peer.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_SESSION_get_compress_id.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_SESSION_get_ex_data.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_SESSION_get_protocol_version.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_SESSION_get_time.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_SESSION_has_ticket.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_SESSION_is_resumable.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_SESSION_print.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_SESSION_set1_id.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_accept.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_alert_type_string.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_alloc_buffers.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_check_chain.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_clear.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_connect.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_do_handshake.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_export_keying_material.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_extension_supported.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_free.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_get0_peer_scts.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_get_SSL_CTX.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_get_all_async_fds.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_get_ciphers.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_get_client_random.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_get_current_cipher.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_get_default_timeout.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_get_error.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_get_extms_support.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_get_fd.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_get_peer_cert_chain.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_get_peer_certificate.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_get_peer_signature_nid.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_get_peer_tmp_key.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_get_psk_identity.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_get_rbio.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_get_session.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_get_shared_sigalgs.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_get_verify_result.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_get_version.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_in_init.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_key_update.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_library_init.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_load_client_CA_file.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_pending.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_read.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_read_early_data.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_rstate_string.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_session_reused.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_set1_host.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_set_bio.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_set_connect_state.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_set_fd.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_set_session.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_set_shutdown.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_set_verify_result.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_shutdown.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_state_string.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_want.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/SSL_write.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/UI_STRING.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/UI_UTIL_read_pw.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/UI_create_method.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/UI_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509V3_get_d2i.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_ALGOR_dup.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_CRL_get0_by_serial.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_EXTENSION_set_object.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_LOOKUP.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_LOOKUP_hash_dir.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_LOOKUP_meth_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_NAME_ENTRY_get_object.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_NAME_add_entry_by_txt.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_NAME_get0_der.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_NAME_get_index_by_NID.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_NAME_print_ex.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_PUBKEY_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_SIG_get0.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_STORE_CTX_get_error.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_STORE_CTX_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_STORE_CTX_set_verify_cb.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_STORE_add_cert.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_STORE_get0_param.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_STORE_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_STORE_set_verify_cb_func.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_VERIFY_PARAM_set_flags.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_check_ca.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_check_host.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_check_issued.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_check_private_key.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_check_purpose.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_cmp.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_cmp_time.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_digest.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_dup.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_get0_notBefore.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_get0_signature.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_get0_uids.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_get_extension_flags.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_get_pubkey.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_get_serialNumber.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_get_subject_name.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_get_version.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_new.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_sign.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509_verify_cert.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/X509v3_get_ext_by_NID.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/d2i_DHparams.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/d2i_PKCS8PrivateKey_bio.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/d2i_PrivateKey.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/d2i_SSL_SESSION.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/d2i_X509.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/i2d_CMS_bio_stream.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/i2d_PKCS7_bio_stream.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/i2d_re_X509_tbs.3
/freebsd-13.1/secure/lib/libcrypto/man/man3/o2i_SCT_LIST.3
/freebsd-13.1/secure/lib/libcrypto/man/man5/x509v3_config.5
/freebsd-13.1/secure/lib/libcrypto/man/man7/Ed25519.7
/freebsd-13.1/secure/lib/libcrypto/man/man7/RAND.7
/freebsd-13.1/secure/lib/libcrypto/man/man7/RAND_DRBG.7
/freebsd-13.1/secure/lib/libcrypto/man/man7/RSA-PSS.7
/freebsd-13.1/secure/lib/libcrypto/man/man7/SM2.7
/freebsd-13.1/secure/lib/libcrypto/man/man7/X25519.7
/freebsd-13.1/secure/lib/libcrypto/man/man7/bio.7
/freebsd-13.1/secure/lib/libcrypto/man/man7/ct.7
/freebsd-13.1/secure/lib/libcrypto/man/man7/des_modes.7
/freebsd-13.1/secure/lib/libcrypto/man/man7/evp.7
/freebsd-13.1/secure/lib/libcrypto/man/man7/ossl_store-file.7
/freebsd-13.1/secure/lib/libcrypto/man/man7/ossl_store.7
/freebsd-13.1/secure/lib/libcrypto/man/man7/passphrase-encoding.7
/freebsd-13.1/secure/lib/libcrypto/man/man7/proxy-certificates.7
/freebsd-13.1/secure/lib/libcrypto/man/man7/scrypt.7
/freebsd-13.1/secure/lib/libcrypto/man/man7/ssl.7
/freebsd-13.1/secure/lib/libcrypto/man/man7/x509.7
/freebsd-13.1/secure/usr.bin/openssl/man/CA.pl.1
/freebsd-13.1/secure/usr.bin/openssl/man/asn1parse.1
/freebsd-13.1/secure/usr.bin/openssl/man/ca.1
/freebsd-13.1/secure/usr.bin/openssl/man/ciphers.1
/freebsd-13.1/secure/usr.bin/openssl/man/cms.1
/freebsd-13.1/secure/usr.bin/openssl/man/crl.1
/freebsd-13.1/secure/usr.bin/openssl/man/crl2pkcs7.1
/freebsd-13.1/secure/usr.bin/openssl/man/dgst.1
/freebsd-13.1/secure/usr.bin/openssl/man/dhparam.1
/freebsd-13.1/secure/usr.bin/openssl/man/dsa.1
/freebsd-13.1/secure/usr.bin/openssl/man/dsaparam.1
/freebsd-13.1/secure/usr.bin/openssl/man/ec.1
/freebsd-13.1/secure/usr.bin/openssl/man/ecparam.1
/freebsd-13.1/secure/usr.bin/openssl/man/enc.1
/freebsd-13.1/secure/usr.bin/openssl/man/engine.1
/freebsd-13.1/secure/usr.bin/openssl/man/errstr.1
/freebsd-13.1/secure/usr.bin/openssl/man/gendsa.1
/freebsd-13.1/secure/usr.bin/openssl/man/genpkey.1
/freebsd-13.1/secure/usr.bin/openssl/man/genrsa.1
/freebsd-13.1/secure/usr.bin/openssl/man/list.1
/freebsd-13.1/secure/usr.bin/openssl/man/nseq.1
/freebsd-13.1/secure/usr.bin/openssl/man/ocsp.1
/freebsd-13.1/secure/usr.bin/openssl/man/openssl.1
/freebsd-13.1/secure/usr.bin/openssl/man/passwd.1
/freebsd-13.1/secure/usr.bin/openssl/man/pkcs12.1
/freebsd-13.1/secure/usr.bin/openssl/man/pkcs7.1
/freebsd-13.1/secure/usr.bin/openssl/man/pkcs8.1
/freebsd-13.1/secure/usr.bin/openssl/man/pkey.1
/freebsd-13.1/secure/usr.bin/openssl/man/pkeyparam.1
/freebsd-13.1/secure/usr.bin/openssl/man/pkeyutl.1
/freebsd-13.1/secure/usr.bin/openssl/man/prime.1
/freebsd-13.1/secure/usr.bin/openssl/man/rand.1
/freebsd-13.1/secure/usr.bin/openssl/man/req.1
/freebsd-13.1/secure/usr.bin/openssl/man/rsa.1
/freebsd-13.1/secure/usr.bin/openssl/man/rsautl.1
/freebsd-13.1/secure/usr.bin/openssl/man/s_client.1
/freebsd-13.1/secure/usr.bin/openssl/man/s_server.1
/freebsd-13.1/secure/usr.bin/openssl/man/s_time.1
/freebsd-13.1/secure/usr.bin/openssl/man/sess_id.1
/freebsd-13.1/secure/usr.bin/openssl/man/smime.1
/freebsd-13.1/secure/usr.bin/openssl/man/speed.1
/freebsd-13.1/secure/usr.bin/openssl/man/spkac.1
/freebsd-13.1/secure/usr.bin/openssl/man/srp.1
/freebsd-13.1/secure/usr.bin/openssl/man/storeutl.1
/freebsd-13.1/secure/usr.bin/openssl/man/ts.1
/freebsd-13.1/secure/usr.bin/openssl/man/tsget.1
/freebsd-13.1/secure/usr.bin/openssl/man/verify.1
/freebsd-13.1/secure/usr.bin/openssl/man/version.1
/freebsd-13.1/secure/usr.bin/openssl/man/x509.1
/freebsd-13.1/share/man/man4/u3g.4
/freebsd-13.1/share/man/man4/vt.4
/freebsd-13.1/stand/libsa/Makefile
/freebsd-13.1/sys/amd64/vmm/vmm.c
/freebsd-13.1/sys/arm64/include/pcpu.h
/freebsd-13.1/sys/compat/freebsd32/freebsd32_misc.c
/freebsd-13.1/sys/compat/linprocfs/linprocfs.c
/freebsd-13.1/sys/compat/linux/linux.h
/freebsd-13.1/sys/compat/linux/linux_ioctl.c
/freebsd-13.1/sys/compat/linux/linux_socket.c
/freebsd-13.1/sys/compat/linux/linux_util.c
/freebsd-13.1/sys/compat/linux/linux_util.h
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/pci.h
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/smp.h
linux_pci.c
/freebsd-13.1/sys/conf/kern.opts.mk
/freebsd-13.1/sys/conf/kern.pre.mk
/freebsd-13.1/sys/conf/newvers.sh
/freebsd-13.1/sys/contrib/openzfs/META
/freebsd-13.1/sys/contrib/openzfs/cmd/zed/agents/zfs_mod.c
/freebsd-13.1/sys/contrib/openzfs/cmd/zed/zed_disk_event.c
/freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/spl/sys/Makefile.am
/freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/spl/sys/cred.h
/freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/spl/sys/sid.h
/freebsd-13.1/sys/contrib/openzfs/include/os/linux/kernel/linux/simd_x86.h
/freebsd-13.1/sys/contrib/openzfs/include/os/linux/spl/sys/cred.h
/freebsd-13.1/sys/contrib/openzfs/lib/libzfs/libzfs_crypto.c
/freebsd-13.1/sys/contrib/openzfs/lib/libzutil/os/linux/zutil_device_path_os.c
/freebsd-13.1/sys/contrib/openzfs/module/Makefile.bsd
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/spl/spl_sysevent.c
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_acl.c
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_znode.c
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/spl-cred.c
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/policy.c
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/zpl_inode.c
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/zpl_xattr.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/arc.c
/freebsd-13.1/sys/dev/rtsx/rtsx.c
/freebsd-13.1/sys/dev/sound/pci/hda/hdac.c
/freebsd-13.1/sys/dev/usb/serial/u3g.c
/freebsd-13.1/sys/dev/usb/usbdevs
/freebsd-13.1/sys/dev/virtio/random/virtio_random.c
/freebsd-13.1/sys/dev/vt/hw/vga/vt_vga.c
/freebsd-13.1/sys/kern/uipc_socket.c
/freebsd-13.1/sys/kern/vfs_subr.c
/freebsd-13.1/sys/modules/linux_common/Makefile
/freebsd-13.1/sys/modules/zfs/Makefile
/freebsd-13.1/sys/modules/zfs/zfs_config.h
/freebsd-13.1/sys/modules/zfs/zfs_gitrev.h
/freebsd-13.1/sys/net/if_epair.c
/freebsd-13.1/sys/net/if_llatbl.c
/freebsd-13.1/sys/net/if_llatbl.h
/freebsd-13.1/sys/net/route.h
/freebsd-13.1/sys/net/route/nhop.h
/freebsd-13.1/sys/net/route/nhop_ctl.c
/freebsd-13.1/sys/net/route/nhop_var.h
/freebsd-13.1/sys/net/route/route_ctl.c
/freebsd-13.1/sys/net/route/route_debug.h
/freebsd-13.1/sys/net80211/ieee80211_node.c
/freebsd-13.1/sys/net80211/ieee80211_proto.c
/freebsd-13.1/sys/net80211/ieee80211_var.h
/freebsd-13.1/sys/net80211/ieee80211_wds.c
/freebsd-13.1/sys/netinet/in.c
/freebsd-13.1/sys/netinet/tcp_subr.c
/freebsd-13.1/sys/netinet/tcp_timer.c
/freebsd-13.1/sys/netinet/tcp_timer.h
/freebsd-13.1/sys/netinet/tcp_timewait.c
/freebsd-13.1/sys/netinet6/in6.c
/freebsd-13.1/usr.bin/netstat/nhops.c
/freebsd-13.1/usr.sbin/ntp/ntpd/leap-seconds
cad0a51d11-Mar-2022 Hans Petter Selasky <[email protected]>

lindebugfs: Make single_release() NULL safe.

Sponsored by: NVIDIA Networking
Approved by: re (gjb)

(cherry picked from commit a23e475c48da7a3751ffdc689be01d514ea2857c)
(cherry picked from commit d6

lindebugfs: Make single_release() NULL safe.

Sponsored by: NVIDIA Networking
Approved by: re (gjb)

(cherry picked from commit a23e475c48da7a3751ffdc689be01d514ea2857c)
(cherry picked from commit d67b2c96153fcef344648d907893b50e30817a38)

show more ...


/freebsd-13.1/RELNOTES
/freebsd-13.1/bin/cp/cp.1
/freebsd-13.1/bin/cp/cp.c
/freebsd-13.1/bin/cp/tests/cp_test.sh
/freebsd-13.1/bin/df/Makefile
/freebsd-13.1/bin/df/df.1
/freebsd-13.1/bin/df/df.c
/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.system.d.out
/freebsd-13.1/cddl/contrib/opensolaris/common/ctf/ctf_impl.h
/freebsd-13.1/cddl/contrib/opensolaris/common/ctf/ctf_open.c
/freebsd-13.1/cddl/contrib/opensolaris/common/ctf/ctf_types.c
/freebsd-13.1/cddl/contrib/opensolaris/common/ctf/ctf_util.c
/freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/dt_open.c
/freebsd-13.1/contrib/bc/Makefile.in
/freebsd-13.1/contrib/bc/NEWS.md
/freebsd-13.1/contrib/bc/README.md
/freebsd-13.1/contrib/bc/bcl.pc.in
/freebsd-13.1/contrib/bc/configure.sh
/freebsd-13.1/contrib/bc/gen/bc_help.txt
/freebsd-13.1/contrib/bc/gen/dc_help.txt
/freebsd-13.1/contrib/bc/include/lang.h
/freebsd-13.1/contrib/bc/include/status.h
/freebsd-13.1/contrib/bc/include/version.h
/freebsd-13.1/contrib/bc/include/vm.h
/freebsd-13.1/contrib/bc/locales/de_DE.ISO8859-1.msg
/freebsd-13.1/contrib/bc/locales/de_DE.UTF-8.msg
/freebsd-13.1/contrib/bc/locales/en_US.msg
/freebsd-13.1/contrib/bc/locales/es_ES.ISO8859-1.msg
/freebsd-13.1/contrib/bc/locales/es_ES.UTF-8.msg
/freebsd-13.1/contrib/bc/locales/fr_FR.ISO8859-1.msg
/freebsd-13.1/contrib/bc/locales/fr_FR.UTF-8.msg
/freebsd-13.1/contrib/bc/locales/ja_JP.UTF-8.msg
/freebsd-13.1/contrib/bc/locales/ja_JP.eucJP.msg
/freebsd-13.1/contrib/bc/locales/nl_NL.ISO8859-1.msg
/freebsd-13.1/contrib/bc/locales/nl_NL.UTF-8.msg
/freebsd-13.1/contrib/bc/locales/pl_PL.ISO8859-2.msg
/freebsd-13.1/contrib/bc/locales/pl_PL.UTF-8.msg
/freebsd-13.1/contrib/bc/locales/pt_PT.ISO8859-1.msg
/freebsd-13.1/contrib/bc/locales/pt_PT.UTF-8.msg
/freebsd-13.1/contrib/bc/locales/ru_RU.CP1251.msg
/freebsd-13.1/contrib/bc/locales/ru_RU.CP866.msg
/freebsd-13.1/contrib/bc/locales/ru_RU.ISO8859-5.msg
/freebsd-13.1/contrib/bc/locales/ru_RU.KOI8-R.msg
/freebsd-13.1/contrib/bc/locales/ru_RU.UTF-8.msg
/freebsd-13.1/contrib/bc/locales/zh_CN.GB18030.msg
/freebsd-13.1/contrib/bc/locales/zh_CN.GB2312.msg
/freebsd-13.1/contrib/bc/locales/zh_CN.GBK.msg
/freebsd-13.1/contrib/bc/locales/zh_CN.UTF-8.msg
/freebsd-13.1/contrib/bc/locales/zh_CN.eucCN.msg
/freebsd-13.1/contrib/bc/manuals/bc/A.1
/freebsd-13.1/contrib/bc/manuals/bc/A.1.md
/freebsd-13.1/contrib/bc/manuals/bc/E.1
/freebsd-13.1/contrib/bc/manuals/bc/E.1.md
/freebsd-13.1/contrib/bc/manuals/bc/EH.1
/freebsd-13.1/contrib/bc/manuals/bc/EH.1.md
/freebsd-13.1/contrib/bc/manuals/bc/EHN.1
/freebsd-13.1/contrib/bc/manuals/bc/EHN.1.md
/freebsd-13.1/contrib/bc/manuals/bc/EN.1
/freebsd-13.1/contrib/bc/manuals/bc/EN.1.md
/freebsd-13.1/contrib/bc/manuals/bc/H.1
/freebsd-13.1/contrib/bc/manuals/bc/H.1.md
/freebsd-13.1/contrib/bc/manuals/bc/HN.1
/freebsd-13.1/contrib/bc/manuals/bc/HN.1.md
/freebsd-13.1/contrib/bc/manuals/bc/N.1
/freebsd-13.1/contrib/bc/manuals/bc/N.1.md
/freebsd-13.1/contrib/bc/manuals/build.md
/freebsd-13.1/contrib/bc/manuals/dc/A.1
/freebsd-13.1/contrib/bc/manuals/dc/A.1.md
/freebsd-13.1/contrib/bc/manuals/dc/E.1
/freebsd-13.1/contrib/bc/manuals/dc/E.1.md
/freebsd-13.1/contrib/bc/manuals/dc/EH.1
/freebsd-13.1/contrib/bc/manuals/dc/EH.1.md
/freebsd-13.1/contrib/bc/manuals/dc/EHN.1
/freebsd-13.1/contrib/bc/manuals/dc/EHN.1.md
/freebsd-13.1/contrib/bc/manuals/dc/EN.1
/freebsd-13.1/contrib/bc/manuals/dc/EN.1.md
/freebsd-13.1/contrib/bc/manuals/dc/H.1
/freebsd-13.1/contrib/bc/manuals/dc/H.1.md
/freebsd-13.1/contrib/bc/manuals/dc/HN.1
/freebsd-13.1/contrib/bc/manuals/dc/HN.1.md
/freebsd-13.1/contrib/bc/manuals/dc/N.1
/freebsd-13.1/contrib/bc/manuals/dc/N.1.md
/freebsd-13.1/contrib/bc/scripts/exec-install.sh
/freebsd-13.1/contrib/bc/scripts/karatsuba.py
/freebsd-13.1/contrib/bc/src/args.c
/freebsd-13.1/contrib/bc/src/bc_lex.c
/freebsd-13.1/contrib/bc/src/bc_parse.c
/freebsd-13.1/contrib/bc/src/data.c
/freebsd-13.1/contrib/bc/src/dc_lex.c
/freebsd-13.1/contrib/bc/src/dc_parse.c
/freebsd-13.1/contrib/bc/src/file.c
/freebsd-13.1/contrib/bc/src/history.c
/freebsd-13.1/contrib/bc/src/lex.c
/freebsd-13.1/contrib/bc/src/library.c
/freebsd-13.1/contrib/bc/src/main.c
/freebsd-13.1/contrib/bc/src/opt.c
/freebsd-13.1/contrib/bc/src/parse.c
/freebsd-13.1/contrib/bc/src/program.c
/freebsd-13.1/contrib/bc/src/rand.c
/freebsd-13.1/contrib/bc/src/read.c
/freebsd-13.1/contrib/bc/src/vm.c
/freebsd-13.1/contrib/bc/tests/bc/all.txt
/freebsd-13.1/contrib/bc/tests/bc/misc8.txt
/freebsd-13.1/contrib/bc/tests/bc/misc8_results.txt
/freebsd-13.1/contrib/bc/tests/bc/posix_errors.txt
/freebsd-13.1/contrib/bc/tests/bc/timeconst.sh
/freebsd-13.1/contrib/bc/tests/history.py
/freebsd-13.1/contrib/bc/tests/history.sh
/freebsd-13.1/contrib/bc/vs/bc.vcxproj
/freebsd-13.1/contrib/elftoolchain/readelf/readelf.c
/freebsd-13.1/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h
/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/AArch64.cpp
/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/PPC.cpp
/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/PPC64.cpp
/freebsd-13.1/contrib/netbsd-tests/lib/librt/t_sem.c
/freebsd-13.1/contrib/netbsd-tests/sbin/newfs_msdos/t_create.sh
/freebsd-13.1/contrib/unbound/README.md
/freebsd-13.1/contrib/unbound/config.guess
/freebsd-13.1/contrib/unbound/config.h.in
/freebsd-13.1/contrib/unbound/config.sub
/freebsd-13.1/contrib/unbound/configure
/freebsd-13.1/contrib/unbound/configure.ac
/freebsd-13.1/contrib/unbound/contrib/aaaa-filter-iterator.patch
/freebsd-13.1/contrib/unbound/daemon/remote.c
/freebsd-13.1/contrib/unbound/daemon/worker.c
/freebsd-13.1/contrib/unbound/dnstap/dtstream.c
/freebsd-13.1/contrib/unbound/dnstap/unbound-dnstap-socket.c
/freebsd-13.1/contrib/unbound/doc/Changelog
/freebsd-13.1/contrib/unbound/doc/README
/freebsd-13.1/contrib/unbound/doc/example.conf
/freebsd-13.1/contrib/unbound/doc/example.conf.in
/freebsd-13.1/contrib/unbound/doc/libunbound.3
/freebsd-13.1/contrib/unbound/doc/libunbound.3.in
/freebsd-13.1/contrib/unbound/doc/unbound-anchor.8
/freebsd-13.1/contrib/unbound/doc/unbound-anchor.8.in
/freebsd-13.1/contrib/unbound/doc/unbound-checkconf.8
/freebsd-13.1/contrib/unbound/doc/unbound-checkconf.8.in
/freebsd-13.1/contrib/unbound/doc/unbound-control.8
/freebsd-13.1/contrib/unbound/doc/unbound-control.8.in
/freebsd-13.1/contrib/unbound/doc/unbound-host.1
/freebsd-13.1/contrib/unbound/doc/unbound-host.1.in
/freebsd-13.1/contrib/unbound/doc/unbound.8
/freebsd-13.1/contrib/unbound/doc/unbound.8.in
/freebsd-13.1/contrib/unbound/doc/unbound.conf.5
/freebsd-13.1/contrib/unbound/doc/unbound.conf.5.in
/freebsd-13.1/contrib/unbound/iterator/iter_delegpt.c
/freebsd-13.1/contrib/unbound/iterator/iter_delegpt.h
/freebsd-13.1/contrib/unbound/iterator/iter_fwd.c
/freebsd-13.1/contrib/unbound/iterator/iter_hints.c
/freebsd-13.1/contrib/unbound/iterator/iterator.c
/freebsd-13.1/contrib/unbound/iterator/iterator.h
/freebsd-13.1/contrib/unbound/libunbound/libworker.c
/freebsd-13.1/contrib/unbound/libunbound/worker.h
/freebsd-13.1/contrib/unbound/services/cache/infra.c
/freebsd-13.1/contrib/unbound/services/cache/infra.h
/freebsd-13.1/contrib/unbound/services/listen_dnsport.c
/freebsd-13.1/contrib/unbound/services/localzone.c
/freebsd-13.1/contrib/unbound/services/outside_network.c
/freebsd-13.1/contrib/unbound/services/outside_network.h
/freebsd-13.1/contrib/unbound/services/rpz.c
/freebsd-13.1/contrib/unbound/services/rpz.h
/freebsd-13.1/contrib/unbound/sldns/keyraw.c
/freebsd-13.1/contrib/unbound/sldns/str2wire.c
/freebsd-13.1/contrib/unbound/sldns/str2wire.h
/freebsd-13.1/contrib/unbound/sldns/wire2str.c
/freebsd-13.1/contrib/unbound/smallapp/unbound-checkconf.c
/freebsd-13.1/contrib/unbound/smallapp/worker_cb.c
/freebsd-13.1/contrib/unbound/testdata/edns_attached_once_per_upstream.rpl
/freebsd-13.1/contrib/unbound/testdata/nsid_bogus.rpl
/freebsd-13.1/contrib/unbound/testdata/ratelimit.tdir/ratelimit.conf
/freebsd-13.1/contrib/unbound/testdata/ratelimit.tdir/ratelimit.dsc
/freebsd-13.1/contrib/unbound/testdata/ratelimit.tdir/ratelimit.post
/freebsd-13.1/contrib/unbound/testdata/ratelimit.tdir/ratelimit.pre
/freebsd-13.1/contrib/unbound/testdata/ratelimit.tdir/ratelimit.test
/freebsd-13.1/contrib/unbound/testdata/ratelimit.tdir/ratelimit.testns
/freebsd-13.1/contrib/unbound/testdata/ratelimit.tdir/unbound_control.key
/freebsd-13.1/contrib/unbound/testdata/ratelimit.tdir/unbound_control.pem
/freebsd-13.1/contrib/unbound/testdata/ratelimit.tdir/unbound_server.key
/freebsd-13.1/contrib/unbound/testdata/ratelimit.tdir/unbound_server.pem
/freebsd-13.1/contrib/unbound/testdata/rpz_nsdname.rpl
/freebsd-13.1/contrib/unbound/testdata/rpz_nsip.rpl
/freebsd-13.1/contrib/unbound/testdata/rpz_signal_nxdomain_ra.rpl
/freebsd-13.1/contrib/unbound/util/config_file.c
/freebsd-13.1/contrib/unbound/util/config_file.h
/freebsd-13.1/contrib/unbound/util/configlexer.lex
/freebsd-13.1/contrib/unbound/util/configparser.y
/freebsd-13.1/contrib/unbound/util/fptr_wlist.c
/freebsd-13.1/contrib/unbound/util/fptr_wlist.h
/freebsd-13.1/contrib/unbound/util/iana_ports.inc
/freebsd-13.1/contrib/unbound/util/module.h
/freebsd-13.1/contrib/unbound/util/net_help.c
/freebsd-13.1/contrib/unbound/util/net_help.h
/freebsd-13.1/contrib/unbound/util/netevent.c
/freebsd-13.1/contrib/unbound/validator/val_utils.c
/freebsd-13.1/crypto/openssh/FREEBSD-upgrade
/freebsd-13.1/crypto/openssh/freebsd-configure.sh
/freebsd-13.1/crypto/openssl/crypto/bn/bn_sqrt.c
/freebsd-13.1/crypto/openssl/doc/man3/BN_add.pod
/freebsd-13.1/etc/mtree/BSD.root.dist
/freebsd-13.1/etc/mtree/BSD.tests.dist
/freebsd-13.1/lib/libc/Makefile
/freebsd-13.1/lib/libc/gen/sysctl.c
/freebsd-13.1/lib/libc/gen/sysctlbyname.c
/freebsd-13.1/lib/libc/stdio/fread.c
/freebsd-13.1/lib/libc/stdio/fvwrite.c
/freebsd-13.1/lib/libc/stdlib/qsort.c
/freebsd-13.1/lib/libc/sys/closefrom.2
/freebsd-13.1/lib/libc/tests/sys/sendfile_test.c
/freebsd-13.1/lib/libefivar/efivar-dp-format.c
/freebsd-13.1/lib/libpmc/libpmc.c
/freebsd-13.1/lib/libprocstat/libprocstat.c
/freebsd-13.1/lib/libsysdecode/flags.c
/freebsd-13.1/lib/libsysdecode/mktables
/freebsd-13.1/lib/libsysdecode/sysdecode.h
/freebsd-13.1/lib/libsysdecode/sysdecode_mask.3
/freebsd-13.1/lib/libusb/libusb10.c
/freebsd-13.1/lib/libusb/libusb_global_linux.h
/freebsd-13.1/libexec/rc/rc.d/jail
/freebsd-13.1/libexec/rtld-elf/rtld.1
/freebsd-13.1/release/pkg_repos/release-dvd.conf
/freebsd-13.1/release/tools/ec2.conf
/freebsd-13.1/release/tools/gce.conf
/freebsd-13.1/sbin/camcontrol/fwdownload.c
/freebsd-13.1/sbin/dhclient/bpf.c
/freebsd-13.1/sbin/dhclient/packet.c
/freebsd-13.1/sbin/fsck_ffs/main.c
/freebsd-13.1/sbin/fsck_ffs/setup.c
/freebsd-13.1/sbin/ipf/libipf/printactivenat.c
/freebsd-13.1/sbin/newfs/mkfs.c
/freebsd-13.1/sbin/newfs_msdos/Makefile
/freebsd-13.1/sbin/newfs_msdos/tests/Makefile
/freebsd-13.1/share/man/man4/cxgbe.4
/freebsd-13.1/share/man/man4/vt.4
/freebsd-13.1/share/man/man5/rc.conf.5
/freebsd-13.1/share/man/man7/stats.7
/freebsd-13.1/share/man/man9/bitset.9
/freebsd-13.1/share/man/man9/cpuset.9
/freebsd-13.1/share/mk/src.libnames.mk
/freebsd-13.1/stand/defaults/loader.conf
/freebsd-13.1/stand/efi/include/efirng.h
/freebsd-13.1/stand/efi/loader/main.c
/freebsd-13.1/stand/lua/core.lua
/freebsd-13.1/stand/lua/menu.lua
/freebsd-13.1/stand/powerpc/ofw/main.c
/freebsd-13.1/sys/amd64/conf/GENERIC
/freebsd-13.1/sys/amd64/conf/NOTES
/freebsd-13.1/sys/amd64/include/efi.h
/freebsd-13.1/sys/amd64/include/pc/bios.h
/freebsd-13.1/sys/arm64/include/efi.h
/freebsd-13.1/sys/cddl/dev/fbt/fbt.c
/freebsd-13.1/sys/compat/lindebugfs/lindebugfs.c
/freebsd-13.1/sys/compat/linuxkpi/common/include/asm/atomic64.h
/freebsd-13.1/sys/compat/linuxkpi/common/include/asm/uaccess.h
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/backlight.h
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/device.h
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ieee80211.h
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/kernel.h
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/list.h
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/mm.h
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/mm_types.h
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/mmap_lock.h
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/module.h
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/nl80211.h
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/reboot.h
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/skbuff.h
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/wait_bit.h
/freebsd-13.1/sys/compat/linuxkpi/common/include/net/cfg80211.h
/freebsd-13.1/sys/compat/linuxkpi/common/include/net/mac80211.h
linux_seq_file.c
/freebsd-13.1/sys/conf/files
/freebsd-13.1/sys/conf/files.amd64
/freebsd-13.1/sys/conf/files.arm64
/freebsd-13.1/sys/conf/files.powerpc
/freebsd-13.1/sys/conf/files.x86
/freebsd-13.1/sys/conf/newvers.sh
/freebsd-13.1/sys/contrib/dev/ice/README
/freebsd-13.1/sys/contrib/dev/ice/ice-1.3.27.0.pkg
/freebsd-13.1/sys/contrib/dev/iwlwifi/cfg/22000.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/acpi.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/acpi.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/alive.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/commands.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/config.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/d3.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/datapath.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/dbg-tlv.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/debug.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/mac-cfg.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/mac.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/nvm-reg.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/phy-ctxt.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/phy.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/power.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/rfi.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/rs.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/rx.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/scan.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/stats.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/system.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/tx.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/txq.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/dbg.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/dbg.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/debugfs.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/dump.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/error-dump.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/file.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/img.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/img.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/init.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/paging.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/runtime.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/smem.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/uefi.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/uefi.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/iwl-config.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/iwl-csr.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/iwl-dbg-tlv.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/iwl-debug.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/iwl-debug.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/iwl-drv.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/iwl-drv.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/iwl-eeprom-read.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/iwl-fh.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/iwl-io.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/iwl-modparams.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/iwl-nvm-parse.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/iwl-nvm-parse.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/iwl-phy-db.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/iwl-prph.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/iwl-trans.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/iwl-trans.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/mei/iwl-mei.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/constants.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/d3.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/debugfs.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/ftm-responder.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/fw-api.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/fw.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/mac-ctxt.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/mac80211.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/mvm.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/offloading.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/ops.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/phy-ctxt.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/quota.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/rfi.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/rs-fw.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/rs.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/rx.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/rxmq.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/scan.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/sta.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/sta.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/tdls.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/time-event.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/tt.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/tx.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/utils.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/drv.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/internal.h
/freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/rx.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/trans-gen2.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/trans.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/tx.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/queue/tx.c
/freebsd-13.1/sys/contrib/dev/iwlwifi/queue/tx.h
/freebsd-13.1/sys/contrib/dev/iwlwififw/WHENCE
/freebsd-13.1/sys/contrib/dev/iwlwififw/iwlwifi-9000-pu-b0-jf-b0-46.ucode
/freebsd-13.1/sys/contrib/dev/iwlwififw/iwlwifi-9260-th-b0-jf-b0-46.ucode
/freebsd-13.1/sys/contrib/dev/iwlwififw/iwlwifi-Qu-b0-hr-b0-68.ucode
/freebsd-13.1/sys/contrib/dev/iwlwififw/iwlwifi-Qu-b0-jf-b0-68.ucode
/freebsd-13.1/sys/contrib/dev/iwlwififw/iwlwifi-Qu-c0-hr-b0-68.ucode
/freebsd-13.1/sys/contrib/dev/iwlwififw/iwlwifi-Qu-c0-jf-b0-68.ucode
/freebsd-13.1/sys/contrib/dev/iwlwififw/iwlwifi-QuZ-a0-hr-b0-68.ucode
/freebsd-13.1/sys/contrib/dev/iwlwififw/iwlwifi-QuZ-a0-jf-b0-68.ucode
/freebsd-13.1/sys/contrib/dev/iwlwififw/iwlwifi-cc-a0-68.ucode
/freebsd-13.1/sys/contrib/dev/iwlwififw/iwlwifi-so-a0-gf-a0-68.ucode
/freebsd-13.1/sys/contrib/dev/iwlwififw/iwlwifi-so-a0-gf-a0.pnvm
/freebsd-13.1/sys/contrib/dev/iwlwififw/iwlwifi-so-a0-gf4-a0-68.ucode
/freebsd-13.1/sys/contrib/dev/iwlwififw/iwlwifi-so-a0-gf4-a0.pnvm
/freebsd-13.1/sys/contrib/dev/iwlwififw/iwlwifi-so-a0-hr-b0-68.ucode
/freebsd-13.1/sys/contrib/dev/iwlwififw/iwlwifi-so-a0-jf-b0-68.ucode
/freebsd-13.1/sys/contrib/dev/iwlwififw/iwlwifi-ty-a0-gf-a0-68.ucode
/freebsd-13.1/sys/contrib/dev/iwlwififw/iwlwifi-ty-a0-gf-a0.pnvm
/freebsd-13.1/sys/contrib/openzfs/.github/workflows/zfs-tests-functional.yml
/freebsd-13.1/sys/contrib/openzfs/.github/workflows/zfs-tests-sanity.yml
/freebsd-13.1/sys/contrib/openzfs/META
/freebsd-13.1/sys/contrib/openzfs/README.md
/freebsd-13.1/sys/contrib/openzfs/cmd/mount_zfs/mount_zfs.c
/freebsd-13.1/sys/contrib/openzfs/cmd/vdev_id/vdev_id
/freebsd-13.1/sys/contrib/openzfs/cmd/zed/agents/zfs_retire.c
/freebsd-13.1/sys/contrib/openzfs/cmd/zed/zed.c
/freebsd-13.1/sys/contrib/openzfs/cmd/zed/zed.d/all-syslog.sh
/freebsd-13.1/sys/contrib/openzfs/cmd/zed/zed.d/generic-notify.sh
/freebsd-13.1/sys/contrib/openzfs/cmd/zed/zed.d/statechange-notify.sh
/freebsd-13.1/sys/contrib/openzfs/cmd/zed/zed.d/zed-functions.sh
/freebsd-13.1/sys/contrib/openzfs/cmd/zed/zed.d/zed.rc
/freebsd-13.1/sys/contrib/openzfs/cmd/zed/zed_conf.c
/freebsd-13.1/sys/contrib/openzfs/cmd/zed/zed_exec.c
/freebsd-13.1/sys/contrib/openzfs/cmd/zpool/zpool.d/dm-deps
/freebsd-13.1/sys/contrib/openzfs/cmd/zpool/zpool.d/iostat
/freebsd-13.1/sys/contrib/openzfs/cmd/zpool/zpool.d/lsblk
/freebsd-13.1/sys/contrib/openzfs/cmd/zpool/zpool.d/media
/freebsd-13.1/sys/contrib/openzfs/cmd/zpool/zpool.d/ses
/freebsd-13.1/sys/contrib/openzfs/cmd/zpool/zpool_main.c
/freebsd-13.1/sys/contrib/openzfs/cmd/zstream/zstream_dump.c
/freebsd-13.1/sys/contrib/openzfs/config/Substfiles.am
/freebsd-13.1/sys/contrib/openzfs/config/always-python.m4
/freebsd-13.1/sys/contrib/openzfs/config/always-pyzfs.m4
/freebsd-13.1/sys/contrib/openzfs/config/kernel-add-disk.m4
/freebsd-13.1/sys/contrib/openzfs/config/kernel-fallocate.m4
/freebsd-13.1/sys/contrib/openzfs/config/kernel-fpu.m4
/freebsd-13.1/sys/contrib/openzfs/config/kernel-kmem.m4
/freebsd-13.1/sys/contrib/openzfs/config/kernel-kthread.m4
/freebsd-13.1/sys/contrib/openzfs/config/kernel-pde-data.m4
/freebsd-13.1/sys/contrib/openzfs/config/kernel-vfs-iov_iter.m4
/freebsd-13.1/sys/contrib/openzfs/config/kernel.m4
/freebsd-13.1/sys/contrib/openzfs/config/toolchain-simd.m4
/freebsd-13.1/sys/contrib/openzfs/config/user-libfetch.m4
/freebsd-13.1/sys/contrib/openzfs/config/user.m4
/freebsd-13.1/sys/contrib/openzfs/config/zfs-build.m4
/freebsd-13.1/sys/contrib/openzfs/config/zfs-meta.m4
/freebsd-13.1/sys/contrib/openzfs/configure.ac
/freebsd-13.1/sys/contrib/openzfs/contrib/bpftrace/zfs-trace.sh
/freebsd-13.1/sys/contrib/openzfs/contrib/dracut/02zfsexpandknowledge/module-setup.sh.in
/freebsd-13.1/sys/contrib/openzfs/contrib/dracut/90zfs/module-setup.sh.in
/freebsd-13.1/sys/contrib/openzfs/contrib/dracut/90zfs/parse-zfs.sh.in
/freebsd-13.1/sys/contrib/openzfs/contrib/dracut/90zfs/zfs-env-bootfs.service.in
/freebsd-13.1/sys/contrib/openzfs/contrib/dracut/90zfs/zfs-generator.sh.in
/freebsd-13.1/sys/contrib/openzfs/contrib/dracut/90zfs/zfs-load-key.sh.in
/freebsd-13.1/sys/contrib/openzfs/contrib/dracut/90zfs/zfs-rollback-bootfs.service.in
/freebsd-13.1/sys/contrib/openzfs/contrib/dracut/90zfs/zfs-snapshot-bootfs.service.in
/freebsd-13.1/sys/contrib/openzfs/contrib/initramfs/hooks/zfs.in
/freebsd-13.1/sys/contrib/openzfs/contrib/initramfs/scripts/zfs
/freebsd-13.1/sys/contrib/openzfs/etc/default/zfs.in
/freebsd-13.1/sys/contrib/openzfs/etc/init.d/.gitignore
/freebsd-13.1/sys/contrib/openzfs/etc/init.d/Makefile.am
/freebsd-13.1/sys/contrib/openzfs/etc/init.d/README.md
/freebsd-13.1/sys/contrib/openzfs/etc/init.d/zfs-import.in
/freebsd-13.1/sys/contrib/openzfs/etc/init.d/zfs-load-key.in
/freebsd-13.1/sys/contrib/openzfs/etc/systemd/system/.gitignore
/freebsd-13.1/sys/contrib/openzfs/etc/systemd/system/Makefile.am
/freebsd-13.1/sys/contrib/openzfs/etc/systemd/system/[email protected]
/freebsd-13.1/sys/contrib/openzfs/etc/systemd/system/[email protected]
/freebsd-13.1/sys/contrib/openzfs/etc/systemd/system/[email protected]
/freebsd-13.1/sys/contrib/openzfs/etc/zfs/zfs-functions.in
/freebsd-13.1/sys/contrib/openzfs/include/libzfs_impl.h
/freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/spl/sys/vnode.h
/freebsd-13.1/sys/contrib/openzfs/include/os/linux/kernel/linux/simd_x86.h
/freebsd-13.1/sys/contrib/openzfs/include/os/linux/spl/sys/uio.h
/freebsd-13.1/sys/contrib/openzfs/include/sys/dsl_pool.h
/freebsd-13.1/sys/contrib/openzfs/include/sys/fm/fs/zfs.h
/freebsd-13.1/sys/contrib/openzfs/include/sys/spa.h
/freebsd-13.1/sys/contrib/openzfs/include/sys/vdev_draid.h
/freebsd-13.1/sys/contrib/openzfs/include/sys/vdev_raidz.h
/freebsd-13.1/sys/contrib/openzfs/include/sys/zio.h
/freebsd-13.1/sys/contrib/openzfs/lib/libshare/os/freebsd/nfs.c
/freebsd-13.1/sys/contrib/openzfs/lib/libspl/os/freebsd/mnttab.c
/freebsd-13.1/sys/contrib/openzfs/lib/libzfs/Makefile.am
/freebsd-13.1/sys/contrib/openzfs/lib/libzfs/libzfs.abi
/freebsd-13.1/sys/contrib/openzfs/lib/libzfs/libzfs_crypto.c
/freebsd-13.1/sys/contrib/openzfs/lib/libzfs/libzfs_sendrecv.c
/freebsd-13.1/sys/contrib/openzfs/lib/libzfs/libzfs_util.c
/freebsd-13.1/sys/contrib/openzfs/lib/libzfs/os/linux/libzfs_mount_os.c
/freebsd-13.1/sys/contrib/openzfs/man/man4/zfs.4
/freebsd-13.1/sys/contrib/openzfs/man/man7/zfsprops.7
/freebsd-13.1/sys/contrib/openzfs/man/man7/zpoolprops.7
/freebsd-13.1/sys/contrib/openzfs/man/man8/zfs-load-key.8
/freebsd-13.1/sys/contrib/openzfs/man/man8/zfs-receive.8
/freebsd-13.1/sys/contrib/openzfs/man/man8/zfs-share.8
/freebsd-13.1/sys/contrib/openzfs/man/man8/zgenhostid.8
/freebsd-13.1/sys/contrib/openzfs/man/man8/zpool-attach.8
/freebsd-13.1/sys/contrib/openzfs/man/man8/zpool-clear.8
/freebsd-13.1/sys/contrib/openzfs/man/man8/zpool-events.8
/freebsd-13.1/sys/contrib/openzfs/man/man8/zpool-import.8
/freebsd-13.1/sys/contrib/openzfs/man/man8/zpool-replace.8
/freebsd-13.1/sys/contrib/openzfs/man/man8/zpool-scrub.8
/freebsd-13.1/sys/contrib/openzfs/module/Makefile.in
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/abd_os.c
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/vdev_file.c
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_ctldir.c
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_racct.c
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vfsops.c
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/zvol_os.c
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/spl-kstat.c
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/spl-procfs-list.c
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/spl-taskq.c
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/spl-thread.c
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/vdev_disk.c
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/vdev_file.c
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/zfs_racct.c
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/zfs_vfsops.c
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/zfs_vnops_os.c
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/zio_crypt.c
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/zpl_file.c
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/zvol_os.c
/freebsd-13.1/sys/contrib/openzfs/module/zcommon/zfs_prop.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/abd.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/arc.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/bpobj.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/bptree.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/dbuf.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/dmu.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/dmu_diff.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/dmu_objset.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/dmu_recv.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/dmu_redact.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/dmu_send.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/dmu_traverse.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/dmu_zfetch.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/dnode.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/dnode_sync.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/dsl_bookmark.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/dsl_crypt.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/dsl_dataset.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/dsl_destroy.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/dsl_dir.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/dsl_pool.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/dsl_prop.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/dsl_scan.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/dsl_synctask.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/fm.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/gzip.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/lz4.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/lzjb.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/metaslab.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/range_tree.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/sa.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/sha256.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/spa.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/spa_checkpoint.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/spa_errlog.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/spa_misc.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/vdev.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/vdev_draid.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/vdev_indirect.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/vdev_initialize.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/vdev_mirror.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/vdev_missing.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/vdev_raidz.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/vdev_removal.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/vdev_trim.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/zap.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/zap_leaf.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/zap_micro.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/zcp.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/zcp_synctask.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/zfs_fm.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/zfs_vnops.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/zil.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/zio.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/zio_checksum.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/zio_compress.c
/freebsd-13.1/sys/contrib/openzfs/rpm/generic/zfs-dkms.spec.in
/freebsd-13.1/sys/contrib/openzfs/rpm/generic/zfs-kmod.spec.in
/freebsd-13.1/sys/contrib/openzfs/rpm/generic/zfs.spec.in
/freebsd-13.1/sys/contrib/openzfs/rpm/redhat/zfs-kmod.spec.in
/freebsd-13.1/sys/contrib/openzfs/scripts/dkms.mkconf
/freebsd-13.1/sys/contrib/openzfs/scripts/kmodtool
/freebsd-13.1/sys/contrib/openzfs/scripts/zfs-tests.sh
/freebsd-13.1/sys/contrib/openzfs/scripts/zfs.sh
/freebsd-13.1/sys/contrib/openzfs/scripts/zimport.sh
/freebsd-13.1/sys/contrib/openzfs/tests/runfiles/common.run
/freebsd-13.1/sys/contrib/openzfs/tests/runfiles/linux.run
/freebsd-13.1/sys/contrib/openzfs/tests/runfiles/sanity.run
/freebsd-13.1/sys/contrib/openzfs/tests/test-runner/bin/zts-report.py.in
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/cmd/mmap_seek/mmap_seek.c
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/include/blkdev.shlib
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/include/libtest.shlib
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/Makefile.am
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/alloc_class.kshlib
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_load-key/HEXKEY
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_load-key/Makefile.am
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_load-key/PASSPHRASE
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_load-key/RAWKEY
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_load-key/cleanup.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_load-key/setup.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_load-key/zfs_load-key.cfg
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_load-key/zfs_load-key_all.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_load-key/zfs_load-key_common.kshlib
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_load-key/zfs_load-key_https.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_load-key/zfs_load-key_location.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_load-key/zfs_load-key_recursive.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/Makefile.am
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_-wR-encrypted-mix.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_to_encrypted.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/zfs_set_keylocation.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/zpool_events_errors.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_expand/zpool_expand_001_pos.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_devices_missing.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_rewind_config_changed.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/zpool_reopen.shlib
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/deadman/deadman_sync.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fallocate/fallocate_punch-hole.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/history_006_neg.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/no_space/Makefile.am
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/no_space/enospc_002_pos.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/no_space/enospc_rm.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pool_checkpoint/checkpoint_ro_rewind.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/redundancy.kshlib
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/refreserv/refreserv_raidz.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/reservation_021_neg.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/Makefile.am
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/rsend.kshlib
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/send-c_verify_ratio.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/send_raw_ashift.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/send_raw_spill_block.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/send_realloc_encrypted_files.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/send_realloc_files.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/simd/Makefile.am
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/simd/simd_supported.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/rollback_003_pos.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/suid/Makefile.am
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/suid/suid_write_to_file.c
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/suid/suid_write_to_none.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/suid/suid_write_to_sgid.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/suid/suid_write_to_suid.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/suid/suid_write_to_suid_sgid.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/suid/suid_write_zil_replay.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/Makefile.am
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/userspace_send_encrypted.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/zvol_misc_common.kshlib
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/zvol_misc_rename_inuse.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/zvol_misc_snapdev.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/zvol_misc_volmode.ksh
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/zvol_misc_zil.ksh
/freebsd-13.1/sys/dev/bhnd/bcma/bcma.c
/freebsd-13.1/sys/dev/bhnd/bhndb/bhndb.c
/freebsd-13.1/sys/dev/bhnd/cores/chipc/bhnd_pmu_chipc.c
/freebsd-13.1/sys/dev/bhnd/cores/chipc/chipc.c
/freebsd-13.1/sys/dev/bhnd/siba/siba.c
/freebsd-13.1/sys/dev/cxgb/cxgb_adapter.h
/freebsd-13.1/sys/dev/cxgb/cxgb_osdep.h
/freebsd-13.1/sys/dev/cxgb/cxgb_sge.c
/freebsd-13.1/sys/dev/cxgb/cxgb_t3fw.c
/freebsd-13.1/sys/dev/cxgb/sys/uipc_mvec.c
/freebsd-13.1/sys/dev/cxgbe/adapter.h
/freebsd-13.1/sys/dev/cxgbe/common/common.h
/freebsd-13.1/sys/dev/cxgbe/common/t4_hw.c
/freebsd-13.1/sys/dev/cxgbe/crypto/t4_crypto.c
/freebsd-13.1/sys/dev/cxgbe/cudbg/cudbg_lib.c
/freebsd-13.1/sys/dev/cxgbe/cudbg/fastlz_api.c
/freebsd-13.1/sys/dev/cxgbe/cxgbei/cxgbei.c
/freebsd-13.1/sys/dev/cxgbe/cxgbei/icl_cxgbei.c
/freebsd-13.1/sys/dev/cxgbe/firmware/t4fw-1.26.6.0.bin
/freebsd-13.1/sys/dev/cxgbe/firmware/t4fw_interface.h
/freebsd-13.1/sys/dev/cxgbe/firmware/t5fw-1.26.6.0.bin
/freebsd-13.1/sys/dev/cxgbe/firmware/t6fw-1.26.6.0.bin
/freebsd-13.1/sys/dev/cxgbe/iw_cxgbe/cm.c
/freebsd-13.1/sys/dev/cxgbe/t4_main.c
/freebsd-13.1/sys/dev/cxgbe/t4_sge.c
/freebsd-13.1/sys/dev/cxgbe/t4_vf.c
/freebsd-13.1/sys/dev/cxgbe/tom/t4_connect.c
/freebsd-13.1/sys/dev/cxgbe/tom/t4_ddp.c
/freebsd-13.1/sys/dev/cxgbe/tom/t4_tls.c
/freebsd-13.1/sys/dev/dwc/if_dwc.c
/freebsd-13.1/sys/dev/dwc/if_dwc.h
/freebsd-13.1/sys/dev/iavf/iavf_adminq.c
/freebsd-13.1/sys/dev/iavf/iavf_adminq.h
/freebsd-13.1/sys/dev/iavf/iavf_adminq_cmd.h
/freebsd-13.1/sys/dev/iavf/iavf_alloc.h
/freebsd-13.1/sys/dev/iavf/iavf_common.c
/freebsd-13.1/sys/dev/iavf/iavf_debug.h
/freebsd-13.1/sys/dev/iavf/iavf_devids.h
/freebsd-13.1/sys/dev/iavf/iavf_drv_info.h
/freebsd-13.1/sys/dev/iavf/iavf_iflib.h
/freebsd-13.1/sys/dev/iavf/iavf_lib.c
/freebsd-13.1/sys/dev/iavf/iavf_lib.h
/freebsd-13.1/sys/dev/iavf/iavf_opts.h
/freebsd-13.1/sys/dev/iavf/iavf_osdep.c
/freebsd-13.1/sys/dev/iavf/iavf_osdep.h
/freebsd-13.1/sys/dev/iavf/iavf_prototype.h
/freebsd-13.1/sys/dev/iavf/iavf_register.h
/freebsd-13.1/sys/dev/iavf/iavf_status.h
/freebsd-13.1/sys/dev/iavf/iavf_sysctls_common.h
/freebsd-13.1/sys/dev/iavf/iavf_sysctls_iflib.h
/freebsd-13.1/sys/dev/iavf/iavf_txrx_common.h
/freebsd-13.1/sys/dev/iavf/iavf_txrx_iflib.c
/freebsd-13.1/sys/dev/iavf/iavf_type.h
/freebsd-13.1/sys/dev/iavf/iavf_vc_common.c
/freebsd-13.1/sys/dev/iavf/iavf_vc_common.h
/freebsd-13.1/sys/dev/iavf/iavf_vc_iflib.c
/freebsd-13.1/sys/dev/iavf/if_iavf_iflib.c
/freebsd-13.1/sys/dev/iavf/virtchnl.h
/freebsd-13.1/sys/dev/ice/ice_adminq_cmd.h
/freebsd-13.1/sys/dev/ice/ice_bitops.h
/freebsd-13.1/sys/dev/ice/ice_common.c
/freebsd-13.1/sys/dev/ice/ice_common.h
/freebsd-13.1/sys/dev/ice/ice_common_sysctls.h
/freebsd-13.1/sys/dev/ice/ice_controlq.c
/freebsd-13.1/sys/dev/ice/ice_controlq.h
/freebsd-13.1/sys/dev/ice/ice_dcb.c
/freebsd-13.1/sys/dev/ice/ice_dcb.h
/freebsd-13.1/sys/dev/ice/ice_devids.h
/freebsd-13.1/sys/dev/ice/ice_drv_info.h
/freebsd-13.1/sys/dev/ice/ice_features.h
/freebsd-13.1/sys/dev/ice/ice_flex_pipe.c
/freebsd-13.1/sys/dev/ice/ice_flex_pipe.h
/freebsd-13.1/sys/dev/ice/ice_flex_type.h
/freebsd-13.1/sys/dev/ice/ice_flow.c
/freebsd-13.1/sys/dev/ice/ice_flow.h
/freebsd-13.1/sys/dev/ice/ice_fw_logging.c
/freebsd-13.1/sys/dev/ice/ice_fwlog.c
/freebsd-13.1/sys/dev/ice/ice_fwlog.h
/freebsd-13.1/sys/dev/ice/ice_hw_autogen.h
/freebsd-13.1/sys/dev/ice/ice_iflib.h
/freebsd-13.1/sys/dev/ice/ice_iflib_txrx.c
/freebsd-13.1/sys/dev/ice/ice_lan_tx_rx.h
/freebsd-13.1/sys/dev/ice/ice_lib.c
/freebsd-13.1/sys/dev/ice/ice_lib.h
/freebsd-13.1/sys/dev/ice/ice_nvm.c
/freebsd-13.1/sys/dev/ice/ice_nvm.h
/freebsd-13.1/sys/dev/ice/ice_osdep.c
/freebsd-13.1/sys/dev/ice/ice_osdep.h
/freebsd-13.1/sys/dev/ice/ice_protocol_type.h
/freebsd-13.1/sys/dev/ice/ice_sched.c
/freebsd-13.1/sys/dev/ice/ice_strings.c
/freebsd-13.1/sys/dev/ice/ice_switch.c
/freebsd-13.1/sys/dev/ice/ice_switch.h
/freebsd-13.1/sys/dev/ice/ice_type.h
/freebsd-13.1/sys/dev/ice/ice_vlan_mode.c
/freebsd-13.1/sys/dev/ice/ice_vlan_mode.h
/freebsd-13.1/sys/dev/ice/if_ice_iflib.c
/freebsd-13.1/sys/dev/ice/virtchnl.h
/freebsd-13.1/sys/dev/ice/virtchnl_inline_ipsec.h
/freebsd-13.1/sys/dev/ice/virtchnl_lan_desc.h
/freebsd-13.1/sys/dev/ipmi/ipmi_isa.c
/freebsd-13.1/sys/dev/ipmi/ipmi_pci.c
/freebsd-13.1/sys/dev/ipmi/ipmi_smbios.c
/freebsd-13.1/sys/dev/ipmi/ipmi_smbus.c
/freebsd-13.1/sys/dev/iwm/if_iwm.c
/freebsd-13.1/sys/dev/ixgbe/if_ix.c
/freebsd-13.1/sys/dev/ixgbe/if_ixv.c
/freebsd-13.1/sys/dev/ixgbe/ixgbe.h
/freebsd-13.1/sys/dev/ixgbe/ixgbe_mbx.h
/freebsd-13.1/sys/dev/ixgbe/ixgbe_type.h
/freebsd-13.1/sys/dev/ixgbe/ixgbe_vf.c
/freebsd-13.1/sys/dev/ixgbe/ixgbe_vf.h
/freebsd-13.1/sys/dev/ixl/ixl_pf.h
/freebsd-13.1/sys/dev/mlx4/mlx4_core/mlx4.h
/freebsd-13.1/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
/freebsd-13.1/sys/dev/mlx5/mlx5_core/mlx5_core.h
/freebsd-13.1/sys/dev/mlx5/mlx5_core/mlx5_main.c
/freebsd-13.1/sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
/freebsd-13.1/sys/dev/mmc/mmc.c
/freebsd-13.1/sys/dev/mpr/mpr_config.c
/freebsd-13.1/sys/dev/mpr/mpr_sas_lsi.c
/freebsd-13.1/sys/dev/mps/mps_config.c
/freebsd-13.1/sys/dev/ocs_fc/ocs_fabric.c
/freebsd-13.1/sys/dev/ocs_fc/ocs_hw.c
/freebsd-13.1/sys/dev/ocs_fc/ocs_hw.h
/freebsd-13.1/sys/dev/ocs_fc/ocs_ioctl.c
/freebsd-13.1/sys/dev/ocs_fc/ocs_mgmt.c
/freebsd-13.1/sys/dev/ocs_fc/ocs_unsol.c
/freebsd-13.1/sys/dev/ocs_fc/ocs_xport.c
/freebsd-13.1/sys/dev/ocs_fc/sli4.c
/freebsd-13.1/sys/dev/ocs_fc/sli4.h
/freebsd-13.1/sys/dev/ofw/ofw_fdt.c
/freebsd-13.1/sys/dev/pci/pci.c
/freebsd-13.1/sys/dev/pci/pci_host_generic.c
/freebsd-13.1/sys/dev/pci/pci_host_generic.h
/freebsd-13.1/sys/dev/pci/pci_host_generic_acpi.c
/freebsd-13.1/sys/dev/pci/pci_host_generic_fdt.c
/freebsd-13.1/sys/dev/pci/pci_iov.c
/freebsd-13.1/sys/dev/pci/pci_user.c
/freebsd-13.1/sys/dev/random/random_harvestq.c
/freebsd-13.1/sys/dev/sdhci/sdhci.c
/freebsd-13.1/sys/dev/sdhci/sdhci_xenon.c
/freebsd-13.1/sys/dev/sdhci/sdhci_xenon.h
/freebsd-13.1/sys/dev/smartpqi/smartpqi_cam.c
/freebsd-13.1/sys/dev/smartpqi/smartpqi_defines.h
/freebsd-13.1/sys/dev/smartpqi/smartpqi_helper.c
/freebsd-13.1/sys/dev/smartpqi/smartpqi_init.c
/freebsd-13.1/sys/dev/smartpqi/smartpqi_main.c
/freebsd-13.1/sys/dev/smartpqi/smartpqi_prototypes.h
/freebsd-13.1/sys/dev/smartpqi/smartpqi_request.c
/freebsd-13.1/sys/dev/smbios/smbios.c
/freebsd-13.1/sys/dev/smbios/smbios.h
/freebsd-13.1/sys/dev/uart/uart_dev_ns8250.c
/freebsd-13.1/sys/dev/usb/controller/atmegadci.c
/freebsd-13.1/sys/dev/usb/controller/avr32dci.c
/freebsd-13.1/sys/dev/usb/controller/dwc_otg.c
/freebsd-13.1/sys/dev/usb/controller/ehci.c
/freebsd-13.1/sys/dev/usb/controller/musb_otg.c
/freebsd-13.1/sys/dev/usb/controller/ohci.c
/freebsd-13.1/sys/dev/usb/controller/saf1761_otg.c
/freebsd-13.1/sys/dev/usb/controller/uhci.c
/freebsd-13.1/sys/dev/usb/controller/uss820dci.c
/freebsd-13.1/sys/dev/usb/controller/xhci.c
/freebsd-13.1/sys/dev/usb/controller/xhci.h
/freebsd-13.1/sys/dev/usb/controller/xhci_pci.c
/freebsd-13.1/sys/dev/usb/net/if_axe.c
/freebsd-13.1/sys/dev/usb/net/if_axge.c
/freebsd-13.1/sys/dev/usb/net/if_cdce.c
/freebsd-13.1/sys/dev/usb/serial/u3g.c
/freebsd-13.1/sys/dev/usb/storage/umass.c
/freebsd-13.1/sys/dev/usb/usb_device.c
/freebsd-13.1/sys/dev/usb/usb_generic.c
/freebsd-13.1/sys/dev/usb/usb_hub.c
/freebsd-13.1/sys/dev/usb/usb_msctest.c
/freebsd-13.1/sys/dev/usb/usb_msctest.h
/freebsd-13.1/sys/dev/usb/usb_transfer.c
/freebsd-13.1/sys/dev/usb/usb_transfer.h
/freebsd-13.1/sys/dev/usb/usb_util.c
/freebsd-13.1/sys/dev/usb/usb_util.h
/freebsd-13.1/sys/dev/usb/usbdevs
/freebsd-13.1/sys/dev/vt/hw/vga/vt_vga.c
/freebsd-13.1/sys/dev/vt/vt_buf.c
/freebsd-13.1/sys/fs/fuse/fuse_internal.c
/freebsd-13.1/sys/fs/fuse/fuse_internal.h
/freebsd-13.1/sys/fs/fuse/fuse_vnops.c
/freebsd-13.1/sys/fs/nfsclient/nfs_clstate.c
/freebsd-13.1/sys/geom/gate/g_gate.c
/freebsd-13.1/sys/i386/conf/GENERIC
/freebsd-13.1/sys/i386/conf/MINIMAL
/freebsd-13.1/sys/i386/include/pc/bios.h
/freebsd-13.1/sys/kern/kern_descrip.c
/freebsd-13.1/sys/kern/kern_mutex.c
/freebsd-13.1/sys/kern/kern_rmlock.c
/freebsd-13.1/sys/kern/uipc_shm.c
/freebsd-13.1/sys/kern/vfs_bio.c
/freebsd-13.1/sys/kern/vfs_cache.c
/freebsd-13.1/sys/kern/vfs_init.c
/freebsd-13.1/sys/kern/vfs_lookup.c
/freebsd-13.1/sys/modules/Makefile
/freebsd-13.1/sys/modules/bios/smbios/Makefile
/freebsd-13.1/sys/modules/cxgbe/Makefile
/freebsd-13.1/sys/modules/cxgbe/t4_firmware/Makefile
/freebsd-13.1/sys/modules/cxgbe/t5_firmware/Makefile
/freebsd-13.1/sys/modules/cxgbe/t6_firmware/Makefile
/freebsd-13.1/sys/modules/iavf/Makefile
/freebsd-13.1/sys/modules/ice/Makefile
/freebsd-13.1/sys/modules/ice_ddp/Makefile
/freebsd-13.1/sys/modules/iwlwifi/Makefile
/freebsd-13.1/sys/modules/iwlwififw/Makefile
/freebsd-13.1/sys/modules/iwlwififw/iwlwifi-Qu-b0-hr-b0-fw/Makefile
/freebsd-13.1/sys/modules/iwlwififw/iwlwifi-Qu-b0-jf-b0-fw/Makefile
/freebsd-13.1/sys/modules/iwlwififw/iwlwifi-Qu-c0-hr-b0-fw/Makefile
/freebsd-13.1/sys/modules/iwlwififw/iwlwifi-Qu-c0-jf-b0-fw/Makefile
/freebsd-13.1/sys/modules/iwlwififw/iwlwifi-QuZ-a0-hr-b0-fw/Makefile
/freebsd-13.1/sys/modules/iwlwififw/iwlwifi-QuZ-a0-jf-b0-fw/Makefile
/freebsd-13.1/sys/modules/iwlwififw/iwlwifi-cc-a0-fw/Makefile
/freebsd-13.1/sys/modules/iwlwififw/iwlwifi-so-a0-gf-a0-fw/Makefile
/freebsd-13.1/sys/modules/iwlwififw/iwlwifi-so-a0-gf-a0-pnvm/Makefile
/freebsd-13.1/sys/modules/iwlwififw/iwlwifi-so-a0-gf4-a0-fw/Makefile
/freebsd-13.1/sys/modules/iwlwififw/iwlwifi-so-a0-gf4-a0-pnvm/Makefile
/freebsd-13.1/sys/modules/iwlwififw/iwlwifi-so-a0-hr-b0-fw/Makefile
/freebsd-13.1/sys/modules/iwlwififw/iwlwifi-so-a0-jf-b0-fw/Makefile
/freebsd-13.1/sys/modules/iwlwififw/iwlwifi-ty-a0-gf-a0-fw/Makefile
/freebsd-13.1/sys/modules/iwlwififw/iwlwifi-ty-a0-gf-a0-pnvm/Makefile
/freebsd-13.1/sys/modules/zfs/Makefile
/freebsd-13.1/sys/modules/zfs/zfs_config.h
/freebsd-13.1/sys/modules/zfs/zfs_gitrev.h
/freebsd-13.1/sys/net/if.c
/freebsd-13.1/sys/net/if_bridge.c
/freebsd-13.1/sys/net/if_epair.c
/freebsd-13.1/sys/net/iflib.c
/freebsd-13.1/sys/net/iflib.h
/freebsd-13.1/sys/netinet/tcp_hpts.c
/freebsd-13.1/sys/netinet/tcp_timer.c
/freebsd-13.1/sys/netinet/udp_usrreq.c
/freebsd-13.1/sys/ofed/drivers/infiniband/core/ib_addr.c
/freebsd-13.1/sys/ofed/drivers/infiniband/core/ib_sysfs.c
/freebsd-13.1/sys/ofed/include/rdma/ib_verbs.h
/freebsd-13.1/sys/powerpc/conf/GENERIC64LE
/freebsd-13.1/sys/powerpc/include/atomic.h
/freebsd-13.1/sys/riscv/conf/NOTES
/freebsd-13.1/sys/riscv/riscv/pmap.c
/freebsd-13.1/sys/sys/bio.h
/freebsd-13.1/sys/sys/efi.h
/freebsd-13.1/sys/sys/param.h
/freebsd-13.1/sys/sys/random.h
/freebsd-13.1/sys/sys/syscallsubr.h
/freebsd-13.1/sys/sys/unistd.h
/freebsd-13.1/sys/ufs/ffs/ffs_softdep.c
/freebsd-13.1/sys/vm/vm_pageout.c
/freebsd-13.1/sys/x86/isa/atrtc.c
/freebsd-13.1/sys/x86/x86/local_apic.c
/freebsd-13.1/tests/sys/aio/aio_test.c
/freebsd-13.1/tests/sys/cddl/zfs/bin/readmmap.c
/freebsd-13.1/tests/sys/cddl/zfs/tests/ctime/ctime_001_pos.c
/freebsd-13.1/tests/sys/cddl/zfs/tests/txg_integrity/fsync_integrity.c
/freebsd-13.1/tests/sys/cddl/zfs/tests/txg_integrity/txg_integrity.c
/freebsd-13.1/tests/sys/file/closefrom_test.c
/freebsd-13.1/tests/sys/fs/fusefs/read.cc
/freebsd-13.1/tests/sys/fs/fusefs/rename.cc
/freebsd-13.1/tests/sys/netpfil/pf/table.sh
/freebsd-13.1/tests/sys/vm/mmap_test.c
/freebsd-13.1/tools/tools/usbtest/usb_control_ep_test.c
/freebsd-13.1/tools/tools/usbtest/usb_modem_test.c
/freebsd-13.1/tools/tools/usbtest/usb_msc_test.c
/freebsd-13.1/tools/tools/usbtest/usbtest.c
/freebsd-13.1/tools/tools/usbtest/usbtest.h
/freebsd-13.1/usr.bin/calendar/io.c
/freebsd-13.1/usr.bin/calendar/tests/calendar.comment
/freebsd-13.1/usr.bin/calendar/tests/regress.comment.out
/freebsd-13.1/usr.bin/dtc/dtc.1
/freebsd-13.1/usr.bin/elfdump/elfdump.c
/freebsd-13.1/usr.bin/fetch/fetch.c
/freebsd-13.1/usr.bin/file/Makefile
/freebsd-13.1/usr.bin/file/tests/Makefile
/freebsd-13.1/usr.bin/file/tests/file_test.sh
/freebsd-13.1/usr.bin/gh-bc/Makefile
/freebsd-13.1/usr.bin/gzip/unxz.c
/freebsd-13.1/usr.bin/kdump/kdump.c
/freebsd-13.1/usr.bin/netstat/inet.c
/freebsd-13.1/usr.bin/posixshmcontrol/Makefile
/freebsd-13.1/usr.bin/posixshmcontrol/posixshmcontrol.1
/freebsd-13.1/usr.bin/posixshmcontrol/posixshmcontrol.c
/freebsd-13.1/usr.bin/stat/stat.c
/freebsd-13.1/usr.bin/stat/tests/readlink_test.sh
/freebsd-13.1/usr.bin/systat/vmstat.c
/freebsd-13.1/usr.bin/truss/syscall.h
/freebsd-13.1/usr.bin/truss/syscalls.c
/freebsd-13.1/usr.bin/uname/uname.c
/freebsd-13.1/usr.bin/whereis/whereis.c
/freebsd-13.1/usr.bin/zstd/Makefile
/freebsd-13.1/usr.sbin/bsdinstall/scripts/script
/freebsd-13.1/usr.sbin/efivar/efivar.8
/freebsd-13.1/usr.sbin/efivar/efivar.c
/freebsd-13.1/usr.sbin/rtsold/cap_llflags.c
/freebsd-13.1/usr.sbin/rtsold/cap_script.c
/freebsd-13.1/usr.sbin/uefisign/pe.c
/freebsd-13.1/usr.sbin/uefisign/uefisign.c
6bbd9be618-Feb-2022 Bjoern A. Zeeb <[email protected]>

LinuxKPI: USB change successful probe result to BUS_PROBE_DEFAULT

Rather than returning 0 (which is BUS_PROBE_SPECIFIC) return
BUS_PROBE_DEFAULT to give other drivers a possible chance too
to attach

LinuxKPI: USB change successful probe result to BUS_PROBE_DEFAULT

Rather than returning 0 (which is BUS_PROBE_SPECIFIC) return
BUS_PROBE_DEFAULT to give other drivers a possible chance too
to attach.

Reported by: jhb
Reviewed by: hselasky, jhb, imp
Differential Revision: https://reviews.freebsd.org/D34317

(cherry picked from commit 810ca5629aae1c525f29fae5498a64b596736094)

show more ...

4b26b63317-Jan-2022 Bjoern A. Zeeb <[email protected]>

LinuxKPI: return value for linux_pci_probe()

In linux_pci_probe() return BUS_PROBE_DEFAULT rather than 0
(which actually is BUS_PROBE_SPECIFIC and means 'Only this
driver can use this device').

Spo

LinuxKPI: return value for linux_pci_probe()

In linux_pci_probe() return BUS_PROBE_DEFAULT rather than 0
(which actually is BUS_PROBE_SPECIFIC and means 'Only this
driver can use this device').

Sponsored by: The FreeBSD Foundation
Reviewed by: hselasky
Differential Revision: https://reviews.freebsd.org/D33913

(cherry picked from commit 39d8c3870752c597700c32c9dd57d421a1334611)

show more ...

1708d1b807-Jan-2021 Ryan Stone <[email protected]>

MFC b58cf1cb35ab:

Fix race condition in linuxkpi workqueue

Consider the following scenario:

1. A delayed_work struct in the WORK_ST_TIMER state.
2. Thread A calls mod_delayed_work()
3. Thread B (a

MFC b58cf1cb35ab:

Fix race condition in linuxkpi workqueue

Consider the following scenario:

1. A delayed_work struct in the WORK_ST_TIMER state.
2. Thread A calls mod_delayed_work()
3. Thread B (a callout thread) simultaneously calls
linux_delayed_work_timer_fn()

The following sequence of events is possible:

A: Call linux_cancel_delayed_work()
A: Change state from TIMER TO CANCEL
B: Change state from CANCEL to TASK
B: taskqueue_enqueue() the task
A: taskqueue_cancel() the task
A: Call linux_queue_delayed_work_on(). This is a no-op because the
state is WORK_ST_TASK.

As a result, the delayed_work struct will never be invoked. This is
causing address resolution in ib_addr.c to stop permanently, as it
never tries to reschedule a task that it thinks is already scheduled.

Fix this by introducing locking into the cancel path (which
corresponds with the lock held while the callout runs). This will
prevent the callout from changing the state of the task until the
cancel is complete, preventing the race.

Differential Revision: https://reviews.freebsd.org/D28420
Reviewed by: hselasky
MFC after: 2 months

(cherry picked from commit b58cf1cb35abc095d7fb9773630794b38bbc6b1d)

show more ...


/freebsd-13.1/.cirrus.yml
/freebsd-13.1/Makefile.inc1
/freebsd-13.1/cddl/contrib/opensolaris/common/ctf/ctf_create.c
/freebsd-13.1/cddl/contrib/opensolaris/common/ctf/ctf_open.c
/freebsd-13.1/cddl/contrib/opensolaris/tools/ctf/cvt/ctfconvert.c
/freebsd-13.1/cddl/contrib/opensolaris/tools/ctf/cvt/ctftools.h
/freebsd-13.1/cddl/contrib/opensolaris/tools/ctf/cvt/fixup_tdescs.c
/freebsd-13.1/cddl/usr.bin/ctfconvert/Makefile
/freebsd-13.1/contrib/elftoolchain/readelf/readelf.c
/freebsd-13.1/contrib/libarchive/.editorconfig
/freebsd-13.1/contrib/libarchive/.github/workflows/cifuzz.yml
/freebsd-13.1/contrib/libarchive/NEWS
/freebsd-13.1/contrib/libarchive/build/autoconf/m4_ax_compile_check_sizeof.m4
/freebsd-13.1/contrib/libarchive/libarchive/archive.h
/freebsd-13.1/contrib/libarchive/libarchive/archive_blake2.h
/freebsd-13.1/contrib/libarchive/libarchive/archive_blake2_impl.h
/freebsd-13.1/contrib/libarchive/libarchive/archive_blake2s_ref.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_blake2sp_ref.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_cryptor.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_entry.h
/freebsd-13.1/contrib/libarchive/libarchive/archive_getdate.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_pack_dev.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_platform.h
/freebsd-13.1/contrib/libarchive/libarchive/archive_private.h
/freebsd-13.1/contrib/libarchive/libarchive/archive_read.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_append_filter.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_disk.3
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_disk_entry_from_file.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_disk_posix.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_private.h
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_set_options.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_support_filter_bzip2.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_support_filter_compress.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_support_filter_grzip.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_support_filter_gzip.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_support_filter_lrzip.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_support_filter_lz4.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_support_filter_lzop.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_support_filter_program.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_support_filter_rpm.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_support_filter_uu.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_support_filter_xz.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_support_format_7zip.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_support_format_mtree.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_support_format_rar.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_support_format_rar5.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_support_format_tar.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_read_support_format_zip.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_string.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_write.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_write_add_filter_xz.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_write_disk.3
/freebsd-13.1/contrib/libarchive/libarchive/archive_write_disk_posix.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_write_set_format_cpio.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_write_set_format_cpio_binary.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_write_set_format_iso9660.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_write_set_format_pax.c
/freebsd-13.1/contrib/libarchive/libarchive/archive_write_set_format_zip.c
/freebsd-13.1/contrib/libarchive/libarchive/libarchive.3
/freebsd-13.1/contrib/libarchive/libarchive/test/test_archive_write_add_filter_by_name.c
/freebsd-13.1/contrib/libarchive/libarchive/test/test_compat_tar_directory.c
/freebsd-13.1/contrib/libarchive/libarchive/test/test_compat_tar_directory_1.tar.uu
/freebsd-13.1/contrib/libarchive/libarchive/test/test_fuzz.c
/freebsd-13.1/contrib/libarchive/libarchive/test/test_read_data_large.c
/freebsd-13.1/contrib/libarchive/libarchive/test/test_read_extract.c
/freebsd-13.1/contrib/libarchive/libarchive/test/test_read_format_rar5.c
/freebsd-13.1/contrib/libarchive/libarchive/test/test_read_format_rar5_bad_window_sz_in_mltarc_file.rar.uu
/freebsd-13.1/contrib/libarchive/libarchive/test/test_read_format_rar5_decode_number_out_of_bounds_read.rar.uu
/freebsd-13.1/contrib/libarchive/libarchive/test/test_read_format_rar5_sfx.exe.uu
/freebsd-13.1/contrib/libarchive/libarchive/test/test_read_format_rar5_window_buf_and_size_desync.rar.uu
/freebsd-13.1/contrib/libarchive/libarchive/test/test_read_format_rar_filter.c
/freebsd-13.1/contrib/libarchive/libarchive/test/test_read_format_rar_filter.rar.uu
/freebsd-13.1/contrib/libarchive/libarchive/test/test_read_format_zip.c
/freebsd-13.1/contrib/libarchive/libarchive/test/test_read_format_zip_winzip_aes.c
/freebsd-13.1/contrib/libarchive/libarchive/test/test_read_format_zip_winzip_aes_large.c
/freebsd-13.1/contrib/libarchive/libarchive/test/test_read_format_zip_zstd.zipx.uu
/freebsd-13.1/contrib/libarchive/libarchive/test/test_read_format_zip_zstd_multi.zipx.uu
/freebsd-13.1/contrib/libarchive/libarchive/test/test_read_large.c
/freebsd-13.1/contrib/libarchive/libarchive/test/test_read_pax_truncated.c
/freebsd-13.1/contrib/libarchive/libarchive/test/test_read_truncated.c
/freebsd-13.1/contrib/libarchive/libarchive/test/test_read_truncated_filter.c
/freebsd-13.1/contrib/libarchive/libarchive/test/test_sparse_basic.c
/freebsd-13.1/contrib/libarchive/libarchive/test/test_write_disk_secure746.c
/freebsd-13.1/contrib/libarchive/libarchive/test/test_write_filter_zstd.c
/freebsd-13.1/contrib/libarchive/libarchive/test/test_write_format_7zip_large.c
/freebsd-13.1/contrib/libarchive/libarchive/test/test_write_format_zip_entry_size_unset.c
/freebsd-13.1/contrib/libarchive/tar/bsdtar.1
/freebsd-13.1/contrib/libarchive/tar/bsdtar.c
/freebsd-13.1/contrib/libarchive/tar/bsdtar.h
/freebsd-13.1/contrib/libarchive/tar/cmdline.c
/freebsd-13.1/contrib/libarchive/tar/creation_set.c
/freebsd-13.1/contrib/libarchive/tar/read.c
/freebsd-13.1/contrib/libarchive/tar/test/test_option_ignore_zeros.c
/freebsd-13.1/contrib/libarchive/tar/write.c
/freebsd-13.1/contrib/libarchive/test_utils/test_common.h
/freebsd-13.1/contrib/libarchive/test_utils/test_main.c
/freebsd-13.1/contrib/libarchive/test_utils/test_utils.c
/freebsd-13.1/contrib/libarchive/test_utils/test_utils.h
/freebsd-13.1/lib/clang/llvm.build.mk
/freebsd-13.1/lib/libarchive/tests/Makefile
/freebsd-13.1/libexec/rc/rc.d/growfs
/freebsd-13.1/libexec/rc/rc.d/gssd
/freebsd-13.1/libexec/rc/rc.d/linux
/freebsd-13.1/sbin/dumpfs/dumpfs.8
/freebsd-13.1/sbin/dumpfs/dumpfs.c
/freebsd-13.1/share/man/man4/ena.4
/freebsd-13.1/share/man/man4/rtsx.4
/freebsd-13.1/share/man/man5/freebsd-update.conf.5
/freebsd-13.1/share/man/man9/zone.9
/freebsd-13.1/share/mk/bsd.compat.mk
/freebsd-13.1/sys/amd64/conf/NOTES
/freebsd-13.1/sys/amd64/linux/linux.h
/freebsd-13.1/sys/amd64/linux/linux_machdep.c
/freebsd-13.1/sys/amd64/linux/linux_ptrace.c
/freebsd-13.1/sys/amd64/linux32/linux.h
/freebsd-13.1/sys/amd64/linux32/linux32_machdep.c
/freebsd-13.1/sys/arm64/arm64/debug_monitor.c
/freebsd-13.1/sys/arm64/arm64/exec_machdep.c
/freebsd-13.1/sys/arm64/arm64/freebsd32_machdep.c
/freebsd-13.1/sys/arm64/arm64/ptrace_machdep.c
/freebsd-13.1/sys/arm64/arm64/swtch.S
/freebsd-13.1/sys/arm64/arm64/trap.c
/freebsd-13.1/sys/arm64/arm64/undefined.c
/freebsd-13.1/sys/arm64/include/armreg.h
/freebsd-13.1/sys/arm64/include/asm.h
/freebsd-13.1/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace.h
/freebsd-13.1/sys/cddl/dev/dtrace/aarch64/dtrace_subr.c
/freebsd-13.1/sys/cddl/dev/fbt/aarch64/fbt_isa.c
/freebsd-13.1/sys/compat/linux/linux_errno.h
linux_work.c
/freebsd-13.1/sys/conf/newvers.sh
/freebsd-13.1/sys/conf/options
/freebsd-13.1/sys/contrib/ena-com/ena_plat.h
/freebsd-13.1/sys/contrib/openzfs/include/sys/zthr.h
/freebsd-13.1/sys/contrib/openzfs/module/zfs/arc.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/zfs_vnops.c
/freebsd-13.1/sys/contrib/openzfs/module/zfs/zthr.c
/freebsd-13.1/sys/dev/ena/ena.c
/freebsd-13.1/sys/dev/ena/ena.h
/freebsd-13.1/sys/dev/ena/ena_datapath.c
/freebsd-13.1/sys/dev/ena/ena_datapath.h
/freebsd-13.1/sys/dev/ena/ena_sysctl.c
/freebsd-13.1/sys/dev/iicbus/iichid.c
/freebsd-13.1/sys/dev/md/md.c
/freebsd-13.1/sys/dev/mlx5/mlx5_en/en.h
/freebsd-13.1/sys/dev/mlx5/mlx5_en/en_hw_tls.h
/freebsd-13.1/sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
/freebsd-13.1/sys/dev/mlx5/mlx5_en/mlx5_en_iq.c
/freebsd-13.1/sys/dev/mlx5/mlx5_en/mlx5_en_main.c
/freebsd-13.1/sys/dev/mlx5/mlx5_en/mlx5_en_rx.c
/freebsd-13.1/sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
/freebsd-13.1/sys/dev/mlx5/mlx5_en/mlx5_en_txrx.c
/freebsd-13.1/sys/dev/oce/oce_if.c
/freebsd-13.1/sys/dev/oce/oce_if.h
/freebsd-13.1/sys/dev/oce/oce_queue.c
/freebsd-13.1/sys/dev/rtsx/rtsx.c
/freebsd-13.1/sys/dev/rtsx/rtsxreg.h
/freebsd-13.1/sys/dev/usb/controller/atmegadci.c
/freebsd-13.1/sys/dev/usb/controller/avr32dci.c
/freebsd-13.1/sys/dev/usb/controller/dwc_otg.c
/freebsd-13.1/sys/dev/usb/controller/ehci_pci.c
/freebsd-13.1/sys/dev/usb/controller/musb_otg.c
/freebsd-13.1/sys/dev/usb/controller/uss820dci.c
/freebsd-13.1/sys/dev/usb/controller/xhci.c
/freebsd-13.1/sys/dev/usb/controller/xhci_pci.c
/freebsd-13.1/sys/dev/virtio/network/if_vtnet.c
/freebsd-13.1/sys/dev/vt/vt_buf.c
/freebsd-13.1/sys/fs/msdosfs/msdosfs_vfsops.c
/freebsd-13.1/sys/geom/geom_dev.c
/freebsd-13.1/sys/i386/conf/NOTES
/freebsd-13.1/sys/kern/kern_thread.c
/freebsd-13.1/sys/kern/subr_sleepqueue.c
/freebsd-13.1/sys/kern/subr_syscall.c
/freebsd-13.1/sys/kern/sys_process.c
/freebsd-13.1/sys/modules/rtsx/Makefile
/freebsd-13.1/sys/net/if_epair.c
/freebsd-13.1/sys/net/if_vxlan.c
/freebsd-13.1/sys/netinet/in_kdtrace.c
/freebsd-13.1/sys/netinet/sctp_asconf.c
/freebsd-13.1/sys/netinet/sctp_cc_functions.c
/freebsd-13.1/sys/netinet/sctp_constants.h
/freebsd-13.1/sys/netinet/sctp_crc32.c
/freebsd-13.1/sys/netinet/sctp_crc32.h
/freebsd-13.1/sys/netinet/sctp_input.c
/freebsd-13.1/sys/netinet/sctp_lock_bsd.h
/freebsd-13.1/sys/netinet/sctp_os_bsd.h
/freebsd-13.1/sys/netinet/sctp_output.c
/freebsd-13.1/sys/netinet/sctp_output.h
/freebsd-13.1/sys/netinet/sctp_pcb.c
/freebsd-13.1/sys/netinet/sctp_pcb.h
/freebsd-13.1/sys/netinet/sctp_ss_functions.c
/freebsd-13.1/sys/netinet/sctp_structs.h
/freebsd-13.1/sys/netinet/sctp_timer.c
/freebsd-13.1/sys/netinet/sctp_usrreq.c
/freebsd-13.1/sys/netinet/sctp_var.h
/freebsd-13.1/sys/netinet/sctputil.c
/freebsd-13.1/sys/netinet/sctputil.h
/freebsd-13.1/sys/netinet/tcp_lro.c
/freebsd-13.1/sys/netinet/tcp_lro.h
/freebsd-13.1/sys/netinet/tcp_timewait.c
/freebsd-13.1/sys/netinet/tcp_usrreq.c
/freebsd-13.1/sys/netinet/tcp_var.h
/freebsd-13.1/sys/netinet/udp_usrreq.c
/freebsd-13.1/sys/netinet6/ip6_output.c
/freebsd-13.1/sys/netinet6/raw_ip6.c
/freebsd-13.1/sys/netinet6/sctp6_usrreq.c
/freebsd-13.1/sys/netinet6/udp6_usrreq.c
/freebsd-13.1/sys/netpfil/pf/pf_nv.c
/freebsd-13.1/sys/sys/mbuf.h
/freebsd-13.1/sys/sys/param.h
/freebsd-13.1/sys/vm/uma.h
/freebsd-13.1/sys/vm/uma_core.c
/freebsd-13.1/tests/sys/kern/basic_signal.c
/freebsd-13.1/usr.bin/bsdcat/tests/Makefile
/freebsd-13.1/usr.bin/cpio/tests/Makefile
/freebsd-13.1/usr.bin/elfctl/elfctl.c
/freebsd-13.1/usr.bin/sockstat/sockstat.1
/freebsd-13.1/usr.bin/sockstat/sockstat.c
/freebsd-13.1/usr.bin/tar/tests/Makefile
/freebsd-13.1/usr.bin/vtfontcvt/vtfontcvt.8
/freebsd-13.1/usr.bin/vtfontcvt/vtfontcvt.c
/freebsd-13.1/usr.bin/yacc/config.h
/freebsd-13.1/usr.sbin/acpi/acpidump/acpi.c
/freebsd-13.1/usr.sbin/bhyve/block_if.c
/freebsd-13.1/usr.sbin/bhyve/pci_nvme.c
/freebsd-13.1/usr.sbin/ctld/uclparse.c
999377a617-Feb-2022 Bjoern A. Zeeb <[email protected]>

LinuxKPI: 802.11 simplify beacon checks in rx path

In linuxkpi_ieee80211_rx() check if the frame is a beacon once upfront
and use the result for enhanced debugging and further checks.
This was done

LinuxKPI: 802.11 simplify beacon checks in rx path

In linuxkpi_ieee80211_rx() check if the frame is a beacon once upfront
and use the result for enhanced debugging and further checks.
This was done intially for rx_status->device_timestamp debugging.

Sponsored by: The FreeBSD Foundation

(cherry picked from commit c0cadd99d1e36ffe0994f8b30df2939f1d3d0fee)

show more ...

ddcb65c501-Oct-2021 Bjoern A. Zeeb <[email protected]>

LinuxKPI: implement dma_sync_single_for_*, apply to (un)map single/sg

Implement dma_sync_single_for_{cpu,device} translating the Linux
DMA_ flags to BUS_DMASYNC_ combinations. Make map_single/unmap

LinuxKPI: implement dma_sync_single_for_*, apply to (un)map single/sg

Implement dma_sync_single_for_{cpu,device} translating the Linux
DMA_ flags to BUS_DMASYNC_ combinations. Make map_single/unmap_single*
functions call the respective sync function. Apply the same logic to
the scatter-gather list map/unmap functions.

Sponsored by: The FreeBSD Foundation
Reviewed by: hselasky
Differential Revision: https://reviews.freebsd.org/D32255

(cherry picked from commit 95edb10b47fc1a919cd1687aaf16be9e14456c89)

show more ...

d21079b416-Feb-2022 Bjoern A. Zeeb <[email protected]>

LinuxKPI: 802.11: disable ic_headroom for the moment

There is a problem with some drivers, such as rtw88, asking for more
headroom than we currently can handle throughout the stack (we have
other le

LinuxKPI: 802.11: disable ic_headroom for the moment

There is a problem with some drivers, such as rtw88, asking for more
headroom than we currently can handle throughout the stack (we have
other legacy wireless driver in the tree with similar problems).
This may trigger an assertion in the TCP syncache where we are checking
for a reply to fit in MHLEN.
While for the moment we still copy data from mbufs to skbs,
we can simply disable the extra headroom request in ic_headroom and
deal with it ourselves (which we already did anyway).
Leave a link to the thread on freebsd-transport detailing more of the
problem so we can find it again and solve it here or there.

(cherry picked from commit 3d09d310d9981dde1d6e51fed6ecf9576480b9f7)

show more ...

266cae8017-Feb-2022 Bjoern A. Zeeb <[email protected]>

LinuxKPI: 802.11 advertise full offload scanning based on hw_scan only

We disabled hw_scan for drivers not advertising SINGLE_SCAN_ON_ALL_BANDS.
Do not depend on this hw flag to set IEEE80211_FEXT_S

LinuxKPI: 802.11 advertise full offload scanning based on hw_scan only

We disabled hw_scan for drivers not advertising SINGLE_SCAN_ON_ALL_BANDS.
Do not depend on this hw flag to set IEEE80211_FEXT_SCAN_OFFLOAD for
net80211 as otherwise scanning will never work.
Long-term we probably want to re-think how we do/integrate hw_scan
better in net80211.

Sponsored by: The FreeBSD Foundation

(cherry picked from commit cc4e78d51351d6362b0536e326280c1e230648d5)

show more ...

12345678910>>...15