/freebsd/tools/build/ |
H A D | freebsd-yeet.pl | 3 # Remove almost all of the $ FreeBSD $ tags in the tree. 82 …system("git commit -a -m'sys: Remove \$FreeBSD\$: $pretty\n\nRemove /$pattern/\n\nSimilar commit i… 88 …system("git commit -a -m'Remove \$FreeBSD\$: $pretty\n\nRemove /$pattern/\n\nSimilar commit in mai… 93 # 9524e274b548 Remove $FreeBSD$: one-line xdr pattern 94 # 26a58599a09a Remove $FreeBSD$: one-line forth tag 95 # 401ab69cff8f Remove $FreeBSD$: one-line ps tag 96 # 6ef644f5889a Remove $FreeBSD$: one-line lua tag 97 # 9636a14538f5 Remove $FreeBSD$: two-line lua tag 98 # 8c99d94c900f sys: Remove $FreeBSD$: two-line lua tag 99 # ae992a336e8d Remove $FreeBSD$: one-line catalog [all …]
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | zfs-helpers.sh | 32 REMOVE="no" 52 Install/remove the ZFS helper utilities. 58 -r Remove the helper utilities 80 REMOVE="yes" 94 if [ "$INSTALL" = "yes" ] && [ "$REMOVE" = "yes" ]; then 98 if [ "$INSTALL" = "no" ] && [ "$REMOVE" = "no" ]; then 142 remove() { function 174 remove "$INSTALL_MOUNT_HELPER_DIR/mount.zfs" 175 remove "$INSTALL_MOUNT_HELPER_DIR/fsck.zfs" 176 remove "$INSTALL_UDEV_DIR/zvol_id" [all …]
|
/freebsd/tools/test/stress2/ |
H A D | load.cfg | 6 ###export TESTPROGS="" # Remove comments for test 7 ###export HOG=1 # Remove comments for test 9 ###export LOAD=100 # Remove comments for test 10 ###export swapLOAD=100 # Remove comments for test 11 ###export rwLOAD=100 # Remove comments for test 12 ###export mkdirLOAD=100 # Remove comments for test 13 ###export creatLOAD=100 # Remove comments for test 14 ###export symlinkLOAD=100 # Remove comments for test 15 ###export swapLOAD=100 # Remove comments for test 16 ###export linkLOAD=100 # Remove comments for test
|
/freebsd/usr.sbin/etcupdate/tests/ |
H A D | fbsdid_test.sh | 89 # remove: Remove a file where the only local difference is a 91 store_id $OLD/remove 92 store_id $TEST/remove ": head/remove 12345 jhb " 199 # local-remove: A file removed locally changed it's FreeBSD ID 201 store_id $OLD/local-remove ": head/local-remove 12000 jhb " 202 store_id $NEW/local-remove ": head/local-remove 12345 jhb " 204 cat >> $i/local-remove <<EOF 304 Modified regular file remains: /remove 305 Removed file changed: /local-remove 312 file /remove "" 1bb4776213af107077be78fead8a351c [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | CommonOpts.td | 18 HelpText<"Allow the tool to remove sections even if it would leave " 45 HelpText<"For ELF, remove all symbols and non-alloc sections not within " 47 "For COFF and Mach-O, remove all symbols, debug sections, and relocations">; 51 … HelpText<"Remove all symbols, debug sections and relocations. Compatible with GNU's --strip-all">; 54 HelpText<"Remove all debug sections">; 60 HelpText<"Remove all symbols not needed by relocations">; 62 defm remove_section : Eq<"remove-section", "Remove <section>">, 66 HelpText<"Alias for --remove-section">; 70 HelpText<"Remove all section headers and all section data not within segments">; 81 defm keep_symbol : Eq<"keep-symbol", "When removing symbols, do not remove <symbol>">, [all …]
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zpool-remove.8 | 34 .Nm zpool-remove 35 .Nd remove devices from ZFS storage pool 39 .Cm remove 43 .Cm remove 51 .Cm remove 67 .Nm zpool Cm remove 75 feature flag must be enabled to remove a top-level vdev, see 104 .Cm remove 115 The following commands remove the mirrored log device 141 The command to remove the mirrored log [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_remove/ |
H A D | zpool_remove_002_pos.ksh | 37 # Verify that 'zpool can only remove inactive hot spare devices from pool' 41 # 2. Try to remove the inactive hotspare device from the pool 42 # 3. Verify that the remove succeed. 57 log_assert "zpool remove can only remove inactive hotspare device from pool" 61 log_must zpool remove $TESTPOOL $spare_devs2 65 log_must zpool remove $TESTPOOL $spare_devs2 68 log_pass "zpool remove can only remove inactive hotspare device from pool"
|
H A D | zpool_remove_003_pos.ksh | 37 # Verify that 'zpool can remove hotspare devices from pool when it state 44 # 3. Verify that the zpool remove succeed. 61 log_assert "zpool remove can remove hotspare device which state go though" \ 67 log_mustnot zpool remove $TESTPOOL $spare_devs3 69 log_must zpool remove $TESTPOOL $spare_devs3 71 log_pass "'zpool remove device passed as expected.'"
|
H A D | zpool_remove_001_neg.ksh | 37 # Verify that 'zpool can not remove device except inactive hot spares from pool' 41 # 2. Try to remove device from the pool 42 # 3. Verify that the remove failed. 60 log_mustnot zpool remove $dev 83 log_assert "Check zpool remove <pool> <device> can not remove " \ 95 log_pass "'zpool remove <pool> <device> fail as expected .'"
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/ |
H A D | remove_indirect.ksh | 26 # Device removal cannot remove non-concrete vdevs 30 # 2. Remove a top-level device 31 # 3. Verify we can't remove the "indirect" vdev created by the first removal 42 log_assert "Device removal should not be able to remove non-concrete vdevs" 49 # 2. Remove a top-level device 50 log_must zpool remove $TESTPOOL $TEST_BASE_DIR/device-1 53 # 3. Verify we can't remove the "indirect" vdev created by the first removal 56 log_mustnot zpool remove $TESTPOOL $INDIRECT_VDEV 58 log_pass "Device removal cannot remove non-concrete vdevs"
|
H A D | remove_raidz.ksh | 41 # Attempt to remove the non raidz disk. 42 log_mustnot zpool remove $TESTPOOL $TMPDIR/dsk1 44 # Attempt to remove one of the raidz disks. 45 log_mustnot zpool remove $TESTPOOL $TMPDIR/dsk2 47 # Attempt to remove the raidz. 48 log_mustnot zpool remove $TESTPOOL raidz1-1
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_remove/ |
H A D | zpool_remove_002_pos.ksh | 35 # Verify that 'zpool can only remove inactive hot spare devices from pool' 39 # 2. Try to remove the inactive hotspare device from the pool 40 # 3. Verify that the remove succeed. 63 log_assert "zpool remove can only remove inactive hotspare device from pool" 67 log_must $ZPOOL remove $TESTPOOL $spare_devs2 71 log_must $ZPOOL remove $TESTPOOL $spare_devs2 74 log_pass "zpool remove can only remove inactive hotspare device from pool"
|
/freebsd/lib/libc/stdio/ |
H A D | remove.3 | 36 .Nm remove 37 .Nd remove directory entry 43 .Fn remove "const char *path" 46 .Fn remove 53 .Fn remove "path" 59 .Rv -std remove 62 .Fn remove 76 .Fn remove
|
/freebsd/bin/rm/ |
H A D | rm.1 | 38 .Nd remove directory entries 50 utility attempts to remove the non-directory type files specified on the 59 Attempt to remove directories as well as other types of files. 61 Attempt to remove the files without prompting for confirmation, 71 Request confirmation before attempting to remove each file, regardless of 90 Attempt to remove the file hierarchy rooted in each 102 is made to remove the directory). 123 It is an error to attempt to remove the files 176 Recursively remove all files contained within the 182 Any of these commands will remove the file [all …]
|
/freebsd/usr.bin/clang/llvm-objcopy/ |
H A D | llvm-objcopy.1 | 86 Remove most local symbols from the output. Different file formats may limit 88 ELF objects will not be discarded. Additionally, remove all debug sections. 127 Remove all sections from the output, except for sections named \fB<section>\fP\&. 156 .B \-\-remove\-section <section>, \-R 157 Remove the specified section from the output. Can be specified multiple times 158 to remove multiple sections simultaneously. 230 Remove all symbols, debug sections and relocations from the output. This option 236 For ELF objects, remove from the output all symbols and non\-alloc sections not 240 For COFF and Mach\-O objects, remove all symbols, debug sections, and 246 Remove all debug sections from the output. [all …]
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | strip.1 | 47 .Op Fl R Ar sectionname | Fl -remove-section= Ns Ar sectionname 69 Remove debugging symbols only. 73 Remove all content except that which would be used for debugging. 82 Remove all symbols. 84 Remove all symbols not needed for further relocation processing. 99 Remove the special meaning of the next character in the pattern. 113 Remove the symbol 123 .It Fl R Ar sectionname | Fl -remove-section= Ns Ar sectionname 124 Remove the section named by the argument 130 Remove compiler-generated local symbols.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
H A D | tst.lib_table.lua | 206 -- test remove 212 assert(table.remove(a,1) == -1) 213 assert(table.remove(a,1) == -2) 214 assert(table.remove(a,1) == 10) 215 assert(table.remove(a,1) == 20) 216 assert(table.remove(a,1) == 40) 217 assert(table.remove(a,1) == 50) 218 assert(table.remove(a,1) == nil) 231 assert(table.remove(a) == 10) 232 assert(table.remove(a) == 20) [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | import_cachefile_device_removed.ksh | 28 # 3. Remove device(s) from the pool and remove them. 49 log_note "$0: pool '$poolcreate', remove $2." 55 log_must zpool remove $TESTPOOL1 $removevdev 73 # We have to remove top-level non-log vdevs one by one, else there is a high 84 log_must zpool remove $TESTPOOL1 $VDEV4 87 log_must zpool remove $TESTPOOL1 $VDEV3 116 log_must zpool remove $TESTPOOL1 $VDEV1 118 log_must zpool remove $TESTPOOL1 $VDEV3
|
/freebsd/tests/sys/cddl/zfs/tests/hotspare/ |
H A D | hotspare_remove_004_pos.ksh | 35 # 'zpool remove <pool> <vdev> ...' can successfully remove the specified 42 # 4. Remove the hotspare 44 # 6. Remove hot spares one by one 75 log_must $ZPOOL remove $TESTPOOL $dev 80 log_assert "'zpool remove <pool> <vdev> ...' can remove spare device from the pool." 94 log_pass "'zpool remove <pool> <vdev> ...' executes successfully"
|
H A D | hotspare_remove_002_neg.ksh | 35 # 'zpool remove <pool> <vdev> ...' should return fail if 43 # 3. For each scenario, try to remove the hot spares 44 # 4. Verify the the remove operation get failed 72 log_mustnot $ZPOOL remove $TESTPOOL $dev 76 log_assert "'zpool remove <pool> <vdev> ...' should fail with inapplicable scenarios." 99 log_mustnot $ZPOOL remove $TESTPOOL $dev 103 log_mustnot $ZPOOL remove $TESTPOOL $dev 111 log_pass "'zpool remove <pool> <vdev> ...' fail with inapplicable scenarios."
|
/freebsd/contrib/diff/ |
H A D | ChangeLog | 11 Remove config/config.rpath as it is deduced automatically these days. 27 (AC_ISC_POSIX): Remove; nobody ports to ancient ISC any more. 34 Remove; not needed here, as our files don't use them directly 36 (AC_C_CONST): Remove; we assume C89 now. 37 (AC_CHECK_HEADERS): Remove libintl.h, limits.h, stdlib.h, string.h, 39 (AC_CHECK_TYPE): Remove ptrdiff_t, ssize_t. 40 (AC_CHECK_FUNCS): Remove diraccess, strchr, strerror, tmpnam). 41 (AC_REPLACE_FUNCS): Remove memchr, mkstemp, strcasecmp. 44 (AC_CONFIG_FILES): Remove lib/posix/Makefile. 45 (AC_CONFIG_COMMANDS): Remove. [all …]
|
/freebsd/contrib/spleen/ |
H A D | ChangeLog | 28 - Remove C0 control characters range in the 8x16, 16x32, and 32x64 versions 41 - Do not remove specimen.png in the clean target 71 - Also remove generated .otb files in the 'clean' target 74 - Also remove generated .dfont files in the 'clean' target 145 - Remove strain pixel on the '5' digit (5x8 version) 218 - Remove the dfont target in Makefile, generated files do not work on 228 - Remove strain pixel on the '3' and 'k' characters (32x64 version) 229 - Remove fillers for characters other than ISO 8859-1 ones (5x8 version) 250 - Remove quotation marks around XLFD font names 251 - Remove strain pixels on the inner upper part of parentheses (16x32 version) [all …]
|
/freebsd/crypto/openssh/regress/ |
H A D | keygen-knownhosts.sh | 158 # Attempt remove key on invalid file. 161 diff $OBJ/kh.invalid $OBJ/kh.invalid.orig || fail "remove on invalid succeeded" 163 # Remove key 167 diff $OBJ/kh.hosts $OBJ/kh.expect || fail "remove simple" 169 # Remove CA key 173 diff $OBJ/kh.hosts $OBJ/kh.hosts.orig || fail "remove CA" 175 # Remove revoked key 179 diff $OBJ/kh.hosts $OBJ/kh.hosts.orig || fail "remove revoked" 181 # Remove wildcard 185 diff $OBJ/kh.hosts $OBJ/kh.expect || fail "remove wildcard" [all …]
|
/freebsd/crypto/openssh/ |
H A D | .skipped-commit-ids | 2 5317f294d63a876bfc861e19773b1575f96f027d remove libssh from makefiles 7 814b2f670df75759e1581ecef530980b2b3d7e0f remove redundant make defs 36 d4f699a421504df35254cf1c6f1a7c304fb907ca Remove 1k bit groups 37 aafe246655b53b52bc32c8a24002bc262f4230f7 Remove intermediate moduli 42 7cf73737f357492776223da1c09179fa6ba74660 Remove moduli <2k 45 96c5054e3e1f170c6276902d5bc65bb3b87a2603 remove DEBUGLIBS from Makefile
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | simple_ilist.h | 39 /// remove(), which takes a reference to the node to remove, \a erase(), which 44 /// \li \c L.remove(L.front()); 155 /// Remove the node at the front; never deletes. 158 /// Remove the node at the back; never deletes. in insert() 185 /// Remove a node by reference; never deletes. in removeAndDispose() 189 void remove(reference N) { list_base_type::remove(*this->getNodePtr(&N)); } 191 /// Remove a node by reference and dispose of it. 194 remove( 181 void remove(reference N) { list_base_type::remove(*this->getNodePtr(&N)); } remove() function [all...] |