| /freebsd/sys/contrib/device-tree/Bindings/input/ |
| H A D | dlg,da7280.txt | 4 - compatible: Should be "dlg,da7280". 5 - reg: Specifies the I2C slave address. 7 - interrupt-parent : Specifies the phandle of the interrupt controller to 10 - dlg,actuator-type: Set Actuator type. it should be one of: 11 "LRA" - Linear Resonance Actuator type. 12 "ERM-bar" - Bar type Eccentric Rotating Mass. 13 "ERM-coin" - Coin type Eccentric Rotating Mass. 15 - dlg,const-op-mode: Haptic operation mode for FF_CONSTANT. 17 1 - Direct register override(DRO) mode triggered by i2c(default), 18 2 - PWM data source mode controlled by PWM duty, [all …]
|
| H A D | dlg,da7280.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Dialog Semiconductor DA7280 Low Power High-Definition Haptic Driver 10 - Roy Im <roy.im.opensource@diasemi.com> 23 dlg,actuator-type: 25 - LRA # Linear Resonance Actuator type 26 - ERM-bar # Bar type Eccentric Rotating Mass 27 - ERM-coin # Coin type Eccentric Rotating Mass 29 dlg,const-op-mode: [all …]
|
| /freebsd/sys/dev/spibus/controller/allwinner/ |
| H A D | aw_spi.c | 1 /*- 49 #define AW_SPI_GCR_EN (1 << 0) /* ENable */ 51 #define AW_SPI_GCR_TP_EN (1 << 7) /* 1 = Stop transmit when FIFO is full */ 60 #define AW_SPI_TCR_RPSM (1 << 10) /* Rapid Mode Select */ 126 { "allwinner,sun8i-h3-spi", 1 }, 133 { -1, 0 } 156 #define AW_SPI_LOCK(sc) mtx_lock(&(sc)->mtx) 157 #define AW_SPI_UNLOCK(sc) mtx_unlock(&(sc)->mtx) 158 #define AW_SPI_ASSERT_LOCKED(sc) mtx_assert(&(sc)->mtx, MA_OWNED) 159 #define AW_SPI_READ_1(sc, reg) bus_read_1((sc)->res[0], (reg)) [all …]
|
| /freebsd/sbin/ping/ |
| H A D | ping.8 | 58 .Ar IPv4-host 77 .Ar IPv4-mcast-group 96 .Op Ar IPv6-hops ... 97 .Ar IPv6-host 102 .Ar ( IPv4-host 104 .Ar IPv4-mcast-group ) 124 .Ar ( IPv6-host ) , 148 For backwards-compatibility, ICMPv6 can also be selected by invoking the binary 152 .Bl -tag -width indent 166 .Bd -literal -offset indent [all …]
|
| /freebsd/sys/dev/rl/ |
| H A D | if_rl.c | 1 /*- 16 * 4. Neither the name of the author nor the names of any co-contributors 48 * exception of the FEAST chip made by SMC. The 8139 supports bus-master 50 * gains that bus-master DMA usually offers. 54 * on a longword (32-bit) boundary. This means we almost always have to 57 * is 32-bit aligned within the mbuf's data area. The presence of only 72 * On the bright side, the 8139 does have a built-in PHY, although 75 * space. The 8139 supports autonegotiation, as well as a 64-bit multicast 80 * the 8139 lets you directly access the on-board PHY registers. We need 151 "D-Link DFE-520TX (rev. C1) 10/100BaseTX" }, [all …]
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | hostapd.conf | 6 # Note: This attribute can be overridden by the values supplied with the '-i' 37 # Module bitfield (ORed bitfield of modules that will be logged; -1 = all 53 logger_syslog=-1 55 logger_stdout=-1 72 # run as non-root users. However, since the control interface can be used to 75 # want to allow non-root users to use the control interface, add a new group 89 # (double quoted string, hexdump, printf-escaped string) 94 # UTF-8 SSID: Whether the SSID is to be interpreted using UTF-8 encoding 97 # Country code (ISO/IEC 3166-1). Used to set regulatory domain. 116 # Annex E, Table E-4 (Global operating classes) [all …]
|
| /freebsd/sys/dev/e1000/ |
| H A D | e1000_ich8lan.c | 2 SPDX-License-Identifier: BSD-3-Clause 4 Copyright (c) 2001-2020, Intel Corporation 36 * 82562G-2 10/100 Network Connection 38 * 82562GT-2 10/100 Network Connection 40 * 82562V-2 10/100 Network Connection 41 * 82566DC-2 Gigabit Network Connection 43 * 82566DM-2 Gigabit Network Connection 50 * 82567LM-2 Gigabit Network Connection 51 * 82567LF-2 Gigabit Network Connection 52 * 82567V-2 Gigabit Network Connection [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. 20 IP: Enable TSO (TCP Segmentation Offload) support; fix printing invalid 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; [all …]
|
| /freebsd/contrib/tcsh/ |
| H A D | complete.tcsh | 12 # Added two Debian-specific completions: dpkg and dpkg-deb (who 21 onintr - 43 setenv OSTYPE `echo "$HOSTTYPE" | sed -e 's/^(i[3456]86|(amd|x86_)64)-//'` 50 if ( -r "$f" ) then 52 -e 's/#.*//' \ 53 -e '/^[+-]@/d' \ 54 -e 's/^[-+]//' \ 55 -e 's/[[:space:]].*//' \ 56 -e 's/,/\n/g' "$f" \ 57 | sed -e '/^[.:[:xdigit:][:space:]]*$/d'`) [all …]
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_gpsdjson.c | 2 * refclock_gpsdjson.c - clock driver as GPSD JSON client 15 * - There is no GPSD for Windows. (There is an unofficial port to 18 * - To work properly, this driver needs PPS and TPV/TOFF sentences 22 * - The device name matching must be done in a different way for 26 * Windows, there's no reason why this should not work there ;-) If this 29 * --------------------------------------------------------------------- 51 * --------------------------------------------------------------------- 55 * Enable and check the clock stats. Check if there are bad replies; 71 * ?WATCH={"device":"/dev/gps0","enable":true,"json":true,"pps":true};<CRLF> 98 #define INVALID_TOKEN (-1) [all …]
|
| H A D | refclock_parse.c | 2 …* /src/NTP/REPOSITORY/ntp4-dev/ntpd/refclock_parse.c,v 4.81 2009/05/01 10:15:29 kardel RELEASE_200… 18 * Copyright (c) 1995-2015 by Frank Kardel <kardel <AT> ntp.org> 19 …* Copyright (c) 1989-1994 by Frank Kardel, Friedrich-Alexander Universitaet Erlangen-Nuernberg, Ge… 57 * - Meinberg receiver DCF77 PZF535 (TCXO version) (DCF) 58 * - Meinberg receiver DCF77 PZF535 (OCXO version) (DCF) 59 * - Meinberg receiver DCF77 PZF509 (DCF) 60 * - Meinberg receiver DCF77 AM receivers (e.g. C51) (DCF) 61 * - IGEL CLOCK (DCF) 62 * - ELV DCF7000 (DCF) 63 * - Schmid clock (DCF) [all …]
|
| /freebsd/share/dict/ |
| H A D | web2a | 12 A-b-c book 13 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 …]
|
| H A D | web2 | 61459 enable 99810 Jean-Christophe 99811 Jean-Pierre 163358 rapid 190343 stop
|
| /freebsd/contrib/pam_modules/pam_passwdqc/ |
| H A D | wordset_4k.c | 6 * I've replaced two 7-character words to save space. 1316 "enable", 2909 "rapid", 3504 "stop",
|
| /freebsd/contrib/ntp/ |
| H A D | ChangeLog | 1 --- 7 * [Bug 3913] Avoid duplicate IPv6 link-local manycast associations. 10 * [Bug 3910] Memory leak using openssl-3 <hart@ntp.org> 13 * [Bug 3903] lib/isc/win32/strerror.c NTstrerror() is not thread-safe. 15 * [Bug 3901] LIB_GETBUF isn't thread-safe. <hart@ntp.org> 18 * [Bug 3888] ntpd with multiple same-subnet IPs using manycastclient creates 25 * [Bug 3869] Remove long-gone "calldelay" & "crypto sign" from docs. 29 * [Bug 3864] ntpd IPv6 refid different for big-endia [all...] |
| H A D | NEWS | 1 --- 10 - changes crypto (OpenSSL or compatible) detection and default build behavior. 11 Previously, crypto was supported if available unless the --without-crypto 13 falling back to a crypto-free build if usable libcrypto was not found has 15 The --withou [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/misc/ |
| H A D | usb_vendors | 6 # http://www.linux-usb.org/usb-ids.html 7 # or send entries as patches (diff -u old new) in the 10 # http://www.linux-usb.org/usb.ids 13 # Date: 2025-09-15 20:34:02 20 # device device_name <-- single tab 21 # interface interface_name <-- two tabs 38 5301 GW-US54ZGL 802.11bg 54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211] 64 0200 TP-Link 86 120e ASI120MC-S Planetary Camera [all …]
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 7 # bug-ncurses@gnu.org 19 # under the ncurses MIT-style license. That was the effect of the agreement 33 # some portions of the data are derivative work under a compatible MIT-style 36 #------------------------------------------------------------------------------ 37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying 38 # https://invisible-island.net/personal/copyrights.html#removing_notes 39 #------------------------------------------------------------------------------ 48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu 54 # This file describes the capabilities of various character-cell terminals, 55 # as needed by software such as screen-oriented editors. [all …]
|
| /freebsd/sys/netinet/tcp_stacks/ |
| H A D | rack.c | 1 /*- 2 * Copyright (c) 2016-2020 Netflix, Inc. 159 * - Matt Mathis's Rate Halving which slowly drops 162 * - Yuchung Cheng's RACK TCP (for which its named) that 163 * will stop us using the number of dup acks and instead 165 * - Reorder Detection of RFC4737 and the Tail-Loss probe draft 183 * TCP output is also over-written with a new version since it 188 static int32_t rack_tlp_limit = 2; /* No more than 2 TLPs w-out new data */ 191 static int32_t rack_reorder_fade = 60000000; /* 0 - never fade, def 60,000,000 192 * - 60 seconds */ [all …]
|