Home
last modified time | relevance | path

Searched full:project (Results 1 – 25 of 4662) sorted by relevance

12345678910>>...187

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/
H A Dprojecttree_002_pos.ksh37 # Check project ID/flag can be operated via "zfs project"
42 # 2. Set project ID on both directory and regular file via
43 # "zfs project -p".
44 # 3. Check the project ID via "zfs project".
45 # 4. Set project inherit flag on kinds of level directories (and its
46 # descendants for some)) via "zfs project -s [-r]".
47 # 5. Check the project ID and inherit flag via "zfs project -r".
48 # 6. Clear the project inherit flag from some directories (and its
49 # descendants for some) via "zfs project -C [-r]".
50 # 7. Check the project ID and inherit flag via "zfs project -r".
[all …]
H A Dprojecttree_003_neg.ksh37 # Check 'zfs project' invalid options combinations
61 log_assert "Check 'zfs project' invalid options combinations"
67 log_mustnot zfs project -c
68 log_mustnot zfs project -c -k $PRJDIR/a1
69 log_mustnot zfs project -c -C $PRJDIR/a1
70 log_mustnot zfs project -c -s $PRJDIR/a1
71 log_must zfs project -c -d -r $PRJDIR/a1
72 log_must zfs project -c -r -d $PRJDIR/a1
73 log_mustnot zfs project -c -d $PRJDIR/a2
74 log_mustnot zfs project -c -r $PRJDIR/a2
[all …]
H A Dprojecttree_001_pos.ksh37 # Check 'zfs project' is compatible with chattr/lsattr
42 # 1. "zfs project -p" behaviours the same as "chattr -p"
43 # 2. "zfs project" behaviours the same as "lsattr -p"
44 # 3. "zfs project -d" behaviours the same as "lsattr -p -d"
45 # 4. "zfs project -s" behaviours the same as "chattr +P"
46 # 5. "zfs project -s -p" behaviours the same as "chattr +P -p"
47 # 6. "zfs project -C" behaviours the same as "chattr -P"
56 log_unsupported "Current e2fsprogs does not support set/show project ID"
60 # e2fsprogs-1.44.4 incorrectly reports verity 'V' bit when the project 'P'
71 log_assert "Check 'zfs project' is compatible with chattr/lsattr"
[all …]
H A Dprojectquota_008_pos.ksh36 # Check project{obj}quota to snapshot that:
37 # 1) can not set project{obj}quota to snapshot directly
38 # 2) snapshot can inherit the parent fs's project{obj}quota
39 # 3) the project{obj}quota will not change even the parent quota changed.
44 # 2. set the project{obj}quota to snapshot and expect fail
45 # 3. set project{obj}quota to fs and check the snapshot
46 # 4. re-set project{obj}quota to fs and check the snapshot's value
58 log_assert "Check the snapshot's project{obj}quota"
70 log_note "check the snapshot $snap_fs project{obj}quota"
74 log_note "set project{obj}quota to $snap_fs which will fail"
[all …]
H A Dprojectid_001_pos.ksh37 # Check project ID/flags can be set/inherited properly
42 # 2. Set project ID on both directory and regular file.
44 # project ID if its parent has project inherit flag.
45 # 4. New created subdir should inherit its parent project's inherit flag.
55 log_unsupported "Current e2fsprogs does not support set/show project ID"
59 # e2fsprogs-1.44.4 incorrectly reports verity 'V' bit when the project 'P'
70 log_assert "Check project ID/flags can be set/inherited properly"
83 # "-1" is invalid project ID, should be denied
95 # not support project ID/flag on symlink
101 # not support project ID/flag on block special file
[all …]
H A Dprojectquota_009_pos.ksh36 # The project{obj}quota will not change during zfs actions, such as
41 # 1. Create a pool, and create fs with preset project{obj}quota
42 # 2. Check set project{obj}quota via zfs snapshot|clone|list -o
43 # 3. Check the project{obj}quota can not change during zfs
45 # 4. Check the project{obj}quota can not change during zfs clone
46 # 5. Check the project{obj}quota can not change during zfs send/receive
58 log_assert "the project{obj}quota can't change during zfs actions"
74 log_note "clone fs gets its parent's project{obj}quota initially"
89 log_note "zfs promote can not change the previously set project{obj}quota"
99 log_note "zfs send receive can not change the previously set project{obj}quota"
[all …]
H A Dprojectquota_003_pos.ksh36 # Check the basic function project{obj}used
40 # 1. Write data to fs with some project then check the project{obj}used
49 log_unsupported "Current e2fsprogs does not support set/show project ID"
54 log_assert "Check the basic function of project{obj}used"
72 log_note "project $PRJID1 used is $project_used"
73 log_fail "projectused for project $PRJID1 expected to be $file_size, " \
93 log_note "project $PRJID2 used is $project_obj_used"
94 log_fail "projectobjused for project $PRJID2 expected to be " \
98 log_pass "Check the basic function of project{obj}used pass as expect"
H A Dprojectspace_004_pos.ksh36 # Check 'df' command on the directory with INHERIT (project ID) flag
40 # 1. set project [obj]quota on the directory
41 # 2. set project ID and inherit flag on the directory
53 log_unsupported "Current e2fsprogs does not support set/show project ID"
58 log_assert "Check 'df' on dir with inherit project shows the project quota/used"
74 log_pass "'df' on the directory with inherit project ID flag pass as expect"
H A Dprojectid_002_pos.ksh37 # Project ID affects POSIX behavior
42 # 2. Set tdir1 and tdir3 project ID as PRJID1,
43 # set tdir2 project ID as PRJID2.
44 # 3. Create regular file under tdir1. It inherits tdir1 project ID.
58 log_unsupported "Current e2fsprogs does not support set/show project ID"
63 log_assert "Project ID affects POSIX behavior"
88 log_pass "Project ID affects POSIX behavior"
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzfs-project.837 .Nm zfs-project
41 .Cm project
45 .Cm project
50 .Cm project
57 .Cm project
66 .Cm project
70 List project identifier (ID) and inherit flag of files and directories.
73 Show the directory project ID and inherit flag, not its children.
79 .Cm project
84 Clear project inherit flag and/or ID on the files and directories.
[all …]
H A Dzfs-promote.871 .No # Nm zfs Cm create Ar pool/project/production
72 populate /pool/project/production with data
73 .No # Nm zfs Cm snapshot Ar pool/project/production Ns @ Ns Ar today
74 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta
75 make changes to /pool/project/beta and test them
76 .No # Nm zfs Cm promote Ar pool/project/beta
77 .No # Nm zfs Cm rename Ar pool/project/production pool/project/legacy
78 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
80 .No # Nm zfs Cm destroy Ar pool/project/legacy
H A Dzfs-clone.882 .No # Nm zfs Cm create Ar pool/project/production
83 populate /pool/project/production with data
84 .No # Nm zfs Cm snapshot Ar pool/project/production Ns @ Ns Ar today
85 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta
86 make changes to /pool/project/beta and test them
87 .No # Nm zfs Cm promote Ar pool/project/beta
88 .No # Nm zfs Cm rename Ar pool/project/production pool/project/legacy
89 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
91 .No # Nm zfs Cm destroy Ar pool/project/legacy
H A Dzfs-rename.8133 .No # Nm zfs Cm create Ar pool/project/production
134 populate /pool/project/production with data
135 .No # Nm zfs Cm snapshot Ar pool/project/production Ns @ Ns Ar today
136 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta
137 make changes to /pool/project/beta and test them
138 .No # Nm zfs Cm promote Ar pool/project/beta
139 .No # Nm zfs Cm rename Ar pool/project/production pool/project/legacy
140 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
142 .No # Nm zfs Cm destroy Ar pool/project/legacy
H A Dzfs-snapshot.8105 .No # Nm zfs Cm create Ar pool/project/production
106 populate /pool/project/production with data
107 .No # Nm zfs Cm snapshot Ar pool/project/production Ns @ Ns Ar today
108 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta
109 make changes to /pool/project/beta and test them
110 .No # Nm zfs Cm promote Ar pool/project/beta
111 .No # Nm zfs Cm rename Ar pool/project/production pool/project/legacy
112 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
114 .No # Nm zfs Cm destroy Ar pool/project/legacy
H A Dzfs-create.8264 .No # Nm zfs Cm create Ar pool/project/production
265 populate /pool/project/production with data
266 .No # Nm zfs Cm snapshot Ar pool/project/production Ns @ Ns Ar today
267 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta
268 make changes to /pool/project/beta and test them
269 .No # Nm zfs Cm promote Ar pool/project/beta
270 .No # Nm zfs Cm rename Ar pool/project/production pool/project/legacy
271 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
273 .No # Nm zfs Cm destroy Ar pool/project/legacy
H A Dzfs-destroy.8195 .No # Nm zfs Cm create Ar pool/project/production
196 populate /pool/project/production with data
197 .No # Nm zfs Cm snapshot Ar pool/project/production Ns @ Ns Ar today
198 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta
199 make changes to /pool/project/beta and test them
200 .No # Nm zfs Cm promote Ar pool/project/beta
201 .No # Nm zfs Cm rename Ar pool/project/production pool/project/legacy
202 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
204 .No # Nm zfs Cm destroy Ar pool/project/legacy
/freebsd/contrib/llvm-project/lld/docs/
H A DReleaseNotes.rst34 (`#98115 <https://github.com/llvm/llvm-project/pull/98115>`_)
36 (`#97144 <https://github.com/llvm/llvm-project/pull/97144>`_)
39 (`#84855 <https://github.com/llvm/llvm-project/pull/84855>`_)
40 (`#90567 <https://github.com/llvm/llvm-project/pull/90567>`_)
46 (`#72714 <https://github.com/llvm/llvm-project/pull/72714>`_)
49 (`#86777 <https://github.com/llvm/llvm-project/issues/86777>`_)
52 (`#86508 <https://github.com/llvm/llvm-project/pull/86508>`_)
58 files. (`#90007 <https://github.com/llvm/llvm-project/pull/90007>`_)
61 (`#89327 <https://github.com/llvm/llvm-project/pull/89327>`_)
65 (`#94704 <https://github.com/llvm/llvm-project/pull/94704>`_)
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/upgrade/
H A Dupgrade_projectquota_001_pos.ksh32 # Check whether zfs upgrade for project quota works or not.
33 # The project quota is per dataset based feature, this test
46 log_unsupported "Current lsattr does not support set/show project ID"
68 # Make sure project quota is disabled
70 log_fail "project quota should be disabled initially"
87 # Double check project quota is disabled
89 log_fail "project quota should be disabled after pool upgrade"
95 log_fail "project quota should be enabled for $TESTPOOL/fs1"
101 log_fail "project quota should be enabled for $TESTPOOL/fs2"
106 log_fail "project quota should not active for $TESTPOOL/fs3"
[all …]
/freebsd/contrib/elftoolchain/libelftc/
H A Delftc_version.331 .Nd return a project-wide version identifier string
41 returns a project-wide identifier string that encodes the source
42 revision of the project source tree.
45 .Bl -tag -width ".Em Project Branch"
46 .It Em "Project-Name"
49 .It Em "Project-Branch"
50 The branch name for the project source tree.
70 On the HEAD branch of the project's sources, when checked out using
77 would be the current revision information for the project source tree.
/freebsd/contrib/googletest/docs/
H A Dquickstart-cmake.md5 this tutorial as a starting point. If your project uses Bazel, see the
15 project.
32 ## Set up a project
35 project. You'll use this file to set up your project and declare a dependency on
38 First, create a directory for your project:
48 To do this, in your project directory (`my_project`), create a file named
53 project(my_project)
64 # For Windows: Prevent overriding the parent project's compiler/linker settings
80 your own project.
140 Test project .../my_project/build
/freebsd/contrib/elftoolchain/
H A DREADME.rst1 The Elftoolchain Project
14 The project currently implements the following utilities and
42 Project Documentation
50 the utilities and libraries developed by the project.
58 The project uses subversion_ for its version control system.
67 The project's source tree may be checked out from its repository by
84 Released versions of the project's software may also be downloaded
101 The project's developers may be contacted using the mailing list:
117 Additional information about the project may be found on the `project
/freebsd/sys/contrib/libsodium/regen-msvc/
H A Dlibsodium.vcxproj2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/ms…
42 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
99 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
103 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo…
104 <Import Project="msvc-scripts\sodium.props" />
107 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo…
108 <Import Project="msvc-scripts\sodium.props" />
111 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo…
112 <Import Project="msvc-scripts\sodium.props" />
115 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo…
[all …]
H A Dtl_libsodium.vcxproj.tpl2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/ms…
42 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
99 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
103 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo…
104 <Import Project="msvc-scripts\sodium.props" />
107 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo…
108 <Import Project="msvc-scripts\sodium.props" />
111 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo…
112 <Import Project="msvc-scripts\sodium.props" />
115 …<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRoo…
[all …]
H A Dlibsodium.vcxproj.tpl2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/ms…
62 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
63 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
65 <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" />
66 <Import Project="$(ProjectDir)..\..\properties\Output.props" />
67 <Import Project="$(ProjectDir)$(ProjectName).props" />
90 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
93 </Project>
/freebsd/contrib/googletest/googletest/
H A DREADME.md19 standalone project or it can be incorporated into an existing CMake build for
20 another project.
22 #### Standalone CMake Project
24 When building GoogleTest as a standalone project, the typical workflow starts
57 #### Incorporating Into An Existing CMake Project
59 If you want to use GoogleTest in a project which already uses CMake, the easiest
67 project directly. This is done by making the GoogleTest source code available to
70 used between GoogleTest and the rest of your project, so issues associated with
78 * Embed the GoogleTest source code as a direct copy in the main project's
99 # For Windows: Prevent overriding the parent project's compiler/linker settings
[all …]

12345678910>>...187