/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 13 - Prevent transaction stuffing by ensuring SMTP clients 19 - Accept only CRLF . CRLF as end of an SMTP message 22 - Do not accept a CR or LF except in the combination 31 are used, i.e., TLSA RR 2-x-y and 3-x-y are supported 76 because the -a. option has been removed (as it only 79 VACATION: Add support for Return-Path header to set sender 81 VACATION: Honor RFC3834 and avoid an auto-reply if 82 'Auto-Submitted: no' is found in the headers to 84 VACATION: Avoid an auto-reply if a 'List-Id:' is found in 117 callbacks instead of just the mail address. [all …]
|
/freebsd/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm.c | 1 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 21 * 3. Neither the names of the above-listed copyright holders nor the names 66 typedef struct patch { struct 67 STAILQ_ENTRY(patch) links; 74 STAILQ_HEAD(patch_list, patch) patches; argument 81 static void emit_patch(scope_t *scope, int patch); 132 sentinal->type = SCOPE_ROOT; in main() 144 while ((ch = getopt(argc, argv, "d:i:l:n:o:p:r:I:X")) != -1) { in main() 155 fprintf(stderr, "%s: -d Requires either an " in main() [all …]
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | ARMErrataFix.cpp | 1 //===- ARMErrataFix.cpp ---------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Cortex-a8 erratum 657417 "A 32bit branch instruction that spans 2 4K regions 12 // Cortex-A8. A high level description of the patching technique is given in 14 //===----------------------------------------------------------------------===// 40 // 32-bit B.w instruction encoded as a pair of halfwords 0xf7fe 0xbfff 49 // - There is a 32-bit Thumb-2 branch instruction with an address of the form 52 // - The branch instruction is one of BLX, BL, B.w BCC.w 53 // - The instruction preceding the branch is a 32-bit non-branch instruction. [all …]
|
H A D | AArch64ErrataFix.cpp | 1 //===- AArch64ErrataFix.cpp -----------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // the AArch64 Cortex-53 errata 843419 that affects r0p0, r0p1, r0p2 and r0p4 14 // instructions in the sequence is replaced with a branch to a patch sequence 16 // patch branches back to the instruction stream. 19 // - There is a set of necessary conditions required to trigger the erratum that 21 // - There is a set of replacement instructions that can be used to remove at 23 // - We can overwrite an instruction in the erratum sequence with a branch to 25 // - We can place the replacement sequence within range of the branch. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerCompileUnit.cpp | 1 //=== DWARFLinkerCompileUnit.cpp ------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 72 LineTablePtr = File.Dwarf->getLineTableForUnit(&getOrigUnit()); in loadLineTable() 132 CurChild && CurChild->getAbbreviationDeclarationPtr(); in analyzeDWARFStructureRec() 146 switch (CurChild->getTag()) { in analyzeDWARFStructureRec() 149 if (DieEntry->getTag() == dwarf::DW_TAG_compile_unit && in analyzeDWARFStructureRec() 169 if (!NamespaceEntry.CU->find(NamespaceEntry.DieEntry, dwarf::DW_AT_name)) in analyzeDWARFStructureRec() 183 if (CurChild->hasChildren()) in analyzeDWARFStructureRec() 191 if (LineTablePtr->hasFileAtIndex(FileIdx)) { in getFileName() [all …]
|
/freebsd/contrib/unbound/contrib/ |
H A D | README | 8 * update-anchor.sh: shell script that uses unbound-host to update a set 14 * build-unbound-localzone-from-hosts.pl: perl script to turn /etc/hosts into 15 a local-zone and local-data include file for unbound.conf. 16 * unbound-host.nagios.patch: makes unbound-host return status that fits right 18 * patch_rsamd5_enable.diff: this patch enables RSAMD5 validation (otherwise 20 * create_unbound_ad_servers.sh: shell script to enter anti-ad server lists. 21 * create_unbound_ad_servers.cmd: windows script to enter anti-ad server lists. 26 * aaaa-filter-iterator.patch: adds config option aaaa-filter: yes that 27 works like the BIND feature (removes AAAA records unless AAAA-only domain). 29 Patch from Stephane Lapie for ASAHI Net. [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_trampoline_AArch64.S | 5 stp x1, x2, [sp, #-16]! 6 stp x3, x4, [sp, #-16]! 7 stp x5, x6, [sp, #-16]! 8 stp x7, x30, [sp, #-16]! 9 stp q0, q1, [sp, #-32]! 10 stp q2, q3, [sp, #-32]! 11 stp q4, q5, [sp, #-32]! 12 stp q6, q7, [sp, #-32]! 14 stp x8, x0, [sp, #-16]! 35 /* Move the return address beyond the end of sled data. The 12 bytes of [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp |
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ChangeLog-1.4 | 1 Changes in 1.4.14b-stable 4 Changes in 1.4.14-stable 10 o Fix memory-leak of signal handler array with kqueue. [backport] (01f3775) 11 o Update sample/signal-test.c to use newer APIs and not leak. (891765c Evan Jones) 16 o Merge branch 'readln-backport' into patches-1.4 (8771d5b) 18 o Re-add event_siglcb; some old code _was_ still using it. :( (bd03d06) 31 Changes in 1.4.13-stable: 33 …rating events faster than we're requesting them. Saves up to 512K per epoll-based event_base. Re… 37 o Build kqueue.c correctly on GNU/kFreeBSD platforms. Patch pulled upstream from Debian. 39 o When running set[ug]id, don't check the environment. Based on a patch from OpenBSD. [all …]
|
/freebsd/contrib/libevent/ |
H A D | ChangeLog-1.4 | 1 Changes in 1.4.14b-stable 4 Changes in 1.4.14-stable 10 o Fix memory-leak of signal handler array with kqueue. [backport] (01f3775) 11 o Update sample/signal-test.c to use newer APIs and not leak. (891765c Evan Jones) 16 o Merge branch 'readln-backport' into patches-1.4 (8771d5b) 18 o Re-add event_siglcb; some old code _was_ still using it. :( (bd03d06) 31 Changes in 1.4.13-stable: 33 …rating events faster than we're requesting them. Saves up to 512K per epoll-based event_base. Re… 37 o Build kqueue.c correctly on GNU/kFreeBSD platforms. Patch pulled upstream from Debian. 39 o When running set[ug]id, don't check the environment. Based on a patch from OpenBSD. [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/ |
H A D | CREDITS.TXT | 2 project. If you have contributed a patch or made some other contribution to 3 LLVM/CompilerRT, please submit a patch to this file to add yourself, and it will be 7 beautification by scripts. The fields are: name (N), email (E), web-address 8 (W), PGP key ID and fingerprint (P), description (D), and snail-mail address 19 D: CMake'ify Compiler-RT build system 20 D: Maintain Solaris & AuroraUX ports of Compiler-RT 24 D: Architect and primary author of compiler-rt 26 N: Guan-Hong Liu 28 D: IEEE Quad-precision functions
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 1 //===- DwarfStreamer.cpp --------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 38 if (Error Err = Streamer->init(TheTriple, "__DWARF")) in createStreamer() 58 MRI.reset(TheTarget->createMCRegInfo(TripleName)); in init() 67 MAI.reset(TheTarget->createMCAsmInfo(*MRI, TripleName, MCOptions)); in init() 72 MSTI.reset(TheTarget->createMCSubtargetInfo(TripleName, "", "")); in init() 80 MOFI.reset(TheTarget->createMCObjectFileInfo(*MC, /*PIC=*/false, false)); in init() 81 MC->setObjectFileInfo(MOFI.get()); in init() 83 MAB = TheTarget->createMCAsmBackend(*MSTI, *MRI, MCOptions); in init() [all …]
|
/freebsd/contrib/ntp/ |
H A D | readme.y2kfixes | 10 ---------- 13 Year-2000 (Y2K) readiness that were not sufficiently certified 55 repairs for the software, please E-mail: 59 This address is strictly reserved for the topic at hand. 60 AT&T makes no commitments to answer any E-mail 61 to this address. AT&T is free to use any submissions, 71 Perl ver - 4.036 85 |----> NOTES.y2kfixes -- Technical details about the Y2K Testing 86 |----> Readme.y2kfixes -- this Readme file 87 |----> Results.y2kfixes -- The results of Y2K Environment Tests [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/usr.sbin/bhyve/amd64/ |
H A D | pci_gvt-d.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 21 #include "pci_gvt-d-opregion.h" 35 #define PCIR_ASLS_CTL 0xFC /* Opregion start address register */ 51 sc = pi->pi_arg; in gvt_d_probe() 68 vm_paddr_t address; in gvt_d_alloc_mmio_memory() local 70 /* Try to reuse host address. */ in gvt_d_alloc_mmio_memory() 71 address = e820_alloc(host_address, length, E820_ALIGNMENT_NONE, type, in gvt_d_alloc_mmio_memory() 73 if (address != 0) { in gvt_d_alloc_mmio_memory() 74 return (address); in gvt_d_alloc_mmio_memory() [all …]
|
/freebsd/contrib/llvm-project/openmp/ |
H A D | CREDITS.txt | 2 project. If you have contributed a patch or made some other contribution to 3 LLVM/openmp, please submit a patch to this file to add yourself, and it will be 7 beautification by scripts. The fields are: name (N), email (E), web-address 8 (W), PGP key ID and fingerprint (P), description (D), and snail-mail address 37 N: John Mellor-Crummey and other members of the OpenMP Tools Working Group 57 E: protze@itc.rwth-aachen.de
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 2 - Merge #1265: Fix WSAPoll. 5 - Fix for print of connection type in log-replies for dot and doh. 8 - Fix to detect if atomic_store links in configure. 9 - Fix #1264: unbound 1.22.0 leaks memory when doing DoH. 12 - Tag for 1.23.0rc1. 13 - Fix fast_reload to print chroot with config file name. 16 - Merge #902: DNS Error Reporting (RFC 9567). Introduces new 17 configuration option 'dns-error-reportin [all...] |
/freebsd/contrib/wpa/ |
H A D | CONTRIBUTIONS | 2 --------------------------- 13 inclusion of Signed-off-by tag in the contributions at the end of the 20 -------------------------------------------------------- 26 Signed-off-by: Your Name <your@email.example.org> 36 without moderation. You can subscribe to the list at this address: 39 The message should contain an inlined patch against the current 42 sending the patch does not corrupt whitespace. If that cannot be fixed 44 patch file than just send a whitespace damaged version in the message 48 everything in a single patch. In other words, please keep cleanup, new 49 features, and bug fixes all in their own patches. Each patch needs a [all …]
|
/freebsd/contrib/ldns/ |
H A D | Changelog | 1 1.8.3 2022-08-15 8 1.8.2 2022-08-12 14 * Fix -U flag with ldns-signzone. Thanks Ulrich and Jonathan 24 * bugfix #145: ldns-verify-zone should not call occluded records 27 1.8.1 2021-12-03 28 * bugfix #146: ldns-1.7.1 had soname 3.0, so ldns-1.8.x soname 30 * Undo PR#123 fix ldns.pc installation when building out-of-source 33 1.8.0 2021-11-26 36 * bugfix: Revert unused variables in ldns-config removal patch. 37 * bugfix #50: heap Out-of-bound Read vulnerability in [all …]
|
/freebsd/share/man/man4/ |
H A D | cd.4 | 31 .Nd SCSI CD-ROM driver 39 .Tn CD-ROM 40 (Compact Disc-Read Only Memory) drive. 44 .Tn CD-ROM . 48 .Tn CD-ROM 83 .Tn CD-ROM 87 .Tn CD-ROM 95 .Tn CD-ROM 101 .Bl -tag -width CDIOCREADSUBCHANNEL 104 Start audio playback given a track address and length. [all …]
|
/freebsd/tools/tools/git/ |
H A D | git-arc.sh | 3 # SPDX-License-Identifier: BSD-2-Clause 5 # Copyright (c) 2019-2021 Mark Johnston <markj@FreeBSD.org> 31 # - roll back after errors or SIGINT 32 # - created revs 33 # - main (for git arc stage) 49 rm -fr "$GITARC_TMPDIR" 50 trap - EXIT 57 Usage: git arc [-vy] <command> <arguments> 60 create [-l] [-r <reviewer1>[,<reviewer2>...]] [-s subscriber[,...]] [<commit>|<commit range>] 62 patch [-c] <diff1> [<diff2> ...] [all …]
|
/freebsd/sys/amd64/acpica/ |
H A D | acpi_wakecode.S | 1 /*- 5 * Copyright (c) 2008-2012 Jung-uk Kim <jkim@FreeBSD.org> 40 * If XFirmwareWakingVector is zero and FirmwareWakingVector is non-zero 44 * of the system (i.e., S3 suspend-to-RAM vs. S4 suspend-to-disk). 46 * Note: If XFirmwareWakingVector is non-zero, it should disable address 48 * a flat 4 GB address space, and set EFLAGS.IF to zero. Currently 71 testb $~0, resume_beep - wakeup_start 73 movb $0, resume_beep - wakeup_start 91 /* Re-initialize video BIOS if the reset_video tunable is set. */ 92 testb $~0, reset_video - wakeup_start [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
H A D | DWARFEmitterImpl.h |
|
/freebsd/sys/amd64/amd64/ |
H A D | mpboot.S | 1 /*- 48 * Find relocation base and patch the gdt descriptor and ljmp targets 53 orl %ebx, lgdt_desc-mptramp_start+2 54 orl %ebx, jmp_32-mptramp_start+2 55 orl %ebx, jmp_64-mptramp_start+1 61 lgdt lgdt_desc-mptramp_start 73 * ljmpl $bootcode-gdt, $protmode-mptramp_start 74 * but gas cannot assemble that. And besides, we patch the targets 80 .long protmode-mptramp_start /* offset in segment */ 81 .word bootcode-gdt /* index in gdt for 32 bit code */ [all …]
|
/freebsd/sys/contrib/openzfs/.github/ |
H A D | CONTRIBUTING.md | 4 …src="https://openzfs.github.io/openzfs-docs/_static/img/logo/480px-Open-ZFS-Secondary-Logo-Colour-… 13 started?](#what-should-i-know-before-i-get-started) 15 * [Get ZFS](#get-zfs) 16 * [Debug ZFS](#debug-zfs) 17 * [Where can I ask for help?](#where-can-I-ask-for-help) 19 [How Can I Contribute?](#how-can-i-contribute) 21 * [Reporting Bugs](#reporting-bugs) 22 * [Suggesting Enhancements](#suggesting-enhancements) 23 * [Pull Requests](#pull-requests) 26 [Style Guides](#style-guides) [all …]
|