Home
last modified time | relevance | path

Searched refs:bugs (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/freebsd-14.2/sys/dev/aic7xxx/
H A Daic79xx_seq.h843 return ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) != 0); in ahd_patch23_func()
875 return ((ahd->bugs & AHD_AUTOFLUSH_BUG) != 0); in ahd_patch19_func()
931 return ((ahd->bugs & AHD_EARLY_REQ_BUG) != 0); in ahd_patch12_func()
939 return ((ahd->bugs & AHD_BUSFREEREV_BUG) == 0); in ahd_patch11_func()
963 return ((ahd->bugs & AHD_LQO_ATNO_BUG) != 0); in ahd_patch8_func()
971 return ((ahd->bugs & AHD_BUSFREEREV_BUG) != 0); in ahd_patch7_func()
979 return ((ahd->bugs & AHD_NONPACKFIFO_BUG) != 0); in ahd_patch6_func()
995 return ((ahd->bugs & AHD_PKT_LUN_BUG) != 0); in ahd_patch4_func()
1003 return ((ahd->bugs & AHD_FAINT_LED_BUG) != 0); in ahd_patch3_func()
1011 return ((ahd->bugs & AHD_SET_MODE_BUG) != 0); in ahd_patch2_func()
[all …]
H A Daic7xxx_seq.h897 return ((ahc->bugs & AHC_SCBCHAN_UPLOAD_BUG) != 0); in ahc_patch23_func()
937 return ((ahc->bugs & AHC_PCI_2_1_RETRY_BUG) != 0); in ahc_patch18_func()
945 return ((ahc->bugs & AHC_TMODE_WIDEODD_BUG) != 0); in ahc_patch17_func()
953 return ((ahc->bugs & AHC_AUTOFLUSH_BUG) != 0); in ahc_patch16_func()
969 return ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0); in ahc_patch14_func()
H A Daic7xxx_pci.c915 if ((ahc->bugs & AHC_CACHETHEN_DIS_BUG) != 0) in ahc_pci_config()
918 if ((ahc->bugs & AHC_CACHETHEN_BUG) != 0) in ahc_pci_config()
928 if ((ahc->bugs & AHC_PCI_2_1_RETRY_BUG) != 0 in ahc_pci_config()
2162 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG; in ahc_aic785X_setup()
2180 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG; in ahc_aic7860_setup()
2252 ahc->bugs |= AHC_TMODE_WIDEODD_BUG; in ahc_aic7880_setup()
2255 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG; in ahc_aic7880_setup()
2319 ahc->bugs |= AHC_SCBCHAN_UPLOAD_BUG; in ahc_aic7892_setup()
2354 ahc->bugs |= AHC_PCI_MWI_BUG; in ahc_aic7895_setup()
2390 ahc->bugs |= AHC_CACHETHEN_DIS_BUG; in ahc_aic7896_setup()
[all …]
/freebsd-14.2/contrib/one-true-awk/
H A DChangeLog157 * bugs-fixed/unary-plus.awk, bugs-fixed/unary-plus.bad,
171 * bugs-fixed/README: Updated.
172 * bugs-fixed/string-conv.awk, bugs-fixed/string-conv.bad,
224 * bugs-fixed/README: Updated.
225 * bugs-fixed/decr-NF.awk, bugs-fixed/decr-NF.bad,
269 * bugs-fixed/a-format.awk, bugs-fixed/a-format.bad,
301 See bugs-fixed/space.awk.
307 * bugs-fixed/space.awk, bugs-fixed/space.bad,
325 * bugs-fixed/system-status.awk, bugs-fixed/system-status.bad,
339 * bugs-fixed/README, bugs-fixed/ofs-rebuild.awk,
[all …]
H A DREGRESS38 cd bugs-fixed
/freebsd-14.2/crypto/openssh/
H A Dcompat.c47 int bugs; in compat_banner() member
132 version, check[i].pat, check[i].bugs); in compat_banner()
133 ssh->compat = check[i].bugs; in compat_banner()
H A DREADME.md4 …//oss-fuzz-build-logs.storage.googleapis.com/badges/openssh.svg)](https://bugs.chromium.org/p/oss-…
84 ## Reporting bugs
86 …n-security_ bugs may be reported to the developers via [Bugzilla](https://bugzilla.mindrot.org/) o…
/freebsd-14.2/share/skel/
H A Ddot.mail_aliases8 # alias freebsd-bugs freebsd-bugs@FreeBSD.org
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DREADME.md7 * [Unresolved bugs](https://llvm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&…
/freebsd-14.2/contrib/ntp/sntp/include/
H A Dcopyright.def6 eaddr = "https://bugs.ntp.org, bugs@ntp.org";
/freebsd-14.2/crypto/heimdal/
H A DREADME8 Bug reports and bugs are appreciated, see more under Bug reports in
9 the manual on how we prefer them: <heimdal-bugs@h5l.org>.
/freebsd-14.2/lib/libc/db/
H A Dchangelog10 btree: Rework cursor deletion code yet again; bugs with
15 btree: Fix bugs introduced by new cursor/deletion code.
19 btree: Fix bugs introduced by new cursor/deletion code.
68 hash: Fixed big key overflow bugs.
/freebsd-14.2/contrib/libucl/
H A DChangeLog.md9 - Fixed number of bugs and memory leaks
34 - Fixed serious bugs in schema and arrays iteration
59 - Fix tonns of minor and major bugs
102 - Various bugs fixed
/freebsd-14.2/contrib/bc/
H A DNEWS.md19 This is a production release to fix three bugs.
445 * Fixed bugs in the manuals.
457 * Fixed multi-digit bugs in `lib2.bc`.
565 bugs.
598 The two most important bugs were bugs that causes `dc` to access memory
746 The next two bugs were bugs in `bc`'s parser that caused crashes when executing
1168 The following bugs were fixed:
1210 Two bugs were fixed in this release:
1259 others manage to find bugs.
1351 10. Some bugs were fixed.
[all …]
/freebsd-14.2/usr.bin/awk/tests/
H A DMakefile4 TESTS_SUBDIRS+= bugs-fixed
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyses.def33 "Output analysis results using HTML (not allowing for multi-file bugs)",
41 "Output analysis results using Plists (allowing for multi-file bugs)",
/freebsd-14.2/usr.bin/awk/tests/bugs-fixed/
H A DMakefile5 TESTSRC= ${SRCTOP}/contrib/one-true-awk/bugs-fixed
/freebsd-14.2/contrib/libfido2/.actions/
H A Dbuild-osx-clang15 ${SCAN} --status-bugs make -j"$(sysctl -n hw.ncpu)" -C build-$T
H A Dbuild-linux-clang18 ${SCAN} --use-cc="${CC}" --status-bugs make -j"$(nproc)" -C build-$T
H A Dbuild-linux-openssl3-clang30 ${SCAN} --use-cc="${CC}" --status-bugs make -C build-$T
/freebsd-14.2/usr.sbin/cron/doc/
H A DREADME.1ST3 any bugs introduced by this reorganization or the port to FreeBSD remain
/freebsd-14.2/tools/build/options/
H A DWITH_ASAN2 memory corruption bugs such as buffer overflows or use-after-free.
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_ignorelist.txt9 # https://bugs.llvm.org/show_bug.cgi?id=31877
/freebsd-14.2/contrib/libfido2/
H A DREADME.adoc7 …oogleapis.com/badges/libfido2.svg["Fuzz Status (oss-fuzz)", link="https://bugs.chromium.org/p/oss-…
139 === Reporting bugs
142 bugs. To report security issues, please contact [email protected]. A PGP
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dpsl7 # see also: https://thread.gmane.org/gmane.network.dns.libpsl.bugs/162/focus=166

12345678910>>...13