Home
last modified time | relevance | path

Searched full:fix (Results 1 – 25 of 2768) sorted by relevance

12345678910>>...111

/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.
44 to fail. Also fix to make sure to set event_added for the
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
[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.
38 to fail. Also fix to make sure to set event_added for the
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.
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-sh.h27 /* The type fixS is defined (to struct fix) in write.h, but write.h uses
29 after the "right" definitions, don't; just forward-declare struct fix
31 struct fix;
57 #define TC_FORCE_RELOCATION(fix) sh_force_relocation (fix) argument
58 extern int sh_force_relocation (struct fix *);
66 #define SWITCH_TABLE_CONS(FIX) (0) argument
68 #define SWITCH_TABLE_CONS(FIX) \ argument
69 ((FIX)->fx_r_type == 0 \
70 && ((FIX)->fx_size == 2 \
71 || (FIX)->fx_size == 1 \
[all …]
H A Dtc-sh64.h80 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument
81 (!(FIX)->fx_pcrel \
82 || (FIX)->fx_plt \
83 || (FIX)->fx_r_type == BFD_RELOC_32_PLT_PCREL \
84 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_LOW16 \
85 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_MEDLOW16 \
86 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_MEDHI16 \
87 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_HI16 \
88 || (FIX)->fx_r_type == BFD_RELOC_32_GOT_PCREL \
89 || (FIX)->fx_r_type == BFD_RELOC_SH_GOT_LOW16 \
[all …]
H A Dtc-sparc.h75 #define TC_FORCE_RELOCATION_ABS(FIX) \ argument
76 ((FIX)->fx_r_type == BFD_RELOC_32_PCREL_S2 \
77 || TC_FORCE_RELOCATION (FIX))
88 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument
89 (!(FIX)->fx_pcrel \
90 || (FIX)->fx_plt \
92 && S_IS_EXTERNAL ((FIX)->fx_addsy)) \
93 || TC_FORCE_RELOCATION (FIX))
102 #define tc_fix_adjustable(FIX) \ argument
103 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \
[all …]
H A Dtc-i960.h65 #define TC_COUNT_RELOC(FIX) (!(FIX)->fx_done) argument
66 #define TC_COFF_FIX2RTYPE(FIX) tc_coff_fix2rtype (FIX) argument
135 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEG) \ argument
136 ((FIX)->fx_tcbit \
138 || TC_FORCE_RELOCATION (FIX))
143 extern int reloc_callj PARAMS ((struct fix *));
145 #define TC_FORCE_RELOCATION_ABS(FIX) \ argument
146 (TC_FORCE_RELOCATION (FIX) \
147 || reloc_callj (FIX))
149 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument
[all …]
H A Dtc-mn10300.h33 #define TC_RELOC_RTSYM_LOC_FIXUP(FIX) \ argument
34 ((FIX)->fx_r_type != BFD_RELOC_32_PLT_PCREL \
35 && (FIX)->fx_r_type != BFD_RELOC_MN10300_GOT32 \
36 && (FIX)->fx_r_type != BFD_RELOC_32_GOT_PCREL \
37 && ((FIX)->fx_addsy == NULL \
38 || (! S_IS_EXTERNAL ((FIX)->fx_addsy) \
39 && ! S_IS_WEAK ((FIX)->fx_addsy) \
40 && S_IS_DEFINED ((FIX)->fx_addsy) \
41 && ! S_IS_COMMON ((FIX)->fx_addsy))))
67 linker, but this fix is simpler, and it pretty much only affects
[all …]
H A Dtc-m32r.h46 long md_pcrel_from_section PARAMS ((struct fix *, segT));
47 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section(FIX, SEC) argument
79 #define MD_APPLY_SYM_VALUE(FIX) 0 argument
83 #define tc_fix_adjustable(FIX) m32r_fix_adjustable (FIX) argument
84 bfd_boolean m32r_fix_adjustable PARAMS ((struct fix *));
96 extern bfd_boolean m32r_fix_adjustable PARAMS ((struct fix *));
102 #define TC_RELOC_RTSYM_LOC_FIXUP(FIX) \ argument
103 ((FIX)->fx_addsy == NULL \
104 || (! S_IS_EXTERNAL ((FIX)->fx_addsy) \
105 && ! S_IS_WEAK ((FIX)->fx_addsy) \
[all …]
H A Dtc-alpha.h49 struct fix;
52 extern int alpha_force_relocation PARAMS ((struct fix *));
53 extern int alpha_fix_adjustable PARAMS ((struct fix *));
58 #define TC_FORCE_RELOCATION(FIX) alpha_force_relocation (FIX) argument
59 #define tc_fix_adjustable(FIX) alpha_fix_adjustable (FIX) argument
63 #define MD_APPLY_SYM_VALUE(FIX) 0 argument
155 struct fix *next_reloc; /* next !lituse or !gpdisp */
160 #define TC_INIT_FIX_DATA(FIX) \ argument
162 FIX->tc_fix_data.next_reloc = (struct fix *) 0; \
163 FIX->tc_fix_data.info = (struct alpha_reloc_tag *) 0; \
[all …]
H A Dtc-arm.h50 struct fix;
82 #define TC_FORCE_RELOCATION(FIX) arm_force_relocation (FIX) argument
100 #define TC_INIT_FIX_DATA(FIX) ((FIX)->tc_fix_data = NULL) argument
140 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument
141 (!(FIX)->fx_pcrel \
142 || (FIX)->fx_plt \
143 || (FIX)->fx_r_type == BFD_RELOC_ARM_GOT12 \
144 || (FIX)->fx_r_type == BFD_RELOC_ARM_GOT32 \
145 || (FIX)->fx_r_type == BFD_RELOC_32 \
146 || TC_FORCE_RELOCATION (FIX))
[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/binutils-2.17/gas/config/
H A Dtc-sparc.h66 #define TC_FORCE_RELOCATION_ABS(FIX) \ argument
67 ((FIX)->fx_r_type == BFD_RELOC_32_PCREL_S2 \
68 || TC_FORCE_RELOCATION (FIX))
79 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument
80 (!(FIX)->fx_pcrel \
81 || (FIX)->fx_plt \
83 && S_IS_EXTERNAL ((FIX)->fx_addsy)) \
84 || TC_FORCE_RELOCATION (FIX))
93 #define tc_fix_adjustable(FIX) \ argument
94 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \
[all …]
H A Dtc-sh64.h80 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument
81 (!(FIX)->fx_pcrel \
82 || (FIX)->fx_plt \
83 || (FIX)->fx_r_type == BFD_RELOC_32_PLT_PCREL \
84 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_LOW16 \
85 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_MEDLOW16 \
86 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_MEDHI16 \
87 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_HI16 \
88 || (FIX)->fx_r_type == BFD_RELOC_32_GOT_PCREL \
89 || (FIX)->fx_r_type == BFD_RELOC_SH_GOT_LOW16 \
[all …]
H A Dtc-sh.h26 /* The type fixS is defined (to struct fix) in write.h, but write.h uses
28 after the "right" definitions, don't; just forward-declare struct fix
30 struct fix;
55 #define TC_FORCE_RELOCATION(fix) sh_force_relocation (fix) argument
56 extern int sh_force_relocation (struct fix *);
63 #define SWITCH_TABLE(FIX) \ argument
64 ((FIX)->fx_addsy != NULL \
65 && (FIX)->fx_subsy != NULL \
66 && S_GET_SEGMENT ((FIX)->fx_addsy) == text_section \
67 && S_GET_SEGMENT ((FIX)->fx_subsy) == text_section \
[all …]
H A Dtc-i960.h126 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEG) \ argument
127 ((FIX)->fx_tcbit \
129 || TC_FORCE_RELOCATION (FIX))
134 extern int reloc_callj PARAMS ((struct fix *));
136 #define TC_FORCE_RELOCATION_ABS(FIX) \ argument
137 (TC_FORCE_RELOCATION (FIX) \
138 || reloc_callj (FIX))
140 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument
141 (!(FIX)->fx_pcrel \
142 || (FIX)->fx_plt \
[all …]
H A Dtc-mn10300.h29 #define TC_RELOC_RTSYM_LOC_FIXUP(FIX) \ argument
30 ((FIX)->fx_r_type != BFD_RELOC_32_PLT_PCREL \
31 && (FIX)->fx_r_type != BFD_RELOC_MN10300_GOT32 \
32 && (FIX)->fx_r_type != BFD_RELOC_32_GOT_PCREL \
33 && ((FIX)->fx_addsy == NULL \
34 || (! S_IS_EXTERNAL ((FIX)->fx_addsy) \
35 && ! S_IS_WEAK ((FIX)->fx_addsy) \
36 && S_IS_DEFINED ((FIX)->fx_addsy) \
37 && ! S_IS_COMMON ((FIX)->fx_addsy))))
64 linker, but this fix is simpler, and it pretty much only affects
[all …]
H A Dtc-m32r.h41 long md_pcrel_from_section (struct fix *, segT);
42 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section(FIX, SEC) argument
70 #define MD_APPLY_SYM_VALUE(FIX) 0 argument
74 #define tc_fix_adjustable(FIX) m32r_fix_adjustable (FIX) argument
75 bfd_boolean m32r_fix_adjustable (struct fix *);
85 extern bfd_boolean m32r_fix_adjustable (struct fix *);
91 #define TC_RELOC_RTSYM_LOC_FIXUP(FIX) \ argument
92 ((FIX)->fx_addsy == NULL \
93 || (! S_IS_EXTERNAL ((FIX)->fx_addsy) \
94 && ! S_IS_WEAK ((FIX)->fx_addsy) \
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DChanges5 * fix newSVsv_flags: rename variable to fix C++ compilation issue
10 * fix utf8.t with recent development versions of Perl
13 * fix dereference empty string
17 * 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)
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixincl.x35 * Description of Aab_Dgux_Int_Varargs fix
53 * Fix Command Arguments for Aab_Dgux_Int_Varargs
106 * Description of Aab_Fd_Zero_Asm_Posix_Types_H fix
124 * content bypass pattern - skip fix if pattern found
134 * Fix Command Arguments for Aab_Fd_Zero_Asm_Posix_Types_H
159 * Description of Aab_Fd_Zero_Gnu_Types_H fix
179 * Fix Command Arguments for Aab_Fd_Zero_Gnu_Types_H
203 * Description of Aab_Fd_Zero_Selectbits_H fix
223 * Fix Command Arguments for Aab_Fd_Zero_Selectbits_H
251 * Description of Aab_Solaris_Sys_Varargs_H fix
[all …]
H A Dinclhack.def27 fix = {
100 fix = {
140 fix = {
179 fix = {
224 fix = {
237 * Fix non-ANSI memcpy declaration that conflicts with gcc's builtin
238 * declaration on Sun OS 4.x. We must only fix this on Sun OS 4.x, because
241 * Fix also on sysV68 R3V7.1 (head/memory.h\t50.1\t )
243 fix = {
280 fix = {
[all …]
/openbsd-src/gnu/gcc/fixincludes/
H A Dfixincl.x45 * Description of Aab_Darwin7_9_Long_Double_Funcs fix
63 * content bypass pattern - skip fix if pattern found
73 * Fix Command Arguments for Aab_Darwin7_9_Long_Double_Funcs
159 * Description of Aab_Darwin7_9_Long_Double_Funcs_2 fix
177 * content selection pattern - do fix if pattern found
187 * Fix Command Arguments for Aab_Darwin7_9_Long_Double_Funcs_2
197 * Description of Aab_Fd_Zero_Asm_Posix_Types_H fix
215 * content bypass pattern - skip fix if pattern found
225 * Fix Command Arguments for Aab_Fd_Zero_Asm_Posix_Types_H
250 * Description of Aab_Fd_Zero_Gnu_Types_H fix
[all …]
H A Dinclhack.def28 fix = {
118 * ... and for the previous fix to be useful, you have to not use ""
121 fix = {
138 fix = {
178 fix = {
216 fix = {
260 fix = {
275 * Fix non-ANSI memcpy declaration that conflicts with gcc's builtin
276 * declaration on Sun OS 4.x. We must only fix this on Sun OS 4.x, because
279 * Fix also on sysV68 R3V7.1 (head/memory.h\t50.1\t )
[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 DChanges17 !! in order to (1) have a sound fix ready before the end of a 90 days !!
35 #915 CVE-2024-50602 -- Fix crash within function XML_ResumeParser
48 #914 Fix signedness of format strings
70 With the fix, XML_ParseBuffer now complains with error
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 buil
[all...]

12345678910>>...111