/freebsd/contrib/bmake/unit-tests/ |
H A D | cmd-interrupt.mk | 1 # $NetBSD: cmd-interrupt.mk,v 1.4 2023/03/18 22:20:12 sjg Exp $ 20 all: clean-before interrupt-ordinary interrupt-phony interrupt-precious clean-after 22 clean-before clean-after: .PHONY 23 @rm -f cmd-interrupt-ordinary cmd-interrupt-phony cmd-interrupt-precious 25 interrupt-ordinary: 26 @${.MAKE} ${MAKEFLAGS} -f ${MAKEFILE} cmd-interrupt-ordinary || true 27 # The ././ is necessary to work around the file cache. 28 @echo ${.TARGET}: ${exists(././cmd-interrupt-ordinary) :? error : ok } 30 interrupt-phony: .PHONY 31 @${.MAKE} ${MAKEFLAGS} -f ${MAKEFILE} cmd-interrupt-phony || true [all …]
|
/freebsd/share/man/man4/ |
H A D | cgem.4 | 35 .Bd -ragged -offset indent 45 the Xilinx Zynq-7000, the Xilinx Zynq UltraScale+, and the SiFive 51 .Bl -tag -width ".Cm 10baseT/UTP" 65 .Cm full-duplex 67 .Cm half-duplex 75 .Cm full-duplex 77 .Cm half-duplex 82 .Cm full-duplex 89 .Bl -tag -width ".Cm full-duplex" 90 .It Cm full-duplex [all …]
|
H A D | rtw89.4 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2023-2024 Bjoern A. Zeeb 34 The driver will auto-load without any user interaction using 39 Only if auto-loading is explicitly disabled, place the following 43 .Bd -literal -offset indent 54 This driver requires firmware to be loaded before it will work. 56 .Pa wifi-firmware-rtw89-kmod 58 .Pa ports/net/wifi-firmware-rtw89-kmod 84 .Bl -bullet -offset indent -compact [all …]
|
H A D | rtw88.4 | 1 .\"- 2 .\" SPDX-License-Identifer: BSD-2-Clause 4 .\" Copyright (c) 2022-2024 Bjoern A. Zeeb 34 The driver will auto-load without any user interaction using 39 Only if auto-loading is explicitly disabled, place the following 43 .Bd -literal -offset indent 54 This driver requires firmware to be loaded before it will work. 56 .Pa wifi-firmware-rtw88-kmod 58 .Pa ports/net/wifi-firmware-rtw88-kmod 84 .Bl -bullet -offset indent -compact [all …]
|
/freebsd/contrib/ntp/html/hints/ |
H A D | solaris.xtra.4023118 | 15 for NTP to guarantee correctness (in order for NTP's mechanism to work, 27 Ultra which was discovered to tick around 142,980,806 (+/- 10) times 30 Work around:
|
/freebsd/sys/amd64/amd64/ |
H A D | initcpu.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 56 "Lower sharedpage to work around Ryzen issue with executing code near the top of user memory"); 58 * -1: automatic (default) 62 static int hw_clflush_disable = -1; 79 * dual-cores (or future) k8 family. Affected models range is in init_amd() 87 * Work around Erratum 721 for Family 10h and 12h processors. in init_amd() 89 * after a long series of push and/or near-call instructions, in init_amd() 90 * or a long series of pop and/or near-return instructions. in init_amd() 137 * Work around Erratum 793: Specific Combination of Writes to Write in init_amd() [all …]
|
/freebsd/libexec/bootpd/ |
H A D | Problems | 2 Common problems and ways to work around them: 31 If your DNS lookups work but are just slow, consider either 53 My PC clients running Sun's PC-NFS Pro v1.1 fail to receive 61 a simple work-around, just add :ra=255.255.255.255:
|
/freebsd/sys/net/altq/ |
H A D | altq_hfsc.h | 1 /*- 2 * Copyright (c) 1997-1999 Carnegie Mellon University. All Rights Reserved. 6 * for-profit use), provided that both the copyright notice and this 47 u_int d; /* the x-projection of the first segment in msec */ 53 u_int d; /* the x-projection of the first segment in msec */ 85 u_int64_t total; /* total work in bytes */ 86 u_int64_t cumul; /* cumulative work in bytes 87 done by real-time criteria */ 91 u_int64_t f; /* fit time for upper-limit */ 128 u_int64_t total; /* total work in bytes */ [all …]
|
/freebsd/contrib/kyua/utils/process/ |
H A D | executor.hpp | 34 /// in a clean container and in a "safe" work directory that gets cleaned 40 /// around through the lifetime of the next operations. Only one 43 /// track of any per-process data you may need using the returned 57 /// directories: the first is the "work directory", which is an empty directory 58 /// that acts as the subprocess' work directory; the second is the "control 59 /// directory", which is the location where the in-process code may place files 60 /// that are not clobbered by activities in the work directory. 111 /// Objects of this type can be copied around but their implementation is 137 /// and serves as the owner of the remaining on-disk files. The caller is 138 /// expected to call cleanup() before destruction to remove the on-disk state. [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_win_dynamic_runtime_thunk.cpp | 1 //===-- asan_win_dynamic_runtime_thunk.cpp --------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 16 // - creating weak aliases to default implementation imported from asan dll. 17 // - forwarding the detect_stack_use_after_return runtime option 18 // - working around deficiencies of the MD runtime 19 // - installing a custom SEH handler 21 //===----------------------------------------------------------------------===// 51 // just to work around this issue, let's clone the variable that is constant 85 // __asan_unregister_globals on these events, which unfortunately doesn't work [all …]
|
/freebsd/contrib/tcpdump/cmake/Modules/ |
H A D | FindPCAP.cmake | 6 # 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, 16 # and it's not clear that either of them would work without a lot 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. [all …]
|
/freebsd/contrib/netbsd-tests/lib/libcurses/ |
H A D | t_curses.sh | 9 -T $(atf_get_srcdir) \ 10 -t atf \ 11 -I $(atf_get_srcdir)/tests \ 12 -C $(atf_get_srcdir)/check_files \ 13 -s $(atf_get_srcdir)/slave $file || atf_fail "test ${file} failed" 109 atf_set "descr" "Checks drawing a border around a window" 119 atf_set "descr" "Checks drawing a box around a window" 239 atf_set "descr" "Check clear and erase work" 249 atf_set "descr" "Check all the modes of copying a window work" 287 # atf_add_test_case beep # comment out for now - return is wrong
|
/freebsd/contrib/dialog/ |
H A D | CHANGES | 1 -- $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/crypto/openssh/ |
H A D | canohost.c | 10 * software must be clearly marked as such, and if the derived work is 46 if (addr->ss_family != AF_INET6 || in ipv64_normalise_mapped() 47 !IN6_IS_ADDR_V4MAPPED(&a6->sin6_addr)) in ipv64_normalise_mapped() 52 memcpy(&inaddr, ((char *)&a6->sin6_addr) + 12, sizeof(inaddr)); in ipv64_normalise_mapped() 53 port = a6->sin6_port; in ipv64_normalise_mapped() 57 a4->sin_family = AF_INET; in ipv64_normalise_mapped() 59 memcpy(&a4->sin_addr, &inaddr, sizeof(inaddr)); in ipv64_normalise_mapped() 60 a4->sin_port = port; in ipv64_normalise_mapped() 64 * Returns the local/remote IP-address/hostname of socket as a string. 90 /* Work around Linux IPv6 weirdness */ in get_socket_address() [all …]
|
/freebsd/contrib/tcp_wrappers/ |
H A D | README.IRIX | 8 system. Here is my first-hand experience with wrapper release 6.3. 15 with a # at the beginning of the line, kill -HUP the inetd, then 16 uncomment the inetd.conf entry and kill -HUP again. 26 appears to work as expected with TCP-based services such as 27 fingerd, and with UDP-based services such as ntalk and tftp. 29 (3) It does NOT work with RPC over UDP services such as rusersd and 31 have spent several hours looking for ways to work around it. No 33 can be made to work (recvfrom recvmsg) I give up. So, the IRIX RPC 46 -lsocket and -lnsl libraries. They are completely broken, and the 52 are many things that work on almost every other system except with IRIX.
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | intprops.h | 1 /* intprops.h -- properties of integer types 3 Copyright (C) 2001-2018 Free Software Foundation, Inc. 28 /* Act like _GL_INT_CONVERT (E, -V) but work around a bug in IRIX 6.5 cc; see 29 <https://lists.gnu.org/r/bug-gnulib/2011-05/msg00406.html>. */ 30 #define _GL_INT_NEGATE_CONVERT(e, v) (0 * (e) - (v)) 32 /* The extra casts in the following macros work around compiler bugs, 40 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) 50 Padding bits are not supported; this is checked at compile-time below. */ 57 ? (t) -1 \ 58 : ((((t) 1 << (TYPE_WIDTH (t) - 2)) - 1) * 2 + 1))) [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | todo.txt | 2 - add support for WPA with ap_scan=0 (update selected cipher etc. based on 4 - consider closing smart card / PCSC connection when EAP-SIM/EAP-AKA 8 - if driver/hw is not WPA2 capable, must remove WPA_PROTO_RSN flag from 9 ssid->proto fields to avoid detecting downgrade attacks when the driver 11 - Cisco AP and non-zero keyidx for unicast -> map to broadcast 13 driver_*.c to do the mapping for drivers that cannot handle non-zero keyidx 15 - IEEE 802.1X and key update with driver_ndis?? wpa_supplicant did not seem 16 to see unencrypted EAPOL-Key frames at all.. 17 - EAP-PAX with PAX_SEC 18 - EAP (RFC 3748) [all …]
|
/freebsd/usr.sbin/cron/doc/ |
H A D | CONVERSION | 10 user name appears on each command -- but I'd still rather have separate 14 as well keep it around for a while in case something goes wakko with this 30 files---they have to be copied to SPOOLDIR using `crontab' before they'll be 54 # /usr/lib/uucp/crontab.src - uucp's crontab 65 figure out. Likewise if there are any other cruddy-looking 'su' commands in 69 command (probably with "-u USERNAME", but see the man page). 71 If you run a 4.2-derived cron, you could of course just install your current 72 crontab in toto as root's crontab. It would work exactly the way your 79 of irritating output. The work-around for this is to redirect all EXPECTED 80 output to a per-execution log file, which you can examine if you want to
|
/freebsd/contrib/libpcap/ |
H A D | pcap_get_selectable_fd.3pcap | 22 pcap_get_selectable_fd \- get a file descriptor on which a select() can 57 .B \-1 66 the device must be put in non-blocking mode with a call to 98 do not work correctly on BPF devices; 108 expires before then. To work around this, code that uses 111 in non-blocking mode, and must arrange that the call 116 is ready to be read or not. (That workaround will not work in FreeBSD 118 work correctly on BPF devices, so the workaround isn't necessary, 125 doesn't work on character special files, including BPF devices, in Mac 142 work on that descriptor in Mac OS X 10.6 and later. [all …]
|
/freebsd/contrib/libpcap/doc/ |
H A D | README.aix | 3 * Autoconf is expected to work everywhere. 10 * flex 2.6.4 and GNU Bison 3.5.1 work. 18 * flex 2.5.35 and GNU Bison 3.0.4 work. 21 ## Other AIX-related information 26 current BPF support code includes changes that should work around 27 that; it appears to compile and work on at least one AIX 4.3.3 42 BPF, or if the workarounds fail to make it work correctly, you 43 should send to tcpdump-workers@lists.tcpdump.org a detailed bug 45 if it compiles but fails to work correctly, send us as detailed as 47 network link-layer type being wrong or time stamps being wrong). [all …]
|
/freebsd/crypto/heimdal/appl/push/ |
H A D | ChangeLog | 1 2005-04-19 Love Hörnquist Åstrand <lha@it.su.se> 5 2004-06-17 Johan Danielsson <joda@pdc.kth.se> 9 2003-04-03 Assar Westerlund <assar@kth.se> 13 2003-03-18 Love Hörnquist Åstrand <lha@it.su.se> 18 2001-09-04 Assar Westerlund <assar@sics.se> 22 2000-12-31 Assar Westerlund <assar@sics.se> 26 2000-12-26 Assar Westerlund <assar@sics.se> 31 2000-11-29 Johan Danielsson <joda@pdc.kth.se> 33 * pfrom.1: work around bug in grog that makes it think it needs 36 * push.8: work around bug in grog that makes it think it needs [all …]
|
/freebsd/sys/dev/mii/ |
H A D | ciphy.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 18 * 4. Neither the name of the author nor the names of any co-contributors 124 struct ifmedia_entry *ife = mii->mii_media.ifm_cur; in ciphy_service() 132 ciphy_fixup(sc); /* XXX hardware bug work-around */ in ciphy_service() 134 switch (IFM_SUBTYPE(ife->ifm_media)) { in ciphy_service() 154 if ((ife->ifm_media & IFM_FDX) != 0) { in ciphy_service() 160 if (IFM_SUBTYPE(ife->ifm_media) == IFM_1000_T) { in ciphy_service() 162 if ((ife->ifm_media & IFM_ETH_MASTER) != 0) in ciphy_service() 184 if (IFM_SUBTYPE(ife->ifm_media) != IFM_AUTO) in ciphy_service() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64A53Fix835769.cpp | 1 //===-- AArch64A53Fix835769.cpp -------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 8 // This pass changes code to work around Cortex-A53 erratum 835769. 9 // It works around it by inserting a nop instruction in code sequences that 13 // instr 1: mem-instr (including loads, stores and prefetches). 14 // instr 2: non-SIMD integer multiply-accumulate writing 64-bit X registers. 15 //===----------------------------------------------------------------------===// 31 #define DEBUG_TYPE "aarch64-fix-cortex-a53-835769" 33 STATISTIC(NumNopsAdded, "Number of Nops added to work around erratum 835769"); [all …]
|
/freebsd/share/examples/libusb20/ |
H A D | README | 3 only few code examples around under /usr/src (namely, usbconfig 18 and input transfers, as well as so-called interrupt transfers. The 33 beer-ware license mandates to keep the license notice, this only 35 copy&pasting (even a larger) piece of an example into your own work, I 36 won't imply you have to reproduce the beer-ware license text there. 37 Feel free to credit my name in your derived work if you want.
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | renesas,sh-msiof.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/spi/renesas,sh-msiof.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Geert Uytterhoeven <geert+renesas@glider.be> 13 - $ref: spi-controller.yaml# 18 - items: 19 - const: renesas,msiof-sh73a0 # SH-Mobile AG5 20 - const: renesas,sh-mobile-msiof # generic SH-Mobile compatible 22 - items: [all …]
|