/freebsd/share/man/man4/ |
H A D | wsp.4 | 52 The driver simulates a three-button mouse using multi-finger press/tap 54 A single-finger press generates a left button click. 55 A two-finger press maps to the right button; whereas a three-finger 65 is used for extended usage of the touchpad like multi-finger support, 74 Vertical scrolling (z-axis) is enabled by default with a two-finger 75 tap and the movement of a finger up and down. 82 Horizontal scrolling can be used with a two-finger tap and the movement 83 of a finger from side to side. The 89 Horizontal swiping with a three-finger tap is registered as mouse buttons 111 Specifies the maximum finger diameter on the trackpad that is registered as a [all …]
|
H A D | atp.4 | 56 The driver simulates a three\-button mouse using multi\-finger tap detection. 57 Single finger tap generates a left\-button click; two\-finger tap maps to the 58 middle button; whereas a three\-finger tap gets treated as a right button 61 There is support for 2\-finger horizontal scrolling, which translates to 62 page\-back/forward events; vertical multi\-finger scrolling emulates the mouse 86 (This conversion also happens when a finger stroke accumulates at least
|
H A D | cyapa.4 | 83 .It Va Two finger scrolling 85 .It Va Button down/second finger 86 While one finger clicks and holds down the touchpad, the second finger can be 92 index finger and pushing/holding the pad down with the thumb. 126 Minimum pressure to detect a finger, the default is 12. 154 Ticks while preventing cursor movement on single finger after scroll,
|
/freebsd/usr.bin/finger/ |
H A D | finger.conf.5 | 29 .Nm finger.conf 31 .Xr finger 1 51 .Bl -tag -width /etc/finger.conf -compact 52 .It Pa /etc/finger.conf 53 .Xr finger 1 58 # /etc/finger.conf alias definition file 67 sue:/etc/finger/sue.txt 84 .Xr finger 1
|
H A D | Makefile | 1 PROG= finger 2 SRCS= finger.c lprint.c net.c sprint.c util.c 3 MAN= finger.1 finger.conf.5
|
H A D | finger.1 | 32 .Nm finger 199 .Xr finger.conf 5 211 .It Ev FINGER 217 .It Pa /etc/finger.conf 226 .Xr finger.conf 5 , 230 .%T The Finger User Information Protocol
|
H A D | finger.c | 46 * Finger prints out information about users. It is not portable since 72 #include "finger.h" 140 "usage: finger [-46gklmpsho] [user ...] [user@host ...]\n"); in usage() 150 static char myname[] = "finger"; in main() 175 if ((envargv[1] = getenv("FINGER"))) { in main() 204 * remote finger attempts specified won't be mishandled. in main() 291 * don't accidentally confuse them with expansions from finger.conf in userlist() 300 * Traverse the finger alias configuration file of the form in userlist() 327 * gathering the traditional finger information. in userlist()
|
/freebsd/libexec/fingerd/ |
H A D | fingerd.8 | 47 .Xr finger 1 72 .Xr finger 1 . 80 .Xr finger 1 111 .Nm finger 121 .Xr finger 1 138 .Xr finger 1 . 152 .Xr finger 1 ,
|
/freebsd/contrib/tcp_wrappers/ |
H A D | safe_finger.c | 2 * safe_finger - finger client wrapper that protects against nasty stuff 3 * from finger servers. Use this program for automatic reverse finger 4 * probes, not the raw finger command. 10 * fill up as the finger server keeps sending data. Text editors may bomb 11 * out on extremely long lines. The finger server may take forever because 39 #define FINGER_PROGRAM "finger" /* Most, if not all, UNIX systems */ 75 * Redirect our standard input through the raw finger command. in main() 126 * Wait until the finger child process has terminated and account for its in main()
|
H A D | tcpd.8 | 7 \fItelnet\fR, \fIfinger\fR, \fIftp\fR, \fIexec\fR, \fIrsh\fR, 83 In order to monitor access to the \fIfinger\fR service, move the 84 original finger daemon to the "other" place and install tcpd in the 85 place of the original finger daemon. No changes are required to 102 In order to monitor access to the \fIfinger\fR service, perform the 108 finger stream tcp nowait nobody /usr/etc/in.fingerd in.fingerd 113 finger stream tcp nowait nobody /some/where/tcpd in.fingerd
|
H A D | hosts_access.5 | 322 rule still permits finger requests from other hosts and domains. 326 Instead of the requested file, a finger probe is sent to the offending 345 by the remote finger server. It gives better protection than the 346 standard finger command. 351 Warning: do not booby-trap your finger daemon, unless you are prepared 352 for infinite finger loops.
|
H A D | README | 53 SYSTAT, FINGER, FTP, TELNET, RLOGIN, RSH, EXEC, TFTP, TALK, and other 129 finger fingerd show users 719 hosts may do in response to your finger probes. 725 The tcpd program can be used to monitor the telnet, finger, ftp, exec, 745 monitor the use of your finger service: 795 may do in response to your finger probes. 797 The tcpd program can be used to monitor the telnet, finger, ftp, exec, 824 finger stream tcp nowait nobody /usr/etc/in.fingerd in.fingerd 828 finger stream tcp nowait nobody /usr/etc/tcpd in.fingerd 832 finger service (comment out the finger service and `kill -HUP' the [all …]
|
H A D | hosts_options.5 | 74 "finger" command, to limit possible damage from data sent by the finger 76 package; it is a wrapper around the regular finger command that filters
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | T.utf | 66 finger 8 91 finger r 8 113 finger .*g FING 1 FINGer 121 finger .*g FING 1 FINGer 155 finger 8
|
/freebsd/sys/dev/usb/input/ |
H A D | wsp.c | 172 &wsp_tuning.max_finger_diameter, 0, "maximum finger diameter"); 174 &wsp_tuning.max_scroll_finger_distance, 0, "maximum scroll finger distance"); 176 &wsp_tuning.max_double_tap_distance, 0, "maximum double-finger click distance"); 221 /* trackpad finger data offsets, le16-aligned */ 235 /* trackpad finger data block size */ 244 uint8_t offset; /* offset to trackpad finger data */ 245 uint8_t fsize; /* bytes in single finger block */ 246 uint8_t delta; /* offset from header to finger struct */ 302 /* trackpad finger header - little endian */ 317 /* trackpad finger structure - little endian */ [all …]
|
H A D | atp.c | 132 * A double-tap followed by a single-finger slide is treated as a 158 /* Distance-squared threshold for matching a finger with a known stroke */ 312 /* trackpad finger data offsets, le16-aligned */ 324 /* trackpad finger structure - little endian */ 326 int16_t origin; /* zero when switching track finger */ 337 int16_t multi; /* one finger: varies, more fingers: constant */ 377 uint8_t finger_data_offset; /* offset to trackpad finger data */ 610 * The following structure captures a finger contact with the 1163 fg_pspan *spans, /* finger spans */ in fg_detect_pspans() 1191 * sensor, and we aren't tracking a finger. in fg_detect_pspans() [all …]
|
/freebsd/sys/dev/hid/ |
H A D | ietp.c | 342 int32_t finger; in ietp_intr() local 366 for (finger = 0, fdata = report + IETP_FINGER_DATA; in ietp_intr() 367 finger < IETP_MAX_FINGERS; in ietp_intr() 368 finger++, fdata += IETP_FINGER_DATA_LEN) { in ietp_intr() 369 if ((report[IETP_TOUCH_INFO] & (1 << (finger + 3))) != 0) { in ietp_intr() 373 wh = report[IETP_WH_DATA + finger]; in ietp_intr() 382 finger, x, y, sc->max_x, sc->max_y); in ietp_intr() 386 /* Reduce trace size to not treat large finger as palm */ in ietp_intr() 391 .id = finger, in ietp_intr() 400 evdev_mt_push_slot(sc->evdev, finger, &slot_data); in ietp_intr() [all …]
|
H A D | bcm5974.c | 127 uint8_t offset; /* offset to trackpad finger data */ 128 uint8_t delta; /* offset from header to finger struct */ 162 /* trackpad finger structure - compact version for external "Magic" devices */ 174 /* trackpad finger structure - little endian */ 176 uint16_t origin; /* zero when switching track finger */ 188 uint16_t multi; /* one finger: varies, more fingers: 194 /* trackpad finger data size, empirically at least ten fingers */ 232 struct bcm5974_axis p; /* finger pressure limits */ 233 struct bcm5974_axis w; /* finger width limits */ 747 /* finger positio in bcm5974_attach() [all...] |
/freebsd/lib/libwrap/ |
H A D | hosts.allow | 81 # You need to be clever with finger; do _not_ backfinger!! You can easily 82 # start a "finger war". 84 : spawn (echo Finger. | \
|
/freebsd/sys/dev/cyapa/ |
H A D | cyapa.c | 69 * Two finger scrolling - Use two fingers for Z axis scrolling. 71 * Button down/2nd finger - While one finger clicks and holds down the 79 * with the index finger and pushing/holding the 93 * same horizontal axis and will start to glitch the finger detection. 96 * please try to place at least one finger off-axis (a little above or 180 char track_id; /* first finger id */ 250 &cyapa_minpressure, 0, "Minimum pressure to detect finger"); 271 "Prevent cursor move on single finger for N ticks after scroll"); 754 * if you swish around quickly and return your finger to in cyaparead() 1434 * Track timing for finger-downs. Used to detect false-3-finger in cyapa_raw_input() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/rmi4/ |
H A D | rmi_f01.txt | 20 - syna,doze-holdoff-ms: The delay to wait after the last finger lift and the 22 - syna,doze-interval-ms: The time period that the device sleeps between finger
|
/freebsd/sys/dev/atkbdc/ |
H A D | psm.c | 324 typedef struct finger { struct 519 #define PSM_FLAGS_FINGERDOWN 0x0001 /* VersaPad finger down */ 3316 * z = 0 No finger contact 3317 * z = 10 Finger hovering near the pad 3318 * z = 30 Very light finger contact 3319 * z = 80 Normal finger contact 3320 * z = 110 Very heavy finger contact 3321 * z = 200 Finger lying flat on pad surface 3327 * Finger width value 3329 * w = 0 Two finger on the pad (capMultiFinger needed) [all …]
|
/freebsd/tools/build/options/ |
H A D | WITHOUT_FINGER | 2 .Xr finger 1
|
/freebsd/usr.sbin/inetd/ |
H A D | inetd.conf | 18 #finger stream tcp nowait/3/10 nobody /usr/libexec/fingerd fingerd -k -s 19 #finger stream tcp6 nowait/3/10 nobody /usr/libexec/fingerd fingerd -k -s
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | finger | 3 # $File: finger,v 1.3 2019/04/19 00:42:27 christos Exp $
|