| /freebsd-12.1/crypto/heimdal/lib/hx509/ |
| H A D | test_ca.in | 58 ${hxtool} issue-certificate \ 223 --issue-ca \ 231 --issue-ca \ 239 --issue-proxy \ 253 --issue-ca \ 263 --issue-ca \ 310 --issue-ca \ 325 --issue-ca \ 341 --issue-ca \ 358 --issue-ca \ [all …]
|
| H A D | test_windows.in | 52 ${hxtool} issue-certificate \ 54 --issue-ca \ 61 ${hxtool} issue-certificate \ 74 ${hxtool} issue-certificate \
|
| /freebsd-12.1/contrib/subversion/ |
| H A D | CHANGES | 375 (issue #3084) 391 * fix potential build issue with invalid SVN_LOCALE_DIR (issue #4653) 726 (issue #4533) 776 (issue #4463) 831 (issue #4527) 919 (issue #4415) 1357 * fix potential build issue with invalid SVN_LOCALE_DIR (issue #4653) 1532 (issue #4531) 2346 (issue #4531) 2962 * better conflict stat printing (issue #3342, issue #3594) [all …]
|
| /freebsd-12.1/contrib/serf/ |
| H A D | CHANGES | 4 Fix issue #153: avoid SSPI handle leak 5 Fix issue #167: Explicitly use the ANSI version of SSPI 79 Fix issue 114: ssl/tls renegotiation fails 84 Fix issue 111: add flag to set custom library path 85 Fix issue 112: add soname 86 Fix issue 113: add gssapi libs in the serf pc file 152 Fixed issue 74: test_all goes in an endless loop 177 Fixed issue 38: enable builds using non-GNU make 180 Fixed issue 61: include order dependencies 182 Fixed issue 71: handle ECONNREFUSED on Windows [all …]
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | 5k.md | 9 ;; 5Kc - Single issue with no floating point unit. 10 ;; 5kf - Separate floating point pipe which can dual-issue with the 118 ;; Any -> JR/JALR (without dependency) : 1 clock issue delay 119 ;; Any -> JR/JALR (with dependency) : 2 clock issue delay 120 ;; load -> JR/JALR (with dependency) : 3 clock issue delay 121 ;; mfhilo -> JR/JALR (with dependency) : 3 clock issue delay 122 ;; mul -> JR/JALR (with dependency) : 3 clock issue delay 128 ;; Unknown or multi - single issue 136 ;; The 5Kf is a partial dual-issue cpu which can dual issue an integer 226 ;; fxfer (mfc1, mfhc1, mtc1, mthc1) - single issue
|
| H A D | sb1.md | 7 ;; pipes, and 1 MDMX pipes. It can issue 2 ls insns and 2 exe/fpu/mdmx insns 12 ;; in the list in most cases. Non-indexed load/stores issue to ls0 first. 13 ;; simple alu operations issue to ls1 if it is still available, and their 14 ;; operands are ready (no co-issue with loads), otherwise to the first 17 ;; When exceptions are enabled, can only issue FP insns to fp1. This is 22 ;; insn can issue per cycle (fp1). 53 ;; Can only issue to one of the ex and fp pipes at a time. 114 ;; SB-1A can always co-issue here. 130 ;; Can not co-issue fpload with fp exe when in 32-bit mode. 318 ;; Blocks any other multiply insn issue for 1 cycle. [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/hdb/ |
| H A D | hdb.schema | 18 #-- forwardable(1), -- may issue forwardable 19 #-- proxiable(2), -- may issue proxiable 20 #-- renewable(3), -- may issue renewable 21 #-- postdate(4), -- may issue postdatable
|
| H A D | hdb.asn1 | 33 forwardable(1), -- may issue forwardable 34 proxiable(2), -- may issue proxiable 35 renewable(3), -- may issue renewable 36 postdate(4), -- may issue postdatable
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedKryo.td | 16 // The issue width is set to five, matching the five issue queues for expanded 18 // but these do not actually take up an issue queue. 21 let IssueWidth = 5; // 5-wide issue for expanded uops 22 let MicroOpBufferSize = 128; // Out-of-order with temporary unified issue buffer
|
| /freebsd-12.1/crypto/heimdal/doc/ |
| H A D | hx509.texi | 388 hxtool issue-certificate \ 390 --issue-ca \ 408 hxtool issue-certificate \ 410 --issue-ca \ 423 hxtool issue-certificate \ 425 --issue-ca \ 541 hxtool issue-certificate \ 552 hxtool issue-certificate \ 587 hxtool issue-certificate \ 598 hxtool issue-certificate \ [all …]
|
| /freebsd-12.1/contrib/googletest/googletest/scripts/ |
| H A D | upload.py | 661 def UploadBaseFiles(self, issue, rpc_server, patch_list, patchset, options, argument 680 url = "/%d/upload_content/%d/%d" % (int(issue), int(patchset), file_id) 1181 def UploadSeparatePatches(issue, rpc_server, patchset, data, options): argument 1198 url = "/%d/upload_patch/%d" % (int(issue), int(patchset)) 1290 if options.issue: 1301 if options.issue: 1302 form_fields.append(("issue", str(options.issue))) 1363 issue = msg[msg.rfind("/")+1:] 1371 vcs.UploadBaseFiles(issue, rpc_server, patches, patchset, options, files) 1373 rpc_server.Send("/" + issue + "/mail", payload="") [all …]
|
| /freebsd-12.1/contrib/googletest/googlemock/scripts/ |
| H A D | upload.py | 661 def UploadBaseFiles(self, issue, rpc_server, patch_list, patchset, options, argument 680 url = "/%d/upload_content/%d/%d" % (int(issue), int(patchset), file_id) 1181 def UploadSeparatePatches(issue, rpc_server, patchset, data, options): argument 1198 url = "/%d/upload_patch/%d" % (int(issue), int(patchset)) 1290 if options.issue: 1301 if options.issue: 1302 form_fields.append(("issue", str(options.issue))) 1363 issue = msg[msg.rfind("/")+1:] 1371 vcs.UploadBaseFiles(issue, rpc_server, patches, patchset, options, files) 1373 rpc_server.Send("/" + issue + "/mail", payload="") [all …]
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | ultra1_2.md | 21 ;; UltraSPARC-I and II are quad-issue processors. Interesting features 32 ;; former must be issued first in order for both of them to issue. 33 ;; - Stores can issue before the value being stored is available. As long 36 ;; - Branches may issue in the same cycle as an instruction setting the 55 ;; This is a simplified representation of the issue at hand. 243 ;; Any store may multi issue with the insn creating the source
|
| H A D | ultra3.md | 21 ;; UltraSPARC-III is a quad-issue processor. 25 ;; It does still have single-issue instructions though. 157 ;; Any store may multi issue with the insn creating the source
|
| /freebsd-12.1/secure/lib/libcrypto/arm/ |
| H A D | sha512-armv4.S | 23 @ by gcc 3.4 and it spends ~72 clock cycles per byte [on single-issue 28 @ Rescheduling for dual-issue pipeline resulted in 6% improvement on
|
| H A D | sha256-armv4.S | 24 @ byte [on single-issue Xscale PXA250 core]. 28 @ Rescheduling for dual-issue pipeline resulted in 22% improvement on
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | geode.md | 22 ;; The Geode architecture is one insn issue processor. 35 ;; issue describes the issue pipeline.
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | CONTRIBUTING | 4 To report a security issue (segfault, buffer overflow, infinite loop, arbitrary 15 a new issue and provide the following details:
|
| /freebsd-12.1/contrib/googletest/ |
| H A D | CONTRIBUTING.md | 28 1. Submit an issue describing your proposed change to the 29 [issue tracker](https://github.com/google/googletest). 32 change that doesn't have a corresponding issue in the issue 34 1. Also, coordinate with team members that are listed on the issue in
|
| /freebsd-12.1/sys/contrib/zstd/ |
| H A D | CONTRIBUTING.md | 31 clear and has sufficient instructions to be able to reproduce the issue. 35 outlined on that page and do not file a public issue.
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | README.patches | 29 If these patches are for a bugzilla issue, mark the issue as Resolved/READY
|
| /freebsd-12.1/contrib/libucl/tests/basic/ |
| H A D | 20.in | 1 # issue 112
|
| H A D | 17.in | 1 # issue 74
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleP9.td | 37 // issue queue until all register sources and other dependencies have been 39 // 11-entry iop issue queue. 58 // An instruction can go down one of two issue queues. 61 // Some instructions cannot be run on just any issue queue and may require an
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | TargetItinerary.td | 91 // that can issue per cycle. 94 // instruction issue the values which correspond to specific operand indices 106 // (after issue) and the result of the load is available on cycle 3. The result
|