/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/ |
H A D | Changes | 2 - Updated for v5.40.1 5 - Updated for v5.41.7 8 - Updated for v5.41.6 11 - Updated for v5.41.5 14 - Updated for v5.41.4 17 - Updated for v5.41.3 20 - Updated for v5.41.2 23 - Updated for v5.41.1 26 - Updated for v5.41.0 29 - Updated for v [all...] |
/openbsd-src/gnu/gcc/gcc/doc/ |
H A D | contrib.texi | 4 @c For copying conditions, see the file gcc.texi. 20 Analog Devices helped implement the support for complex data types 24 John David Anglin for threading-related fixes and improvements to 32 Abramo and Roberto Bagnara for the SysV68 Motorola 3300 Delta Series 36 Alasdair Baird for various bug fixes. 39 Giovanni Bajo for analyzing lots of complicated C++ problem reports. 42 Peter Barada for his work to improve code generation for new 49 Godmar Back for his Java improvements and encouragement. 52 Scott Bambrough for help porting the Java compiler. 55 Wolfgang Bangerth for processing tons of bug reports. [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
H A D | contrib.texi | 4 @c For copying conditions, see the file gcc.texi. 20 Analog Devices helped implement the support for complex data types 24 John David Anglin for threading-related fixes and improvements to 32 Alasdair Baird for various bug fixes. 35 Giovanni Bajo for analyzing lots of complicated C++ problem reports. 41 Godmar Back for his Java improvements and encouragement. 44 Scott Bambrough for help porting the Java compiler. 47 Wolfgang Bangerth for processing tons of bug reports. 50 Jon Beniston for his Windows port of Java. 53 Daniel Berlin for better DWARF2 support, faster/better optimizations, [all …]
|
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
H A D | sdma_v6_0_0_pkt_open.h | 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 95 ** Definitions for SDMA_PKT_COPY_LINEAR packet 98 /*define for HEADER word*/ 99 /*define for op field*/ 105 /*define for sub_op field*/ 111 /*define for encrypt field*/ 117 /*define for tmz field*/ 123 /*define for cpv field*/ 129 /*define for backwards field*/ [all …]
|
H A D | vega10_sdma_pkt_open.h | 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17 * THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 68 /*define for op field*/ 74 /*define for sub_op field*/ 82 ** Definitions for SDMA_PKT_COPY_LINEAR packet 85 /*define for HEADER word*/ 86 /*define for op field*/ 92 /*define for sub_op field*/ 98 /*define for encrypt field*/ 104 /*define for tmz field*/ [all …]
|
H A D | tonga_sdma_pkt_open.h | 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17 * THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 53 /*define for op field*/ 59 /*define for sub_op field*/ 66 ** Definitions for SDMA_PKT_COPY_LINEAR packet 69 /*define for HEADER word*/ 70 /*define for op field*/ 76 /*define for sub_op field*/ 82 /*define for broadcast field*/ 88 /*define for COUNT word*/ [all …]
|
H A D | iceland_sdma_pkt_open.h | 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17 * THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 53 /*define for op field*/ 59 /*define for sub_op field*/ 66 ** Definitions for SDMA_PKT_COPY_LINEAR packet 69 /*define for HEADER word*/ 70 /*define for op field*/ 76 /*define for sub_op field*/ 82 /*define for broadcast field*/ 88 /*define for COUNT word*/ [all …]
|
H A D | navi10_sdma_pkt_open.h | 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17 * THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 92 /*define for op field*/ 98 /*define for sub_op field*/ 105 ** Definitions for SDMA_PKT_COPY_LINEAR packet 108 /*define for HEADER word*/ 109 /*define for op field*/ 115 /*define for sub_op field*/ 121 /*define for encrypt field*/ 127 /*define for tmz field*/ [all …]
|
/openbsd-src/gnu/usr.bin/perl/t/op/ |
H A D | for.t | 12 # A lot of tests to check that reversed for works. 15 for (@array) { 18 is ($r, 'ABC', 'Forwards for array'); 20 for (1,2,3) { 23 is ($r, '123', 'Forwards for list'); 25 for (map {$_} @array) { 28 is ($r, 'ABC', 'Forwards for array via map'); 30 for (map {$_} 1,2,3) { 33 is ($r, '123', 'Forwards for list via map'); 35 for (1 .. 3) { [all …]
|
/openbsd-src/share/man/man7/ |
H A D | hier.7 | 21 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 45 Alternate (backup) location for the root 73 Script for creating device files (see 87 Configuration files for the X11 window system. 89 Private keys for 92 Contains map files for 95 Configuration files for the authenticating gateway user shell (see 98 Example configuration files for base system daemons. 100 Firmware files for various devices. [all …]
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | warnings.h | 199 and prefix them by C<WARN_>. So, for example, the category C<void> used in a 203 =for apidoc Am|bool|ckWARN|U32 w 204 =for apidoc_item ||ckWARN2|U32 w1|U32 w2 205 =for apidoc_item ||ckWARN3|U32 w1|U32 w2|U32 w3 206 =for apidoc_item ||ckWARN4|U32 w1|U32 w2|U32 w3|U32 w4 207 These return a boolean as to whether or not warnings are enabled for any of 216 =for apidoc Am|bool|ckWARN_d|U32 w 217 =for apidoc_item ||ckWARN2_d|U32 w1|U32 w2 218 =for apidoc_item ||ckWARN3_d|U32 w1|U32 w2|U32 w3 219 =for apidoc_ite [all...] |
/openbsd-src/lib/libz/ |
H A D | ChangeLog | 2 ChangeLog file for zlib 9 - Fix bug in inflateSync() for data held in bit buffer 10 - Add LIT_MEM define to use more memory for a small deflate speedup 19 - Fix bug in deflateBound() for level 0 and memLevel 9 22 - Fix crash when gzsetparams() attempted for transparent write 56 - Update use of errno for newer Windows CE versions 60 - Don't compute check value for raw inflate if asked to validate 71 - Correct the initialization requirements for deflateInit2() 73 - Assure that the number of bits for deflatePrime() is valid 75 - Use a macro for the printf format of big_t in enough.c [all …]
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
H A D | NEWS | 3 * Support for the Infineon XC16X has been added by KPIT Cummins Infosystems. 5 * Support for ms2 architecture has been added. 7 * Support for the Z80 processor family has been added. 9 * Add support for the "@<file>" syntax to the command line, so that extra 17 documentation for how this works. 24 also be legal as a symbol elsewhere. For macro parameter names, this is 27 be recognized as such (see the documentation for details). 30 for the VAX target in order to be more compatible with the VAX MACRO 33 * New command line option -mtune=[itanium1|itanium2] for IA64 targets. 39 * New command line option -mhint.b=[ok|warning|error] for IA64 targets. [all …]
|
/openbsd-src/usr.sbin/unbound/doc/ |
H A D | Changelog | 2 - Fix spelling for the cache-min-negative-ttl entry in the 11 - Set version number to 1.21.0 for release. 12 - Fix that for windows the module startup is called and sets up 18 - Fix testbound for alloc stats strdup in util/alloc.c. 21 cookie secrets for EDNS COOKIE secret rollover. The remote control 23 commands can be used for rollover, the command print_cookie_secrets 25 - Fix that alloc stats for forwards and hints are printed, and when 26 alloc stats is enabled, the unit test for unbound control waits for 31 for tap_data_fre [all...] |
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/ |
H A D | Changes | 1 Revision history for Devel-PPPort 6 * Update dNOOP definition for Perl < 5.27.7 28 * Fix: better support for STMT_START / STMT_END definition 32 * apicheck.pl: multiple improvements & code refactor for regenerating files 56 * Implement return value for newCONSTSUB() 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) 89 * Implement sv_setsv_flags() with SV_NOSTEAL and SV_GMAGIC flags for Perl versions < 5.7.3 (Pali) 93 * mktests.PL: use FindBin for INC setup 109 * Implement G_RETHROW for eval_sv (Pali) [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/module/ |
H A D | basic.t | 3 # Basic test suite for the Term::ANSIColor Perl module. 62 # Basic tests for uncolor. 69 # Several tests for ANSI_COLORS_DISABLED. 71 is(color('blue'), q{}, 'color support for ANSI_COLORS_DISABLED'); 73 'testing', 'colored support for ANSI_COLORS_DISABLED'); 74 is((GREEN 'testing'), 'testing', 'Constant support for ANSI_COLORS_DISABLED'); 88 is((BOLD), "\e[1m", '...likewise for constants'); 91 is((BOLD), "\e[1m", '...likewise for constants'); 94 # Similar tests for NO_COLOR, although NO_COLOR may be set to any value. 96 is(color('blue'), q{}, 'color support for NO_COLOR'); [all …]
|
H A D | basic256.t | 3 # Tests for 256-color support. 33 for my $color (qw(ansi256 rgb600 rgb060 rgb006 rgb666 rgb999 rgb0000 grey24)) { 45 for my $color (qw(ansi0 ansi15 rgb000 rgb555 grey0 grey23)) { 77 qr{ \A No [ ] name [ ] for [ ] escape [ ] sequence [ ] \Q$invalid\E 84 is((ANSI0 't'), "\e[38;5;0mt", 'Basic constant works for ANSI0'); 85 is((ANSI15 't'), "\e[38;5;15mt", '...and for ANSI15'); 86 is((ANSI255 't'), "\e[38;5;255mt", '...and for ANSI255'); 87 is((RGB000 't'), "\e[38;5;16mt", '...and for RGB000'); 88 is((RGB555 't'), "\e[38;5;231mt", '...and for RGB555'); 89 is((GREY0 't'), "\e[38;5;232mt", '...and for GREY0'); [all …]
|
/openbsd-src/usr.sbin/nsd/doc/ |
H A D | ChangeLog | 6 - Tag for 4.9.0. 13 - Switch algorithm to hmac-256 for testplan_mess test. 14 - Tag for 4.9.0rc1. 20 - Set up doc/RELNOTES for upcoming release. 26 was waiting for the signal from the backup/old main process that all 29 from server main loop for processes that exited during reload, but 34 - Fix compile with memclean for xfrd nsd.db close. 38 to fail. Also fix to make sure to set event_added for the 40 too, for extra certainty. 43 - Merge #304: Support for Catalog zones version "2" as specified in [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
H A D | fornot.t | 18 $Pod::Simple::XMLOutStream::SORT_ATTRS = 1; # for predictably testable output 27 is( $x->_out( "=pod\n\nI like pie.\n\n=for mojojojo stuff\n\n=for !mojojojo bzarcho\n\nYup.\n"), 28 '<Document><Para>I like pie.</Para><for target="!mojojojo" target_matching="!"><Data xml:space="preserve">bzarcho</Data></for><Para>Yup.</Para></Document>' 30 is( $x->_out( "=pod\n\nI like pie.\n\n=for psketti,mojojojo,crunk stuff\n\n=for !psketti,mojojojo,crunk bzarcho\n\nYup.\n"), 31 '<Document><Para>I like pie.</Para><for target="!psketti,mojojojo,crunk" target_matching="!"><Data xml:space="preserve">bzarcho</Data></for><Para>Yup.</Para></Document>' 34 is( $x->_out( "=pod\n\nI like pie.\n\n=for [all...] |
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | c-ppc.texi | 4 @c For copying conditions, see the file as.texinfo. 24 @cindex options for PowerPC 30 each level. There are exceptions to this however. For details on what 38 Generate code for POWER/2 (RIOS2). 41 Generate code for POWER (RIOS1) 44 Generate code for PowerPC 601. 47 Generate code for PowerPC 603/604. 50 Generate code for PowerPC 403/405. 53 Generate code for PowerPC 440. BookE and some 405 instructions. 56 Generate code for PowerPC 7400/7410/7450/7455. [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gas/ |
H A D | NEWS | 8 * Added support for ARM V6. 10 * Added support for sh4a and variants. 12 * Support for Renesas M32R2 added. 14 * Limited support for Mapping Symbols as specified in the ARM ELF 20 * Support for Motorola ColdFire MCF528x added. 25 * Added support for MIPS64 Release 2. 27 * Added support for v850e1. 29 * Added -n switch for x86 assembler. By default, x86 GAS replaces 30 multiple nop instructions used for alignment within code sections 39 * Added support for MIPS32 Release 2. [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchFixupKinds.h | 4 // See https://llvm.org/LICENSE.txt for license information. 26 // 16-bit fixup corresponding to %b16(foo) for instructions like bne. 28 // 21-bit fixup corresponding to %b21(foo) for instructions like bnez. 30 // 26-bit fixup corresponding to %b26(foo)/%plt(foo) for instructions b/bl. 32 // 20-bit fixup corresponding to %abs_hi20(foo) for instruction lu12i.w. 34 // 12-bit fixup corresponding to %abs_lo12(foo) for instruction ori. 36 // 20-bit fixup corresponding to %abs64_lo20(foo) for instruction lu32i.d. 38 // 12-bit fixup corresponding to %abs_hi12(foo) for instruction lu52i.d. 40 // 20-bit fixup corresponding to %le_hi20(foo) for instruction lu12i.w. 42 // 12-bit fixup corresponding to %le_lo12(foo) for instruction ori. [all …]
|
/openbsd-src/sys/dev/ic/ |
H A D | ar9003reg.h | 7 * Permission to use, copy, modify, and/or distribute this software for any 13 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 43 /* Bits for AR_ENT_OTP. */ 245 /* Bits for AR_PHY_TIMING2. */ 250 /* Bits for AR_PHY_TIMING3. */ 256 /* Bits for AR_PHY_TIMING4. */ 265 /* Bits for AR_PHY_TIMING5. */ 275 /* Bits for AR_PHY_TIMING11. */ 283 /* Bits for AR_PHY_SPUR_REG. */ 292 /* Bits for AR_PHY_FIND_SIG_LOW. */ [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gas/doc/ |
H A D | c-ppc.texi | 4 @c For copying conditions, see the file as.texinfo. 24 @cindex options for PowerPC 30 each level. There are exceptions to this however. For details on what 38 Generate code for POWER/2 (RIOS2). 41 Generate code for POWER (RIOS1) 44 Generate code for PowerPC 601. 47 Generate code for PowerPC 603/604. 50 Generate code for PowerPC 403/405. 53 Generate code for PowerPC 440. BookE and some 405 instructions. 56 Generate code for PowerPC 7400/7410/7450/7455. [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
H A D | inflate.h | 3 * For conditions of distribution and use, see copyright notice in zlib.h 13 the crc code when it is not needed. For shared libraries, gzip decoding 21 HEAD = 16180, /* i: waiting for magic header */ 22 FLAGS, /* i: waiting for method and flags (gzip) */ 23 TIME, /* i: waiting for modification time (gzip) */ 24 OS, /* i: waiting for extra flags and operating system (gzip) */ 25 EXLEN, /* i: waiting for extra length (gzip) */ 26 EXTRA, /* i: waiting for extra bytes (gzip) */ 27 NAME, /* i: waiting for end of file name (gzip) */ 28 COMMENT, /* i: waiting for end of comment (gzip) */ [all …]
|