Home
last modified time | relevance | path

Searched +full:two +full:- +full:user (Results 1 – 25 of 1038) sorted by relevance

12345678910>>...42

/freebsd/tests/sys/net/if_ovpn/
H A Dif_ovpn.sh2 # SPDX-License-Identifier: BSD-2-Clause
34 atf_set require.user root
50 atf_check -s exit:0 -o ignore jexec a ping -c 1 192.0.2.2
54 dev-type tun
57 cipher AES-256-GCM
68 script-security 2
69 auth-user-pass-verify /usr/bin/true via-env
76 dev-type tun
81 auth-user-pass $(atf_get_srcdir)/user.pass
94 atf_check -s exit:0 -o ignore jexec b ping -c 1 198.51.100.1
[all …]
/freebsd/tests/sys/netpfil/pf/
H A Dpfsync.sh2 # SPDX-License-Identifier: BSD-2-Clause
35 atf_set require.user root
53 vnet_mkjail two ${epair_two}a ${epair_sync}b
63 jexec two ifconfig ${epair_two}a 198.51.100.2/24 up
64 jexec two ifconfig ${epair_sync}b 192.0.2.2/24 up
65 jexec two ifconfig pfsync0 \
72 jexec one pfctl -e
76 jexec two pfctl -e
77 pft_set_rules two \
81 hostid_one=$(jexec one pfctl -si -v | awk '/Hostid:/ { gsub(/0x/, "", $2); printf($2); }')
[all …]
H A Dsctp.sh2 # SPDX-License-Identifier: BSD-2-Clause-FreeBSD
32 if ! kldstat -q -m sctp; then
41 atf_set require.user root
57 atf_check -s exit:0 -o ignore \
58 jexec ${j}a ping -c 1 192.0.2.2
60 jexec ${j}a pfctl -e
65 echo "foo" | jexec ${j}a nc --sctp -N -l 1234 &
70 out=$(jexec ${j}b nc --sctp -N -w 3 192.0.2.1 1234)
81 echo "foo" | jexec ${j}a nc --sctp -N -l 1234 &
84 out=$(jexec ${j}b nc --sctp -N -w 3 192.0.2.1 1234)
[all …]
/freebsd/share/doc/papers/kernmalloc/
H A Dkernmalloc.t68 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
186 the design criteria for a user level memory allocator.
[all …]
/freebsd/tests/sys/net/
H A Dif_bridge_test.sh2 # SPDX-License-Identifier: BSD-2-Clause
36 atf_set require.user root
61 atf_check -s exit:0 -o ignore jexec alcatraz ping -c 3 -t 1 192.0.2.2
62 atf_check -s exit:0 -o ignore jexec singsing ping -c 3 -t 1 192.0.2.1
74 atf_set require.user root
117 if [ -z "${a_discard}" ] && [ -z "${b_discard}" ]
126 if [ -z "${a_forwarding}" ] && [ -z "${b_forwarding}" ]
141 atf_set require.user root
192 if [ -z "${a_discard}" ] && [ -z "${b_discard}" ]
201 if [ -z "${a_forwarding}" ] && [ -z "${b_forwarding}" ]
[all …]
H A Dif_stf.sh2 # SPDX-License-Identifier: BSD-2-Clause
33 atf_set require.user root
39 if ! kldstat -q -m if_stf; then
42 if ! kldstat -q -m if_gif; then
55 jexec relay route -6 add default -interface $gif
62 jexec client route -6 add default 2002:c000:0201::1
65 atf_check -s exit:0 -o ignore \
66 jexec client ping -c 1 192.0.2.1
68 atf_check -s exit:0 -o ignore \
69 jexec client ping6 -c 1 2002:c000:0201::1
[all …]
/freebsd/sys/contrib/openzfs/man/man7/
H A Dvdevprops.71 .\" SPDX-License-Identifier: CDDL-1.0
10 .\" or https://opensource.org/licenses/CDDL-1.0.
30 .Nd native and user-defined properties of ZFS vdevs
33 Properties are divided into two types, native properties and user-defined
34 .Pq or Qq user
37 In addition, native properties are either editable or read-only.
38 User properties have no effect on ZFS behavior, but you can use them to annotate
40 For more information about user properties, see the
41 .Sx User Properties
47 Properties are not inherited from top-level vdevs, with the exception of
[all …]
/freebsd/share/man/man4/
H A Dsysmouse.41 .\" Copyright 1997 John-Mark Gurney. All rights reserved.
12 .\" THIS SOFTWARE IS PROVIDED BY John-Mark Gurney AND CONTRIBUTORS ``AS IS'' AND
37 supplies mouse data to the user process in the standardized way via the
40 This arrangement makes it possible for the console and the user process
45 The user process which wants to utilize mouse operation simply opens
54 is running, otherwise the user process will not see any data coming from
59 driver has two levels of operation.
63 offers the basic service to user programs.
72 .Bl -tag -width Byte_1 -compact
74 .Bl -tag -width bit_7 -compact
[all …]
H A Dmouse.43 .\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
41 provide user programs with movement and button state information of the mouse.
49 The user program simply opens a mouse device with a
54 Movement and button states are usually encoded in fixed-length data packets.
58 The mouse drivers may have ``non-blocking'' attribute which will make
66 service to user programs.
74 .Bl -tag -width Byte_1 -compact
76 .Bl -tag -width bit_7 -compact
91 The first half of horizontal movement count in two's complement;
92 -128 through 127.
[all …]
/freebsd/share/doc/psd/26.rpcrfc/
H A Drpc.rfc.ms2 .\" Must use -- tbl -- with this one
50 For example, a network file service may be composed of two programs.
51 One program may deal with high-level applications such as file system
52 access control and locking. The other may deal with low-level file
55 the two programs of the service on behalf of some user on the client
62 procedure in some well-specified location (such as a result
65 procedure are extracted from the well-specified location, and the
69 logically winds through two processes\(emone is the caller's process,
82 Note that in this model, only one of the two processes is active at
105 is own retransmission and time-out policy as the RPC layer does not
[all …]
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointAlgorithms.cpp1 //===-- WatchpointAlgorithms.cpp ------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
37 // As a fallback, assume we can watch any power-of-2 in AtomizeWatchpointRequest()
47 LLDB_LOGV(log, "AtomizeWatchpointRequest user request addr {0:x} size {1}", in AtomizeWatchpointRequest()
63 // Calculates the smallest integral power of two that is not smaller than x.
68 return 1ULL << (64 - llvm::countl_zero(input)); in bit_ceil()
71 /// Convert a user's watchpoint request (\a user_addr and \a user_size)
72 /// into hardware watchpoints, for a target that can watch a power-of-2
73 /// region of memory (1, 2, 4, 8, etc), aligned to that same power-of-2
[all …]
/freebsd/tests/sys/netinet/
H A Dcarp.sh2 # SPDX-License-Identifier: BSD-2-Clause
34 jexec ${jail} ifconfig ${itf} | grep -E '(carp|vrrp)' | grep MASTER
44 while [ -z "$(is_master ${jail1} ${itf1})" ] &&
45 [ -z "$(is_master ${jail2} ${itf2})" ]; do
49 if [ -n "$(is_master ${jail1} ${itf1})" ] &&
50 [ -n "$(is_master ${jail2} ${itf2})" ]; then
57 if ! kldstat -q -m carp; then
68 atf_set require.user root
100 atf_check -s exit:0 -o ignore jexec carp_basic_v4_one \
101 ping -c 3 192.0.2.1
[all …]
/freebsd/contrib/sendmail/src/
H A DSECURITY1 # Copyright (c) 2000-2002 Proofpoint, Inc. and its suppliers.
8 # $Id: SECURITY,v 1.52 2013-11-22 20:51:54 ca Exp $
20 sendmail without set-user-ID root, which avoids local exploits.
26 ** sendmail configuration without set-user-ID root **
31 - bind to port 25
32 - call the local delivery agent (LDA) as root (or other user) if the LDA
33 isn't set-user-ID root (unless some other method of storing e-mail in
35 - read .forward files
36 - write e-mail submitted via the command line to the queue directory.
38 Only the last item requires a set-user-ID/set-group-ID program to
[all …]
/freebsd/usr.bin/vmstat/
H A Dvmstat.837 .Op Fl -libxo
68 .Bl -tag -width indent
69 .It Fl -libxo
131 Report per-cpu system/user/idle cpu statistics.
137 .Bl -tag -width indent -compact
139 .Bl -tag -width 9n -compact
169 .Bl -tag -width 9n -compact
181 .Bl -tag -width 9n -compact
187 The user must specify at least one device type, and may specify at most
204 output, up to two devices, or the maximum number of devices specified
[all …]
/freebsd/usr.sbin/cron/crontab/
H A Dcrontab.534 Each user has their own crontab, and commands in any given crontab will be
35 executed as the user who owns the crontab.
43 non-space character is a pound-sign (#) are comments, and are ignored.
52 .Bd -literal
56 where the spaces around the equal-sign (=) are optional, and any subsequent
57 non-leading spaces in
85 user's login class will be set from
113 .Ev USER
118 .Ev USER
128 is defined (and non-empty), mail is
[all …]
/freebsd/share/doc/psd/01.cacm/
H A Dp14 .OH 'The UNIX Time-Sharing System''PSD:1-%'
5 .EH 'PSD:1-%''The UNIX Time-Sharing System'
7 .hw above-mentioned
12 Time-Sharing System\f1\s10\v'-.2n'*\v'.2n'\s0\fP
23 No. 7 (July 1974), pp. 365-375.
31 October 15-17, 1973.
34 is a general-purpose, multi-user, interactive
36 \*sPDP\*n-11 and
45 Compatible file, device, and inter-process I/O,
49 System command language selectable on a per-user basis,
[all …]
/freebsd/crypto/openssh/
H A Dscp.154 .Oo user @ Oc host : Op path ,
58 .No scp:// Oo user @ Oc host Oo : port Oc Op / path .
67 When copying between two remote hosts, if the URI format is used, a
76 .Bl -tag -width Ds
78 Copies between two remote hosts are transferred through the local host.
79 Without this option the data is copied directly between the two remote
98 .Xr ssh-agent 1
121 per-user configuration file for
148 not implement SFTP, for backwards-compatibility for particular filename
160 command-line flag.
[all …]
/freebsd/lib/geom/eli/
H A Dgeli.81 .\" Copyright (c) 2005-2019 Pawel Jakub Dawidek <pawel@dawidek.net>
34 .Bd -ragged -offset indent
42 .Bd -literal -offset indent
63 .Cm label - an alias for
77 .Cm stop - an alias for
161 .Bl -bullet -offset indent -compac
[all...]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Dsetup.ksh1 #!/bin/ksh -p
2 # SPDX-License-Identifier: CDDL-1.0
11 # or https://opensource.org/licenses/CDDL-1.0.
41 log_must rm -f $NISSTAFILE
42 if [[ "ON" == $(svcs -H -o sta svc:/network/nis/client:default) ]]; then
43 log_must svcadm disable -t svc:/network/nis/client:default
49 # To pass user mount tests
55 # Create staff group and add two user to it
60 # Create other group and add two user to it
66 # Verify the test user can execute the zfs utilities. This may not
[all …]
/freebsd/share/doc/usd/13.viref/
H A Dvi.ref94 George Neville-Neil added the Tcl interpreter,
102 IEEE Std 1003.2-1992, IEEE Standard Portable Operating
110 .sy echo -n >index
111 .oh 'Vi/Ex Reference''USD:13-%'
112 .eh 'USD:13-%''Vi/Ex Reference'
119 is a line-oriented text editor.
127 .b \-R
128 (read-only) option of
137 are intended as bug-for-bug compatible replacements for the original
141 This reference manual is accompanied by a traditional-style manual page.
[all …]
/freebsd/usr.sbin/extattr/tests/
H A Dextattr_test.sh34 atf_check -s not-exit:0 -e match:"Invalid argument" \
36 atf_check -s not-exit:0 -e match:"Invalid argument" \
37 lsextattr -q badnamespace foo
47 atf_check -s exit:0 -o empty setextattr user myattr XYZ foo
48 atf_check -s exit:0 -o inline:"58 59 5a\n" \
49 getextattr -qx user myattr foo
60 atf_check -s exit:0 -o empty setextattr user myattr "$BINSTUFF" foo
61 getextattr user myattr foo
62 atf_check -s exit:0 -o inline:"20 30 40 55 66 70 81 a2 b3 ee ff\n" \
63 getextattr -qx user myattr foo
[all …]
/freebsd/usr.bin/at/
H A Dat.man57 .Bl -tag -width indent
61 lists the user's pending jobs, unless the user is the superuser; in that
89 and time-of-day may be suffixed with
96 .Ar \%month-name day
111 .Cm \&+ Ar count \%time-units ,
112 where the time-units can be
159 The user will be mailed standard error and standard output from his
181 In these two files, a user is considered to be listed only if the user
218 .Bl -tag -width indent
245 Send mail to the user when the job has completed even if there was no
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Dcpio.561 stores numbers as 2-byte and 4-byte binary values.
64 .Bd -literal -offset indent
82 fields here are 16-bit integer values, while the
85 it was based on, only ran on PDP-11 computers, they
86 are in PDP-endian format, which has little-endian shorts, and
87 big-endian longs. That is, the long integer whose hexadecimal
91 .Bl -ta
[all...]
/freebsd/share/doc/papers/sysperf/
H A D3.t43 User programs
51 on one machine, a VAX-11/780 with eight megabytes of memory.\**
58 person-to-person telephone messages to per-organization distribution
69 showed \fIsendmail\fP as the top cpu user on the system.
83 pseudo-terminal handler in addition to the local hardware terminal
85 character involves four processes on two machines.
88 local terminal user.
109 the ratio of user to system time had increased from
110 45% system / 55% user in 4.1BSD to 57% system / 43% user
113 Micro-operation benchmarks
[all …]
/freebsd/share/doc/smm/18.net/
H A D7.t58 #define PRU_CONNECT2 17 /* connect two sockets */
65 A call on the user request routine is of the form,
73 The address \fIaddr\fP is supplied for address-oriented requests
76 chain containing user-specified capabilities (see the \fIsendmsg\fP
79 A non-zero return value gives a
105 The ``listen'' request indicates the user wishes to listen
112 The ``connect'' request indicates the user wants to establish
121 If a protocol supports the notion of \fImulti-casting\fP, it
122 is possible to use multiple connects to establish a multi-cast
131 indicate the user
[all …]

12345678910>>...42