/netbsd-src/external/public-domain/xz/dist/ |
H A D | INSTALL | 2 XZ Utils Installation 5 0. Preface 6 1. Supported platforms 7 1.1. Compilers 8 1.2. Platform-specific notes 9 1.2.1. AIX 10 1.2.2. IRIX 11 1.2.3. MINIX 3 12 1.2.4. OpenVMS 13 1.2.5. Solaris, OpenSolaris, and derivatives [all …]
|
H A D | ChangeLog | 2 Author: Lasse Collin <lasse.collin@tukaani.org> 3 Date: 2018-04-29 19:00:06 +0300 5 Bump version and soname for 5.2.4. 7 src/liblzma/Makefile.am | 2 +- 8 src/liblzma/api/lzma/version.h | 2 +- 9 2 files changed, 2 insertions(+), 2 deletions(-) 12 Author: Lasse Collin <lasse.collin@tukaani.org> 13 Date: 2018-04-29 18:48:00 +0300 15 extra/scanlzma: Fix compiler warnings. 17 extra/scanlzma/scanlzma.c | 6 +++++- [all …]
|
H A D | configure.ac | 1 # -*- Autoconf -*- 2 # Process this file with autoconf to produce a configure script. 8 # This file has been put into the public domain. 9 # You can do whatever you want with this file. 13 # NOTE: Don't add useless checks. autoscan detects this and that, but don't 14 # let it confuse you. For example, we don't care about checking for behavior 16 # a way that would cause the problems the autoconf macros check. 20 AC_INIT([XZ Utils], m4_esyscmd([/bin/sh build-aux/version.sh]), 21 [lasse.collin@tukaani.org], [xz], [https://tukaani.org/xz/]) 22 AC_CONFIG_SRCDIR([src/liblzma/common/common.h]) [all …]
|
H A D | configure | 1 #! /bin/sh 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.69 for XZ Utils 5.2.4. 5 # Report bugs to <lasse.collin@tukaani.org>. 8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 12 # gives unlimited permission to copy, distribute and modify it. 13 ## -------------------- ## 14 ## M4sh Initialization. ## 15 ## -------------------- ## 19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/ci/ |
H A D | run-buildbot | 1 #!/usr/bin/env bash 2 #===----------------------------------------------------------------------===## 4 # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 # See https://llvm.org/LICENSE.txt for license information. 6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 #===----------------------------------------------------------------------===## 10 set -ex 11 set -o pipefail 23 [-h|--help] Display this help and exit. 25 --llvm-root <DIR> Path to the root of the LLVM monorepo. By default, we try [all …]
|
/netbsd-src/external/mit/expat/dist/ |
H A D | Changes | 2 https://github.com/libexpat/libexpat/labels/help%20wanted 3 If you can help, please get in touch. Thanks! 5 Release 2.4.6 Sun February 20 2022 7 #566 Fix a regression introduced by the fix for CVE-2022-25313 8 in release 2.4.5 that affects applications that (1) 11 (e.g. "<!ELEMENT junk ((bar|foo|xyz+), zebra*)>"). 15 see https://verbump.de/ for what these numbers do 25 Release 2.4.5 Fri February 18 2022 27 #562 CVE-2022-25235 -- Passing malformed 2- and 3-byte UTF-8 28 sequences (e.g. from start tag names) to the XML [all …]
|
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
H A D | ChangeLog-2015 | 1 2015-12-31 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com> 2 Andrew Burgess <andrew.burgess@embecosm.com> 4 * arc-tbl.h (dmb): Add a no operand version of dmb. 6 2015-12-24 Thomas Preud'homme <thomas.preudhomme@arm.com> 8 * arm-dis.c (arm_opcodes): Guard movw, movt cbz, cbnz, clrex, ldrex, 9 ldrexb, ldrexh, strex, strexb, strexh shared by ARMv6T2 and ARMv8-M by 10 ARM_EXT2_V6T2_V8M instead of ARM_EXT_V6T2. 12 2015-12-24 Thomas Preud'homme <thomas.preudhomme@arm.com> 14 * arm-dis.c (arm_opcodes): Guard lda, ldab, ldaex, ldaexb, ldaexh, stl, 16 ARM_EXT_V8. [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | ChangeLog-2015 | 1 2015-12-31 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com> 2 Andrew Burgess <andrew.burgess@embecosm.com> 4 * arc-tbl.h (dmb): Add a no operand version of dmb. 6 2015-12-24 Thomas Preud'homme <thomas.preudhomme@arm.com> 8 * arm-dis.c (arm_opcodes): Guard movw, movt cbz, cbnz, clrex, ldrex, 9 ldrexb, ldrexh, strex, strexb, strexh shared by ARMv6T2 and ARMv8-M by 10 ARM_EXT2_V6T2_V8M instead of ARM_EXT_V6T2. 12 2015-12-24 Thomas Preud'homme <thomas.preudhomme@arm.com> 14 * arm-dis.c (arm_opcodes): Guard lda, ldab, ldaex, ldaexb, ldaexh, stl, 16 ARM_EXT_V8. [all …]
|
/netbsd-src/external/gpl3/gdb/dist/opcodes/ |
H A D | ChangeLog-2015 | 1 2015-12-31 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com> 2 Andrew Burgess <andrew.burgess@embecosm.com> 4 * arc-tbl.h (dmb): Add a no operand version of dmb. 6 2015-12-24 Thomas Preud'homme <thomas.preudhomme@arm.com> 8 * arm-dis.c (arm_opcodes): Guard movw, movt cbz, cbnz, clrex, ldrex, 9 ldrexb, ldrexh, strex, strexb, strexh shared by ARMv6T2 and ARMv8-M by 10 ARM_EXT2_V6T2_V8M instead of ARM_EXT_V6T2. 12 2015-12-24 Thomas Preud'homme <thomas.preudhomme@arm.com> 14 * arm-dis.c (arm_opcodes): Guard lda, ldab, ldaex, ldaexb, ldaexh, stl, 16 ARM_EXT_V8. [all …]
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | ChangeLog-2015 | 1 2015-12-31 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com> 2 Andrew Burgess <andrew.burgess@embecosm.com> 4 * arc-tbl.h (dmb): Add a no operand version of dmb. 6 2015-12-24 Thomas Preud'homme <thomas.preudhomme@arm.com> 8 * arm-dis.c (arm_opcodes): Guard movw, movt cbz, cbnz, clrex, ldrex, 9 ldrexb, ldrexh, strex, strexb, strexh shared by ARMv6T2 and ARMv8-M by 10 ARM_EXT2_V6T2_V8M instead of ARM_EXT_V6T2. 12 2015-12-24 Thomas Preud'homme <thomas.preudhomme@arm.com> 14 * arm-dis.c (arm_opcodes): Guard lda, ldab, ldaex, ldaexb, ldaexh, stl, 16 ARM_EXT_V8. [all …]
|
/netbsd-src/external/bsd/file/dist/ |
H A D | ChangeLog | 1 2023-07-27 15:45 Christos Zoulas <christos@zoulas.com> 5 2023-07-17 11:53 Christos Zoulas <christos@zoulas.com> 7 * PR/465: psrok1: Avoid muslc asctime_r crash 9 2023-05-21 13:05 Christos Zoulas <christos@zoulas.com> 13 2023-02-09 12:50 Christos Zoulas <christos@zoulas.com> 18 2023-01-08 1:08 Christos Zoulas <christos@zoulas.com> 20 * PR/415: Fix decompression with program returning empty 22 2022-12-26 1:47 Christos Zoulas <christos@zoulas.com> 24 * PR/408: fix -p with seccomp 25 * PR/412: fix MinGW compilation [all …]
|
H A D | configure | 1 #! /bin/sh 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.71 for file 5.45. 5 # Report bugs to <christos@astron.com>. 8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 9 # Inc. 13 # gives unlimited permission to copy, distribute and modify it. 14 ## -------------------- ## 15 ## M4sh Initialization. ## 16 ## -------------------- ## [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/ |
H A D | configure | 1 #! /bin/sh 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.69 for package-unused version-unused. 6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 10 # gives unlimited permission to copy, distribute and modify it. 11 ## -------------------- ## 12 ## M4sh Initialization. ## 13 ## -------------------- ## 17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which [all …]
|
H A D | elf.c | 1 /* elf.c -- Get debug data from an ELF file for backtraces. 2 Copyright (C) 2012-2022 Free Software Foundation, Inc. 3 Written by Ian Lance Taylor, Google. 10 notice, this list of conditions and the following disclaimer. 14 the documentation and/or other materials provided with the 15 distribution. 19 specific prior written permission. 24 DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, 31 POSSIBILITY OF SUCH DAMAGE. */ 33 #include "config.h" [all …]
|
/netbsd-src/external/lgpl3/mpfr/dist/ |
H A D | ChangeLog | 1 2023-08-22 Vincent Lefevre <vincent@vinc17.net> 3 Updated version to 4.2.1. 5 2023-08-18 Vincent Lefevre <vincent@vinc17.net> 7 ChangeLog update with tools/update-changelog 9 [tools/gitlog-to-changelog] Improve --strip-cherry-pick for this repository. 11 Updated version to 4.2.1-rc1. 13 2023-08-18 Vincent Lefevre <vincent@vinc17.net> 15 [configure.ac] More checks for the support of old dtags. 19 contains some compatible version of the MPFR library. However, the 21 to work at link time (via -Wl,--disable-new-dtags). [all …]
|
/netbsd-src/external/gpl3/autoconf/dist/ |
H A D | ChangeLog.3 | 1 2012-01-15 Jim Meyering <meyering@redhat.com> 4 * lib/Autom4te/General.pm (getopt): Use a more concise test. 6 2011-01-15 Stefano Lattarini <stefano.lattarini@gmail.com> 8 getopt: remove hack for special handling of "-" argument 11 where configured with the 'bundling' flag and an argument '-' was 12 seen on the command line they were parsing. That is no longer 14 is no longer present in the 5.6.2 version of perl and the 2.25 16 and Getopt::Long are respectively 5.14.2 and 2.38). The obsolete 18 'getopt' function. 22 "autom4te --output -" [all …]
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 1 2024-01-29 Indu Bhagat <indu.bhagat@oracle.com> 5 2024-01-29 Nick Clifton <nickc@redhat.com> 11 2024-01-29 GDB Administrator <gdbadmin@sourceware.org> 13 Automatic date update in version.in 15 2024-01-28 GDB Administrator <gdbadmin@sourceware.org> 17 Automatic date update in version.in 19 2024-01-27 GDB Administrator <gdbadmin@sourceware.org> 21 Automatic date update in version.in 23 2024-01-26 mengqinggang <mengqinggang@loongson.cn> 25 … register) and a0aa6f4ab (LoongArch: ld: Add support for TLS LE symbol with addend) to 2.42 branch. [all …]
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | MD5SUMS | 1 # This file contains the MD5 checksums of the files in the 2 # gcc-12.4.0.tar.xz tarball. 4 # Besides verifying that all files in the tarball were correctly expanded, 5 # it also can be used to determine if any files have changed since the 6 # tarball was expanded or to verify that a patchfile was correctly applied. 9 # md5sum -c MD5SUMS | grep -v "OK$" 11 c234515d9056662b94af0653f8562888 .dir-locals.el 12 5b296b32e07d2a84f4ac051ed7f95b91 .gitattributes 13 1827b498bbbb07804e7d5b4eecaa3106 .gitignore 14 8c00452ef1e298846493ec8b239f93e2 ABOUT-NLS [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2011 | 1 2011-12-31 Alexandre Oliva <aoliva@redhat.com> 3 * cselib.h (cselib_add_permanent_equiv): Declare. 4 (canonical_cselib_val): New. 5 * cselib.c (new_elt_loc_list): Rework to support value 6 equivalences. Adjust all callers. 7 (preserve_only_constants): Retain value equivalences. 8 (references_value_p): Retain preserved values. 9 (rtx_equal_for_cselib_1): Handle value equivalences. 10 (cselib_invalidate_regno): Use canonical value. 11 (cselib_add_permanent_equiv): New. [all …]
|
/netbsd-src/share/terminfo/ |
H A D | terminfo | 3 # This version of terminfo.src is distributed with ncurses and is maintained 4 # by Thomas E. Dickey (TD). 7 # bug-ncurses@gnu.org 10 # Date: 2023/12/09 18:07:12 12 # The original header is preserved below for reference. It is noted that there 15 # unless there is also a change in content. 19 # under the ncurses MIT-style license. That was the effect of the agreement 20 # which the principal authors of ncurses made in 1998. However, since much of 23 # there is no explicit copyright notice on the file itself. 25 # It would also be a nuisance to split the file into unknown/known authorship [all …]
|