/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_helper.h | 10 * COPYING in the main directory of this source tree, or the 13 * Redistribution and use in source and binary forms, with or 21 * - Redistributions in binary form must reproduce the above 23 * disclaimer in the documentation and/or other materials 29 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 30 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 31 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 32 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 69 const char *ib_get_sa_method_str(IN uint8_t method); 73 * [in] Network order METHOD ID value. [all …]
|
H A D | osm_sm.h | 9 * COPYING in the main directory of this source tree, or the 12 * Redistribution and use in source and binary forms, with or 20 * - Redistributions in binary form must reproduce the above 22 * disclaimer in the documentation and/or other materials 28 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 29 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 30 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 31 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 192 void osm_sm_construct(IN osm_sm_t * p_sm); 196 * [in] Pointer to a SM object to construct. [all …]
|
H A D | osm_switch.h | 9 * COPYING in the main directory of this source tree, or the 12 * Redistribution and use in source and binary forms, with or 20 * - Redistributions in binary form must reproduce the above 22 * disclaimer in the documentation and/or other materials 28 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 29 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 30 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 31 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 70 * per switch in the IBA subnet. 159 * map item for switch in building mcast tree [all …]
|
/freebsd/sys/kern/ |
H A D | vnode_if.src | 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 45 # indirection (**vpp) and that name is hard-coded in vnode_if.awk ! 55 IN struct vnode *vp; [all …]
|
/freebsd/usr.bin/calendar/calendars/ |
H A D | calendar.freebsd | 8 01/01 Dimitry Andric <dim@FreeBSD.org> born in Utrecht, the Netherlands, 1969 9 01/01 Lev Serebryakov <lev@FreeBSD.org> born in Leningrad, USSR, 1979 10 01/01 Alexander Langer <alex@FreeBSD.org> born in Duesseldorf, Nordrhein-Westfalen, Germany, 1981 11 01/01 Zach Leslie <zleslie@FreeBSD.org> born in Grand Junction, Colorado, United States, 1985 12 01/02 Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org> born in Bucharest, Romania, 1980 13 01/02 Patrick Li <pat@FreeBSD.org> born in Beijing, People's Republic of China, 1985 14 01/03 Tetsurou Okazaki <okazaki@FreeBSD.org> born in Mobara, Chiba, Japan, 1972 15 01/04 Hiroyuki Hanai <hanai@FreeBSD.org> born in Kagawa pre., Japan, 1969 16 01/05 D Scott Phillips <scottph@FreeBSD.org> born in Anderson, Indiana, 1983 17 01/06 Adriaan de Groot <adridg@FreeBSD.org> born in Calgary, Canada, 1973 [all …]
|
/freebsd/contrib/unbound/util/ |
H A D | as112.c | 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.", 48 "18.172.in-addr.arpa.", [all …]
|
/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 8 - Fix decision on the emission of Zip64 end records in minizip 10 - Neutralize zip file traversal attacks in miniunz 11 - Fix a bug in ZLIB_DEBUG compiles in check_match() 14 Changes in 1.3 (18 Aug 2023) 16 - Fix bug in deflateBound() for level 0 and memLevel 9 21 - Rewrite of zran in examples (see zran.c version history) 23 - Fix reading disk number start on zip64 files in minizip [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 …]
|
H A D | f5 | 1 block in proto tcp from any port = 23 to any 2 block in proto udp from any port = 23 to any 3 block in proto tcp/udp from any port = 23 to any 4 pass in proto tcp from any port <= 1023 to any 5 pass in proto udp from any port <= 1023 to any 6 pass in proto tcp/udp from any port <= 1023 to any 7 block in proto tcp from any port >= 1024 to any 8 block in proto udp from any port >= 1024 to any 9 block in proto tcp/udp from any port >= 1024 to any 10 pass in proto tcp from any port >= 1024 to any [all …]
|
H A D | f6 | 1 block in proto tcp from any to any port = 23 2 block in proto udp from any to any port = 23 3 block in proto tcp/udp from any to any port = 23 4 pass in proto tcp from any to any port <= 1023 5 pass in proto udp from any to any port <= 1023 6 pass in proto tcp/udp from any to any port <= 1023 7 block in proto tcp from any to any port >= 1024 8 block in proto udp from any to any port >= 1024 9 block in proto tcp/udp from any to any port >= 1024 10 pass in proto tcp from any to any port >= 1024 [all …]
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_transobj.c | 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 35 u32 in[MLX5_ST_SZ_DW(alloc_transport_domain_in)] = {0}; in mlx5_alloc_transport_domain() local 39 MLX5_SET(alloc_transport_domain_in, in, opcode, in mlx5_alloc_transport_domain() 41 MLX5_SET(alloc_transport_domain_in, in, uid, uid); in mlx5_alloc_transport_domain() 43 err = mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_alloc_transport_domain() [all …]
|
H A D | mlx5_port.c | 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 41 u32 *in = NULL; in mlx5_core_access_reg() local 44 in = mlx5_vzalloc(inlen); in mlx5_core_access_reg() 46 if (!in || !out) in mlx5_core_access_reg() 49 data = MLX5_ADDR_OF(access_register_in, in, register_data); in mlx5_core_access_reg() [all …]
|
H A D | mlx5_vport.c | 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 34 static int mlx5_modify_nic_vport_context(struct mlx5_core_dev *mdev, void *in, 41 u32 in[MLX5_ST_SZ_DW(query_vport_state_in)] = {0}; in _mlx5_query_vport_state() local 43 MLX5_SET(query_vport_state_in, in, opcode, in _mlx5_query_vport_state() 45 MLX5_SET(query_vport_state_in, in, op_mod, opmod); in _mlx5_query_vport_state() [all …]
|
/freebsd/crypto/heimdal/ |
H A D | NEWS | 4 - CVE-2011-4862 Buffer overflow in libtelnet/encrypt.c in telnetd - escalation of privilege 22 in kadmind (extract keytab) 30 - KCM is polished up and now used in production 31 - NTLM first class citizen, credentials stored in KCM 37 - Disabled write support NDBM hdb backend (read still in there) since 64 - Store KDC offset in credentials 77 - Partial support for MIT kadmind rpc protocol in kadmind 78 - Better support for finding keytab entries when using SPN aliases in the KDC 79 - Support BER in ASN.1 library (needed for CMS) 80 - Support decryption in Keychain private keys [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 …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsFixupKinds.h | 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. 40 // Pure lower 16 bit fixup resulting in - R_MIPS_LO16. 43 // 16 bit fixup for GP offest resulting in - R_MIPS_GPREL16. 46 // 16 bit literal fixup resulting in - R_MIPS_LITERAL. [all …]
|
/freebsd/stand/efi/include/ |
H A D | efiprot.h | 8 under a license and may only be used or copied in accordance 11 reproduced, stored in a retrieval system, or transmitted in any 52 IN struct _EFI_BLOCK_IO *This, 53 IN BOOLEAN ExtendedVerification 59 IN struct _EFI_BLOCK_IO *This, 60 IN UINT32 MediaId, 61 IN EFI_LBA LBA, 62 IN UINTN BufferSize, 70 IN struct _EFI_BLOCK_IO *This, 71 IN UINT32 MediaId, [all …]
|
H A D | efipxebc.h | 8 under a license and may only be used or copied in accordance 11 reproduced, stored in a retrieval system, or transmitted in any 75 // TBD in EFI v1.1 274 IN struct _EFI_PXE_BASE_CODE *This, 275 IN BOOLEAN UseIpv6 281 IN struct _EFI_PXE_BASE_CODE *This 287 IN struct _EFI_PXE_BASE_CODE *This, 288 IN BOOLEAN SortOffers 294 IN struct _EFI_PXE_BASE_CODE *This, 295 IN UINT16 Type, [all …]
|
/freebsd/contrib/ldns/ldns/ |
H A D | dnssec_verify.h | 40 * \param[in] *chain The chain to free 48 * \param[in] *chain The dnssec_data_chain to free 55 * \param[in] *out The file stream to print to 56 * \param[in] *chain The dnssec_data_chain to print 63 * \param[in] *out The file stream to print to 64 * \param[in] *fmt The format of the textual representation 65 * \param[in] *chain The dnssec_data_chain to print 77 * \param[in] *res resolver structure for further needed queries 78 * \param[in] qflags resolution flags 79 * \param[in] *data_set The original rrset where the chain ends [all …]
|
H A D | dnssec.h | 8 * A bunch of defines that are used in the DNS 56 * \param[in] name The dname of the RRset covered by the RRSIG to find 57 * \param[in] type The type of the RRset covered by the RRSIG to find 58 * \param[in] rrs List of rrs to search in 70 * \param[in] rrsig The rrsig to find the DNSKEY for 71 * \param[in] rrs The rr list to find the key in 81 * \param[in] nsec The nsec to get the covered type bitmap of 115 * calculates a keytag of a key for use in DNSSEC. 117 * \param[in] key the key as an RR to use for the calc. 124 * \param[in] key the key as uncompressed wireformat rdata. [all …]
|
H A D | packet.h | 74 * Contains the information about the packet itself, as specified in RFC1035 106 OPCODE A four bit field that specifies kind of query in this 118 AA Authoritative Answer - this bit is valid in responses, 120 authority for the domain name in question section. 126 the first owner name in the answer section. 132 RD Recursion Desired - this bit may be set in a query and 137 RA Recursion Available - this be is set or cleared in a 139 available in the name server. 141 Z Reserved for future use. Must be zero in all queries 160 domain name referenced in the query does [all …]
|
/freebsd/sbin/pfctl/tests/files/ |
H A D | pf0047.in | 1 pass in on lo0 all label "" 3 pass in all label "$if" 4 pass in on lo0 all label "$if" 5 pass in on lo0 all label "$if$if" 7 pass in on lo0 all label "$srcaddr" 8 pass in on lo0 from 0/0 to any label "$srcaddr" 9 pass in on lo0 from 127.0.0.1 to any label "$srcaddr" 10 pass in on lo0 from 127.0.0.1 to any label "$srcaddr$srcaddr" 11 pass in on lo0 from 127.0.0.1 to any label ":$srcaddr:$srcaddr:" 12 pass in on lo0 from 127.0.0.1/8 to any label "$srcaddr" [all …]
|
H A D | pf0004.ok | 1 block drop in all 2 block drop in proto tcp all 3 block drop in proto tcp all 4 block drop in proto udp all 5 block drop in all 6 block drop in inet from 10.0.0.0/8 to any 7 block drop in inet from ! 10.0.0.0/8 to any 8 block drop in inet from 10.0.0.0/8 to any 9 block drop in inet from 172.16.0.0/12 to any 10 block drop in proto tcp from any port = ssh to any [all …]
|
/freebsd/share/man/man4/ |
H A D | net80211.4 | 5 .\" Redistribution and use in source and binary forms, with or without 11 .\" 2. Redistributions in binary form must reproduce at minimum a disclaimer 20 .\" AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 25 .\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 26 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 76 requests that return data to an application place small values in 78 or in a user-specified buffer pointed to by 98 Return whether or not AMPDU is enabled in 112 Return the minimum density for bursting AMPDU frames in 125 Return the limit on the size of AMPDU frames in [all …]
|
/freebsd/contrib/libarchive/tar/test/ |
H A D | test_option_s.c | 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() 23 assertMakeHardlink("in/d1/hardlink2", "in/d1/hardlink1"); in DEFINE_TEST() 26 systemf("%s -cf - -s /foo/bar/ in/d1/foo > NUL 2> check.err", in DEFINE_TEST() 39 systemf("%s -cf test1_1.tar -s /foo/bar/ in/d1/foo", testprog); in DEFINE_TEST() [all …]
|