/freebsd/share/man/man4/ |
H A D | ng_one2many.4 | 4 .\" Subject to the following obligations and disclaimer of warranty, use and 10 .\" 2. No rights are granted, in any manner or form, to use Whistle 16 .\" TO THE MAXIMUM EXTENT PERMITTED BY LAW, WHISTLE COMMUNICATIONS MAKES NO 19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 48 in a one-to-many (and in the reverse direction, many-to-one) fashion. 56 .Dv many 63 .Dv many 68 Each of the connected many links may be considered to be up or down. 69 Packets are never delivered out a many hook that is down. 70 How a link is determined to be up or down depends on the node's [all …]
|
/freebsd/tests/sys/kern/ |
H A D | unix_dgram.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 16 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 20 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 44 #include <atf-c.h> 69 * Fill socket to a state when next send(len) would fail. 100 * - fd[0] to send, fd[1] to receive in ATF_TC_BODY() 101 * - buf[maxdgram] for data in ATF_TC_BODY() 105 ATF_REQUIRE(socketpair(PF_UNIX, SOCK_DGRAM, 0, fd) != -1); in ATF_TC_BODY() 116 /* Fail to send > maxdgram. */ in ATF_TC_BODY() [all …]
|
/freebsd/share/examples/mdoc/ |
H A D | example.3 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 16 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 20 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 27 .\" Note: The date here should be updated whenever a non-trivial 28 .\" change is made to the manual page. 58 .Bl -tag -width "EXAMPLE_ONE" 70 .Bd -literal 79 .Rv -std example 87 .Bl -tag -width "/dev/null" -compact 106 .Bl -tag -width Er [all …]
|
H A D | example.9 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 16 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 20 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 27 .\" Note: The date here should be updated whenever a non-trivial 28 .\" change is made to the manual page. 55 .Bl -tag -width "EXAMPLE_ONE" 67 .Bd -literal 96 section is returned, to indicate the error. 98 .Bd -literal 119 .Bl -tag -width Er [all …]
|
/freebsd/sys/netgraph/ |
H A D | ng_one2many.c | 5 /*- 9 * Subject to the following obligations and disclaimer of warranty, use and 15 * 2. No rights are granted, in any manner or form, to use Whistle 21 * TO THE MAXIMUM EXTENT PERMITTED BY LAW, WHISTLE COMMUNICATIONS MAKES NO 24 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 45 * "many" hooks according to an algorithm. Packets received on any 46 * "many" hook are always delivered to the "one" hook. 62 /* Per-link private data */ 68 /* Per-node private data */ 70 node_p node; /* link to node */ [all …]
|
H A D | ng_one2many.h | 5 /*- 9 * Subject to the following obligations and disclaimer of warranty, use and 15 * 2. No rights are granted, in any manner or form, to use Whistle 21 * TO THE MAXIMUM EXTENT PERMITTED BY LAW, WHISTLE COMMUNICATIONS MAKES NO 24 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 50 #define NG_ONE2MANY_HOOK_MANY_PREFIX "many" /* append decimal integer */ 51 #define NG_ONE2MANY_HOOK_MANY_FMT "many%d" /* for use with printf(3) */ 53 /* Maximum number of supported "many" links */ 56 /* Link number used to indicate the "one" hook */ 57 #define NG_ONE2MANY_ONE_LINKNUM (-1) [all …]
|
/freebsd/sys/contrib/vchiq/interface/vchi/ |
H A D | vchi_cfg.h | 2 * Copyright (c) 2010-2012 Broadcom. All rights reserved. 13 * 3. The names of the above-listed copyright holders may not be used 14 * to endorse or promote products derived from this software without 22 * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 26 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 43 /* Really determined by the message driver, and should be available from a run-time call. */ 46 # define VCHI_BULK_ALIGN 32 // Allows for the need to do cache cleans 54 /* Really determined by the message driver, and should be available from a run-time call. */ 57 # define VCHI_BULK_GRANULARITY 32 // Allows for the need to do cache cleans 63 /* The largest possible message to be queued with vchi_msg_queue. */ [all …]
|
/freebsd/lib/libc/nls/ |
H A D | C.msg | 42 18 Cross-device link 52 23 Too many open files in system 54 24 Too many open files 66 30 Read-only file system 68 31 Too many links 82 38 Socket operation on non-socket 124 59 Too many references: can't splice 130 62 Too many levels of symbolic links 136 65 No route to host 140 67 Too many processes [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ratelim-internal.h | 2 * Copyright (c) 2009-2012 Niels Provos and Nick Mathewson 12 * 3. The name of the author may not be used to endorse or promote products 16 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 35 /** A token bucket is an internal structure that tracks how many bytes we are 36 * currently willing to read or write on a given bufferevent or group of 39 /** How many bytes are we willing to read or write right now? These 43 * relative to the token bucket configuration. */ 49 /** How many bytes are we willing to read on average per tick? */ 51 /** How many bytes are we willing to read at most in any one tick? */ [all …]
|
/freebsd/contrib/libevent/ |
H A D | ratelim-internal.h | 2 * Copyright (c) 2009-2012 Niels Provos and Nick Mathewson 12 * 3. The name of the author may not be used to endorse or promote products 16 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 35 /** A token bucket is an internal structure that tracks how many bytes we are 36 * currently willing to read or write on a given bufferevent or group of 39 /** How many bytes are we willing to read or write right now? These 43 * relative to the token bucket configuration. */ 49 /** How many bytes are we willing to read on average per tick? */ 51 /** How many bytes are we willing to read at most in any one tick? */ [all …]
|
/freebsd/contrib/libxo/tests/gettext/ |
H A D | strerror.pot | 14 # may be used to endorse or promote products derived from this software 18 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 34 "Project-Id-Version: PACKAGE VERSION\n" 35 "Report-Msgid-Bugs-To: \n" 36 "POT-Creation-Date: 2015-07-01 16:15-0400\n" 37 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 38 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 39 "Language-Team: LANGUAGE <LL@li.org>\n" 41 "MIME-Version: 1.0\n" [all …]
|
/freebsd/sys/contrib/zlib/doc/ |
H A D | algorithm.txt | 4 LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in 6 pointer to the previous string, in the form of a pair (distance, 7 length). Distances are limited to 32K bytes, and lengths are limited 8 to 258 bytes. When a string does not occur anywhere in the previous 11 and is not restricted to printable characters.) 18 it would be useful to start another block with fresh trees. (This is 19 somewhat similar to the behavior of LZW-based _compress_.) 27 The hash chains are searched starting with the most recent strings, to 32 To avoid a worst-case situation, very long hash chains are arbitrarily 40 previous match is truncated to a length of one (thus producing a single [all …]
|
/freebsd/share/doc/papers/jail/ |
H A D | paper.ms | 14 …rnational System Administration and Networking Conference "SANE 2000" May 22-25, 2000 in Maastrich… 17 Poul-Henning Kamp <phk@FreeBSD.org> 24 donated to the FreeBSD Project for inclusion in the FreeBSD 25 OS. FreeBSD 4.0-RELEASE was the first release including this 27 Follow-on work was sponsored by Safeport Network Services, 32 Adding fine-grained access control improves the expressiveness, 36 of some management functions to parties under varying degrees of trust, 39 Where multiple mutually un-trusting parties are introduced, 40 ``inappropriate'' rapidly transitions to ``nightmarish'', especially 41 with regards to data integrity and privacy protection. [all …]
|
/freebsd/contrib/nvi/ |
H A D | README | 1 This is version 2.2.1 (2023-09-25) of nex/nvi, a reimplementation of the ex/vi 10 cl ............ Vi interface to the curses(3) library. 18 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 24 Jun-ichiro itojun Hagino developed the file encoding detection 25 techniques in his nvi-m17n. 36 Todd C. Miller and Craig Leres adopted and refined the NetBSD-style 40 software to macOS and Linux. 42 Anthony J. Bentley made heroic efforts to modernize the code base 43 and documentation, leveraging experience from OpenBSD to improve the 46 ...and many others, including Michael McConville, Marc Simpson, [all …]
|
/freebsd/sys/sys/ |
H A D | errno.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 8 * to the University of California by American Telephone and Telegraph 21 * may be used to endorse or promote products derived from this software 25 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 68 #define EXDEV 18 /* Cross-device link */ 73 #define ENFILE 23 /* Too many open files in system */ 74 #define EMFILE 24 /* Too many open files */ 82 #define EROFS 30 /* Read-only filesystem */ [all …]
|
/freebsd/contrib/libxo/tests/gettext/po/pig_latin/ |
H A D | strerror.po | 14 # may be used to endorse or promote products derived from this software 18 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 34 "Project-Id-Version: libxo test\n" 35 "Report-Msgid-Bugs-To: \n" 36 "POT-Creation-Date: 2015-07-01 16:15-0400\n" 37 "PO-Revision-Date: 2015-07-02 00:37-0500\n" 39 "MIME-Version: 1.0\n" 40 "Content-Type: text/plain; charset=UTF-8\n" 41 "Content-Transfer-Encoding: 8bit\n" [all …]
|
/freebsd/contrib/lib9p/pytest/ |
H A D | lerrno.py | 159 EXDEV: 'Cross-device link', 164 ENFILE: 'Too many open files in system', 165 EMFILE: 'Too many open files', 171 EROFS: 'Read-only filesystem', 172 EMLINK: 'Too many links', 181 ELOOP: 'Too many levels of symbolic links', 221 ELIBMAX: 'Attempting to link in too many shared libraries', 226 EUSERS: 'Too many users', 227 ENOTSOCK: 'Socket operation on non-socket', 248 ETOOMANYREFS: 'Too many references: cannot splice', [all …]
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | get_state.sh | 2 # SPDX-License-Identifier: BSD-2-Clause 16 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 20 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 31 atf_test_case "many" "cleanup" 34 atf_set descr 'Test retrieving many states' 48 jexec alcatraz pfctl -e 55 atf_check -s exit:0 -o ignore ping -c 1 -W 1 192.0.2.2 57 # Now syn flood to create many states 59 --sendif ${epair}a \ 60 --to 192.0.2.2 \ [all …]
|
/freebsd/lib/libc/gen/ |
H A D | errlst.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 16 * may be used to endorse or promote products derived from this software 20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 39 "No error: 0", /* 0 - ENOERROR */ 40 "Operation not permitted", /* 1 - EPERM */ 41 "No such file or directory", /* 2 - ENOENT */ 42 "No such process", /* 3 - ESRCH */ 43 "Interrupted system call", /* 4 - EINTR */ [all …]
|
/freebsd/sys/isa/ |
H A D | pnpparse.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 17 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 99 if (config->ic_nirq == ISA_NIRQ) { in pnp_parse_desc() 100 pnp_printf(id, "too many irqs\n"); in pnp_parse_desc() 105 config->ic_irqmask[config->ic_nirq] = 0; in pnp_parse_desc() 106 config->ic_nirq++; in pnp_parse_desc() 112 config->ic_irqmask[config->ic_nirq] = I16(res); in pnp_parse_desc() 113 config->ic_nirq++; in pnp_parse_desc() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CaptureTracking.h | 1 //===----- llvm/Analysis/CaptureTracking.h - Pointer capture ----* [all...] |
/freebsd/crypto/openssl/test/recipes/ |
H A D | 25-test_verify.t | 2 # Copyright 2015-2023 The OpenSSL Project Authors. All Rights Reserved. 23 my @args = qw(openssl verify -auth_level 1); 24 push(@args, "-purpose", $purpose) if $purpose ne ""; 26 for (@$trusted) { push(@args, "-trusted", srctop_file(@path, "$_.pem")) } 27 for (@$untrusted) { push(@args, "-untrusted", srctop_file(@path, "$_.pem")) } 35 ok(verify("ee-cert", "sslserver", ["root-cert"], ["ca-cert"]), 39 ok(!verify("ee-cert", "sslserver", [qw(root-nonca)], [qw(ca-cert)]), 40 "fail trusted non-ca root"); 41 ok(!verify("ee-cert", "sslserver", [qw(nroot+serverAuth)], [qw(ca-cert)]), 42 "fail server trust non-ca root"); [all …]
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set1 | 18 16 Too many arguments 19 17 Too dangerous to alias that 31 29 Unknown signal; kill -l lists signals 38 36 Can't change to home directory 44 42 Argument for -c ends in backslash 59 57 Usage: jobs [ -l ] 72 70 Usage: %s [-%s]%s 73 71 No operand for -h flag 81 79 Usage: history [-%s] [# number of events] 101 99 Too many )'s [all …]
|
/freebsd/tests/sys/netgraph/ |
H A D | ng_macfilter_test.sh | 3 # Copyright (c) 2018-2020 Retina b.v. 15 # may be used to endorse or promote products derived from this software 19 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 23 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 31 set -e 44 ifconfig -u -l ether | awk '{print $1}' 50 if ! kldstat -q -m $kmod; then 60 test $kmod = 'ng_ether' -o $kmod = 'ng_socket' \ 70 …filter lower ether # Connect the lower hook of the ether instance $eth to the ether hook of a … 72 …ngctl mkpeer $eth: one2many upper one # Connect the upper hook of the ether instance $eth to … [all …]
|
/freebsd/crypto/openssl/crypto/ |
H A D | ia64cpuid.S | 1 // Copyright 2004-2017 The OpenSSL Project Authors. All Rights Reserved. 7 // Works on all IA-64 platforms: Linux, HP-UX, Win64i... 20 { .mib; br.ret.sptk.many b0 };; 27 br.ret.sptk.many b0 };; 49 br.ret.sptk.many b0 };; 52 // Returns a structure comprising pointer to the top of stack of 55 // insufficient to wipe backing storage for the current frame 56 // (as this procedure does), one might have to go further, toward 57 // higher addresses to reach for whole "retroactively" saved 69 brp.loop.imp .L_wipe_top,.L_wipe_end-16 [all …]
|