Home
last modified time | relevance | path

Searched refs:Fix (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/openbsd-src/usr.sbin/nsd/doc/
H A DRELNOTES24 - Fix to sync the tests script file common.sh.
26 - Fix #306: Missing AC_SUBST(dbdir) breaks installation with 4.8.0.
27 - Fix for #306: Create directory for xfrd.state and zone.list files
31 - Fix #308: Deprecate "multi-master-check" in favour of
34 - Fix control-reconfig-xfrd test for zonestatus primary that is
39 - Fix #313: nsd 4.8 stats with implausible spikes.
40 - Fix compile with memclean for xfrd nsd.db close.
47 - Merge #316: Fix to reap defunct children by the reload process that
52 - Fix (also from Merge #316) to reap exited children more frequently
56 - Fix timing sensitivity in ixfr_outsync test.
[all …]
H A DChangeLog17 - Fix timing sensitivity in ixfr_outsync test.
23 - Merge #316: Fix to reap defunct children by the reload process that
28 - Fix (also from Merge #316) to reap exited children more frequently
34 - Fix compile with memclean for xfrd nsd.db close.
58 - Fix #313: nsd 4.8 stats with implausible spikes.
69 - Fix #310: NSD stats contain the terms "master" and "slave".
70 - Fix control-reconfig-xfrd test for zonestatus primary that is
76 - Fix #308: Deprecate "multi-master-check" in favour of
80 - Fix to sync the tests script file common.sh.
82 - Fix #306: Missing AC_SUBST(dbdir) breaks installation with 4.8.0.
[all …]
/openbsd-src/usr.sbin/unbound/doc/
H A DChangelog2 - Fix spelling for the cache-min-negative-ttl entry in the
6 - Fix CAMP issues with global quota. Thanks to Huayi Duan, Marco
8 - Fix CacheFlush issues with limit on NS RRs. Thanks to Yehuda Afek,
12 - Fix that for windows the module startup is called and sets up
16 - Fix that alloc stats has strdup checks, it stops debuggers from
18 - Fix testbound for alloc stats strdup in util/alloc.c.
25 - Fix that alloc stats for forwards and hints are printed, and when
30 - Fix dnstap test program, cleans up to have clean memory on exit,
35 - Fix that the worker mem report with alloc stats does not attempt
40 - Fix fo
[all...]
/openbsd-src/usr.bin/vi/docs/
H A Dchangelog15 + Fix bugs when both the leftright scrolling and number edit options
17 + Fix bug where splitting in the middle of the screen could repaint
19 + Fix first-nul in input bug, where random garbage was inserted.
22 + Fix bug autoindent bug, where ^D could shift too far in the line.
23 + Fix core dump where ! command called from the .exrc file.
27 + Fix bug where ^V didn't keep input mapping from happening.
28 + Fix a core dump bug in the R command.
30 + Fix cursor positioning bug for C, S and c$ in an empty file.
34 + Fix bug where wide characters in a file name weren't calculated
36 + Fix bug where cl_rename was called directly, by the ex shell code.
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DChanges17 * Fix corrupted release (missing files)
22 * Fix CROAK_IF_ERROR without BRACE GROUPS
28 * Fix: better support for STMT_START / STMT_END definition
29 * Fix: Only use '-Wdeclaration-after-statement' if possible
43 * Fix metaCPAN indexing
46 * Fix scanprov
82 * Fix eval_sv for Perl versions prior to 5.6.0 (Pali)
83 * Fix t/ppphtest.t for Perl versions prior to 5.6.0 (Pali)
84 * Fix compilation of sv_setsv_flags when GCC extensions are not present (Pali)
85 * Fix SV_NOSTEAL on 5.7.2 (Karl Williamson)
[all …]
/openbsd-src/lib/libz/
H A DChangeLog9 - Fix bug in inflateSync() for data held in bit buffer
11 - Fix decision on the emission of Zip64 end records in minizip
14 - Fix a bug in ZLIB_DEBUG compiles in check_match()
19 - Fix bug in deflateBound() for level 0 and memLevel 9
20 - Fix bug when gzungetc() is used immediately after gzopen()
21 - Fix bug when using gzflush() with a very small buffer
22 - Fix crash when gzsetparams() attempted for transparent write
23 - Fix test/example.c to work with FORCE_STORED
25 - Fix minizip to allow it to open an empty zip file
26 - Fix reading disk number start on zip64 files in minizip
[all …]
/openbsd-src/lib/libexpat/
H A DChanges35 #915 CVE-2024-50602 -- Fix crash within function XML_ResumeParser
48 #914 Fix signedness of format strings
92 #856 Autotools|CMake: Fix main() to main(void)
93 #865 Autotools|CMake: Fix compile tests for HAVE_SYSCALL_GETRANDOM
95 #854 #855 CMake: Fix check for symbols size_t and off_t
99 #885 Fix typo in a code comment
106 #868 CI: Fix various issues
130 #847 Autotools: Fix build for DOCBOOK_TO_MAN containing spaces
152 #821 #824 Autotools: Fix "make clean" for case:
168 #789 #814 CVE-2023-52425 -- Fix quadrati
[all...]
/openbsd-src/gnu/llvm/clang/lib/Tooling/Core/
H A DDiagnostic.cpp61 if (!D.Message.Fix.empty()) in selectFirstFix()
62 return &D.Message.Fix; in selectFirstFix()
64 return !D.Fix.empty(); in selectFirstFix()
67 return &Iter->Fix; in selectFirstFix()
/openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/
H A DChangeLog8 * Fix Makefile.PL logic for default install destination on 5.008 up to 5.011
29 * Fix optional runtime load for CVE-2016-1238
51 * Fix for case when lexicon translations contain substitionand literals with eval-non-safe characters.
64 * Fix misparsing of maketext strings.
67 * Fix hash order dependency bug in tests
78 Fix broken URLs in dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod for RFCs
90 [perl #81888] Fix typos (spelling errors) in dist/*
106 Fix for CPAN RT #40727: infinite loop in
109 Fix for CPAN RT #34182: Don't localize $@.
112 Fix fo
[all...]
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/
H A DDiagnosticsYaml.h44 for (auto &Replacements : M.Fix) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
48 for (auto &Fix : Fixes) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
49 llvm::Error Err = M.Fix[Fix.getFilePath()].add(Fix); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/
H A DChanges4 - [rt.cpan.org #125868] Fix tests for Test::Simple 1.302138
7 - Fix deadlock caused by combination of dequeue_nb, enqueue and
27 - Fix for reporting correct location of validation error
70 - Fix tests to work under Perl 5.8.0
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Doptimize2.C6 struct Fix { struct
16 struct Fix a = { 33 }; argument
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dnews.texi425 Fix @command{g77} so it no longer crashes when compiling
435 Fix @command{g77} so it properly handles @samp{DATA A/@var{rpt}*@var{val}/},
595 Fix the @code{IDate} intrinsic (VXT) (in @code{libg2c})
606 Fix the @code{Date_and_Time} intrinsic (in @code{libg2c})
611 Fix the @code{LStat} intrinsic (in @code{libg2c})
625 Fix @code{libg2c} so it performs an implicit @code{ENDFILE} operation
633 Fix @code{libg2c} so it no longer crashes with a spurious diagnostic
640 Fix @command{g77} so it no longer crashes compiling references
644 Fix @command{g77} portion of installation process so it works
657 Fix bugs in the @code{libU77} intrinsic @code{HostNm}
[all …]
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A DChangeLog-0001145 * m68k-opc.c: Fix definitions of wddata[bwl].
154 * cgen-ibld.in (extract_1): Fix badly placed #if 0.
173 * m68hc11-dis.c (print_insn): Fix disassembly of movb with a
185 * d30v-dis.c: Fix a comment typo.
234 ctype.h. Fix formatting. Use ISSPACE instead of isspace and
287 regular expression. Fix some formatting problems.
300 * sh-opc.h: Fix encoding of least significant nibble of the
303 * sh-dis.c (print_insn_shx): Fix decoding of As opcode in DSP
308 * cgen-asm.in: Fix compile time warning messages in generated
374 * fr30-opc.c: Fix compile time warning messages.
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A DChangeLog-0001145 * m68k-opc.c: Fix definitions of wddata[bwl].
154 * cgen-ibld.in (extract_1): Fix badly placed #if 0.
173 * m68hc11-dis.c (print_insn): Fix disassembly of movb with a
185 * d30v-dis.c: Fix a comment typo.
234 ctype.h. Fix formatting. Use ISSPACE instead of isspace and
287 regular expression. Fix some formatting problems.
300 * sh-opc.h: Fix encoding of least significant nibble of the
303 * sh-dis.c (print_insn_shx): Fix decoding of As opcode in DSP
308 * cgen-asm.in: Fix compile time warning messages in generated
374 * fr30-opc.c: Fix compile time warning messages.
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/
H A DChanges25 - GH #19320: Fix OVERLOAD and FALLBACK handling.
30 - Fix plan/skip in test file 002-more.t.
34 - Fix error message bug.
66 - Fix ExtUtils-ParseXS/t/*.t that needed '.' in @INC (David Mitchell)
80 - Fix INCLUDE_COMMAND $^X for Perl In Space
93 - Fix parallel testing crashes.
102 - Fix targetable size detection (& better tests)
124 - Fix version for PAUSE indexer.
158 - Fix inconsistent versioning in 3.06.
162 - Fix Cygwi
[all...]
/openbsd-src/lib/libpcap/
H A DCHANGES12 - Fix endian problem with DLT_NULL devices. From FreeBSD via Bill
15 - Fix alignment problem with FDDI under DLPI. This was causing core
50 - Fix some linux alignment problems.
161 - Fix bpf compiler alignment bug on the alpha.
183 - Make bpf_compile() reentrant. Fix thanks to Pascal Hennequin
188 - Fix pcap-dlpi.c to work with isdn. Resulted from report by Flemming
194 - Fix pcap-dlpi.c to work in non-promiscuous mode. Resulted from report
200 - Fix minor problems when compiling with BDEBUG as noticed by Scott
227 - Fix two bugs related to the Solaris pre-5.3.2 bufmod bug; handle
263 - Fix bug where '|' was defined as BPF_AND instead of BPF_OR, reported
/openbsd-src/usr.bin/awk/
H A DFIXES34 Fix signal for system-status test. Thanks to Tim van der Molen.
70 Fix inconsistent handling of --csv and FS set in the
75 Fix exit status of system on MacOS. Update to REGRESS.
77 Fix inconsistent handling of -F and --csv, and loss of csv
81 Fix issue #199: gototab improvements to dynamically resize the
86 Fix Issue #169, related to escape sequences in strings.
88 Fix Issue #147, reported by Github user drawkula, and fixed
/openbsd-src/gnu/usr.bin/binutils-2.17/cpu/
H A DChangeLog25 (push.b.imm): Fix syntax.
37 Fix up comments to correctly describe the functions.
66 * m32c.cpu (mov.w:q): Fix mode.
80 * m32c.cpu (jsri): Fix order so register names aren't treated as
83 indexwd, indexws): Fix encodings.
152 stzx16-imm8-imm8-abs16): Fix operand typos.
163 (mov.BW:S r0,r1): Fix typo r1l->r1.
173 * m32c.cpu (add16-bQ-sp,add16-wQ-sp): Fix to allow either width by
187 * m32r.opc (parse_slo16): Fix bad application of previous patch.
210 (f-lab32-jmp-s): Fix insertion sequence.
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Net-Ping/
H A DChanges11 - Fix non-routable addresses for negative tests (PR #24)
16 - Fix icmp payload offset to match icmpv6 (JimC Leones GH #21)
19 - Fix $SOCKET::VERSION eval (Petr Pavlu, PR #22)
21 - Fix and improve the META repository as hashref, license as arrayref
37 - Fix shadowing of hash options in constructor (Patrick Heesom, RT #131919)
38 - Fix icmp v4 length with given bytes/data_size option (Patrick Heesom, RT #131919)
54 - Fix the max_datasize documentation
60 - Fix broken skip count on 510_ping_udp.t (windows only)
131 - Fix ping_udp for a started udp echo server (PR#5 by Stephan Loyd)
135 - Fix t/400_ping_syn.t phases
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Thread-Semaphore/
H A DChanges31 - Fix tests to work under Perl 5.8.0
34 - Fix test failure
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-2000115 * acinclude.m4 (SECTION_FLAGS, OPT_LDFLAGS): Fix minor thinko.
124 * include/bits/istream.tcc: Fix clause reference in comment.
138 * src/ios.cc (ios_base::_M_grow_words(int ix)): Fix libstdc++/1089.
179 * include/bits/std_complex.h (complex<float>::operator-=): Fix
284 * configure.in: Fix case for host-x-linux
567 * config/os/gnu-linux/bits/os_defines.h: Fix typos and
896 * config/os/bsd/bits/ctype_inline.h (is): Fix order of expressions.
914 * config/c_io_stdio.cc (seekoff): Fix return value.
970 * testsuite/23_containers/vector_ctor.cc (test02): Fix thinko.
1194 * include/bits/cpp_type_traits.h: Fix typos. Adjust formatting.
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Exporter/
H A DChanges13 - Fix leading spaces in Exporter error message
31 - Fix erroneous INSTALLDIRS on perls < 5.8 - allows one to
36 - Fix logic to install to site after perl 5.11
65 - Fix RT #74472 Exporter.pm blocks Signal handling
/openbsd-src/gnu/usr.bin/perl/dist/IO/
H A DChangeLog22 * Fix dist/IO/poll.h for mingw-w64 runtimes 9.0 and later
35 * Fix for undefined warning in GH #18238
88 * Fix for perl #125723
98 * Fix IO::Handle documentation mangled by a manually applied patch
100 * Fix assertion when calling IO::Poll::_poll() with an empty fd array
109 * Fix assertion when calling IO::Poll::_poll() with an empty fd array
130 * Fix for Coverity perl5 CIDs 28990..29003,29005..29011,29013,45354,45363,49926
149 * Fix IO::Socket::connect() in the light of $! changes
181 * Fix setting sockets nonblocking in Win32
198 * Fix tes
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DChanges23 * Fix GetTerminalSize() argument handling
24 * Fix miniperl build on Win32
26 * Fix TAP output
27 * Fix warnings in XS file
38 * Fix for "[rt.cpan.org #100932] Parallel build fails" from Petr Pisar
46 * Fix some warnings

12345678910>>...14