/freebsd/sys/contrib/zlib/ |
H A D | ChangeLog | 4 Changes in 1.3.1 (22 Jan 2024) 5 - Reject overflows of zip header fields in minizip 6 - Fix bug in inflateSync() for data held in bit buffer 7 - Add LIT_MEM define to use more memory for a small deflate speedup 8 - Fix decision on the emission of Zip64 end records in minizip 9 - Add bounds checking to ERR_MSG() macro, used by zError() 10 - Neutralize zip file traversal attacks in miniunz 11 - Fix a bug in ZLIB_DEBUG compiles in check_match() 12 - Various portability and appearance improvements 14 Changes in 1.3 (18 Aug 2023) [all …]
|
/freebsd/contrib/unbound/util/ |
H A D | as112.c | 2 * util/as112.c - list of local zones. 8 * Redistribution and use in source and binary forms, with or without 15 * Redistributions in binary form must reproduce the above copyright notice, 16 * this list of conditions and the following disclaimer in the documentation 26 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 31 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 32 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 45 "10.in-addr.arpa.", 46 "16.172.in-addr.arpa.", 47 "17.172.in-addr.arpa.", [all …]
|
/freebsd/contrib/netbsd-tests/ipf/regress/ |
H A D | i8 | 1 pass in proto icmp from localhost to localhost icmp-type timest 2 block in proto icmp from any to any icmp-type unreach code 1 3 pass in proto icmp all icmp-type unreach code cutoff-preced 4 pass in proto icmp all icmp-type unreach code filter-prohib 5 pass in proto icmp all icmp-type unreach code isolate 6 pass in proto icmp all icmp-type unreach code needfrag 7 pass in proto icmp all icmp-type unreach code net-prohib 8 pass in proto icmp all icmp-type unreach code net-tos 9 pass in proto icmp all icmp-type unreach code host-preced 10 pass in proto icmp all icmp-type unreach code host-prohib [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsFixupKinds.h | 1 //===-- MipsFixupKinds.h - Mips Specific Fixup Entries ----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 20 // This table *must* be in the same order of 22 // in MipsAsmBackend.cpp. 25 // Branch fixups resulting in R_MIPS_16. 28 // Pure 32 bit data fixup resulting in - R_MIPS_32. 31 // Full 32 bit data relative data fixup resulting in - R_MIPS_REL32. 34 // Jump 26 bit fixup resulting in - R_MIPS_26. 37 // Pure upper 16 bit fixup resulting in - R_MIPS_HI16. [all …]
|
/freebsd/crypto/heimdal/ |
H A D | NEWS | 1 Release Notes - Heimdal - Version Heimdal 1.5.2 4 - CVE-2011-4862 Buffer overflow in libtelnet/encrypt.c in telnetd - escalation of privilege 5 - Check that key types strictly match - denial of service 7 Release Notes - Heimdal - Version Heimdal 1.5.1 10 - Fix building on Solaris, requires c99 11 - Fix building on Windows 12 - Build system updates 14 Release Notes - Heimdal - Version Heimdal 1.5 18 - Support GSS name extensions/attributes 19 - SHA512 support [all …]
|
/freebsd/contrib/netbsd-tests/ipf/expected/ |
H A D | i8 | 1 pass in inet proto icmp from 127.0.0.1/32 to 127.0.0.1/32 icmp-type timest 2 block in inet proto icmp from any to any icmp-type unreach code 1 3 pass in inet proto icmp from any to any icmp-type unreach code 15 4 pass in inet proto icmp from any to any icmp-type unreach code 13 5 pass in inet proto icmp from any to any icmp-type unreach code 8 6 pass in inet proto icmp from any to any icmp-type unreach code 4 7 pass in inet proto icmp from any to any icmp-type unreach code 9 8 pass in inet proto icmp from any to any icmp-type unreach code 11 9 pass in inet proto icmp from any to any icmp-type unreach code 14 10 pass in inet proto icmp from any to any icmp-type unreach code 10 [all …]
|
H A D | f11 | 27 Rules configured (set 0, in) 28 1 pass in proto tcp from any to any port = 23 flags S/SA keep state 30 Rules configured (set 1, in) 32 Accounting rules configured (set 0, in) 34 Accounting rules configured (set 1, in) 36 -------- 63 Rules configured (set 0, in) 64 1 block in proto tcp from any to any port = 23 flags S/SA keep state 66 Rules configured (set 1, in) 68 Accounting rules configured (set 0, in) [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | moderrs.exp | 3 in command "@echo 'VAR:Z=before-${VAR:Z}-after'" 4 in target "mod-unknown-direct" 8 in command "@echo 'VAR:${MOD_UNKN}=before-${VAR:${MOD_UNKN}:inner}-after'" 9 in target "mod-unknown-indirect" 12 in command "@echo VAR:S,V,v,=${VAR:S,V,v," 13 in target "unclosed-direct" 16 in command "@echo VAR:${MOD_TERM},=${VAR:${MOD_S}" 17 in target "unclosed-indirect" 21 in command "-@echo "VAR:${MOD_TERM}=${VAR:${MOD_TERM}}"" 22 in target "unfinished-indirect" [all …]
|
/freebsd/contrib/libarchive/tar/test/ |
H A D | test_option_s.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2003-2008 Tim Kientzle 14 assertMakeDir("in", 0755); in DEFINE_TEST() 15 assertMakeDir("in/d1", 0755); in DEFINE_TEST() 16 assertMakeFile("in/d1/foo", 0644, "foo"); in DEFINE_TEST() 17 assertMakeFile("in/d1/bar", 0644, "bar"); in DEFINE_TEST() 19 assertMakeFile("in/d1/realfile", 0644, "realfile"); in DEFINE_TEST() 20 assertMakeSymlink("in/d1/symlink", "realfile", 0); in DEFINE_TEST() 22 assertMakeFile("in/d1/hardlink1", 0644, "hardlinkedfile"); in DEFINE_TEST() [all …]
|
/freebsd/usr.sbin/sa/tests/ |
H A D | legacy_test.sh | 7 ARCH=`uname -m` 11 sed -E 's,[ ]+, ,g' 19 if diff -q - $1 27 install -c -m 644 $LCDIR/v1-$ARCH-acct.in v1-$ARCH-acct.in 28 install -c -m 644 $LCDIR/v2-$ARCH-acct.in v2-$ARCH-acct.in 33 sa -u v1-$ARCH-acct.in | check 1 $DIR/v1-$ARCH-u.out 34 sa -u v2-$ARCH-acct.in | check 2 $DIR/v2-$ARCH-u.out 37 sa -i v1-$ARCH-acct.in | check 3 $DIR/v1-$ARCH-sav.out 38 sa -im v1-$ARCH-acct.in | check 4 $DIR/v1-$ARCH-usr.out 41 sa -P $DIR/v1-$ARCH-sav.in -U $DIR/v1-$ARCH-usr.in /dev/null | [all …]
|
/freebsd/contrib/ldns/ldns/ |
H A D | packet.h | 8 * (c) NLnet Labs, 2005-2006 28 #define LDNS_AA 2 /* Authoritative Answer - server flag */ 29 #define LDNS_TC 4 /* TrunCated - server flag */ 30 #define LDNS_RD 8 /* Recursion Desired - query flag */ 31 #define LDNS_CD 16 /* Checking Disabled - query flag */ 32 #define LDNS_RA 32 /* Recursion Available - server flag */ 33 #define LDNS_AD 64 /* Authenticated Data - server flag */ 74 * Contains the information about the packet itself, as specified in RFC1035 82 +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ 84 +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ [all …]
|
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
H A D | pkinit_lib.c | 1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ 10 * Michigan is not used in any advertising or publicity 14 * University of Michigan is included in any copy of any 27 * OUT OF OR IN CONNECTION WITH THE USE OF THE SOFTWARE, EVEN 50 opts->require_eku = 1; in pkinit_init_req_opts() 51 opts->accept_secondary_eku = 0; in pkinit_init_req_opts() 52 opts->allow_upn = 0; in pkinit_init_req_opts() 53 opts->dh_or_rsa = DH_PROTOCOL; in pkinit_init_req_opts() 54 opts->require_crl_checking = 0; in pkinit_init_req_opts() 55 opts->dh_size = PKINIT_DEFAULT_DH_MIN_BITS; in pkinit_init_req_opts() [all …]
|
/freebsd/contrib/netbsd-tests/usr.bin/sort/ |
H A D | t_sort.sh | 6 # Redistribution and use in source and binary forms, with or without 11 # 2. Redistributions in binary form must reproduce the above copyright 12 # notice, this list of conditions and the following disclaimer in the 18 # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 22 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 24 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 28 # The -S flag in NetBSD sort enables non-stable sorting order. This flag 29 # doesn't exist in FreeBSD sort, and instead indicates buffer size, so all 33 # the same, the flag -s should be added to enforce an expected sorting order. 42 cat >in <<EOF [all …]
|
/freebsd/sys/kern/ |
H A D | vnode_if.src | 1 #- 5 # Redistribution and use in source and binary forms, with or without 10 # 2. Redistributions in binary form must reproduce the above copyright 11 # notice, this list of conditions and the following disclaimer in the 20 # ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 24 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 25 # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 30 # Above each of the vop descriptors in lines starting with %% 33 # columns are in, out and error respectively. The "in" column defines 41 # -: not applicable. vnode does not yet (or no longer) exists. [all …]
|
/freebsd/secure/usr.bin/openssl/man/ |
H A D | openssl-enc.1 | 18 .\" Set up some character translations and predefined strings. \*(-- will 22 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, 23 .\" nothing in troff, for use with C<>. 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 45 .\" Escape single quotes in literal strings from groff's Unicode transform. 51 .\" entries marked with X<> in POD. Of course, you'll have to process the [all …]
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-enc.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 6 openssl-enc - symmetric cipher routines 11 [B<-I<cipher>>] 12 [B<-help>] 13 [B<-list>] 14 [B<-ciphers>] 15 [B<-in> I<filename>] 16 [B<-out> I<filename>] 17 [B<-pass> I<arg>] 18 [B<-e>] [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEInstrVec.td | 1 //===----------------------------------------------------------------------===// 3 //===----------------------------------------------------------------------===// 15 let mayLoad = 1, hasSideEffects = 0 in { 23 let mayStore = 1, hasSideEffects = 0 in { 32 //===----------------------------------------------------------------------===// 34 //===----------------------------------------------------------------------===// 37 let hasSideEffects = 0, isCodeGenOnly = 1 in { 38 let Constraints = "$vx = $vd", DisableEncoding = "$vd" in { 54 let hasSideEffects = 0, isCodeGenOnly = 1, DisableEncoding = "$vl" in { 56 "# pseudo-vfmk.at $vmx">; [all …]
|
/freebsd/sbin/pfctl/tests/files/ |
H A D | pf0010.ok | 1 pass in inet proto icmp all keep state 2 pass in inet6 proto ipv6-icmp all keep state 3 block drop in inet proto icmp all 4 block drop in inet6 proto ipv6-icmp all 5 block return-rst in inet proto tcp all 6 block return-rst in inet6 proto tcp all 7 block return-rst(ttl 10) in inet proto tcp all 8 block return-rst(ttl 10) in inet6 proto tcp all 9 block return-icmp(port-unr) in inet proto icmp all 10 block return-icmp(net-unr) in inet proto icmp all [all …]
|
/freebsd/crypto/krb5/doc/ |
H A D | notice.rst | 1 Copyright |copy| 1985-2024 by the Massachusetts Institute of Technology. 5 Redistribution and use in source and binary forms, with or without 11 * Redistributions in binary form must reproduce the above copyright 12 notice, this list of conditions and the following disclaimer in the 18 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 23 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 24 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 29 United States Export Administration Regulations (EAR), 15 CFR 730-774. 41 under a Creative Commons Attribution-ShareAlike 3.0 Unported License. 42 (https://creativecommons.org/licenses/by-sa/3.0/) [all …]
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 1 ------------------------------------------------------------------------------- 2 -- Copyright 2018-2023,2024 Thomas E. Dickey -- 3 -- Copyright 1998-2017,2018 Free Software Foundation, Inc. -- 4 -- -- 5 -- Permission is hereby granted, free of charge, to any person obtaining a -- 6 -- copy of this software and associated documentation files (the -- 7 -- "Software"), to deal in the Software without restriction, including -- 8 -- without limitation the rights to use, copy, modify, merge, publish, -- 9 -- distribute, distribute with modifications, sublicense, and/or sell copies -- 10 -- of the Software, and to permit persons to whom the Software is furnished -- [all …]
|
/freebsd/share/examples/ipfilter/ |
H A D | ipf-howto.txt | 44 make this document a waste of your time. For greater under- 45 standing of firewalls, the authors recommend reading Build- 46 ing Internet Firewalls, Chapman & Zwicky, O'Reilly and Asso- 47 ciates; and TCP/IP Illustrated, Volume 1, Stevens, Addison- 57 any damages incurred due to actions taken based on this doc- 59 a firewall based on IP-Filter. If you do not feel 69 -2- 73 should stop reading this document and hire a qualified secu- 79 Unless otherwise stated, HOWTO documents are copy- 81 reproduced and distributed in whole or in part, in any [all …]
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | PrintLib.h | 5 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> 6 SPDX-License-Identifier: BSD-2-Clause-Patent 15 - '\\r' is translated to '\\r' 16 - '\\r\\n' is translated to '\\r\\n' 17 - '\\n' is translated to '\\r\\n' 18 - '\\n\\r' is translated to '\\r\\n' 28 - - 29 - The field is left justified. If not flag is not specified, then the 31 - space 32 - Prefix a space character to a number. Only valid for types X, x, and d. [all …]
|
/freebsd/usr.bin/diff/tests/ |
H A D | diff_test.sh | 30 atf_check -o file:$(atf_get_srcdir)/simple.out -s eq:1 \ 31 diff "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input2.in" 33 atf_check -o file:$(atf_get_srcdir)/simple_e.out -s eq:1 \ 34 diff -e "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input2.in" 36 atf_check -o file:$(atf_get_srcdir)/simple_u.out -s eq:1 \ 37 diff -u -L input1 -L input2 "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input2.in" 39 atf_check -o file:$(atf_get_srcdir)/simple_n.out -s eq:1 \ 40 diff -n "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input2.in" 42 …atf_check -o inline:"Files $(atf_get_srcdir)/input1.in and $(atf_get_srcdir)/input2.in differ\n" -… 43 diff -q "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input2.in" [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | stih407-pinctrl.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include "st-pincfg.h" 7 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 /* 0-5: PIO_SBC */ 18 /* 10-19: PIO_FRONT0 */ 31 /* 30-35: PIO_REAR */ 38 /* 40-42: PIO_FLASH */ 45 pin-controller-sbc@961f080 { 46 #address-cells = <1>; 47 #size-cells = <1>; [all …]
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_qp.c | 1 /*- 2 * Copyright (c) 2013-2017, Mellanox Technologies, Ltd. All rights reserved. 4 * Redistribution and use in source and binary forms, with or without 9 * 2. Redistributions in binary form must reproduce the above copyright 10 * notice, this list of conditions and the following disclaimer in the 16 * ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE 20 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 38 struct mlx5_qp_table *table = &dev->priv.qp_table; in mlx5_get_rsc() 41 spin_lock(&table->lock); in mlx5_get_rsc() [all …]
|