Home
last modified time | relevance | path

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

12345678910>>...173

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/
H A Dprojecttree_002_pos.ksh38 # Check project ID/flag can be operated via "zfs project"
43 # 2. Set project ID on both directory and regular file via
44 # "zfs project -p".
45 # 3. Check the project ID via "zfs project".
46 # 4. Set project inherit flag on kinds of level directories (and its
47 # descendants for some)) via "zfs project -s [-r]".
48 # 5. Check the project ID and inherit flag via "zfs project -r".
49 # 6. Clear the project inherit flag from some directories (and its
50 # descendants for some) via "zfs project -C [-r]".
51 # 7. Check the project ID and inherit flag via "zfs project -r".
[all …]
H A Dprojecttree_003_neg.ksh38 # Check 'zfs project' invalid options combinations
62 log_assert "Check 'zfs project' invalid options combinations"
68 log_mustnot zfs project -c
69 log_mustnot zfs project -c -k $PRJDIR/a1
70 log_mustnot zfs project -c -C $PRJDIR/a1
71 log_mustnot zfs project -c -s $PRJDIR/a1
72 log_must zfs project -c -d -r $PRJDIR/a1
73 log_must zfs project -c -r -d $PRJDIR/a1
74 log_mustnot zfs project -c -d $PRJDIR/a2
75 log_mustnot zfs project -c -r $PRJDIR/a2
[all …]
H A Dprojecttree_001_pos.ksh38 # Check 'zfs project' is compatible with chattr/lsattr
43 # 1. "zfs project -p" behaviours the same as "chattr -p"
44 # 2. "zfs project" behaviours the same as "lsattr -p"
45 # 3. "zfs project -d" behaviours the same as "lsattr -p -d"
46 # 4. "zfs project -s" behaviours the same as "chattr +P"
47 # 5. "zfs project -s -p" behaviours the same as "chattr +P -p"
48 # 6. "zfs project -C" behaviours the same as "chattr -P"
57 log_unsupported "Current e2fsprogs does not support set/show project ID"
61 # e2fsprogs-1.44.4 incorrectly reports verity 'V' bit when the project 'P'
72 log_assert "Check 'zfs project' is compatible with chattr/lsattr"
[all …]
H A Dprojectquota_008_pos.ksh37 # Check project{obj}quota to snapshot that:
38 # 1) can not set project{obj}quota to snapshot directly
39 # 2) snapshot can inherit the parent fs's project{obj}quota
40 # 3) the project{obj}quota will not change even the parent quota changed.
45 # 2. set the project{obj}quota to snapshot and expect fail
46 # 3. set project{obj}quota to fs and check the snapshot
47 # 4. re-set project{obj}quota to fs and check the snapshot's value
59 log_assert "Check the snapshot's project{obj}quota"
71 log_note "check the snapshot $snap_fs project{obj}quota"
75 log_note "set project{obj}quota to $snap_fs which will fail"
[all …]
H A Dprojectid_001_pos.ksh38 # Check project ID/flags can be set/inherited properly
43 # 2. Set project ID on both directory and regular file.
45 # project ID if its parent has project inherit flag.
46 # 4. New created subdir should inherit its parent project's inherit flag.
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 project ID/flags can be set/inherited properly"
84 # "-1" is invalid project ID, should be denied
96 # not support project ID/flag on symlink
102 # not support project ID/flag on block special file
[all …]
H A Dprojectquota_009_pos.ksh37 # The project{obj}quota will not change during zfs actions, such as
42 # 1. Create a pool, and create fs with preset project{obj}quota
43 # 2. Check set project{obj}quota via zfs snapshot|clone|list -o
44 # 3. Check the project{obj}quota can not change during zfs
46 # 4. Check the project{obj}quota can not change during zfs clone
47 # 5. Check the project{obj}quota can not change during zfs send/receive
59 log_assert "the project{obj}quota can't change during zfs actions"
75 log_note "clone fs gets its parent's project{obj}quota initially"
90 log_note "zfs promote can not change the previously set project{obj}quota"
100 log_note "zfs send receive can not change the previously set project{obj}quota"
[all …]
H A Dprojectquota_003_pos.ksh37 # Check the basic function project{obj}used
41 # 1. Write data to fs with some project then check the project{obj}used
50 log_unsupported "Current e2fsprogs does not support set/show project ID"
55 log_assert "Check the basic function of project{obj}used"
73 log_note "project $PRJID1 used is $project_used"
74 log_fail "projectused for project $PRJID1 expected to be $file_size, " \
94 log_note "project $PRJID2 used is $project_obj_used"
95 log_fail "projectobjused for project $PRJID2 expected to be " \
99 log_pass "Check the basic function of project{obj}used pass as expect"
H A Dprojectspace_004_pos.ksh37 # Check 'df' command on the directory with INHERIT (project ID) flag
41 # 1. set project [obj]quota on the directory
42 # 2. set project ID and inherit flag on the directory
54 log_unsupported "Current e2fsprogs does not support set/show project ID"
59 log_assert "Check 'df' on dir with inherit project shows the project quota/used"
75 log_pass "'df' on the directory with inherit project ID flag pass as expect"
H A Dprojectid_002_pos.ksh38 # Project ID affects POSIX behavior
43 # 2. Set tdir1 and tdir3 project ID as PRJID1,
44 # set tdir2 project ID as PRJID2.
45 # 3. Create regular file under tdir1. It inherits tdir1 project ID.
59 log_unsupported "Current e2fsprogs does not support set/show project ID"
64 log_assert "Project ID affects POSIX behavior"
89 log_pass "Project ID affects POSIX behavior"
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzfs-project.838 .Nm zfs-project
42 .Cm project
46 .Cm project
51 .Cm project
58 .Cm project
67 .Cm project
71 List project identifier (ID) and inherit flag of files and directories.
74 Show the directory project ID and inherit flag, not its children.
80 .Cm project
85 Clear project inherit flag and/or ID on the files and directories.
[all …]
H A Dzfs-promote.872 .No # Nm zfs Cm create Ar pool/project/production
73 populate /pool/project/production with data
74 .No # Nm zfs Cm snapshot Ar pool/project/production Ns @ Ns Ar today
75 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta
76 make changes to /pool/project/beta and test them
77 .No # Nm zfs Cm promote Ar pool/project/beta
78 .No # Nm zfs Cm rename Ar pool/project/production pool/project/legacy
79 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
81 .No # Nm zfs Cm destroy Ar pool/project/legacy
H A Dzfs-clone.883 .No # Nm zfs Cm create Ar pool/project/production
84 populate /pool/project/production with data
85 .No # Nm zfs Cm snapshot Ar pool/project/production Ns @ Ns Ar today
86 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta
87 make changes to /pool/project/beta and test them
88 .No # Nm zfs Cm promote Ar pool/project/beta
89 .No # Nm zfs Cm rename Ar pool/project/production pool/project/legacy
90 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
92 .No # Nm zfs Cm destroy Ar pool/project/legacy
H A Dzfs-snapshot.8106 .No # Nm zfs Cm create Ar pool/project/production
107 populate /pool/project/production with data
108 .No # Nm zfs Cm snapshot Ar pool/project/production Ns @ Ns Ar today
109 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta
110 make changes to /pool/project/beta and test them
111 .No # Nm zfs Cm promote Ar pool/project/beta
112 .No # Nm zfs Cm rename Ar pool/project/production pool/project/legacy
113 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
115 .No # Nm zfs Cm destroy Ar pool/project/legacy
H A Dzfs-rename.8134 .No # Nm zfs Cm create Ar pool/project/production
135 populate /pool/project/production with data
136 .No # Nm zfs Cm snapshot Ar pool/project/production Ns @ Ns Ar today
137 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta
138 make changes to /pool/project/beta and test them
139 .No # Nm zfs Cm promote Ar pool/project/beta
140 .No # Nm zfs Cm rename Ar pool/project/production pool/project/legacy
141 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
143 .No # Nm zfs Cm destroy Ar pool/project/legacy
H A Dzfs-destroy.8204 .No # Nm zfs Cm create Ar pool/project/production
205 populate /pool/project/production with data
206 .No # Nm zfs Cm snapshot Ar pool/project/production Ns @ Ns Ar today
207 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta
208 make changes to /pool/project/beta and test them
209 .No # Nm zfs Cm promote Ar pool/project/beta
210 .No # Nm zfs Cm rename Ar pool/project/production pool/project/legacy
211 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
213 .No # Nm zfs Cm destroy Ar pool/project/legacy
H A Dzfs-create.8265 .No # Nm zfs Cm create Ar pool/project/production
266 populate /pool/project/production with data
267 .No # Nm zfs Cm snapshot Ar pool/project/production Ns @ Ns Ar today
268 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta
269 make changes to /pool/project/beta and test them
270 .No # Nm zfs Cm promote Ar pool/project/beta
271 .No # Nm zfs Cm rename Ar pool/project/production pool/project/legacy
272 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
274 .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.ksh33 # Check whether zfs upgrade for project quota works or not.
34 # The project quota is per dataset based feature, this test
47 log_unsupported "Current lsattr does not support set/show project ID"
69 # Make sure project quota is disabled
71 log_fail "project quota should be disabled initially"
88 # Double check project quota is disabled
90 log_fail "project quota should be disabled after pool upgrade"
96 log_fail "project quota should be enabled for $TESTPOOL/fs1"
102 log_fail "project quota should be enabled for $TESTPOOL/fs2"
107 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>>...173