/freebsd/contrib/libcbor/ |
H A D | CONTRIBUTING.md | 3 libcbor is maintained by [@PJK](https://github.com/PJK) in his spare time on a best-effort basis. 5 Community contributions are welcome as long as they align with the [project priorities](https://github.com/PJK/libcbor#main-features) and [goals](https://libcbor.readthedocs.io/en/latest/development.html#goals) and follow the guidelines described below. 21 - Include a descriptive summary of the change. If the PR addresses an open issue, please link it. 22 - Code changes: Add tests 23 - If necessary: Update documentation, including any links 28 I work on libcbor on a best effort basis. The typical response time is a few days. 34 - [Developmen [all...] |
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | fsl,fman-port.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/fsl,fman-port.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Frank Li <Frank.Li@nxp.com> 21 - fsl,fman-v2-port-oh 22 - fsl,fman-v2-port-rx 23 - fsl,fman-v2-port-tx 24 - fsl,fman-v3-port-oh 25 - fsl,fman-v3-port-rx [all …]
|
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
H A D | qoriq-fman3-0-10g-1-best-effort.dtsi | 4 * Copyright 2012 - 2015 Freescale Semiconductor Inc. 37 cell-index = <0x9>; 38 compatible = "fsl,fman-v3-port-rx"; 40 fsl,fman-10g-port; 41 fsl,fman-best-effort-port; 45 cell-index = <0x29>; 46 compatible = "fsl,fman-v3-port-tx"; 48 fsl,fman-10g-port; 49 fsl,fman-best-effort-port; 53 cell-index = <1>; [all …]
|
H A D | qoriq-fman3-0-10g-0-best-effort.dtsi | 4 * Copyright 2012 - 2015 Freescale Semiconductor Inc. 37 cell-index = <0x8>; 38 compatible = "fsl,fman-v3-port-rx"; 40 fsl,fman-10g-port; 41 fsl,fman-best-effort-port; 45 cell-index = <0x28>; 46 compatible = "fsl,fman-v3-port-tx"; 48 fsl,fman-10g-port; 49 fsl,fman-best-effort-port; 53 cell-index = <0>; [all …]
|
/freebsd/contrib/kyua/utils/ |
H A D | test_utils.ipp | 30 /// Provides test-only convenience utilities. 44 #include <atf-c++.hpp> 55 /// This is a best-effort operation provided so that tests that will cause 64 if (::setrlimit(RLIMIT_CORE, &rl) == -1) { 75 /// The coredump avoidance is a best-effort operation provided so that tests 92 if (tc->has_config_var("run_coredump_tests") && 93 !text::to_type< bool >(tc->get_config_var("run_coredump_tests"))) { 94 tc->skip("run_coredump_tests=false; not running test"); 108 tc->skip("Cannot unlimit the core file size; check limits manually");
|
/freebsd/usr.sbin/ypldap/ |
H A D | log.c | 71 /* best effort in out of mem situations */ in vlog() 72 if (asprintf(&nfmt, "%s\n", fmt) == -1) { in vlog() 91 /* best effort to even work in out of memory situations */ in log_warn() 97 if (asprintf(&nfmt, "%s: %s", emsg, strerror(errno)) == -1) { in log_warn()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | OptimizedStructLayout.h | 1 //===-- OptimizedStructLayout.h - Struct layout algorithm ---------*- C++ -*-=// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 17 /// Fields may be pre-assigned fixed offsets. They may also be given sizes 24 /// - First, it does not guarantee that the result is minimal in size. 28 /// - Second, there are other ways that a struct layout could be optimized 33 //===----------------------------------------------------------------------===// 62 /// a multiple of Alignment. Must be non-zero. 90 /// best-effort attempt to minimize the amount of space required. 93 /// than the well-known "sort by decreasing alignment" solution: [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | Utils.h | 1 //===- Utils.h --------------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 39 /// Make a best effort to guess the 45 if (it == end || !it->ends_with(".sdk")) in guessDeveloperDir() 62 developerEnd - sys::path::rend(SysRoot) - 1); in guessDeveloperDir() 64 if (!it->ends_with(".platform")) in guessDeveloperDir() 76 /// Make a best effort to determine whether Path is inside a toolchain. 78 …oper/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2024-05-15-a.xctoolchain/usr/lib/swift/macosx/_StringPr… in isInToolchainDir() 81 if (it->ends_with(".xctoolchain")) { in isInToolchainDir()
|
/freebsd/lib/libc/gen/ |
H A D | statvfs.c | 38 #include "un-namespace.h" 58 * Whether pathconf's -1 return means error or unlimited does not in fstatvfs() 59 * make any difference in this best-effort implementation. in fstatvfs() 62 if (pcval == -1) in fstatvfs() 63 result->f_namemax = ~0UL; in fstatvfs() 65 result->f_namemax = (unsigned long)pcval; in fstatvfs() 83 * Whether pathconf's -1 return means error or unlimited does not in statvfs() 84 * make any difference in this best-effort implementation. in statvfs() 87 if (pcval == -1) in statvfs() 88 result->f_namemax = ~0UL; in statvfs() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/ |
H A D | zfs_destroy_005_neg.ksh | 1 #!/bin/ksh -p 10 # or https://opensource.org/licenses/CDDL-1.0. 39 # Separately verify 'zfs destroy -f|-r|-rf|-R|-rR <dataset>' will fail in 45 # 3. Invoke 'zfs destroy ''|-f <dataset>', it should fail. 47 # 5. Invoke 'zfs destroy -r|-rf <dataset>', it should fail. 49 # 7. Invoke 'zfs destroy -R|-rR <dataset>', it should fail. 54 log_assert "Separately verify 'zfs destroy -f|-r|-rf|-R|-rR <dataset>' will " \ 59 # Run 'zfs destroy [-rRf] <dataset>', make sure it fail. 87 # and verify 'zfs destroy' fails without '-r' or '-R'. 90 negative_test "-f" "$CTR $FS $VOL" [all …]
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-condvar.c | 2 * Copyright (C) 2007-2010 Lawrence Livermore National Security, LLC. 6 * UCRL-CODE-235197 50 return (-EINVAL); in param_set_hrtimeout_slack() 72 cvp->cv_magic = CV_MAGIC; in __cv_init() 73 init_waitqueue_head(&cvp->cv_event); in __cv_init() 74 init_waitqueue_head(&cvp->cv_destroy); in __cv_init() 75 atomic_set(&cvp->cv_waiters, 0); in __cv_init() 76 atomic_set(&cvp->cv_refs, 1); in __cv_init() 77 cvp->cv_mutex = NULL; in __cv_init() 84 if (!atomic_read(&cvp->cv_waiters) && !atomic_read(&cvp->cv_refs)) { in cv_destroy_wakeup() [all …]
|
/freebsd/contrib/arm-optimized-routines/string/ |
H A D | README.contributors | 4 1. Most code in this sub-directory is expected to be upstreamed into glibc so 15 linking so this is a best effort requirement. 21 CONTRIBUTION GUIDELINES FOR string SUB-DIRECTORY 24 - The assumptions of the code must be clearly documented. 26 - Assembly style should be consistent across different implementations. 30 - Benchmarking is needed on several microarchitectures.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
H A D | backtrace_fuchsia.cpp | 1 //===-- backtrace_fuchsia.cpp -----------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 16 // Fuchsia's C library provides safe, fast, best-effort backtraces itself.
|
/freebsd/contrib/libxo/doc/ |
H A D | faq.rst | 9 ------- 16 the NETCONF API (:RFC:`6241`). As part of this effort, we modified many 17 FreeBSD utilities to emit XML, typically via a "-X" switch. The 19 and carrying it were non-trivial, and contributed to our expense (and 25 A recent (2014) effort within JUNOS aims at removing our modifications 29 human-readable text. This allows the API to use the same plumbing as 34 libxo is an effort to mix the best aspects of the JUNOS strategy into 35 FreeBSD in a seemless way, allowing commands to make printf-like 48 tag docsis-state { 53 tag docsis-mode { [all …]
|
/freebsd/contrib/netbsd-tests/lib/semaphore/ |
H A D | sem.c | 13 #include <atf-c.h> 50 ATF_REQUIRE(rv == -1); in ATF_TC_BODY() 57 atf_tc_set_md_var(tc, "descr", "tests initialization with a non-zero " in ATF_TC_HEAD() 72 ATF_REQUIRE_EQ(sem_trywait(&sem), -1); in ATF_TC_BODY() 92 ATF_REQUIRE_EQ(sem_trywait(&sem), -1); in ATF_TC_BODY() 96 ATF_REQUIRE_EQ(rv, -1); in ATF_TC_BODY() 139 * Make a best-effort to catch the other thread with its pants down. in ATF_TC_BODY() 147 if (sem_destroy(&semmarit[1]) == -1) in ATF_TC_BODY() 190 * Make a best-effort. Unless we're extremely unlucky, we should in ATF_TC_BODY() 227 ATF_REQUIRE_ERRNO(ETIMEDOUT, sem_timedwait(&semid, &tp) == -1); in ATF_TC_BODY() [all …]
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx_ccmvar.h | 1 /*- 36 * The usb enable functions are best-effort. They turn on the usb otg, host, 37 * and phy clocks in a SoC-specific manner, but it may take a lot more than that 40 * and overcurrent detectors, and so on. On such boards, u-boot or other early
|
/freebsd/share/man/man9/ |
H A D | vn_fullpath.9 | 45 .Dq "best effort" 68 .Bl -tag -width ".Fa freebuf" 108 .Pf non- Dv NULL ,
|
/freebsd/bin/freebsd-version/ |
H A D | freebsd-version.1 | 1 .\"- 2 .\" Copyright (c) 2013 Dag-Erling Smørgrav 30 .Nm freebsd-version 39 utility makes a best effort to determine the version and patch level 43 .Bl -tag -width Fl 81 cases, including on systems kept up-to-date using 82 .Xr freebsd-update 8 , 99 these variables are defined in a non-standard location, such as in 102 .Bl -tag -width ROOT 110 .Bd -literal -offset indent [all …]
|
/freebsd/contrib/kyua/doc/ |
H A D | test-isolation.mdoc | 42 .Bl -tag -width XX 96 outside of the automatically-managed work directory, should the test use the 101 This is a simple, best-effort attempt at allowing tests to dump core for 104 The test engine may pass run-time configuration variables to the test program
|
/freebsd/tools/tools/net80211/wlaninject/ |
H A D | README | 18 ----------------------------------- 19 -i The network interface to use to TX; defaults to ath0. 20 -c The channel to TX on; defaults to 1. 21 -N Mark transmitted frames such that no ACK is expected. In practice, 24 -V Verify that the packet you TXed did indeed fly in the air as 29 -W The WME AC to use for transmission. Symbolic names are used: 30 ac_be, be best effort 34 -X The rate to use for transmission; defaults to 1Mbps. 35 -P The txpower to use; defaults to the maximum permitted by the driver. 38 ---------------------------------- [all …]
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | README.contributors | 5 sub-directory is expected to be upstreamed into glibc so the GNU 16 linking so this is a best effort requirement. 22 CONTRIBUTION GUIDELINES FOR math SUB-DIRECTORY 28 - Worst-case ULP error should be small in the entire input domain (for most 36 - All standard rounding modes need to be supported but in non-default rounding 37 modes the quality requirement can be relaxed. (Non-nearest rounded 41 - Special cases and error handling need to follow ISO C Annex F requirements, 42 POSIX requirements, IEEE 754-2008 requirements and Glibc requiremnts: 43 https://www.gnu.org/software/libc/manual/html_mono/libc.html#Errors-in-Math-Functions 46 - Error handling code should be decoupled from the approximation code as much [all …]
|
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
H A D | dtfs.h | 41 #define ROUNDUP(a,b) ((a) & ((b)-1)) 42 #define BLOCKNUM(a,b) (((a) & ~((1<<(b))-1)) >> (b)) 91 /* best^Wsome-effort extra sanity check */ 124 #define DTFS_CTOF(a) ((struct dtfs_file *)(((struct puffs_node *)a)->pn_data)) 125 #define DTFS_PTOF(a) ((struct dtfs_file *)(a->pn_data))
|
/freebsd/share/man/man4/ |
H A D | bxe.4 | 35 .Bd -ragged -offset indent 42 .Bd -literal -offset indent 51 tagging, checksum offload (IPv4, TCP, UDP, IPv6-TCP, IPv6-UDP), MSI-X 60 .Bl -bullet -compact 70 QLogic NetXtreme II BCM57712-MF 10Gb 74 QLogic NetXtreme II BCM57800-MF 10Gb 78 QLogic NetXtreme II BCM57810-MF 10Gb 82 QLogic NetXtreme II BCM57840-MF 10Gb 92 .Bl -tag -width indent 117 MSI/MSIX interrupt vector is allocated per-queue. [all …]
|
/freebsd/ |
H A D | MAINTAINERS | 7 The source tree is a community effort. However, some folks go to the 21 This list is prone to becoming stale quickly. The best way to find the recent 22 maintainer of a sub-system is to check recent logs for that directory or 23 sub-system. 36 ----------------------------- 37 aio(4) asomers Pre-commit review requested. 38 ath(4) adrian Pre-commit review requested, send to freebsd-wireless@freebsd.org 39 contrib/atf ngie,#test Pre-commit review requested. 40 contrib/capsicum-test ngie,#capsicum,#test Pre-commit review requested. 41 contrib/googletest ngie,#test Pre-commit review requested. [all …]
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | update_authors.pl | 3 # SPDX-License-Identifier: MIT 35 # - a person might change organisations, and so their email address changes 37 # - a person might be paid to work on OpenZFS for their employer, and then hack 41 # - names change for all kinds of reasons 44 # names and emails for a single contributor, and then select the "best" one to 58 # same slug, so at this point we also try to keep the "best" pre-slug value as 59 # the display version. We use this slug to update two maps, one of email->name, 60 # the other of name->email. 68 # Finaly, we consider these groups, and select the "best" name and email for 85 # Storage for the "best looking" version of name or email, keyed on slug. [all …]
|