/freebsd/contrib/llvm-project/libcxx/include/__configuration/ |
H A D | availability.h | 28 // introduced in a previously released library is used in a program that targets 32 // For example, the filesystem library was introduced in the dylib in LLVM 9. 38 // issue instead, declarations are annotated with when they were introduced, and 86 // When availability annotations are disabled, we take for granted that features introduced 155 …__attribute__((availability(macos, strict, introduced = 14.4))) … 156 …__attribute__((availability(ios, strict, introduced = 17.4))) … 157 …__attribute__((availability(tvos, strict, introduced = 17.4))) … 158 __attribute__((availability(watchos, strict, introduced = 10.4))) 170 …__attribute__((availability(macos, strict, introduced = 14.0))) … 171 …__attribute__((availability(ios, strict, introduced = 17.0))) … [all …]
|
/freebsd/libexec/tftpd/ |
H A D | tftpd.8 | 285 option was introduced in 289 option was introduced in 293 option was introduced in 299 options were introduced in 303 option was introduced in 307 was introduced in 310 was introduced in 319 Support for the windowsize option (RFC7440) was introduced in
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Pragma.h | 29 * Describes how the pragma was introduced, e.g., with \#pragma, 34 * The pragma was introduced via \#pragma. 39 * The pragma was introduced via the C99 _Pragma(string-literal). 44 * The pragma was introduced via the Microsoft 50 /// Describes how and where the pragma was introduced.
|
/freebsd/share/man/man9/ |
H A D | callout.9 | 801 introduced a new set of timeout and untimeout routines from 824 introduced the first implementations of 839 introduced 843 introduced 847 introduced per-CPU callout wheels, 858 These changes introduced 869 introduced the 874 introduced 877 introduced
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Availability.h | 67 VersionTuple Introduced; member 102 : Domain(Domain), Introduced(I), Deprecated(D), Obsoleted(O), in AvailabilityInfo() 115 return std::tie(Lhs.Introduced, Lhs.Deprecated, Lhs.Obsoleted, 118 std::tie(Rhs.Introduced, Rhs.Deprecated, Rhs.Obsoleted,
|
/freebsd/usr.sbin/bhyve/ |
H A D | libslirp.h | 124 * Fields introduced in SlirpConfig version 4 begin 141 * Fields introduced in SlirpConfig version 1 begin 194 * Fields introduced in SlirpConfig version 2 begin 202 * Fields introduced in SlirpConfig version 3 begin 208 * Fields introduced in SlirpConfig version 4 begin 214 * Fields introduced in SlirpConfig version 5 begin
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 246 // for declarations that were introduced in iOS 11 (macOS 10.13, ...) or in getAvailabilityDiagnosticKind() 441 // for declarations that were introduced in iOS 11 (macOS 10.13, ...) or in DoEmitAvailabilityWarning() 444 VersionTuple Introduced = AA->getIntroduced(); in DoEmitAvailabilityWarning() local 460 Introduced, EnvironmentMatchesOrNone); in DoEmitAvailabilityWarning() 463 << Introduced.getAsString() << UseEnvironment in DoEmitAvailabilityWarning() 468 << OffendingDecl << PlatformName << Introduced.getAsString() in DoEmitAvailabilityWarning() 501 std::string Introduced = in DoEmitAvailabilityWarning() local 506 "(" + Introduced + "))" + Insertion->Suffix) in DoEmitAvailabilityWarning() 854 VersionTuple Introduced = AA->getIntroduced(); in DiagnoseDeclAvailability() local 856 if (EnvironmentMatchesOrNone && AvailabilityStack.back() >= Introduced) in DiagnoseDeclAvailability() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | cdns,sdhci.yaml | 94 Value of the delay introduced on the sdclk output for all modes except 102 Value of the delay introduced on the sdclk output for HS200, HS400 and 110 Value of the delay introduced on the dat_strobe input used in
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | spi-peripheral-props.yaml | 49 Delay in nanoseconds to be introduced by the controller after CS is 54 Delay in nanoseconds to be introduced by the controller before CS is 59 Delay in nanoseconds to be introduced by the controller after CS is
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-vfs-file_range.m4 | 4 dnl # 2.6.29: BTRFS_IOC_CLONE and BTRFS_IOC_CLONE_RANGE ioctl introduced 5 dnl # 3.12: BTRFS_IOC_FILE_EXTENT_SAME ioctl introduced 7 dnl # 4.5: copy_file_range() syscall introduced, added to VFS
|
H A D | kernel-kthread.m4 | 24 dnl # 4.20: kernel_siginfo_t introduced, replaces siginfo_t 28 dnl # 5.17: enum pid_type introduced as 4th arg
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pool_checkpoint/ |
H A D | checkpoint_zhack_feat.ksh | 24 # before a readonly-compatible feature was introduced. 37 # introduced) if we want to.
|
/freebsd/contrib/libpcap/ |
H A D | diag-control.h | 190 * We can use "GCC diagnostic ignored -Wxxx" (introduced in 4.2) 191 * and "GCC diagnostic push/pop" (introduced in 4.6). 216 * GCC 7.1 had introduced this warning option. Earlier versions (at least 272 * We can use "GCC diagnostic ignored -Wxxx" (introduced in 4.2, 309 * We can use "GCC diagnostic ignored -Wxxx" (introduced in 4.2,
|
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | vchiq_cfg.h | 44 /* The version that introduced the VCHIQ_IOC_LIB_VERSION ioctl */ 47 /* The version that introduced the VCHIQ_IOC_CLOSE_DELIVERED ioctl */
|
/freebsd/lib/libc/db/ |
H A D | changelog | 15 btree: Fix bugs introduced by new cursor/deletion code. 19 btree: Fix bugs introduced by new cursor/deletion code.
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | arm,vexpress-juno.yaml | 28 When a new generation of boards were introduced under the name "Juno", these 83 V2M-Juno) was introduced as a vehicle for evaluating big.LITTLE on 91 (V2M-Juno r1) was introduced mainly aimed at development of PCIe
|
/freebsd/tools/test/stress2/misc/ |
H A D | ptrace3.sh | 29 # A regression test for a bug introduced in r269656. 58 * A regression test for a bug introduced in r269656. The test process p creates
|
/freebsd/lib/libc/gen/ |
H A D | arc4random.3 | 169 random number generator was first introduced in 171 The ChaCha20 based implementation was introduced in
|
/freebsd/share/man/man3/ |
H A D | stdarg.3 | 220 macros were introduced in 224 macro was introduced in
|
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/ |
H A D | CHANGELOG.db2 | 35 btree: Fix bugs introduced by new cursor/deletion code. 39 btree: Fix bugs introduced by new cursor/deletion code.
|
/freebsd/contrib/gdtoa/ |
H A D | changes | 10 Correct an inefficiency introduced 2 days ago in dtoa's handling of 114 than the smallest normalized number. (The bug introduced an extra 118 dtoa.c: strtod: fix a glitch introduced with the scaling of 19970212 331 2.47032822920623272e-324) introduced 20001113 in handling the special 408 gdtoa.tgz: gethex.c: fix a glitch introduced last week (and reported 603 dtoa.c: Fix some glitches in recently introduced changes meant to 612 with sensible input.) Fix an off-by-one bug in a recently introduced 641 gdtoa/strtod.c: fix errors (introduced 20090411) when compiled
|
/freebsd/share/doc/smm/05.fastfs/ |
H A D | 5.t | 37 time but had not been introduced because they would require users to 42 these functional enhancements were introduced at this time. 50 access routines have been introduced to provide a consistent
|
/freebsd/share/man/man4/ |
H A D | smp.4 | 160 introduced support for a host of new synchronization primitives, and 169 also introduced support for SMP on the sparc64 architecture.
|
/freebsd/share/doc/papers/diskperf/ |
H A D | equip.ms | 98 model several years ago. Although the SC780 was introduced more 103 This controller is an evolution of the S.I. 9400 first introduced
|
/freebsd/tools/tools/git/ |
H A D | HOWTO | 20 introduced a bug early in your development process that you fixed in a 23 bug fix into the commit that introduced it, so that the bug is never
|