1b68ddc76SJohn Levon# 2b68ddc76SJohn Levon# This file and its contents are supplied under the terms of the 3b68ddc76SJohn Levon# Common Development and Distribution License ("CDDL"), version 1.0. 4b68ddc76SJohn Levon# You may only use this file in accordance with the terms of version 5b68ddc76SJohn Levon# 1.0 of the CDDL. 6b68ddc76SJohn Levon# 7b68ddc76SJohn Levon# A full copy of the text of the CDDL should have accompanied this 8b68ddc76SJohn Levon# source. A copy of the CDDL is also available via the Internet at 9b68ddc76SJohn Levon# http://www.illumos.org/license/CDDL. 10b68ddc76SJohn Levon# 111f5207b7SJohn Levon# Copyright 2019 Joyent, Inc. 12080adf91SPatrick Mooney# Copyright 2020 Oxide Computer Company 131aa1f41fSAndy Fiddaman# Copyright 2022 OmniOS Community Edition (OmniOSce) Association. 1472a2c484SHans Rosenfeld# Copyright 2023 Racktop Systems, Inc. 15b68ddc76SJohn Levon# 16b68ddc76SJohn Levonsyntax: glob 17b68ddc76SJohn Levon 18616c7695SAndy Fiddamanusr/src/cmd/ast/libast/*/FEATURE/* 197e6ad469SVishal Kulkarniusr/src/cmd/cxgbetool/* 20f0c1c263SMarcel Telkausr/src/cmd/smbsrv/testoplock/case*.ref 214a178c57SAndy Fiddamanusr/src/data/hwdata/pci.ids 224a178c57SAndy Fiddamanusr/src/data/hwdata/usb.ids 23c18e9bc3SRobert Mustacchiusr/src/data/perfmon/readme.txt 24be672c8eSAndy Fiddamanusr/src/data/ucode/amd/* 25ffc946bcSAndy Fiddamanusr/src/data/ucode/intel/* 26080adf91SPatrick Mooneyusr/src/test/crypto-tests/tests/digest/data/*.rsp 27a28480feSAndy Fiddamanusr/src/test/os-tests/tests/definit/init.data 28*43379a28SAndy Fiddamanusr/src/test/os-tests/tests/hexdump/data/* 29c1e9bf00SRobert Mustacchiusr/src/test/util-tests/tests/dis/i386/*.out 3044431c82SRobert Mustacchiusr/src/test/libc-tests/tests/qsort/*.c 31f0c1c263SMarcel Telkausr/src/tools/smatch/src/* 32b01ab2deSRobert Mustacchiusr/src/uts/common/io/bnxe/577xx/* 337e6ad469SVishal Kulkarniusr/src/uts/common/io/cxgbe/* 3452873782SRobert Mustacchiusr/src/uts/common/io/e1000api/* 35f0c1c263SMarcel Telkausr/src/uts/common/io/qede/* 36f0c1c263SMarcel Telkausr/src/uts/common/io/i40e/core/* 376bbbd442SRobert Mustacchiusr/src/uts/common/io/igc/core/* 3848ed61a7SRobert Mustacchiusr/src/uts/common/io/ixgbe/core/* 3972a2c484SHans Rosenfeldusr/src/uts/common/sys/scsi/adapters/mpi/* 40472cd20dSToomas Soomeusr/src/contrib/* 41b30d1939SAndy Fiddamanusr/src/cmd/ast/libshell/misc/shell_styleguide.docbook 424c87aefeSPatrick Mooney 4332640292SAndy Fiddamanusr/src/data/ucode/amd/* 4432640292SAndy Fiddamanusr/src/data/ucode/intel/* 4532640292SAndy Fiddaman 464c87aefeSPatrick Mooney# bhyve sources 475c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/amd64/e820.c 485c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/amd64/fwctl.c 495c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/amd64/mptbl.c 505c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/amd64/pci_lpc.c 515c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/amd64/ps2kbd.c 525c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/common/acpi.[ch] 535c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/common/basl.c 545c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/common/block_if.h 555c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/common/config.h 565c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/common/hda_codec.c 575c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/common/mem.h 585c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/common/net_backends.c 595c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/common/pci_e82545.c 605c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/common/pci_emul.h 615c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/common/pci_nvme.c 625c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/common/pci_passthru.c 635c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/common/pci_virtio_console.c 645c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/common/pci_virtio_net.c 655c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/common/pci_virtio_scsi.c 665c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/common/pci_xhci.h 675c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/common/qemu_fwcfg.c 685c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/common/smbiostbl.c 695c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/common/tpm_emul_passthru.c 705c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/common/uart_emul.c 715c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/common/usb_emul.h 725c4a5fe1SAndy Fiddamanusr/src/cmd/bhyve/common/usb_mouse.c 734c87aefeSPatrick Mooneyusr/src/cmd/bhyvectl/bhyvectl.c 74d0b3c59bSPatrick Mooneyusr/src/contrib/bhyve/* 75d7b72f7bSAndy Fiddamanusr/src/data/bhyve/kbdlayout/default 764c87aefeSPatrick Mooneyusr/src/lib/libvmmapi/common/vmmapi.[ch] 77aa693e99SJason Kingusr/src/lib/lib9p/common/* 78f32691c9SRobert Mustacchi 79f32691c9SRobert Mustacchi# 80f32691c9SRobert Mustacchi# These bits form the mdb test suite are all literal output from mdb and 81f32691c9SRobert Mustacchi# therefore trailing spaces may be part of what mdb does today. 82f32691c9SRobert Mustacchi# 8360377884SRobert Mustacchiusr/src/test/util-tests/tests/mdb/*/*.*.out 84