Home
last modified time | relevance | path

Searched full:issues (Results 1 – 25 of 1531) sorted by relevance

12345678910>>...62

/freebsd/contrib/libcbor/
H A DCHANGELOG.md9 - [Updated documentation to refer to RFC 8949](https://github.com/PJK/libcbor/issues/269)
22 - [Fixed minor test bug causing failures for x86 Linux](https://github.com/PJK/libcbor/pull/266) (discovered by [trofi](https://github.com/PJK/libcbor/issues/263))
35 - Note: Half-float NaNs still lose data (https://github.com/PJK/libcbor/issues/215)
67 - BREAKING: Fix `cbor_tag_item` not increasing the reference count on the tagged item reference it returns [[Fixes #109](https://github.com/PJK/libcbor/issues/109)] (discovered bt [JohnGilmour](https://github.com/JohnGilmour))
72 - Fixed several minor manpage issues [[#159]](https://github.com/PJK/libcbor/pull/159) (discovered by [kloczek@](https://github.com/kloczek))
76 - Fix bad encoding of NaN half-floats [[Fixes #53]](https://github.com/PJK/libcbor/issues/53) (discovered by [BSipos-RKF](https://github.com/BSipos-RKF))
78 - Fix potentially bad encoding of negative half-float with exponent < -14 [[Fixes #112]](https://github.com/PJK/libcbor/issues/112) (discovered by [yami36](https://github.com/yami36))
79 - BREAKING: Improved bool support [[Fixes #63]](https://github.com/PJK/libcbor/issues/63)
82 - Fix memory_allocation_test breaking the build without CBOR_CUSTOM_ALLOC [[Fixes #128]](https://github.com/PJK/libcbor/issues/128) (by [panlinux](https://github.com/panlinux))
96 - Correctly set .so version [[Fixes #52]](https://github.com/PJK/libcbor/issues/5
[all...]
/freebsd/sys/contrib/openzfs/.github/
H A Dstale.yml5 # Limit to only `issues` or `pulls`
6 only: issues
7 # Issues with these labels will never be considered stale
12 # Set to true to ignore issues in a project (defaults to false)
14 # Set to true to ignore issues in a milestone (defaults to false)
16 # Set to true to ignore issues with an assignee (defaults to false)
H A DCONTRIBUTING.md53 checks and all the ASSERTs to help quickly catch potential issues.
74 tracker](https://github.com/openzfs/zfs/issues) *first* to ensure the
78 You can open a new issue and search existing issues using the public [issue
79 tracker](https://github.com/openzfs/zfs/issues).
112 development. The team's primary focus is on fixing known issues, improving
117 label](https://github.com/openzfs/zfs/issues?q=is%3Aopen+is%3Aissue+label%3A%22Type%3A+Feature%22).
164 regressions or other suspected issues. By running the latest code to a wide
166 able quickly identify and resolve potential issues.
/freebsd/crypto/heimdal/doc/
H A Dkerberos4.texi3 @node Kerberos 4 issues, Windows compatibility, Things in search for a better place, Top
5 @chapter Kerberos 4 issues
12 * Principal conversion issues::
16 @node Principal conversion issues, Converting a version 4 database, Kerberos 4 issues, Kerberos 4 i…
17 @section Principal conversion issues
57 @node Converting a version 4 database, , Principal conversion issues, Kerberos 4 issues
H A Dheimdal.texi71 * Kerberos 4 issues::
111 Kerberos 4 issues
113 * Principal conversion issues::
/freebsd/.github/workflows/
H A Dchecklist.yml27 const comments = await github.paginate(github.rest.issues.listComments, {
85 … "There " + (checklist_len > 1 ? "are a few issues that need " : "is an issue that needs ") +
87 …let comment_func = comment_id == -1 ? github.rest.issues.createComment : github.rest.issues.update…
100 github.rest.issues.updateComment({
104 body: msg_prefix + "All issues resolved."
/freebsd/lib/libc/tests/sys/
H A Dsendfile_test.c381 …atf_tc_skip("Sendfile(4) unimplemented. https://github.com/qemu-bsd-user/qemu-bsd-user/issues/25"); in ATF_TC_BODY()
397 …atf_tc_skip("Sendfile(4) unimplemented. https://github.com/qemu-bsd-user/qemu-bsd-user/issues/25"); in ATF_TC_BODY()
465 …atf_tc_skip("Sendfile(4) unimplemented. https://github.com/qemu-bsd-user/qemu-bsd-user/issues/25"); in ATF_TC_BODY()
480 …atf_tc_skip("Sendfile(4) unimplemented. https://github.com/qemu-bsd-user/qemu-bsd-user/issues/25"); in ATF_TC_BODY()
513 …atf_tc_skip("Sendfile(4) unimplemented. https://github.com/qemu-bsd-user/qemu-bsd-user/issues/25"); in ATF_TC_BODY()
528 …atf_tc_skip("Sendfile(4) unimplemented. https://github.com/qemu-bsd-user/qemu-bsd-user/issues/25"); in ATF_TC_BODY()
633 …atf_tc_skip("Sendfile(4) unimplemented. https://github.com/qemu-bsd-user/qemu-bsd-user/issues/25"); in ATF_TC_BODY()
647 …atf_tc_skip("Sendfile(4) unimplemented. https://github.com/qemu-bsd-user/qemu-bsd-user/issues/25"); in ATF_TC_BODY()
765 …atf_tc_skip("Sendfile(4) unimplemented. https://github.com/qemu-bsd-user/qemu-bsd-user/issues/25"); in ATF_TC_BODY()
780 …atf_tc_skip("Sendfile(4) unimplemented. https://github.com/qemu-bsd-user/qemu-bsd-user/issues/25"); in ATF_TC_BODY()
[all …]
/freebsd/crypto/openssl/
H A DSUPPORT.md25 - Search the mailing lists and/or the GitHub issues to find out whether
40 If you wish to report a bug, please open an [issue][github-issues] on GitHub
52 particular the manual pages, can be reported as issues.
92 [github-issues]: https://github.com/openssl/openssl/issues/new/choose
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc976 // https://github.com/google/sanitizers/issues/321.
994 // https://github.com/google/sanitizers/issues/321.
1011 // https://github.com/google/sanitizers/issues/321.
1029 // https://github.com/google/sanitizers/issues/321.
1207 // https://github.com/google/sanitizers/issues/321.
1356 // https://github.com/google/sanitizers/issues/321.
1369 // https://github.com/google/sanitizers/issues/321.
1382 // https://github.com/google/sanitizers/issues/321.
1395 // https://github.com/google/sanitizers/issues/321.
1439 // https://github.com/google/sanitizers/issues/321.
[all …]
H A Dsanitizer_common_interceptors_netbsd_compat.inc24 // This allows to avoid preprocessor issues.
39 // https://github.com/google/sanitizers/issues/321.
51 // https://github.com/google/sanitizers/issues/321.
/freebsd/contrib/ldns/
H A DREADME11 KNOWN ISSUES
97 KNOWN ISSUES
99 A complete list of currently known open issues can be found here:
100 https://github.com/NLnetLabs/ldns/issues
/freebsd/tools/tools/iso/
H A Dcheck-iso3166.pl109 print "Found $c issues\n";
119 print "Found $c issues\n";
129 print "Found $c issues\n";
146 print "Found $c issues\n";
161 print "Found $c issues\n";
H A Dcheck-iso639.pl71 print "Found $c issues\n";
81 print "Found $c issues\n";
96 print "Found $c issues\n";
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_clone/
H A Dzfs_clone_deeply_nested.ksh30 # 2. Verify we can promote and destroy datasets in the chain without issues
43 log_assert "Deeply nested clones should be created and destroyed without issues"
62 # 2. Verify we can promote and destroy datasets in the chain without issues
/freebsd/contrib/kyua/
H A DCONTRIBUTING.md85 will be returned to you with comments if there are issues to be fixed.
89 By keeping your code clean of style issues upfront, you will speed up the
93 you are requesting to be pulled and look for issues. This is the diff that
114 Handling bug tracker issues
117 * All changes pushed to `master` should cross-reference one or more issues in
/freebsd/contrib/libpcap/
H A DCHANGES37 issues #1134 and #1205.
156 Fix CMake issues for target used by other projects.
202 Fix some formatting string issues found by cppcheck.
317 Fix various build issues and warnings.
349 Fix diag-control.h to handle compiling with clang-cl (issues
464 Fix some thread safety issues
490 Security and other issues found by analysis:
491 Fix various security issues reported by Charles Smith at Tangible
493 Fix various security issues reported by Include Security
494 Fix some issues found by cppcheck.
[all …]
/freebsd/contrib/lyaml/
H A DREADME.md194 Please make bug reports and suggestions as [GitHub Issues][issues].
221 issues with monkey-patching in caller environment.
224 [issues]: http://github.com/gvvaughas/lyaml/issues
/freebsd/contrib/libfido2/
H A DREADME.adoc7 image:https://oss-fuzz-build-logs.storage.googleapis.com/badges/libfido2.svg["Fuzz Status (oss-fuzz)", link="https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:libfido2"]
141 Please use https://github.com/Yubico/libfido2/issues[GitHub Issues] to report
142 bugs. To report security issues, please contact security@yubico.com. A PGP
H A DSECURITY.md1 # Reporting libfido2 Security Issues
3 To report security issues in libfido2, please contact security@yubico.com.
/freebsd/crypto/openssh/
H A DSECURITY.md1 # Reporting OpenSSH Security Issues
3 To report security issues in OpenSSH, please refer to our website
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp114 // See https://github.com/llvm/llvm-project/issues/57927.
163 // See https://github.com/llvm/llvm-project/issues/57948. in emitDXILEntryProps()
176 // See https://github.com/llvm/llvm-project/issues/57948. in emitEntryPropsForEmptyEntry()
235 // See https://github.com/llvm/llvm-project/issues/57928. in emitEntryTuple()
244 // See https://github.com/llvm/llvm-project/issues/57928. in emitEntryTupleForLib()
289 // See https://github.com/llvm/llvm-project/issues/57926. in createEntryMD()
/freebsd/tests/sys/kern/
H A Dsendfile_test.sh54 atf_skip "Sendfile(4) unimplemented. https://github.com/qemu-bsd-user/qemu-bsd-user/issues/25"
77 atf_skip "Sendfile(4) unimplemented. https://github.com/qemu-bsd-user/qemu-bsd-user/issues/25"
101 atf_skip "Sendfile(4) unimplemented. https://github.com/qemu-bsd-user/qemu-bsd-user/issues/25"
125 atf_skip "Sendfile(4) unimplemented. https://github.com/qemu-bsd-user/qemu-bsd-user/issues/25"
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_flags.inc45 "If set, attempts to catch initialization order issues.")
121 // https://github.com/google/sanitizers/issues/131
122 // https://github.com/google/sanitizers/issues/309
123 // TODO(glider,timurrrr): Fix known issues and enable this back.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.language_functions_neg.ksh22 # Try channel programs with various lua runtime issues.
24 # Issues include:
/freebsd/contrib/mandoc/
H A DTODO6 Many issues are annotated for difficulty as follows:
32 Obviously, as the issues have not been solved yet, these annotations
420 * formatting issues: ugly output
495 --- PostScript and PDF issues ------------------------------------------
508 --- HTML issues --------------------------------------------------------
564 https://github.com/Debian/debiman/issues/15
578 --- CSS issues ---------------------------------------------------------
585 * formatting issues: gratuitous differences
594 - Multiple issues with .In below SYNOPSIS; groff behaviour is:
668 * warning issues
[all …]

12345678910>>...62