| /freebsd-src/share/man/man4/ |
| H A D | ppbus.4 | 42 system provides a uniform, modular and architecture-independent 48 .Bl -bullet -offset indent 50 architecture-independent macros or functions to access parallel ports 57 with kernel-in drivers. 61 and non-standard software: 63 .Bl -column "Driver" -compact 67 .It Sy lpbb Ta "Philips official parallel port I2C bit-banging interface" 73 .Bl -column "Driver" -compact 100 .Bl -bullet -offset indent 104 bidirectional 8/4-bits mode, also called NIBBLE mode [all …]
|
| H A D | net80211.4 | 1 .\"- 51 .Bl -tag -width ".Dv SIOCG80211" 62 .Bd -literal 73 -1 and set the global variable errno to 78 or in a user-specified buffer pointed to by 96 .Bl -tag -width indent 162 This value will be non-zero when AP bridging is enabled and otherwise zero. 200 When this value is non-zero and operating in station mode 238 If this value is non-zero then the system will try to send packets closely 261 This value will be non-zero when Countermeasures are enabled and [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | stericsson,db8500-prcmu.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mfd/stericsson,db8500-prcmu.yaml# 5 $schema: http://devicetree.org/meta-schema [all...] |
| H A D | x-powers,axp152.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/mfd/x-powers,axp152.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: X-Powers AXP PMIC 10 - Che [all...] |
| H A D | stericsson,ab8500.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: ST-Ericsso [all...] |
| H A D | axp20x.txt | 4 axp152 (X-Powers) 5 axp202 (X-Powers) 6 axp209 (X-Powers) 7 axp221 (X-Powers) 8 axp223 (X-Powers) 9 axp803 (X-Powers) 10 axp806 (X-Powers) 11 axp809 (X-Powers) 12 axp813 (X-Powers) 20 - compatible: should be one of: [all …]
|
| /freebsd-src/sys/contrib/device-tree/src/arm/amlogic/ |
| H A D | meson8b-ec100.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/input/input.h> 22 stdout-path = "serial0:115200n8"; 30 emmc_pwrseq: emmc-pwrseq { 31 compatible = "mmc-pwrseq-emm [all...] |
| /freebsd-src/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | gpio.txt | 5 ----------------- 7 GPIO properties should be named "[<name>-]gpios", with <name> being the purpose 8 of this GPIO for the device. While a non-existent <name> is considered valid 10 for new bindings. Also, GPIO properties named "[<name>-]gpio" are valid and old 24 and bit-banged data signals: 27 gpio-controller; 28 #gpio-cells = <2>; 32 data-gpios = <&gpio1 12 0>, 44 recommended to use the two-cell approach. 48 include/dt-bindings/gpio/gpio.h whenever possible: [all …]
|
| /freebsd-src/crypto/openssl/crypto/dso/ |
| H A D | dso_vms.c | 2 * Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved. 90 /* Ensure 32-bit pointer for "p", and appropriate malloc() function. */ in vms_load() 113 /*- in vms_load() 116 * node::dev:[dir-spec]name.type;ver in vms_load() 118 * or (for compatibility with TOPS-20): in vms_load() 120 * node::dev:<dir-spec>name.type;ver in vms_load() 122 * and the dir-spec uses '.' as separator. Also, a dir-spec in vms_load() 123 * may consist of several parts, with mixed use of [] and <>: in vms_load() 131 * Start with trying to find the end of a dir-spec, and save the position in vms_load() 149 * If there is a period and the next character is a semi-colon, in vms_load() [all …]
|
| /freebsd-src/contrib/openpam/ |
| H A D | HISTORY | 1 OpenPAM Ximenia 2023-06-27 3 - BUGFIX: Fix race condition in openpam_ttyconv(3) when used with 6 - BUGFIX: In openpam_set_option(3), when removing an option, properly 9 - BUGFIX: In openpam_subst(3), avoid incrementing past the end of the 12 OpenPAM Tabebuia 2019-02-24 14 - BUGFIX: Fix off-by-one bug in pam_getenv(3) which was introduced in 17 - ENHANCE: Add unit tests for pam_{get,put,set}env(3). 19 OpenPAM Resedacea 2017-04-30 21 - BUGFIX: Reinstore the NULL check in pam_end(3) which was removed in 22 OpenPAM Radula, as it breaks common error-handling constructs. [all …]
|
| /freebsd-src/sys/dev/sound/pci/hda/ |
| H A D | hdaa.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2008-2012 Alexander Motin <mav@FreeBSD.org> 50 #define hdaa_lock(devinfo) snd_mtxlock((devinfo)->lock) 51 #define hdaa_unlock(devinfo) snd_mtxunlock((devinfo)->lock) 52 #define hdaa_lockassert(devinfo) snd_mtxassert((devinfo)->lock) 82 static const char *HDA_DEVS[16] = {"Line-ou 3430 hdaa_audio_trace_adc(struct hdaa_devinfo * devinfo,int as,int seq,nid_t nid,int mixed,int min,int only,int depth,int * length,int onlylength) hdaa_audio_trace_adc() argument [all...] |
| /freebsd-src/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-src/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-src/sbin/ifconfig/ |
| H A D | ifconfig.8 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-3-Clause 93 .Bl -tag -width indent 120 The format is specified as a comma-separated list of 141 .Bl -tag -widt [all...] |
| /freebsd-src/contrib/llvm-project/lldb/source/Commands/ |
| H A D | Options.td | 7 def tm_smn : Option<"show-mangled-names", "m">, Group<1>, 14 def tm_errors_only : Option<"errors-only", "e">, Group<1>, 19 def help_hide_aliases : Option<"hide-aliases", "a">, 21 def help_hide_user : Option<"hide-user-commands", "u">, 22 Desc<"Hide user-defined commands from the list.">; 23 def help_show_hidden : Option<"show-hidden-commands", "h">, 68 def blist_dummy_bp : Option<"dummy-breakpoint [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 1 //===--- raw_ostream.cpp - Implement the raw_ostream classes ------ [all...] |
| /freebsd-src/sys/kern/ |
| H A D | subr_unit.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2004 Poul-Henning Kamp 31 * These functions implement a mixed run-length/bitmap management of unit 36 * A return value of -1 signals that no more unit numbers are available. 51 * sleep so the free_unr() function does not come in a pre-locked variant. 131 #define UNR_NO_MTX ((void *)(uintptr_t)-1) 140 KASSERT(mp->state == 0, ("mutex already locked")); in mtx_lock() 141 mp->state = 1; in mtx_lock() 147 KASSERT(mp->state == 1, ("mutex not locked")); in mtx_unlock() [all …]
|
| /freebsd-src/share/doc/papers/devfs/ |
| H A D | paper.me | 1 .\" format with ditroff -me 19 .ip \0\s-2\(bu\s+2 29 .i "Poul-Henning Kamp" 43 Starting from a high-level view of devices and the semantics that 45 grand tour of the redesigned FreeBSD device-I/O system, 99 disk-pack with a filesystem: selling pre-initialised and ``quality 100 tested'' disk-packs was quite a profitable business. 112 device would be inode number 5, the paper-tape-punch number 6 and so on, 122 in most UNIX-like systems even to this day. 150 In order to support remote login a ``pseudo-tty'' device driver was implemented, [all …]
|
| /freebsd-src/sys/sys/ |
| H A D | soundcard.h | 5 /*- 6 * SPDX-License-Identifier: BSD-2-Clause 8 * Copyright by Hannu Savolainen 1993 / 4Front Technologies 1993-2006 55 * snd-sdk-doc-0.1.ps.gz (gzipped postscript). It contains 122 * number of bytes for a write operation to be non-blockin [all...] |
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1 //===-- ProcessGDBRemote.cpp -------- [all...] |
| /freebsd-src/contrib/jemalloc/ |
| H A D | ChangeLog | 14 - Fix a severe virtual memory leak on Windows. This regression was first 15 released in 5.0.0. (@Ignition, @j0t, @frederik-h, @davidtgoldblatt, 17 - Fix size 0 handling in posix_memalign(). This regression was first released 19 - Fix the prof_log unit test which may observe unexpected backtraces from 22 - Fix the declaration of the extent_avail tree. This regression was first 24 - Fix an incorrect reference in jeprof. This functionality was first released 25 in 3.0.0. (@prehistoric-penguin) 26 - Fix an assertion on the deallocation fast-path. This regression was first 28 - Fix the TLS_MODEL attribute in headers. This regression was first released 32 - Implement opt.retain on Windows and enable by default on 64-bit. (@interwq, [all …]
|
| /freebsd-src/contrib/wpa/wpa_supplicant/ |
| H A D | ChangeLog | 3 2024-07-20 - v2.11 4 * Wi-Fi Easy Connect 5 - add support for DPP release 3 6 - allow Configurator parameters to be provided during config exchange 8 - add support for GCM-AES-256 cipher suite 9 - remov [all...] |
| /freebsd-src/sys/dev/qlnx/qlnxe/ |
| H A D | reg_addr.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 33 … (0x1<<0) // Signals an unknown addres… 43 … (0x1<<0) // Signals an unknown addres… 48 … (0x1<<0) // Signals an unknown addres… 78 …- For ending "endless completion". 0 - When receiving a completion timeout while receiving a compl… 79 … DataWidth:0x4 // 0 - TXCPL sync fifo pop underflow 1 - TXR sync fifo pop underflow 2 - TXW hea… 80 …s:R DataWidth:0x6 // 0 - RX target read and config sync fifo push overflow 1 - RX header syn… 81 …ataWidth:0x14 // 4:0 - TXCPL sync fifo pop status 9:5 - TXR sync fifo pop status 14:10 - TXW hea… 88 …ffff<<0) // Vendor ID. PCI-SIG assigned Manufacturer Identifier. Note: The access attributes of … 90 …ce Identifier. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… [all …]
|