| /mirbsd/src/sys/dev/microcode/aic7xxx/ |
| D | aic79xx_seq.h | 803 return ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) != 0); in ahd_patch22_func() 811 return ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) == 0); in ahd_patch21_func() 843 return ((ahd->bugs & AHD_AUTOFLUSH_BUG) != 0); in ahd_patch17_func() 883 return ((ahd->bugs & AHD_REG_SLOW_SETTLE_BUG) != 0); in ahd_patch12_func() 891 return ((ahd->bugs & AHD_EARLY_REQ_BUG) != 0); in ahd_patch11_func() 899 return ((ahd->bugs & AHD_BUSFREEREV_BUG) == 0); in ahd_patch10_func() 915 return ((ahd->bugs & AHD_LQO_ATNO_BUG) != 0); in ahd_patch8_func() 923 return ((ahd->bugs & AHD_BUSFREEREV_BUG) != 0); in ahd_patch7_func() 931 return ((ahd->bugs & AHD_NONPACKFIFO_BUG) != 0); in ahd_patch6_func() 939 return ((ahd->bugs & AHD_SENT_SCB_UPDATE_BUG) != 0); in ahd_patch5_func() [all …]
|
| D | aic7xxx_seq.h | 908 return ((ahc->bugs & AHC_SCBCHAN_UPLOAD_BUG) != 0); in ahc_patch23_func() 948 return ((ahc->bugs & AHC_PCI_2_1_RETRY_BUG) != 0); in ahc_patch18_func() 956 return ((ahc->bugs & AHC_TMODE_WIDEODD_BUG) != 0); in ahc_patch17_func() 964 return ((ahc->bugs & AHC_AUTOFLUSH_BUG) != 0); in ahc_patch16_func() 980 return ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0); in ahc_patch14_func()
|
| D | aic79xx.seq | 54 if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) { 61 if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) { 95 if ((ahd->bugs & AHD_FAINT_LED_BUG) != 0) { 267 if ((ahd->bugs & AHD_PKT_LUN_BUG) != 0) { 393 if ((ahd->bugs & AHD_SET_MODE_BUG) != 0) { 406 if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) { 417 if ((ahd->bugs & AHD_SENT_SCB_UPDATE_BUG) != 0) { 472 if ((ahd->bugs & AHD_NONPACKFIFO_BUG) != 0) { 496 if ((ahd->bugs & AHD_BUSFREEREV_BUG) != 0) { 534 if ((ahd->bugs & AHD_SENT_SCB_UPDATE_BUG) != 0) { [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/DProf/ |
| D | Changes | 140 # changes/bugs fixed since 5apr95 version -dmr: 143 # changes/bugs fixed since 2apr95 version -dmr: 145 # changes/bugs fixed since 01mar95 version -dmr: 154 # changes/bugs fixed since 03feb95 version -dmr: 156 # changes/bugs fixed since 31dec94 version -dmr: 163 # changes/bugs fixed since 05apr95 version -dmr: 165 # changes/bugs fixed since 01mar95 version -dmr: 167 # changes/bugs fixed since 03feb95 version -dmr: 168 # - fixed some doc bugs 170 # - added -w note to bugs section of pod [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | Makefile.am | 359 $(INCDIR)/demangle.h bucomm.h $(INCDIR)/bin-bugs.h \ 363 config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \ 368 config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \ 371 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ 375 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \ 382 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h 385 $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/coff/internal.h \ 388 $(INCDIR)/symcat.h bucomm.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \ 391 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ 395 $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/demangle.h \ [all …]
|
| D | Makefile.in | 1094 $(INCDIR)/demangle.h bucomm.h $(INCDIR)/bin-bugs.h \ 1098 config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \ 1103 config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \ 1106 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ 1110 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \ 1117 bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h 1120 $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/coff/internal.h \ 1123 $(INCDIR)/symcat.h bucomm.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \ 1126 $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ 1130 $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/demangle.h \ [all …]
|
| /mirbsd/src/sys/dev/pci/ |
| D | ahc_pci.c | 920 if ((ahc->bugs & AHC_CACHETHEN_DIS_BUG) != 0) 923 if ((ahc->bugs & AHC_CACHETHEN_BUG) != 0) 932 if ((ahc->bugs & AHC_PCI_2_1_RETRY_BUG) != 0 1381 ahc->bugs |= AHC_TMODE_WIDEODD_BUG|AHC_CACHETHEN_BUG|AHC_PCI_MWI_BUG; in ahc_aic785X_setup() 1384 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG; in ahc_aic785X_setup() 1396 ahc->bugs |= AHC_TMODE_WIDEODD_BUG|AHC_CACHETHEN_BUG|AHC_PCI_MWI_BUG; in ahc_aic7860_setup() 1399 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG; in ahc_aic7860_setup() 1422 ahc->bugs |= AHC_TMODE_WIDEODD_BUG|AHC_CACHETHEN_BUG|AHC_PCI_MWI_BUG; in ahc_aic7870_setup() 1467 ahc->bugs |= AHC_TMODE_WIDEODD_BUG; in ahc_aic7880_setup() 1470 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG; in ahc_aic7880_setup() [all …]
|
| /mirbsd/src/gnu/usr.bin/cvs/ |
| D | BUGS | 2 report bugs (and what will happen to your bug reports if you do). 4 The following is a list of some of the known bugs. It may or may not 8 manual). There are some other reported bugs in MINOR-BUGS; the 9 difference, at least in theory, is that those bugs are less serious. 13 bugs), see README.VMS, windows-NT/README, or os2/README. There is no 15 This file also might contain some platform-specific bugs. 78 P.S. Is anyone working on fixing these bugs?
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl583delta.pod | 139 avoid bugs where names clash. 153 and HP-UX 10.20 due to bugs in their threading implementations. 167 We have a backlog of unresolved bugs. Dealing with bugs and bug reports 190 bug database at http://bugs.perl.org. There may also be 198 the Perl 5 bugs at http://bugs.perl.org/
|
| D | perl584delta.pod | 12 Many minor bugs have been fixed. Scripts which happen to rely on previously 201 More utf8 bugs fixed, notably in how C<chomp>, C<chop>, C<send>, and 226 Some bugs have been fixed in the hash internals. Restricted hashes and 243 bug database at http://bugs.perl.org. There may also be 251 the Perl 5 bugs at http://bugs.perl.org/
|
| D | perl586delta.pod | 103 C<goto &> is now more robust - bugs in deep recursion and chained C<goto &> 150 bug database at http://bugs.perl.org. There may also be 158 the Perl 5 bugs at http://bugs.perl.org/
|
| D | perl585delta.pod | 150 Several obscure bugs involving manipulating Unicode strings with C<substr> have 237 bug database at http://bugs.perl.org. There may also be 245 the Perl 5 bugs at http://bugs.perl.org/
|
| D | perl582delta.pod | 142 bug database at http://bugs.perl.org/. There may also be 150 the Perl 5 bugs at http://bugs.perl.org/
|
| D | perl587delta.pod | 327 are bugs, and should be reported. 359 bug database at http://bugs.perl.org. There may also be 367 the Perl 5 bugs at http://bugs.perl.org/
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | README.micro | 7 you probably shouldn't. Do not report bugs in microperl; fix the bugs.
|
| /mirbsd/src/usr.bin/sudo/ |
| D | BUGS | 1 Known bugs in sudo version 1.6.8 27 For a list of things that are not bugs but that I would like to
|
| D | README | 93 A list of known bugs may be found in the `BUGS' file. If you have 95 the sudo bug database, on at web at http://www.sudo.ws/bugs/. 98 bug report. When reporting bugs, please be sure to include the
|
| /mirbsd/src/usr.bin/ssh/ |
| D | compat.c | 64 int bugs; in compat_datafellows() member 172 datafellows = check[i].bugs; in compat_datafellows()
|
| D | README | 21 Provos, Theo de Raadt and Dug Song removed many bugs, re-added newer
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Text/Balanced/ |
| D | Changes | 39 - fixed some lurking bugs with trailing modifier handling 98 - Fixed bugs in prefix matching in extract_variable: 102 - Fixed bugs in extract_codeblock: 227 - Fixed numerous bugs in here doc extraction (many thanks Tim)
|
| /mirbsd/src/gnu/usr.bin/binutils/config/ |
| D | po.m4 | 46 …[$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&… 47 …(if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/… 77 … if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && 78 …(if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | …
|
| /mirbsd/src/gnu/usr.bin/lynx/test/ |
| D | README.txt | 8 are used during program testing to track down odd and mysterious bugs.
|
| /mirbsd/src/gnu/usr.sbin/sendmail/contrib/ |
| D | README | 2 We will not fix bugs in these programs. Contact the original author
|
| /mirbsd/src/usr.bin/vi/docs/ |
| D | spell.ok | 44 bugs.current
|
| /mirbsd/src/gnu/usr.bin/cvs/m4/ |
| D | getcwd-path-max.m4 | 2 # Check for several getcwd bugs with long file names. 60 /* Leftover bytes in the buffer, to work around library or OS bugs. */
|