| /freebsd-14.2/contrib/bearssl/T0/ |
| H A D | WordBuilder.cs | 86 void Add(Opcode op) in Add() method in WordBuilder 88 Add(op, null); in Add() 93 code.Add(op); in Add() 94 toResolve.Add(refName); in Add() 184 Add(new OpcodeConst(v)); in Literal() 220 Add(new OpcodeCall(), target); in Call() 238 Add(new OpcodeCall(), target); in CallExt() 299 Add(new OpcodeRet()); in Ret() 309 Add(new OpcodeJumpUncond()); in Ahead() 320 Add(new OpcodeJumpIf()); in AheadIf() [all …]
|
| H A D | WordData.cs | 85 r.Add(blob); in GetDataBlocks() 92 dst.Add(new CodeElementUInt(0)); in GenerateCodeElements() 93 dst.Add(new CodeElementUIntInt(1, blob.Address + offset)); in GenerateCodeElements() 94 dst.Add(new CodeElementUInt(0)); in GenerateCodeElements()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 2102 Abv->Add( in getFunctionDeclAbbrev() 2108 Abv->Add( in getFunctionDeclAbbrev() 2142 Abv->Add(BitCodeAbbrevOp( in getFunctionDeclAbbrev() 2266 Abv->Add(BitCodeAbbrevOp( in WriteDeclAbbrevs() 2310 Abv->Add(BitCodeAbbrevOp( in WriteDeclAbbrevs() 2318 Abv->Add(BitCodeAbbrevOp( in WriteDeclAbbrevs() 2361 Abv->Add( in WriteDeclAbbrevs() 2368 Abv->Add(BitCodeAbbrevOp( in WriteDeclAbbrevs() 2479 Abv->Add( in WriteDeclAbbrevs() 2579 Abv->Add( in WriteDeclAbbrevs() [all …]
|
| H A D | ASTWriter.cpp | 1195 Abbrev->Add(BitCodeAbbrevOp(AST_BLOCK_HASH)); in writeUnhashedControlBlock() 1200 Abbrev->Add(BitCodeAbbrevOp(SIGNATURE)); in writeUnhashedControlBlock() 1295 MetadataAbbrev->Add(BitCodeAbbrevOp(METADATA)); in WriteControlBlock() 1326 Abbrev->Add(BitCodeAbbrevOp(MODULE_NAME)); in WriteControlBlock() 1606 IFAbbrev->Add(BitCodeAbbrevOp(INPUT_FILE)); in WriteInputFiles() 2584 Abbrev->Add(BitCodeAbbrevOp(MACRO_OFFSET)); in WritePreprocessor() 2791 Abbrev->Add(BitCodeAbbrevOp(SUBMODULE_HEADER)); in WriteSubmodules() 3196 Abbrev->Add(BitCodeAbbrevOp(TYPE_OFFSET)); in WriteTypeDeclOffsets() 3209 Abbrev->Add(BitCodeAbbrevOp(DECL_OFFSET)); in WriteTypeDeclOffsets() 3241 Abbrev->Add(BitCodeAbbrevOp(FILE_SORTED_DECLS)); in WriteFileDeclIDsMap() [all …]
|
| /freebsd-14.2/contrib/spleen/ |
| H A D | ChangeLog | 23 - Add Spleen ASCii logo header (Thanks H7!) 61 - Add 'AE' and 'ae' characters with macron 65 - Add 'O' and 'o' characters with ogonek 77 - Add black triangles in the 25E2-25E5 range 79 - Add white and black circle characters 84 - Add 'E' and 'e' characters with cedilla 87 - Add "almost equal to" character 126 - Add links to Debian and Ubuntu packages. 162 - Add the eight trigrams 170 - Add arrows symbols for Powerline users [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | BitstreamRemarkSerializer.cpp | 57 Abbrev->Add(BitCodeAbbrevOp(RECORD_META_CONTAINER_INFO)); in setupMetaBlockInfo() 59 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // Type. in setupMetaBlockInfo() 69 Abbrev->Add(BitCodeAbbrevOp(RECORD_META_REMARK_VERSION)); in setupMetaRemarkVersion() 88 Abbrev->Add(BitCodeAbbrevOp(RECORD_META_STRTAB)); in setupMetaStrTab() 112 Abbrev->Add(BitCodeAbbrevOp(RECORD_META_EXTERNAL_FILE)); in setupMetaExternalFile() 113 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); // Filename. in setupMetaExternalFile() 134 Abbrev->Add(BitCodeAbbrevOp(RECORD_REMARK_HEADER)); in setupRemarkBlockInfo() 148 Abbrev->Add(BitCodeAbbrevOp(RECORD_REMARK_DEBUG_LOC)); in setupRemarkBlockInfo() 161 Abbrev->Add(BitCodeAbbrevOp(RECORD_REMARK_HOTNESS)); in setupRemarkBlockInfo() 173 Abbrev->Add(BitCodeAbbrevOp(RECORD_REMARK_ARG_WITH_DEBUGLOC)); in setupRemarkBlockInfo() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCOptAddrMode.cpp | 232 if (!isAddConstantOp(Add, Incr)) in tryToCombine() 254 if (MoveTo == &Add) { in tryToCombine() 256 Add.getParent()->insertAfter(Add.getIterator(), &Ldst); in tryToCombine() 258 if (Result == &Add) in tryToCombine() 267 Add.eraseFromParent(); in tryToCombine() 279 MachineInstr *First = Add; in canJoinInstructions() 281 if (MDT->dominates(Ldst, Add)) in canJoinInstructions() 283 else if (!MDT->dominates(Add, Ldst)) in canJoinInstructions() 316 if (&MI == Ldst || &MI == Add) in canJoinInstructions() 322 if (MDT->dominates(Add, &MI)) in canJoinInstructions() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 595 case Instruction::Add: in getEncodedBinaryOpcode() 620 case AtomicRMWInst::Add: return bitc::RMW_ADD; in getEncodedRMWOperation() 942 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0 in writeTypeTable() 1394 Abbv->Add(BitCodeAbbrevOp(0)); in writeModuleInfo() 1401 Abbv->Add(BitCodeAbbrevOp(0)); in writeModuleInfo() 1423 Abbv->Add(AbbrevOpToUse); in writeModuleInfo() 2197 Abbv->Add(BitCodeAbbrevOp(bitc::METADATA_NAME)); in createNamedMetadataAbbrev() 3790 Abbv->Add(BitCodeAbbrevOp(bitc::MST_CODE_HASH)); in writeModStrings() 4241 Abbv->Add(BitCodeAbbrevOp(bitc::FS_ALIAS)); in writePerModuleGlobalValueSummary() 4830 Abbv->Add(BitCodeAbbrevOp(Record)); in writeBlob() [all …]
|
| /freebsd-14.2/crypto/heimdal/lib/hx509/ |
| H A D | ChangeLog | 191 * lock.c: Add page referance 225 * cert.c: Add doxygen. 304 * ks_p11.c: Add sha2 types. 622 * hx509.h: Add hx509_crl. 808 * hxtool.c: Add ca --crl-uri. 1951 * hx_locl.h: Add <ctype.h> 2023 * hxtool.c: Add ocsp_print. 2070 * Makefile.am: Add req.c 2247 * hx509.h: Add hx509_query. 2313 (_hx509_unparse_Name): Add. [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 409 Abbv->Add(BitCodeAbbrevOp(Record)); in writeBlob() 410 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); in writeBlob() 481 case Instruction::Add: in getEncodedBinaryOpcode() 549 case AtomicRMWInst::Add: in getEncodedRMWOperation() 967 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0 in writeTypeTable() 974 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in writeTypeTable() 1003 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_ARRAY)); in writeTypeTable() 1242 Abbv->Add(BitCodeAbbrevOp(0)); in writeModuleInfo() 1249 Abbv->Add(BitCodeAbbrevOp(0)); in writeModuleInfo() 1809 Abbv->Add(BitCodeAbbrevOp(bitc::METADATA_NAME)); in writeModuleMetadata() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | BuiltinGCs.cpp | 122 static GCRegistry::Add<ErlangGC> A("erlang", 124 static GCRegistry::Add<OcamlGC> B("ocaml", "ocaml 3.10-compatible GC"); 125 static GCRegistry::Add<ShadowStackGC> 127 static GCRegistry::Add<StatepointGC> D("statepoint-example", 129 static GCRegistry::Add<CoreCLRGC> E("coreclr", "CoreCLR-compatible GC");
|
| /freebsd-14.2/sys/contrib/zlib/ |
| H A D | ChangeLog | 25 - Add minizip testing to Makefile 66 - Add legal disclaimer to README 100 - Add fallthrough comments for gcc 861 - Add contrib/dotzlib [Ravn] 924 - Add AS400 support [Monnerat] 967 - Add contrib/ada [Anisimkov] 970 - Add contrib/masm686 [Truta] 1034 - Add some casts to minigzip.c 1047 - Add zlib.3 [Rodgers] 1062 - Add gzungetc() function [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticPrinter.cpp | 415 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line. in AddSourceLocationAbbrev() 416 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column. in AddSourceLocationAbbrev() 440 Abbrev->Add(BitCodeAbbrevOp(RECORD_VERSION)); in EmitBlockInfoBlock() 441 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in EmitBlockInfoBlock() 458 Abbrev->Add(BitCodeAbbrevOp(RECORD_DIAG)); in EmitBlockInfoBlock() 469 Abbrev->Add(BitCodeAbbrevOp(RECORD_CATEGORY)); in EmitBlockInfoBlock() 477 Abbrev->Add(BitCodeAbbrevOp(RECORD_SOURCE_RANGE)); in EmitBlockInfoBlock() 484 Abbrev->Add(BitCodeAbbrevOp(RECORD_DIAG_FLAG)); in EmitBlockInfoBlock() 493 Abbrev->Add(BitCodeAbbrevOp(RECORD_FILENAME)); in EmitBlockInfoBlock() 495 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Size. in EmitBlockInfoBlock() [all …]
|
| /freebsd-14.2/contrib/libucl/ |
| H A D | ChangeLog.md | 46 - Add msgpack support for parser and emitter 47 - Add Canonical S-expressions parser for libucl 50 - Add 'nested' functionality to .include macro (by Allan Jude) 52 - Add new .load macro (by Allan Jude) 54 - Add merge strategies 55 - Add schema validation to lua API 56 - Add support for external references to schema validation 57 - Add coveralls integration to libucl 62 - Add Coverity scan integration 63 - Add fuzz tests [all …]
|
| /freebsd-14.2/crypto/heimdal/lib/wind/ |
| H A D | ChangeLog | 11 * Add utf8 <-> utf16 support. 46 * Add more built files so they are distributed. 50 * Makefile.am: Add LIB_com_err. 54 * Makefile.am: Add more built files. 56 * Makefile.am: Add unicode header files. 78 * Add partial support for LDAP-prep Insignificant Character Handling 95 * Add UCS-2 reading and writing functions 99 * Add and use com_err error codes 108 * utf8.c: Add wind_ucs4toutf8 112 * test-utf8.c: Add test for wind_ucs4toutf8. [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCDisassembler/ |
| H A D | MCExternalSymbolizer.cpp | 85 const MCExpr *Add = nullptr; in tryAddingSymbolicOperand() local 90 Add = MCSymbolRefExpr::create(Sym, Ctx); in tryAddingSymbolicOperand() 92 Add = MCConstantExpr::create((int)SymbolicOp.AddSymbol.Value, Ctx); in tryAddingSymbolicOperand() 114 if (Add) in tryAddingSymbolicOperand() 115 LHS = MCBinaryExpr::createSub(Add, Sub, Ctx); in tryAddingSymbolicOperand() 122 } else if (Add) { in tryAddingSymbolicOperand() 124 Expr = MCBinaryExpr::createAdd(Add, Off, Ctx); in tryAddingSymbolicOperand() 126 Expr = Add; in tryAddingSymbolicOperand()
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | CHANGES | 544 Add CONTRIBUTING file 572 AH: Add a bounds check 584 BOOTP: Add a bounds check 605 IGMP: Add a length check 806 Add MSDP printer. 942 Add ICMPv6 RFC 5006 support 949 Add support for RPL DIO 957 Add USB printer 958 Add printer for ForCES 1724 Add && and || operators [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
| H A D | AArch64ExternalSymbolizer.cpp | 169 const MCExpr *Add = nullptr; in tryAddingSymbolicOperand() local 176 Add = MCSymbolRefExpr::create(Sym, Variant, Ctx); in tryAddingSymbolicOperand() 178 Add = MCSymbolRefExpr::create(Sym, Ctx); in tryAddingSymbolicOperand() 180 Add = MCConstantExpr::create(SymbolicOp.AddSymbol.Value, Ctx); in tryAddingSymbolicOperand() 202 if (Add) in tryAddingSymbolicOperand() 203 LHS = MCBinaryExpr::createSub(Add, Sub, Ctx); in tryAddingSymbolicOperand() 210 } else if (Add) { in tryAddingSymbolicOperand() 212 Expr = MCBinaryExpr::createAdd(Add, Off, Ctx); in tryAddingSymbolicOperand() 214 Expr = Add; in tryAddingSymbolicOperand()
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | CHANGES | 382 Add README.solaris.md. 607 Add capture support 1067 DLT: Add Solaris ipnet 1088 DLT: Add DLT_LINUX_EVDEV 1089 DLT: Add DLT_GSMTAP_UM 1090 DLT: Add DLT_GSMTAP_ABIS 1096 DLT: Add IPMB 1097 DLT: Add LAPD 1099 DLT: Add JUNIPER_ST 1136 Add Bluetooth support [all …]
|
| /freebsd-14.2/libexec/bootpd/ |
| H A D | Changes | 35 Add support for IBM's AIX 3.2.5 42 Add support for Wollongong Win-TCP (SysVr4 variant). 61 Add "min wait" option (mw) to cause bootpd to ignore 74 Add code to call "arp -s IPADDR HWADDR" on systems 120 Add missing MANDIR definition to Makefile. 150 Add getether support for NetBSD 169 Add /etc/ethers support for NetBSD. 224 Add null terminators to option strings. 225 Add missing symbols to dump routine, dump symbols 263 Add "sa" tag to set explicit server address. [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | SanitizerArgs.cpp | 257 Add &= ~TrapRemove; in parseSanitizeTrapArgs() 366 Add &= ~AllRemove; in SanitizerArgs() 379 Add &= ~InvalidTrappingKinds; in SanitizerArgs() 438 Add &= ~SanitizerKind::CFIMFCall; in SanitizerArgs() 450 Add &= Supported; in SanitizerArgs() 475 Add = expandSanitizerGroups(Add); in SanitizerArgs() 477 Add &= ~AllRemove; in SanitizerArgs() 480 Add &= ~InvalidTrappingKinds; in SanitizerArgs() 490 Add &= Supported; in SanitizerArgs() 492 if (Add & SanitizerKind::Fuzzer) in SanitizerArgs() [all …]
|
| /freebsd-14.2/crypto/heimdal/ |
| H A D | ChangeLog.2006 | 49 * kdc/digest.c: Add digest acl's 330 * lib/krb5/krb5_locl.h: Add plugin api 332 * lib/krb5/Makefile.am: Add plugin api. 345 * lib/krb5/krb5.h: Add struct krb5_pac. 534 * lib/krb5/Makefile.am: Add test_princ. 1055 * lib/krb5/krb5.h: Add digest glue. 1238 * kdc/krb5tgs.c: Add impersonation. 1305 * doc/ack.texi: Add Jason McIntyre. 1352 * doc/ack.texi: Add blob about imath. 1889 * lib/Makefile.am: Add hx509. [all …]
|
| /freebsd-14.2/crypto/heimdal/lib/asn1/ |
| H A D | ChangeLog | 247 * Makefile.am: Add id-pkix-kp oids. 264 * kx509.asn1: Add kx509. 266 * Makefile.am: Add kx509. 268 * Add VisibleString parsing 272 * Makefile.am: Add ntlm files. 337 * Makefile.am: Add missing files 537 * rfc2459.asn1: Add id-Userid 539 * Makefile.am: Add UID and email 573 * rfc2459.asn1: Add ExtKeyUsage. 592 * Makefile.am: Add pkinit-san. [all …]
|
| /freebsd-14.2/contrib/jemalloc/ |
| H A D | ChangeLog | 62 - Add mallctl interfaces: 170 - Add mallctl interfaces: 560 - Add Cray compiler support. (@ronawho) 890 - Add support for additional platforms: 1033 - Add support for LinuxThreads. 1137 - Add the --enable-ivsalloc option. 1138 - Add the --without-export option. 1210 - Add support for cross compiling. 1215 - Add the "opt.prof_final" mallctl. 1217 - Add the --with-mangling option. [all …]
|
| /freebsd-14.2/contrib/openbsm/ |
| H A D | NEWS | 5 - Add a new "qsize" parameter in audit_control and the getacqsize(3) API to 7 - Add support to push a mapping between audit event names and event numbers 47 - Add Capsicum, process descriptor audit events for FreeBSD. 139 - Add an event for Calife. 148 - Add 'current' symlink to active audit trail. 159 - Add support for NOTICE level logging. 244 - Add support for zonename tokens. 361 - Add man page for au_open(), au_write(), au_close(), and 465 - Add README, including basic build documentation. 470 - Add libbsm API man pages: au_class.3 au_control.3 au_event.3 [all …]
|