| /src/sys/dev/aic7xxx/ |
| H A D | aic79xx_seq.h | 843 return ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) != 0); in ahd_patch23_func() 851 return ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) == 0); in ahd_patch22_func() 875 return ((ahd->bugs & AHD_AUTOFLUSH_BUG) != 0); in ahd_patch19_func() 915 return ((ahd->bugs & AHD_REG_SLOW_SETTLE_BUG) != 0); in ahd_patch14_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() 987 return ((ahd->bugs & AHD_SENT_SCB_UPDATE_BUG) != 0); in ahd_patch5_func() [all …]
|
| H A D | aic7xxx_seq.h | 897 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 D | aic7xxx_pci.c | 908 if ((ahc->bugs & AHC_CACHETHEN_DIS_BUG) != 0) in ahc_pci_config() 911 if ((ahc->bugs & AHC_CACHETHEN_BUG) != 0) in ahc_pci_config() 921 if ((ahc->bugs & AHC_PCI_2_1_RETRY_BUG) != 0 in ahc_pci_config() 2152 ahc->bugs |= AHC_TMODE_WIDEODD_BUG|AHC_CACHETHEN_BUG|AHC_PCI_MWI_BUG; in ahc_aic785X_setup() 2155 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG; in ahc_aic785X_setup() 2170 ahc->bugs |= AHC_TMODE_WIDEODD_BUG|AHC_CACHETHEN_BUG|AHC_PCI_MWI_BUG; in ahc_aic7860_setup() 2173 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG; in ahc_aic7860_setup() 2197 ahc->bugs |= AHC_TMODE_WIDEODD_BUG|AHC_CACHETHEN_BUG|AHC_PCI_MWI_BUG; in ahc_aic7870_setup() 2245 ahc->bugs |= AHC_TMODE_WIDEODD_BUG; in ahc_aic7880_setup() 2248 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG; in ahc_aic7880_setup() [all …]
|
| /src/contrib/one-true-awk/ |
| H A D | ChangeLog | 121 variants. See the numeric-getline.* files in bugs-fixed directory. 157 * bugs-fixed/unary-plus.awk, bugs-fixed/unary-plus.bad, 158 bugs-fixed/unary-plus.ok: New files. 171 * bugs-fixed/README: Updated. 172 * bugs-fixed/string-conv.awk, bugs-fixed/string-conv.bad, 173 bugs-fixed/string-conv.ok: New files. 224 * bugs-fixed/README: Updated. 225 * bugs-fixed/decr-NF.awk, bugs-fixed/decr-NF.bad, 226 bugs-fixed/decr-NF.ok: New files. 268 * bugs-fixed/README: Updated. [all …]
|
| H A D | REGRESS | 38 cd bugs-fixed
|
| /src/crypto/openssh/ |
| H A D | compat.c | 47 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 D | README.md | 4 …//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…
|
| /src/crypto/krb5/src/plugins/kdb/db2/libdb2/ |
| H A D | CHANGELOG.db2 | 2 This fixes a number of bugs in the alpha release. 13 some known bugs in the hash pacakge. This release uses 30 btree: Rework cursor deletion code yet again; bugs with 35 btree: Fix bugs introduced by new cursor/deletion code. 39 btree: Fix bugs introduced by new cursor/deletion code. 88 hash: Fixed big key overflow bugs.
|
| H A D | README | 5 contact Sleepycat regarding bugs in code found here; they do not 7 Kerberos team via email to krb5-bugs@mit.edu, as usual.
|
| /src/share/skel/ |
| H A D | dot.mail_aliases | 8 # alias freebsd-bugs freebsd-bugs@FreeBSD.org
|
| /src/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | README.md | 7 * [Unresolved bugs](https://llvm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&…
|
| /src/crypto/krb5/src/util/ |
| H A D | krb5-send-pr.sh | 3 Please send email to krb5-bugs@mit.edu to report bugs.
|
| /src/crypto/heimdal/ |
| H A D | README | 8 Bug reports and bugs are appreciated, see more under Bug reports in 9 the manual on how we prefer them: <heimdal-bugs@h5l.org>.
|
| /src/contrib/ntp/sntp/include/ |
| H A D | copyright.def | 6 eaddr = "https://bugs.ntp.org, bugs@ntp.org";
|
| /src/lib/libc/db/ |
| H A D | changelog | 10 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.
|
| /src/contrib/bc/ |
| H A D | NEWS.md | 8 This fixes a few bugs: 41 This is a production release to fix three bugs. 222 a couple of memory bugs, and adds new features. 273 This is a production release that fixes two bugs: 281 This is a production release that fixes memory bugs and memory leaks in `bcl`. 293 Nevertheless, I have now run it under Valgrind and fixed all of the memory bugs 328 This is a production release that fixes prompt bugs with editline and readline 363 This is a production release that fixes two bugs in history: 386 This is a production release that fixes two parse bugs when in POSIX standard 387 mode. One of these bugs was due to a quirk of the POSIX grammar, and the other [all …]
|
| /src/usr.bin/awk/tests/ |
| H A D | Makefile | 3 TESTS_SUBDIRS+= bugs-fixed
|
| /src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Analyses.def | 33 "Output analysis results using HTML (not allowing for multi-file bugs)", 41 "Output analysis results using Plists (allowing for multi-file bugs)",
|
| /src/usr.bin/awk/tests/bugs-fixed/ |
| H A D | Makefile | 4 TESTSRC= ${SRCTOP}/contrib/one-true-awk/bugs-fixed
|
| /src/contrib/libfido2/.actions/ |
| H A D | build-osx-clang | 15 ${SCAN} --status-bugs make -j"$(sysctl -n hw.ncpu)" -C build-$T
|
| H A D | build-linux-clang | 18 ${SCAN} --use-cc="${CC}" --status-bugs make -j"$(nproc)" -C build-$T
|
| /src/usr.sbin/cron/doc/ |
| H A D | README.1ST | 3 any bugs introduced by this reorganization or the port to FreeBSD remain
|
| /src/tools/build/options/ |
| H A D | WITH_ASAN | 2 memory corruption bugs such as buffer overflows or use-after-free.
|
| /src/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_ignorelist.txt | 9 # https://bugs.llvm.org/show_bug.cgi?id=31877
|
| /src/contrib/xz/ |
| H A D | README | 11 3. Reporting bugs 89 TODO Known bugs and some sort of to-do list 138 * Stable: Z is incremented when bugs get fixed without adding 141 any new features to minimize the risk of introducing new bugs. 154 3. Reporting bugs 210 translators in the Translation Project. If you have found bugs in
|