Home
last modified time | relevance | path

Searched full:stale (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/freebsd/sys/contrib/openzfs/.github/
H A Dstale.yml1 # Number of days of inactivity before an issue becomes stale
3 # Number of days of inactivity before a stale issue is closed
7 # Issues with these labels will never be considered stale
10 - "Bot: Not Stale"
18 # Label to use when marking an issue as stale
19 staleLabel: "Status: Stale"
20 # Comment to post when marking an issue as stale. Set to `false` to disable
22 This issue has been automatically marked as "stale" because it has not had
/freebsd/tools/build/
H A Dstale-symlink-buildworld.sh5 # stale-symlink-buildworld.sh - check for stale symlinks on a FreeBSD system
7 # The purpose of this script is to detect stale symlinks, report them to
16 # env STALE_SYMLINK_BUILDWORLD_DIRS=/usr/local ./stale-symlink-buildworld.sh
29 script=$(mktemp -t stale-symlink)
32 # create a temporary shell script to check for stale symbolic links
37 echo "stale symlink detected: $(ls -ld $file)" >&2
H A Ddepend-cleanup.sh51 # case of moving from one directory to another. The stale generated file also
146 echo "Removing stale ${libcompat:+lib${libcompat} }dependencies and objects for $2.$3"
208 echo "Removing stale fusefs GoogleTest objects"
258 echo "Removing stale dependencies and objects for libc_start1.c"
287 echo "Removing stale jemalloc.3 object"
/freebsd/lib/geom/raid3/
H A Dgraid3.880 All operations such as failure detection, stale component detection, rebuild
81 of stale components, etc.\& are also done automatically.
105 Turn off autosynchronization of stale components.
142 Turn on autosynchronization of stale components.
153 Turn off autosynchronization of stale components.
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dlabels.yml29 …dit $ISSUE --remove-label "Status: Accepted,Status: Inactive,Status: Revision Needed,Status: Stale"
39 …atus: Code Review Needed,Status: Inactive,Status: Revision Needed,Status: Stale" --add-label "Stat…
49 …-label "Status: Accepted,Status: Inactive,Status: Revision Needed,Status: Stale,Status: Work in Pr…
/freebsd/contrib/bmake/unit-tests/
H A Ddeptgt-stale.mk1 # $NetBSD: deptgt-stale.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
3 # Tests for the special target .STALE in dependency declarations.
/freebsd/usr.sbin/periodic/etc/daily/
H A D150.clean-hoststat4 # Remove stale persistent host status files if the mailer supports it.
22 echo "Removing stale entries from sendmail host status cache:"
H A D120.clean-preserve4 # Remove stale files in /var/preserve
29 echo "Removing stale files from /var/preserve:"
H A D140.clean-rwho4 # Remove stale files in /var/rwho
29 echo "Removing stale files from /var/rwho:"
/freebsd/sys/netlink/route/
H A Dneigh.h93 #define NUD_STALE 0x04 /* has lladdr but it's stale */
94 #define NUD_DELAY 0x08 /* has lladdr, is stale, probes delayed */
95 #define NUD_PROBE 0x10 /* has lladdr, is stale, probes sent */
/freebsd/lib/geom/mirror/
H A Dgmirror.8138 All operations like failure detection, stale component detection, rebuild
139 of stale components, etc.\& are also done automatically.
183 Turn off autosynchronization of stale components.
206 Turn on autosynchronization of stale components.
219 Turn off autosynchronization of stale components.
/freebsd/sys/netinet6/
H A Dip_fw_nat64.h134 #define NAT64LSN_HOST_AGE 3600 /* TTL for stale host entry */
135 #define NAT64LSN_PG_AGE 900 /* TTL for stale ports groups */
154 uint16_t nh_delete_delay;/* Stale host delete delay */
155 uint16_t pg_delete_delay;/* Stale portgroup delete delay */
/freebsd/usr.sbin/utx/
H A Dutx.860 Remove stale sessions from the user accounting
63 Stale sessions can occur if a login service exits prematurely or fails
/freebsd/crypto/krb5/src/kdc/
H A Dreplay.c60 #define STALE(ptr, now) (ts_after(now, ts_incr((ptr)->timein, STALE_TIME))) macro
207 /* Purge stale entries and limit the total size of the entries. */ in kdc_insert_lookaside()
209 if (!STALE(e, timenow) && total_size + esize <= LOOKASIDE_MAX_SIZE) in kdc_insert_lookaside()
/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpd.sh63 echo "stale pid file -- removing" >/dev/stderr
76 echo "stale pid file -- pid `cat ${PID}`"
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp1 //===- SampleProfileMatcher.cpp - Sampling-based Stale Profile Matcher ----===//
9 // This file implements the SampleProfileMatcher used for stale
32 "run stale profile call graph matching."));
37 "run stale profile call graph matching."));
45 "salvage-stale-profile-max-callsites", cl::Hidden, cl::init(UINT_MAX),
46 cl::desc("The maximum number of callsites in a function, above which stale "
361 LLVM_DEBUG(dbgs() << "Run stale profile matching for " << F.getName() in runStaleProfileMatching()
364 "Run stale profile matching only once per function"); in runStaleProfileMatching()
376 LLVM_DEBUG(dbgs() << "Skip stale profile matching for " << F.getName() in runStaleProfileMatching()
703 << ") of samples are recovered by stale profile matching.\n"; in computeAndReportProfileStaleness()
/freebsd/sys/dev/iicbus/gpio/
H A Dpcf8574.c198 uint8_t val, stale; in pcf8574_pin_getflags() local
220 stale = val & sc->output_mask & ~sc->output_state; in pcf8574_pin_getflags()
221 sc->output_mask &= ~stale; in pcf8574_pin_getflags()
222 sc->output_state |= stale; in pcf8574_pin_getflags()
/freebsd/contrib/bmake/mk/
H A Dmeta.stage.mk374 # anything in the 2nd list but not the first is stale - remove it.
381 @comm -13 ${.TARGET}.staged1 ${.TARGET}.staged2 > ${.TARGET}.stale
382 @test ! -s ${.TARGET}.stale || { \
383 echo "Removing stale staged files..."; \
384 sed 's,.*,& &.dirdep,' ${.TARGET}.stale | xargs rm -f; }
/freebsd/share/mk/
H A Dmeta.stage.mk357 # anything in the 2nd list but not the first is stale - remove it.
364 @comm -13 ${.TARGET}.staged1 ${.TARGET}.staged2 > ${.TARGET}.stale
365 @test ! -s ${.TARGET}.stale || { \
366 echo "Removing stale staged files..."; \
367 sed 's,.*,& &.dirdep,' ${.TARGET}.stale | xargs rm -f; }
/freebsd/lib/libutil/
H A Duucplock.3180 It is possible that a stale lock is not recognised as such if a new
182 the stale lock.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp_active_import.ksh80 log_must try_pool_import $MMP_POOL "-c ${MMP_CACHE}.stale" "$MMP_IMPORTED_MSG"
83 log_must try_pool_import $MMP_POOL "-f -c ${MMP_CACHE}.stale" \
/freebsd/sys/dev/aac/
H A Daac_tables.h59 {"stale file handle", ST_STALE},
72 {"stale ACL", ST_STALEACL},
/freebsd/sys/kern/
H A Dsubr_smr.c379 * can lead to a stale seq value but not stale data in smr_poll_cpu()
382 * advancing until that stale section has expired. in smr_poll_cpu()
526 * stale c_seq can only reference time after this wr_seq. in smr_poll()
537 * Detect a stale wr_seq. in smr_poll()
/freebsd/share/man/man4/
H A Drtnetlink.4466 NUD_STALE has lladdr but it's stale
467 NUD_DELAY has lladdr, is stale, probes delayed
468 NUD_PROBE has lladdr, is stale, probes sent
/freebsd/tools/build/options/
H A DWITH_STALE_STAGED1 Check staged files are not stale.

12345678910>>...21