/freebsd/contrib/bmake/unit-tests/ |
H A D | opt-jobs-no-action.exp | 13 false ignore-errors 14 echo run despite the -n option 15 run despite the -n option 20 silent=no always=no ignerr=no 23 echo "echo running" 25 { echo running 29 silent=no always=no ignerr=yes 30 echo running; false 32 silent=no always=yes ignerr=no 33 echo running [all …]
|
H A D | opt-jobs-no-action.mk | 1 # $NetBSD: opt-jobs-no-action.mk,v 1.10 2022/05/08 06:51:27 rillig Exp $ 3 # Tests for the combination of the options -j and -n, which prints the 4 # commands instead of actually running them. 6 # The format of the output differs from the output of only the -n option, 7 # without the -j. This is because all this code is implemented twice, once 11 # opt-jobs.mk 12 # The corresponding tests without the -n option 13 # opt-no-action-combined.mk 14 # The corresponding tests without the -j option 16 .MAKEFLAGS: -j1 -n [all …]
|
H A D | opt-no-action-runflags.mk | 1 # $NetBSD: opt-no-action-runflags.mk,v 1.1 2020/12/09 07:57:52 rillig Exp $ 3 # Tests for the -n command line option, which runs almost no commands, 4 # combined with the RunFlags '@', '-', '+' for individual commands. 7 # opt-jobs-no-action.mk 8 # The corresponding test with the -j option 10 .MAKEFLAGS: -n 16 ALWAYS.no= # none 17 ALWAYS.yes= + 18 IGNERR.no= echo running 19 IGNERR.yes= -echo running; false [all …]
|
H A D | sh-errctl.exp | 1 job_pipe -1 -1, maxjobs 1, tokens 1, compat 0 2 Job_TokenWithdraw(<pid>): aborting 0, running 0 14 set -e 16 echo always 17 Running all 21 job 0, status 3, flags ---, pid <pid> 24 always 25 Job_TokenWithdraw(<pid>): aborting 0, running 0
|
H A D | sh-flags.mk | 1 # $NetBSD: sh-flags.mk,v 1.4 2020/12/12 12:19:18 rillig Exp $ 5 # switches interact in various non-obvious ways. To analyze the interactions, 18 opt-ignerr.yes= -i 19 opt-jobs.yes= -j1 20 opt-loud.no= -d0 # side effect: make stdout unbuffered 21 opt-loud.yes= -dl # side effect: make stdout unbuffered 22 opt-no-action.yes= -n 23 opt-silent.yes= -s 24 opt-xtrace.yes= -dx 25 tgt-always.yes= .MAKE [all …]
|
/freebsd/share/man/man4/ |
H A D | dtrace_sched.4 | 32 .Fn sched:::change-pri "struct thread *" "struct proc *" "uint8_t" 35 .Fn sched:::lend-pri "struct thread *" "struct proc *" "uint8_t" "struct thread *" 36 .Fn sched:::load-change "int" "int" 37 .Fn sched:::off-cpu "struct thread *" "struct proc *" 38 .Fn sched:::on-cpu 40 .Fn sched:::remain-cpu 52 .Fn sched:::change-pri 58 .Dv args[0]->td_priority . 60 .Fn sched:::lend-pri 61 probe fires when the currently-running thread elevates the priority of another [all …]
|
H A D | carp.4 | 39 addresses are always available. 46 Additional parameters can also be set on a per-vhid basis: 97 can be configured to use either the non-standard CARP protocol, or VRRPv3 (RFC 5798). 107 CARP virtual hosts can be configured on multicast-capable interfaces: Ethernet, 115 Multiple vhids running on one interface participate in master/backup 120 .Bl -tag -width ".Va net.inet.carp.ifdown_demotion_factor" 159 running a vhid goes down, or while the 173 when an interface running a vhid goes down. 188 .\"For load-balancing operation, one needs several CARP interfaces that 206 .\"router itself will always be balanced to the same virtual host. [all …]
|
/freebsd/share/man/man8/ |
H A D | rc.subr.8 | 3 .\" Copyright (c) 2002-2004 The NetBSD Foundation, Inc. 37 .Bl -item -compact 122 .Bl -tag -width 4n 137 .Bl -tag -width "remove" 140 is now being backed up by or possibly re-entered into this backup mechanism. 191 is running and its first argument matches 208 Prints the PIDs of any processes that are running wit [all...] |
/freebsd/share/doc/smm/03.fsck/ |
H A D | 1.t | 41 check of the file systems should always be performed. 48 Normally it is run non-interactively by the system after 50 When running in this mode, 52 to always be correct. 55 will exit with a non-zero exit status, 56 leaving the system running single-user. 60 When running in this mode,
|
H A D | 4.t | 30 Appendix A \- Fsck_ffs Error Conditions 36 a multi-pass file system check program. 44 path-names, 53 is run non-interactively to 61 will take when it is running interactively. 107 legal options are \-b, \-c, \-y, \-n, and \-p. 159 When running manually, 169 When running manually, it ignores this file system 176 Either the \-n flag was specified or 179 When running manually, [all …]
|
/freebsd/contrib/ntp/scripts/rc/ |
H A D | ntpd | 7 NTPD_OPTS="-g -u $USER:$GROUP -p $PIDFILE" 10 if [ -r $PIDFILE ]; then 11 echo "ntpd seems to be already running under pid `cat $PIDFILE`." 15 echo -n "Starting NTP daemon... " 19 # You can't always rely on the ntpd exit code, see Bug #2420 29 if ps -Ao args|grep -q "^$NTPD $NTPD_OPTS"; then 34 [ -e $PIDFILE ] && rm $PIDFILE 40 if [ ! -r $PIDFILE ]; then 41 echo "ntpd doesn't seem to be running, cannot read the pid file." 44 echo -n "Stopping NTP daemon..."; [all …]
|
/freebsd/contrib/atf/doc/ |
H A D | atf-test-case.4 | 29 .Nm atf-test-case 34 is a piece of code that stress-tests a specific feature of the software. 35 This feature is typically self-contained enough, either in the amount of 38 Given this, test cases are very fine-grained, but they attempt to group 48 .Em meta-data , 50 .Sx Meta-data 61 routine is a piece of code always executed after the body, regardless of 63 It can be used to undo side-effects of the test case. 64 Note that almost all side-effects of a test case are automatically cleaned 69 header and body well-defined, because the header is [all …]
|
/freebsd/share/man/man7/ |
H A D | security.7 | 47 multi-user systems have some inherent security, the job of building and 57 in general, are capable of running a huge number of simultaneous processes 60 As yesterday's mini-computers and mainframes 74 .Bl -enum -offset indent 89 Typically, DoS attacks are brute-force mechanisms that attempt 99 Brute-force network attacks are harder to deal with. 100 A spoofed-packet attack, for example, is 114 The result is that if you have any moderate-sized user base, 122 One must always assume that once an attacker has access to a user account, 137 may find a bug in a root-run server and be able to break root over a network [all …]
|
/freebsd/share/doc/usd/04.csh/ |
H A D | csh.2 | 1 .\"- 55 to the \s-2UNIX\s0 system. 64 \'set noglob ; eval \`tset \-s \-m dialup:c100rv4pna \-m plugboard:?hp2621nl \!*\`\'; 67 msgs \-f 68 if (\-e $mail) then 74 This file contains several commands to be executed by \s-2UNIX\s0 100 of \s-2CPU\s+2 time. The variable `history' is set to 10 indicating that 118 system messages which I have not seen before; the `\-f' option here prevents 133 After that the shell will terminate and \s-2UNIX\s0 will log 218 many useful user-contributed programs provided with Berkeley Unix. [all …]
|
/freebsd/usr.sbin/ntp/doc/ |
H A D | ntpdate.8 | 55 .Bl -tag -width indent 71 Force the time to always be slewed using the 74 call, even if the measured offset is greater than +-128 ms. 79 greater than +-128 ms. 81 than +-128 ms in this case, it can take a long time (hours) to 135 Query only - do not set the clock. 165 always uses unprivileged ports. 234 is running on the same host. 236 running 241 an alternative to running a daemon, doing so once every hour or two [all …]
|
/freebsd/share/man/man9/ |
H A D | mi_switch.9 | 48 function implements the machine-independent prelude to a thread context 52 The context switch is, by necessity, always performed by the switched thread, 54 Inter-Processor Interrupt (IPI). 59 .Bl -enum -offset indent 69 Involuntary preemption due to arrival of a higher-priority thread. 79 when the running thread has exceeded its time slice. 102 .Bl -tag -offset indent -width "SWT_REMOTEWAKEIDLE" 122 Preemption by a higher-priority thread, initiated by a remote processor. 126 The running thread has been bound to another processor and must be switched 138 For an involuntary context switch in which the running thread is [all …]
|
H A D | locking.9 | 1 .\" Copyright (c) 2007 Julian Elischer (julian - freebsd org ) 44 if the owner of a contended mutex is currently running on another CPU, 98 .Ss Read-Mostly Locks 99 Read-mostly locks are similar to 102 .Em Read-mostly 104 using a caller-supplied 111 .Ss Sleepable Read-Mostly Locks 112 Sleepable read-mostly locks are a variation on read-mostly locks. 146 .Ss Non-blocking synchronization 151 which can be used to provide read-only access to a data structure while one or [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ThreadPlan.h | 1 //===-- ThreadPlan.h --------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 21 #include "lldb/lldb-private.h" 36 // a particular thread by pushing plans onto the plan stack. There is always 41 // The plan stack is never empty, there is always a Base Plan which persists 42 // through the life of the running process. 70 // doesn't want that sub-plan to be the one that sets the StopInfo, then call 71 // SetPrivate on the sub-plan when you create it, and the Thread will pass 79 // attempt to call. So don't assume that your plan will always successfully [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanBase.cpp | 1 //===-- ThreadPlanBase.cpp ------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 26 // ThreadPlanBase: This one always stops, and never has anything particular to 42 new_tracer_sp->EnableTracing(thread.GetTraceEnabledState()); in ThreadPlanBase() 50 s->Printf("Base thread plan."); in GetDescription() 56 // The base plan should defer to its tracer, since by default it always in DoPlanExplainsStop() 64 bool should_notify = stop_info_sp->ShouldNotify(event_ptr); in ShouldReportStop() 81 StopReason reason = stop_info_sp->GetStopReason(); in ShouldStop() 92 if (stop_info_sp->ShouldStopSynchronous(event_ptr)) { in ShouldStop() [all …]
|
/freebsd/crypto/openssh/.github/workflows/ |
H A D | selfhosted.yml | 1 name: C/C++ CI self-hosted 10 if: github.repository == 'openssh/openssh-portable-selfhosted' 11 runs-on: ${{ matrix.host }} 12 timeout-minutes: 600 18 …TARGET_DOMAIN: ${{ startsWith(matrix.host, 'libvirt') && format('{0}-{1}-{2}', matrix.target, matr… 25 fail-fast: false 28 # worker. The default is an ephemeral VM running under libvirt. 31 - alpine 32 - centos7 33 - debian-i386 [all …]
|
/freebsd/share/doc/papers/kernmalloc/ |
H A D | kernmalloc.t | 68 pp. 295-303, June 1988. 99 patterns in the UNIX kernel and a hybrid strategy that is time-efficient 100 for small allocations and space-efficient for large allocations. 102 with a single easy-to-program interface, 120 In a user process such short-term 121 memory would be allocated on the run-time stack. 122 Because the kernel has a limited run-time stack, 159 Rather than providing many semi-specialized ways of allocating memory, 170 of the well-known memory allocator provided for 236 processes can allocate cheaply on their run-time stack. [all …]
|
/freebsd/sys/dev/gve/ |
H A D | gve.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 2023-2024 Google LLC 56 /* PTYPEs are always 10 bits. */ 129 #define GVE_RING_LOCK(ring) mtx_lock(&(ring)->ring_mtx) 130 #define GVE_RING_TRYLOCK(ring) mtx_trylock(&(ring)->ring_mtx) 131 #define GVE_RING_UNLOCK(ring) mtx_unlock(&(ring)->ring_mtx) 132 #define GVE_RING_ASSERT(ring) mtx_assert(&(ring)->ring_mtx, MA_OWNED) 181 * counter-array offset for this ring's counter. 188 /* Byte offset into BAR2 where this ring's 4-byte irq doorbell lies. */ [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/ |
H A D | zpool_wait_multiple.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 27 # 2. Alterate running two different activities (scrub and initialize), 28 # making sure that they overlap such that one of the two is always 29 # running. 49 log_must zpool create -f $TESTPOOL $DISK1 58 log_bkgrnd zpool wait -t scrub,initialize $TESTPOOL 64 log_must zpool scrub -s $TESTPOOL 69 log_must zpool initialize -s $TESTPOOL $DISK1 74 log_must zpool scrub -s $TESTPOOL [all …]
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | README.zfs | 1 # SPDX-License-Identifier: CDDL-1.0 22 ------------ 30 programs, please refer to the zfs-program(1m) man page instead. 34 ------------------ 38 nice-to-have, but not required for channel programs to be well-supported. As 39 such, the Lua runtime in ZFS should be updated on an as-needed basis for 44 -------------------- 47 of ways to make it more useful for the specific purpose of running channel 60 4. Running poorly-vetted code inside the kernel is always a risk; even if the 64 (measured in number of Lua instructions run) and memory overhead of running [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | HostProcess.h | 1 //===-- HostProcess.h ------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 #include "lldb/lldb-types.h" 15 /// A class that represents a running process on the host machine. 17 /// HostProcess allows querying and manipulation of processes running on the 23 /// platform, an instance of HostProcess will always be able to bind
|