| /freebsd/sys/contrib/device-tree/Bindings/display/ | 
| H A D | xylon,logicvc-display.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---
 5 $id: http://devicetree.org/schemas/display/xylon,logicvc-display.yaml#
 6 $schema: http://devicetree.org/meta-schemas/core.yaml#
 11   - Paul Kocialkowski <paul.kocialkowski@bootlin.com>
 16   with Xilinx Zynq-7000 SoCs and Xilinx FPGAs.
 20   synthesis time. As a result, many of the device-tree bindings are meant to
 24   Layers are declared in the "layers" sub-node and have dedicated configuration.
 25   In version 3 of the controller, each layer has fixed memory offset and address
 32       - xylon,logicvc-3.02.a-display
 [all …]
 
 | 
| /freebsd/contrib/libpcap/ | 
| H A D | CHANGES | 5       Mark pcap_vasprintf() as printf-like.16       Avoid casting hack for the Windows cleanup-on-exit routine.
 21       Remove the unused pcap-rpcap-int.h header file.
 23       Make some static variables thread-local; fixes issue #1174.
 36       Avoid 32-bit unsigned integer overflow in USB captures.  Fixes
 49       Report {non-existent zone}/{interface} errors appropriately.
 50       Allow attaching to links owned by a non-global zone.  (Based on
 55         in recent SDKs, including tagging pcap-namedb.h routines.
 63       Report non-existent devices correctly.
 68       Add support for promiscuous mode.
 [all …]
 
 | 
| /freebsd/sys/dev/qlnx/qlnxe/ | 
| H A D | ecore_roce_api.h | 2  * Copyright (c) 2017-2018 Cavium, Inc. 48  * The FW supports a CNQ of 64k-1 and this apparently causes an issue - notice
 53 #define ECORE_RDMA_MAX_CNQ_SIZE               (0xFFFF) /* 2^16 - 1 */
 142 	/* Abilty to support RNR-NAK generation */
 231 /* The CQ Mode affects the CQ doorbell transaction size.
 251 	u16	dcqcn_g;     /* Alpha update gain in 1/64K resolution */
 252 	u32	dcqcn_k_us;  /* Alpha update interval */
 385 	/* output variables, provided to the upper layer */
 548 	/* output variables, provided to the upper layer */
 679 /* Before calling rdma_start upper layer (VBD/qed) should fill the
 [all …]
 
 | 
| H A D | ecore_rdma_api.h | 2  * Copyright (c) 2018-2019 Cavium, Inc.51  * The FW supports a CNQ of 64k-1 and this apparently causes an issue - notice
 56 #define ECORE_RDMA_MAX_CNQ_SIZE               (0xFFFF) /* 2^16 - 1 */
 153 	/* Abilty to support RNR-NAK generation */
 242 /* The CQ Mode affects the CQ doorbell transaction size.
 264 	u32	dcqcn_gd;    /* Alpha denominator */
 265 	u32	dcqcn_k_us;  /* Alpha update interval */
 439 	/* output variables, provided to the upper layer */
 612 	/* output variables, provided to the upper layer */
 763 /* Before calling rdma_start upper layer (VBD/qed) should fill the
 [all …]
 
 | 
| /freebsd/sys/dev/isp/ | 
| H A D | DriverManual.txt | 31 work at porting the NetBSD Operating System to the Alpha architectures54 PCI and SBus SCSI cards, and now also drove the QLogic 2100 FC-AL HBA.
 56 After this, ports to non-NetBSD platforms became interesting as well.
 65 mode support has been added, and 2300 support as well as an FC-IP stack
 71 Normally you design via top-down methodologies and set an initial goal
 76 as I perceive them to be now- not necessarily what they started as.
 90 as well as private loop and private loop, direct-attach topologies.
 91 FC-IP support is also a goal.
 93 For both SCSI and Fibre Channel, simultaneous target/initiator mode support
 119 The QLogic HBA cards all contain a tiny 16-bit RISC-like processor and
 [all …]
 
 | 
| /freebsd/share/man/man4/ | 
| H A D | inet.4 | 42 transport layer, and utilizing the Internet address format.55 .Tn alpha ,
 67 .Bd -literal -offset indent
 129 interface or peers address in case of point-to-point interface.
 134 .Bl -tag -width ".Dv SIOCGIFBRDADDR" -offset indent -compact
 168 .Bl -tag -width ".Va accept_sourceroute"
 170 Boolean: enable/disable accepting of source-routed IP packets (default false).
 179 in all VNETs (read-only).
 185 for the VNET (read-only).
 187 Integer: time to live for IPv4 packet fragments in the per-VNET reassemby queue.
 [all …]
 
 | 
| /freebsd/sys/powerpc/mpc85xx/ | 
| H A D | fsl_diu.c | 1 /*-68 #define	DIU_DIU_MODE		0x01C	/* DIU4 Mode */
 76 #define	DIU_BGND_WB		0x024	/* Background Color in write back Mode Register */
 121 #define DIU_CTRLDESCL(n, m)	0x200 + (0x40 * n) + 0x4 * (m - 1)
 130 #define	 EN_LAYER		(1 << 31)	/* Enable the layer */
 179 	{ -1, 0 }
 205 	reg = bus_read_4(sc->res[0], DIU_INT_STATUS);  in diu_intr()
 206 	bus_write_4(sc->res[0], DIU_INT_STATUS, reg);  in diu_intr()
 225 	/* adding freq/2 to round-to-closest */  in diu_set_pxclk()
 243 	panel = &sc->sc_panel;  in diu_init()
 [all …]
 
 | 
| /freebsd/sys/dev/firewire/ | 
| H A D | if_fwe.c | 1 /*-2  * SPDX-License-Identifier: BSD-4-Clause
 4  * Copyright (c) 2002-2003
 67 #define TX_MAX_QUEUE	(FWMAXQUEUE - 1)
 107 	fwe = ((struct fwe_eth_softc *)if_getsoftc(ifp))->fwe;  in fwe_poll()
 108 	fc = fwe->fd.fc;  in fwe_poll()
 109 	fc->poll(fc, (cmd == POLL_AND_CHECK_STATUS)?0:1, count);  in fwe_poll()
 147 	mtx_init(&fwe->mtx, "fwe", NULL, MTX_DEF);  in fwe_attach()
 149 	fwe->stream_ch = stream_ch;  in fwe_attach()
 150 	fwe->dma_ch = -1;  in fwe_attach()
 [all …]
 
 | 
| /freebsd/contrib/ntp/sntp/libevent/ | 
| H A D | ChangeLog | 1 Changes in version 2.1.12-stable (05 Jul 2020)18   o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper)
 23   o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin)
 24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh…
 28   o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin)
 32 …po in GetAdaptersAddresses windows library. It should be iphlpapi.dll (891adda9 Aleksandr-Melnikov)
 33   o Merge branch 'EV_CLOSED-and-EV_ET-fixes' (db2efdf5 Azat Khuzhin)
 41   o Merge branch 'fix-signal-leak' (poll/select now needs reinit) (1c9cc07b Azat Khuzhin)
 56   o https-client: load certificates from the system cert store on Windows (e9478640 yuangongji)
 71   o Merge branch 'http-connect' (e2424229 Azat Khuzhin)
 [all …]
 
 | 
| H A D | ChangeLog-2.0 | 1 Changes in version 2.0.21-stable (18 Nov 2012)6  o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev)
 9  o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4)
 18 Changes in version 2.0.20-stable (23 Aug 2012)
 44  o Fix various check-after-dereference issues in unit tests: found by coverity (4f3732d)
 54 Changes in version 2.0.19-stable (3 May 2012)
 58 …o If a higher-priority event becomes active, don't continue running events of the current priority…
 61  o Fixed potential double-readcb execution with openssl bufferevents. (4e62cd1 Mark Ellzey)
 66  o When retransmitting a timed-out DNS request, pick a fresh nameserver. (3d9e52a)
 76  o Generate event-config.h with a single sed script (30b6f88 Zack Weinberg)
 [all …]
 
 | 
| /freebsd/contrib/libevent/ | 
| H A D | ChangeLog | 1 Changes in version 2.1.12-stable (05 Jul 2020)18   o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper)
 23   o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin)
 24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh…
 28   o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin)
 32 …po in GetAdaptersAddresses windows library. It should be iphlpapi.dll (891adda9 Aleksandr-Melnikov)
 33   o Merge branch 'EV_CLOSED-and-EV_ET-fixes' (db2efdf5 Azat Khuzhin)
 41   o Merge branch 'fix-signal-leak' (poll/select now needs reinit) (1c9cc07b Azat Khuzhin)
 56   o https-client: load certificates from the system cert store on Windows (e9478640 yuangongji)
 71   o Merge branch 'http-connect' (e2424229 Azat Khuzhin)
 [all …]
 
 | 
| H A D | ChangeLog-2.0 | 1 Changes in version 2.0.21-stable (18 Nov 2012)6  o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev)
 9  o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4)
 18 Changes in version 2.0.20-stable (23 Aug 2012)
 44  o Fix various check-after-dereference issues in unit tests: found by coverity (4f3732d)
 54 Changes in version 2.0.19-stable (3 May 2012)
 58 …o If a higher-priority event becomes active, don't continue running events of the current priority…
 61  o Fixed potential double-readcb execution with openssl bufferevents. (4e62cd1 Mark Ellzey)
 66  o When retransmitting a timed-out DNS request, pick a fresh nameserver. (3d9e52a)
 76  o Generate event-config.h with a single sed script (30b6f88 Zack Weinberg)
 [all …]
 
 | 
| /freebsd/contrib/tcpdump/ | 
| H A D | CHANGES | 5       BGP: Fix an undefined behavior when it tries to parse a too-short packet.7       CDP: only hex-dump unknown TLVs in verbose mode.
 9       DHCPv6: client-id/server-id DUID type 2 correction; parse the user class,
 10         boot file URL, and SZTP redirect options; add DUID-UUID printing
 12       DNS: Detect and correctly handle too-short URI RRs.
 25       IPv6: Fix invalid 32-bit versus 64-bit printouts of fragment headers.
 37       NFS: Avoid printing non-ASCII characters.
 39       OSPF: Update LS-Ack printing not to run off the end of the packet.
 44       Use the buffer stack for de-escaping PPP; fixes CVE-2024-2397;
 49       RPKI-Router: Refine length and bounds checks.
 [all …]
 
 | 
| /freebsd/contrib/file/magic/Magdir/ | 
| H A D | images | 2 #------------------------------------------------------------------------------4 # images:  file(1) magic for image formats (see also "iff", and "c-lang" for
 9 # merging several one- and two-line files into here.
 13 # Targa - matches `povray', `ppmtotga' and `xv' outputs
 19 # Note:		called by DROID "Truevision TGA Bitmap" version 1.0 via PUID x-fmt/367
 23 #	or theoretically 2-128 reserved for use by Truevision or 128-255 may be used for developer applic…
 32 # Targa image data (strength=70=110-40) before some Commodore disc image (strength=70=70+0 ./c64) l…
 35 !:strength -40
 37 #>(2.S-2) belong	!0x28632943
 45 # skip some MPEG sequence *.vob HV001T01.EVO winnicki.mpg with unacceptable alpha channel depth 11
 [all …]
 
 | 
| /freebsd/contrib/ntp/ntpd/ | 
| H A D | ntp_proto.c | 2  * ntp_proto.c - NTP version 4 protocol machinery31 # define BDELAY_DEFAULT (-0.050)
 38 		x.l_ui &= ~((1 << SRVFUZ_SHIFT) - 1U);	\
 50 	AUTH_UNKNOWN = -1,	/* Unknown */
 158 int	peer_ntpdate;		/* active peers in ntpdate mode */
 167 int	sys_ceiling = STRATUM_UNSPEC - 1; /* cluster stratum ceiling */
 179  * Statistics counters - first the good, then the bad
 196  * The default way is "on-receipt".  If this was a packet from a
 197  * well-behaved source, on-receipt will offer the fastest recovery.
 199  * for a bad-guy to DoS us.  So look and see what bites you harder
 [all …]
 
 | 
| /freebsd/crypto/openssl/ | 
| H A D | NEWS.md | 8 ----------------10  - [OpenSSL 3.5](#openssl-35)
 11  - [OpenSSL 3.4](#openssl-34)
 12  - [OpenSSL 3.3](#openssl-33)
 13  - [OpenSSL 3.2](#openssl-32)
 14  - [OpenSSL 3.1](#openssl-31)
 15  - [OpenSSL 3.0](#openssl-30)
 16  - [OpenSSL 1.1.1](#openssl-111)
 17  - [OpenSSL 1.1.0](#openssl-110)
 18  - [OpenSSL 1.0.2](#openssl-102)
 [all …]
 
 | 
| H A D | CHANGES.md | 4 This is a detailed breakdown of significant changes. For a high-level overview13 ----------------
 15  - [OpenSSL 3.5](#openssl-35)
 16  - [OpenSSL 3.4](#openssl-34)
 17  - [OpenSSL 3.3](#openssl-33)
 18  - [OpenSSL 3.2](#openssl-32)
 19  - [OpenSSL 3.1](#openssl-31)
 20  - [OpenSSL 3.0](#openssl-30)
 21  - [OpenSSL 1.1.1](#openssl-111)
 22  - [OpenSSL 1.1.0](#openssl-110)
 [all …]
 
 | 
| /freebsd/sys/contrib/alpine-hal/eth/ | 
| H A D | al_hal_eth_ec_regs.h | 1 /*-10 found at http://www.gnu.org/licenses/gpl-2.0.html
 214 	/* [0x38] VLAN p-bits table address */
 216 	/* [0x3c] VLAN p-bits table data */
 496 	/* [0x4] Number of clocks to get into EEE mode. */
 498 	/* [0x8] Number of clocks to stop MAC EEE mode after getting ... */
 590 	/* [0x8] Multi-stream write, number of Rx packets */
 592 	/* [0xc] Multi-stream write, number of dropped packets at SO ... */
 594 	/* [0x10] Multi-stream write, number of dropped packets at SO ... */
 596 	/* [0x14] Multi-stream write, number of dropped packets at EO ... */
 [all …]
 
 | 
| /freebsd/contrib/tnftp/ | 
| H A D | ChangeLog | 29 		- Rename internal getline() to get_line() to avoid31 		- Avoid a NULL dereference in an error message.
 44 	  - Add the time.h headers to accheck_includes, for the strptime check.
 45 	  - Remove the check for el_init in libedit; we're always replacing
 54 	    - Only attempt to el_parse() a command unknown by the default
 57 	    - Turn off the alarmtimer before resetting the SIGALRM handler
 60 	    - Add epsv6 and epsv to disable extended passive mode for ipv6 or
 64 	    - Improve parsing of chunked transfer chunks per RFC2616:
 65 	      - more stringent chunk-size parsing
 66 	      - ignore optional trailing ';chunk-ext' stuff, instead of barfing
 [all …]
 
 | 
| /freebsd/contrib/ntp/ | 
| H A D | CommitLog | 1 ChangeSet@1.4062, 2024-05-25 00:06:49-07:00, ntpreleng@ntp-build.tal1.ntfo.org5   ChangeLog@1.2103 +1 -0
 8   ntpd/invoke-ntp.conf.texi@1.231 +1 -1
 11   ntpd/invoke-ntp.keys.texi@1.214 +1 -1
 14   ntpd/invoke-ntp
 [all...]
 | 
| /freebsd/contrib/pam_modules/pam_passwdqc/ | 
| H A D | wordset_4k.c | 6  * I've replaced two 7-character words to save space.342 	"alpha",
 2105 	"layer",
 2382 	"mode",
 
 | 
| /freebsd/contrib/sendmail/ | 
| H A D | RELEASE_NOTES | 13 		- Prevent transaction stuffing by ensuring SMTP clients19 		- Accept only CRLF . CRLF as end of an SMTP message
 22 		- Do not accept a CR or LF except in the combination
 31 		are used, i.e., TLSA RR 2-x-y and 3-x-y are supported
 63 		another RCPT in pipelining mode then parts of the
 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/sys/dev/sk/ | 
| H A D | if_sk.c | 3 /*-4  * SPDX-License-Identifier: BSD-4-Clause
 20  * 4. Neither the name of the author nor the names of any co-contributors
 36 /*-
 54  * SysKonnect SK-NET gigabit ethernet driver for FreeBSD. Supports
 55  * the SK-984x series adapters, both single port and dual port.
 58  *  https://www.freebsd.org/~wpaul/SysKonnect/xmacii_datasheet_rev_c_9-29.pdf
 65  * https://people.freebsd.org/~wpaul/SysKonnect/xmacii_datasheet_rev_c_9-29.pdf
 176 		"D-Link DGE-530T Gigabit Ethernet"
 181 		"D-Link DGE-530T Gigabit Ethernet"
 [all …]
 
 | 
| /freebsd/share/misc/ | 
| H A D | pci_vendors | 5 #	Date:    2025-10-18 03:15:018 #	the PCI ID Project at https://pci-ids.ucw.cz/.
 14 #	(version 2 or higher) or the 3-clause BSD License.
 25 #	device  device_name				<-- single tab
 26 #		subvendor subdevice  subsystem_name	<-- two tabs
 30 # This is a relabelled RTL-8139
 31 	8139  AT-2500TX V3 Ethernet
 41 	7a09  PCI-to-PCI Bridge
 51 	7a19  PCI-to-PCI Bridge
 57 	7a29  PCI-to-PCI Bridge
 [all …]
 
 | 
| /freebsd/share/dict/ | 
| H A D | web2a | 12 A-b-c book13 A-b-c method
 14 abdomino-uterotomy
 15 Abdul-baha
 16 a-be
 20 able-bodied
 21 able-bodiedness
 22 able-minded
 23 able-mindedness
 27 Abor-miri
 [all …]
 
 |