Home
last modified time | relevance | path

Searched +full:broken +full:- +full:turn +full:- +full:around (Results 1 – 25 of 208) sorted by relevance

123456789

/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dethernet-phy.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/net/ethernet-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Andrew Lunn <andrew@lunn.ch>
11 - Florian Fainelli <f.fainelli@gmail.com>
12 - Heiner Kallweit <hkallweit1@gmail.com>
14 # The dt-schema tools will generate a select statement first by using
21 pattern: "^ethernet-phy(@[a-f0-9]+)?$"
24 - $nodename
[all …]
H A Dmdio.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Andrew Lunn <andrew@lunn.ch>
11 - Florian Fainelli <f.fainelli@gmail.com>
12 - Heiner Kallweit <hkallweit1@gmail.com>
17 bus. These should follow the generic ethernet-phy.yaml document, or
22 pattern: '^mdio(-(bus|external))?(@.+|-([0-9]+))?$'
24 "#address-cells":
27 "#size-cells":
[all …]
/freebsd/crypto/heimdal/lib/gssapi/
H A Dgssapi.31 .\" Copyright (c) 2003 - 2005 Kungliga Tekniska Högskolan
41 GSS-API Library (libgssapi, -lgssapi)
43 The Generic Security Service Application Program Interface (GSS-API)
46 hence allowing source-level portability of applications to different
49 The GSS-API implementation in Heimdal implements the Kerberos 5 and
50 the SPNEGO GSS-API security mechanisms.
56 .Bl -column -compact
105 GSS-API implementation had a bug in releases before 0.6 that made it
106 fail to inter-operate when using DES3 with other GSS-API
118 In 0.7 it will check only if configured - the compatibility code will
[all …]
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/
H A DChanges3 1.56 2019-07-09
4 - Fix typos in Changes
6 1.55 2019-02-25
7 - Improve AppVeyor tests for older Perls (Thanks Roy Ivy)
8 - Check for Test::More 0.94 and skip tests if not installed where
10 - Improve workaround for broken Win32 File::Temp taint failure (Thanks Roy Ivy).
11 - Skip/todo tests which fail under Devel::Cover (Thanks Roy Ivy)
12 - Add checks and skip_all checks for non-core test modules (Thanks Roy Ivy)
14 1.54 2019-01-13
15 - Fix tempfile creation during tests on Win32
[all …]
/freebsd/contrib/tcpdump/cmake/Modules/
H A DFindPCAP.cmake6 # lib subdirectories for pcap.dll (e.g WpdPack or npcap-sdk).
8 # (e.g cmake -DPCAP_ROOT=C:\path\to\pcap [...])
15 # libpcap isn't set up to install .pc files or pcap-config on Windows,
32 # The 64-bit Packet.lib is located under /x64
35 # For the WinPcap and Npcap SDKs, the Lib subdirectory of the top-level
36 # directory contains 32-bit libraries; the 64-bit libraries are in the
71 # because, if pkg-config isn't found, or it is but it has no .pc
73 # libpcap isn't available - not all systems ship pkg-config, and
81 # First, try pkg-config.
88 # CMake on some "long-term support" version, predating
[all …]
/freebsd/sys/dev/mii/
H A Dmii_fdt.c1 /*-
69 {MII_CONTYPE_REVMII, "rev-mii"},
72 {MII_CONTYPE_RGMII_ID, "rgmii-id"},
73 {MII_CONTYPE_RGMII_RXID, "rgmii-rxid"},
74 {MII_CONTYPE_RGMII_TXID, "rgmii-txid"},
79 {MII_CONTYPE_2000BX, "2000base-x"},
80 {MII_CONTYPE_2500BX, "2500base-x"},
88 "phy-handle", "phy", "phy-device" in mii_fdt_get_phynode()
97 return (-1); in mii_fdt_get_phynode()
108 if (phynode != -1) in mii_fdt_lookup_phy()
[all …]
/freebsd/contrib/tcp_wrappers/
H A Dhosts_options.53 hosts_options \- host access control language extensions
8 PROCESS_OPTIONS compile-time option.
66 spawn (/some/where/safe_finger -l @%h | /usr/ucb/mail root) &
76 package; it is a wrapper around the regular finger command that filters
95 To run /some/other/in.telnetd without polluting its command-line
109 connection is considered broken when the client does not respond. The
110 keepalive option can be useful when users turn off their machine while
114 Specifies how long the kernel will try to deliver not-yet delivered
121 RFC 931 (IDENT, etc.) -compliant daemon, and may cause noticeable
122 delays with connections from non-UNIX clients. The timeout period is
[all …]
H A DCHANGES2 configuration checker. See the `tcpdchk.8' manual page (`nroff -man'
9 - Improved the anti source-routing protection. The code in version
13 - The program no longer terminates case of a source-routed connection,
14 making the IP-spoofing code more usable for long-running daemons.
16 - When syslogging DNS hostname problems, always stop after a limited
22 - Optionally refuse source-routed TCP connections requests altogether.
25 - Support for IRIX 6 (Lael Tucker).
27 - Support for Amdahl UTS 2.1.5 (Richard E. Richmond).
29 - Support for SINIX 5.42 (Klaus Nielsen).
31 - SCO 5 now has vsyslog() (Bill Golden).
[all …]
/freebsd/contrib/sendmail/src/
H A DREADME1 # Copyright (c) 1998-2004 Proofpoint, Inc. and its suppliers.
3 # Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
35 +-------------------+
37 +-------------------+
51 -I or -L flags on the command line, e.g.,
53 sh ./Build -I/usr/sww/include -L/usr/sww/lib
56 site.config.m4 (or another file settable with the -f flag). This
60 confMAPDEF -D flags to specify database types to be included
62 confENVDEF -D flags to specify other environment information
63 confINCDIRS -I flags for finding include files during compilation
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set_mode.318 .\" Set up some character translations and predefined strings. \*(-- will
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\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
H A DASN1_aux_cb.318 .\" Set up some character translations and predefined strings. \*(-- will
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\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
/freebsd/share/doc/smm/01.setup/
H A D4.t63 kern kernel functions broken down as follows
72 ufs local filesystems broken down as follows
75 lfs log-based filesystem
77 nfs Sun-compatible network filesystem
78 miscfs miscellaneous filesystems broken down as follows
80 fdesc access to per-process file descriptors
95 netiso ISO protocols (TP-4, CLNP, CLTP, etc)
103 hp300 HP 9000/300 series of Motorola 68000-based machines
104 hp code common to both HP 68k and (non-existent) PA-RISC ports
105 i386 Intel 386/486-based PC machines
[all …]
/freebsd/usr.bin/indent/
H A Dindent.c1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
95 int force_nl; /* when true, code must be broken */ in main()
115 /*-----------------------------------------------*\ in main()
117 \*-----------------------------------------------*/ in main()
139 l_com = combuf + bufsize - 5; in main()
140 l_lab = labbuf + bufsize - 5; in main()
141 l_code = codebuf + bufsize - 5; in main()
142 l_token = tokenbuf + bufsize - 5; in main()
146 opt.else_if = 1; /* Default else-if special processing to on */ in main()
[all …]
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES13 - Prevent transaction stuffing by ensuring SMTP clients
19 - Accept only CRLF . CRLF as end of an SMTP message
22 - Do not accept a CR or LF except in the combination
28 It is recommended to only turn these protections off
31 are used, i.e., TLSA RR 2-x-y and 3-x-y are supported
76 because the -a. option has been removed (as it only
79 VACATION: Add support for Return-Path header to set sender
81 VACATION: Honor RFC3834 and avoid an auto-reply if
82 'Auto-Submitted: no' is found in the headers to
84 VACATION: Avoid an auto-reply if a 'List-Id:' is found in
[all …]
/freebsd/share/man/man7/
H A Dsecurity.747 multi-user systems have some inherent security, the job of building and
60 As yesterday's mini-computers and mainframes
74 .Bl -enum -offset indent
89 Typically, DoS attacks are brute-force mechanisms that attempt
99 Brute-force network attacks are harder to deal with.
100 A spoofed-packet attack, for example, is
114 The result is that if you have any moderate-sized user base,
137 may find a bug in a root-run server and be able to break root over a network
138 connection to that server, or the attacker may know of a bug in an SUID-root
139 program that allows the attacker to break root once he has broken into a
[all …]
/freebsd/contrib/ncurses/
H A DNEWS1 -------------------------------------------------------------------------------
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 …]
H A Dconfigure.in2 dnl Copyright 2018-2023,2024 Thomas E. Dickey *
3 dnl Copyright 1998-2017,2018 Free Software Foundation, Inc. *
30 dnl Author: Thomas E. Dickey 1995-on
36 dnl https://invisible-island.net/autoconf/
37 dnl https://invisible-island.net/autoconf/my-autoconf.html
39 dnl ---------------------------------------------------------------------------
56 ### Save the given $CFLAGS to allow user-override.
59 ### Default install-location
69 [ --without-ada suppress check for Ada compiler, don't build demo],
91 [ --without-cxx do not adjust ncurses bool to match C++],
[all …]
/freebsd/contrib/tcsh/
H A DFixes1 15. V6.22.04 - 20210426
2 14. Don't crash with 'bindkey "^0" clear-screen' (Karl Jeacle)
4 12. V6.22.03 - 20201118
14 4. V6.22.02 - 20191204
16 2. V6.22.01 - 20191201
23 6. V6.22.00 - 20191128
24 5. PR/113: Sobomax: avoid infinite loops for -c commands when stdout is
31 range character instead of the start of range. [l-z]* would match foo
33 12. V6.21.00 - 20190508
48 20. V6.20.00 - 20161124
[all …]
/freebsd/secure/usr.bin/openssl/man/
H A Dopenssl-verification-options.118 .\" Set up some character translations and predefined strings. \*(-- will
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\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
/freebsd/crypto/openssh/
H A DINSTALL2 ----------------
6 compiler's run-time integrity checking options. Some notes about
8 - clang: -ftrapv and -sanitize=integer require the compiler-rt runtime
9 (CC=clang LDFLAGS=--rtlib=compiler-rt ./configure)
24 - LibreSSL (https://www.libressl.org/) 3.1.0 or greater
25 - OpenSSL (https://www.openssl.org) 1.1.1 or greater
27 LibreSSL/OpenSSL should be compiled as a position-independent library
28 (i.e. -fPIC, eg by configuring OpenSSL as "./config [options] -fPIC"
29 or LibreSSL as "CFLAGS=-fPIC ./configure") otherwise OpenSSH will not
30 be able to link with it. If you must use a non-position-independent
[all …]
/freebsd/sys/dev/sdhci/
H A Dfsl_sdhci.c1 /*-
105 * Freescale-specific registers, or in some cases the layout of bits within the
106 * sdhci-defined register is different on Freescale. These names all begin with
112 #define SDHC_VEND_SPEC 0xC0 /* Vendor-specific register. */
177 {"fsl,imx6q-usdhc", HWTYPE_USDHC},
178 {"fsl,imx6sl-usdhc", HWTYPE_USDHC},
179 {"fsl,imx53-esdhc", HWTYPE_ESDHC},
180 {"fsl,imx51-esdhc", HWTYPE_ESDHC},
193 return (bus_read_4(sc->mem_res, off)); in RD4()
200 bus_write_4(sc->mem_res, off, val); in WR4()
[all …]
/freebsd/contrib/dialog/
H A DCHANGES1 -- $Id: CHANGES,v 1.723 2021/01/17 20:21:41 tom Exp $
2 -- Thomas E. Dickey <dickey@invisible-island.net>
9 + add option --no-hot-list, to allow suppressing the hotkey feature
12 with the button-box (report by Victor Ananjevsky).
13 + modify options-parsing to permit a "no" on any boolean option and
14 deprecating the "no" options without a "-" , e.g., generalizing on
15 "--nook" equivalence to "--no-ok".
23 + modify configure script's compiler check to work around Xcode's
25 + enable keep-tite feature for NetBSD 8 and up; earlier releases would
28 + add option "--cursor-off-label"
[all …]
/freebsd/sys/dev/uart/
H A Duart_dev_ns8250.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
102 while ((inb(stat) & LSR_THRE) == 0 && --limit > 0) in uart_ns8250_early_putc()
160 return (16000000 * divisor / bas->rclk); in ns8250_delay()
161 return (16000 * divisor / (bas->rclk / 1000)); in ns8250_delay()
179 error = ((actual_baud - baudrate) * 2000 / baudrate + 1) / 2; in ns8250_divisor()
182 if (error < -UART_DEV_TOLERANCE_PCT || error > UART_DEV_TOLERANCE_PCT) in ns8250_divisor()
198 * an infinite loop when the hardware is broken. Make the in ns8250_drain()
202 while ((uart_getreg(bas, REG_LSR) & LSR_TEMT) == 0 && --limit) in ns8250_drain()
213 * an infinite loop when the hardware is broken. Make the in ns8250_drain()
[all …]
/freebsd/share/doc/usd/13.viref/
H A Dset.opt.roff61 When this option is set, text is broken up into three classes:
106 .LI <carriage-return>
109 .LI <carriage-return>
117 .LI <word-erase>
121 .LI <control-D>
124 .LI <control-D>
129 .QT 0<control-D>
133 .QT ^<control-D>
177 .CO <control-Z>
227 option is ignored if the file is considered read-only for any reason.
[all …]
/freebsd/contrib/sendmail/doc/op/
H A Dop.me1 .\" Copyright (c) 1998-2013 Proofpoint, Inc. and its suppliers.
12 .\" $Id: op.me,v 8.759 2014-01-13 14:40:05 ca Exp $
14 .\" eqn op.me | pic | troff -me
51 .eh 'SMM:08-%''Sendmail Installation and Operation Guide'
52 .oh 'Sendmail Installation and Operation Guide''SMM:08-%'
74 .b SENDMAIL\u\s-6TM\s0\d
103 .i Sendmail \u\s-2TM\s0\d
107 It is not tied to any one transport protocol \*-
173 explains the day-to-day information you should know
185 contains the nitty-gritty information about the configuration
[all …]

123456789