Home
last modified time | relevance | path

Searched full:manifest (Results 1 – 25 of 179) sorted by relevance

12345678

/freebsd/contrib/file/magic/Magdir/
H A Dgentoo5 # Summary: Gentoo ebuild Manifest files (GLEP 74)
10 >0 use gentoo-manifest
12 >0 use gentoo-manifest
14 >0 use gentoo-manifest
16 >0 use gentoo-manifest
17 0 string MANIFEST\040
18 >0 use gentoo-manifest
20 # Manifest can be PGP-signed.
24 >>>&0 use gentoo-manifest
26 >>>&0 use gentoo-manifest
[all …]
H A Djava47 # JAR Manifest & Signature File
49 0 string/t Manifest-Version:\x201.0 JAR Manifest
/freebsd/sbin/veriexec/
H A Dveriexec.838 .Pa manifest
55 .Pa manifest .
58 .Ar manifest
101 .Pa manifest
136 The manifest contains a mapping of relative pathnames to fingerprints
188 Load the manifest for a
194 # veriexec -S -C /mnt /mnt/manifest
199 .Pa manifest.asc
201 .Pa manifest.*sig
204 .Pa manifest.*certs .
[all …]
H A Dveriexec.c62 * @brief Load a veriexec manifest
63 * @param manifest Pointer to the location of the manifest file
67 veriexec_load(const char *manifest) in veriexec_load() argument
72 content = verify_signed(manifest, VEF_VERBOSE); in veriexec_load()
74 errx(EX_USAGE, "cannot verify %s", manifest); in veriexec_load()
75 if (manifest_open(manifest, (const char *)content)) { in veriexec_load()
78 err(EX_NOINPUT, "cannot load %s", manifest); in veriexec_load()
/freebsd/contrib/bmake/mk/
H A Dmanifest.mk3 # $Id: manifest.mk,v 1.4 2024/02/17 17:26:57 sjg Exp $
18 # generate mtree style manifest supported by makefs in FreeBSD
21 # MANIFEST= my.mtree
22 # for each MANIFEST we have a list of dirs
23 # ${MANIFEST}.DIRS += bin sbin usr/bin ...
24 # for each dir we have a ${MANIFEST}.SRCS.$dir
26 # ${MANIFEST}.SRCS.bin += ${OBJTOP}/bin/sh/sh
27 # ${MANIFEST}.SYMLINKS is a list of src target pairs
43 # ${MANIFEST}.SRCS.sbin += ${OBJTOP}/bin/sh-static/sh-static
63 # this produces the body of the manifest
[all...]
/freebsd/tools/tools/makeroot/
H A Dmakeroot.sh36 usage: makeroot.sh [-B byte-order] [-d] [-e <extras manifest>] [-f <filelist>]
67 # Allow duplicate manifest entries when not file list is given because the
126 manifest=${tmpdir}/manifest
128 echo "#mtree 2.0" > ${manifest}
152 # build manifest from root manifest and FILELIST
167 / type=/ { if ($1 == file) {print} }' >> ${manifest}
174 / type=/ { if ($1 != file) {print} }' >> ${manifest}
176 sort -u ${BSDROOT}/METALOG >> ${manifest}
180 # manifest lives in for each file line that does not have one. Adjust
199 sed -e "s|contents=\./|contents=${extradir}/|" >> ${manifest}
[all …]
H A Dmakeroot.834 .Nd Tool to create root filesystem images given a tree containing a manifest
39 .Op Fl e Ar extras-manifest
69 .It Fl e Ar manifest
73 .Ar manifest
77 manifest.
116 2.0 format manifest of permissions and ownership for files in the root
/freebsd/sys/contrib/device-tree/Bindings/gpu/host1x/
H A Dnvidia,tegra234-nvdec.yaml70 nvidia,bl-manifest-offset:
73 Offset to bootloader manifest from beginning of firmware that was configured by
88 nvidia,os-manifest-offset:
91 Offset to operating system manifest from beginning of firmware that was configured by
115 - nvidia,bl-manifest-offset
118 - nvidia,os-manifest-offset
150 nvidia,bl-manifest-offset = <0>;
153 nvidia,os-manifest-offset = <0>;
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsManifest/
H A DWindowsManifestMerger.h9 // This file provides a utility for merging Microsoft .manifest files. These
13 // merging several of these .manifest files using a tree-merge following
16 // Microsoft Manifest Tool (mt.exe) revealed the rules of this merge. As the
53 Error merge(MemoryBufferRef Manifest);
55 // Returns vector containing merged xml manifest, or uninitialized vector for
56 // empty manifest.
/freebsd/contrib/libfido2/examples/
H A DCMakeLists.txt19 set_source_files_properties(assert.c cred.c info.c manifest.c reset.c
24 # manifest
25 add_executable(manifest manifest.c ${COMPAT_SOURCES}) target
26 target_link_libraries(manifest ${_FIDO2_LIBRARY})
/freebsd/usr.sbin/bsdinstall/distextract/
H A Ddistextract.c171 * Returns number of files in archive file. Parses $BSDINSTALL_DISTDIR/MANIFEST
177 static FILE *manifest = NULL; in count_files() local
188 if (manifest == NULL) { in count_files()
189 snprintf(path, sizeof(path), "%s/MANIFEST", distdir); in count_files()
190 manifest = fopen(path, "r"); in count_files()
193 if (manifest != NULL) { in count_files()
194 rewind(manifest); in count_files()
195 while (fgets(line, sizeof(line), manifest) != NULL) { in count_files()
202 * We're at the right manifest line. The file count is in count_files()
217 * Either no manifest, or manifest didn't mention this archive. in count_files()
/freebsd/lib/libc/gen/
H A Dfmtmsg.353 of zero or one of the manifest constants from
98 manifest constant may be used to specify no classification.
109 manifest constant may be used to specify no label.
114 One of the following manifest constants should be used for this argument.
135 manifest constant may be used to specify no text.
149 manifest constant may be used to specify no action.
161 manifest constant may be used to specify no tag.
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dfetchmissingdists75 if [ -f "$BSDINSTALL_DISTDIR_ORIG/MANIFEST" ]; then
76 cp "$BSDINSTALL_DISTDIR_ORIG/MANIFEST" "$BSDINSTALL_DISTDIR/MANIFEST"
78 FETCH_DISTRIBUTIONS="MANIFEST $FETCH_DISTRIBUTIONS"
80 # XXX actually verify signature on manifest
81 …bsddialog --backtitle "$OSNAME Installer" --title "Warning" --msgbox "Manifest not found on local …
H A Djail78 if [ ! -f $BSDINSTALL_DISTDIR/MANIFEST -a -z "$BSDINSTALL_DISTSITE" ]; then
85 …etch -o $BSDINSTALL_DISTDIR/MANIFEST $BSDINSTALL_DISTSITE/MANIFEST || error "Could not download $B…
89 if [ -f $BSDINSTALL_DISTDIR/MANIFEST ]; then
90 DISTMENU=`cut -f 4,5,6 $BSDINSTALL_DISTDIR/MANIFEST | grep -v -e ^kernel -e ^base`
/freebsd/contrib/libucl/python/
H A Dsetup.py3 # setuptools doesn't support template param for MANIFEST.in
5 manifest_maker.template = 'python/MANIFEST.in'
38 # MANIFEST.in will include the headers for sdist only
39 template = 'python/MANIFEST.in'
/freebsd/contrib/llvm-project/lld/COFF/
H A DOptions.td117 def manifest : F<"manifest">, HelpText<"Create .manifest file">;
119 "manifest",
120 "NO disables manifest output; EMBED[,ID=#] embeds manifest as resource in the image">;
122 def manifestfile : P<"manifestfile", "Manifest output path, with /manifest">;
125 "Attributes for <dependency> element in manifest file; implies /manifest">;
128 "Additional manifest inputs; only valid with /manifest:embed">;
H A DDriverUtils.cpp288 ctx.config.manifest = Configuration::No; in parseManifest()
293 ctx.config.manifest = Configuration::Embed; in parseManifest()
428 fatal("internal manifest tool failed on default xml: " + in createManifestXmlWithInternalMt()
432 std::unique_ptr<MemoryBuffer> manifest = in createManifestXmlWithInternalMt() local
435 if (auto e = merger.merge(takeBuffer(std::move(manifest)))) in createManifestXmlWithInternalMt()
436 fatal("internal manifest tool failed on file " + filename + ": " + in createManifestXmlWithInternalMt()
445 // Create the default manifest file as a temporary file. in createManifestXmlWithExternalMt()
446 TemporaryFile Default("defaultxml", "manifest"); in createManifestXmlWithExternalMt()
456 TemporaryFile user("user", "manifest"); in createManifestXmlWithExternalMt()
459 e.add("/manifest"); in createManifestXmlWithExternalMt()
[all …]
/freebsd/lib/libsecureboot/
H A DMakefile.libsa.inc36 # that we need to verify) used to find a signed manifest.
39 VE_MANIFEST_LIST?= manifest ../manifest
H A Dveopen.c32 char *fi_prefix; /**< manifest entries relative to */
33 char *fi_skip; /**< manifest entries prefixed with */
34 const char *fi_data; /**< manifest data */
56 * add manifest data to list
61 * path that all manifest entries are resolved via
64 * optional prefix within manifest entries which should be skipped
67 * manifest data
165 * Deal with old incompatible boot/manifest
H A DREADME.rst78 Eg. signature for ``manifest`` would be in ``manifest.asc``
103 ``.esig`` so the signature for ``manifest`` would be ``manifest.esig``
/freebsd/release/
H A DMakefile118 CLEANFILES= packagesystem *.txz MANIFEST release ${IMAGES}
185 …for dist in MANIFEST $$(ls *.txz | grep -v container | grep -vE -- '(${base ${_ALL_libcompats}:L:t…
190 …for dist in MANIFEST $$(ls *.txz | grep -v container | grep -vE -- '(${base ${_ALL_libcompats}:L:t…
229 # Copy manifest only (no distfiles) to get checksums
231 cp MANIFEST ${.TARGET}/usr/freebsd-dist
234 echo "./usr/freebsd-dist/MANIFEST type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG
262 for dist in MANIFEST $$(ls *.txz | grep -v container); \
267 for dist in MANIFEST $$(ls *.txz | grep -v container); \
321 sh ${.CURDIR}/scripts/make-manifest.sh $$(ls *.txz | grep -v container) > MANIFEST
340 cp *.txz MANIFEST ftp
/freebsd/usr.sbin/makefs/
H A Dmakefs.842 .Nd create a file system image from a directory tree or a mtree manifest
62 .Ar directory | manifest
71 or from the mtree manifest
72 .Ar manifest .
79 .Ar manifest
112 Treat duplicate paths in an mtree manifest as warnings not error.
127 To create an image from a list of files in an mtree format manifest,
138 This option has no effect when the image is created from a mtree manifest
/freebsd/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp9 // This file implements the .manifest merger class.
36 Error merge(MemoryBufferRef Manifest);
506 // Recursively merge the two given manifest trees, depending on which elements
621 MemoryBufferRef Manifest) { in merge() argument
625 if (Manifest.getBufferSize() == 0) in merge()
627 "attempted to merge empty manifest"); in merge()
631 Manifest.getBufferStart(), Manifest.getBufferSize(), "manifest.xml", in merge()
690 MemoryBufferRef Manifest) { in merge() argument
708 Error WindowsManifestMerger::merge(MemoryBufferRef Manifest) { in merge() argument
709 return Impl->merge(Manifest); in merge()
/freebsd/tools/build/options/
H A DWITH_LOADER_VERIEXEC_PASS_MANIFEST3 with support to pass a verified manifest to the kernel.
4 The kernel has to be built with a module to parse the manifest.
/freebsd/crypto/openssl/doc/life-cycles/
HDlifecycles.ods ... Configurations2/statusbar/ Configurations2/images/Bitmaps/ manifest.rdf meta.xml styles.xml content.

12345678