Home
last modified time | relevance | path

Searched +full:enforce +full:- +full:video +full:- +full:mode (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/display/
H A Ddsi-controller.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/dsi-controller.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
26 reg-property set to the virtual channel number, usually there is just
33 clock-master:
42 "#address-cells":
45 "#size-cells":
49 "^panel@[0-3]$":
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dsony,acx424akp.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
15 - Linus Walleij <linus.walleij@linaro.org>
18 - $ref: panel-common.yaml#
23 - sony,acx424akp
24 - sony,acx424akm
26 reset-gpios: true
27 vddi-supply:
29 enforce-video-mode: true
[all …]
/freebsd/contrib/ncurses/man/
H A Dterminfo.head2 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. *
31 .TH terminfo 5 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "File formats"
56 \fB\%terminfo\fP \-
63 used by screen-oriented programs such as
68 using high-level calls to libraries such as \fBcurses\fP(3X).
69 It is also used via low-level calls by non-curses applications
70 which may be screen-oriented (such as \fB@CLEAR@\fP(1))
71 or non-screen (such as \fB@TABS@\fP(1)).
99 The \fB@INFOCMP@\fP \fB\-f\fP and \fB\-W\fP options rely on this to
[all …]
/freebsd/contrib/wpa/hostapd/
H A Dhostapd.conf6 # Note: This attribute can be overridden by the values supplied with the '-i'
19 # has been started to change the interface mode). If needed, the bridge
37 # Module bitfield (ORed bitfield of modules that will be logged; -1 = all
53 logger_syslog=-1
55 logger_stdout=-1
72 # run as non-root users. However, since the control interface can be used to
75 # want to allow non-root users to use the control interface, add a new group
89 # (double quoted string, hexdump, printf-escaped string)
94 # UTF-8 SSID: Whether the SSID is to be interpreted using UTF-8 encoding
97 # Country code (ISO/IEC 3166-1). Used to set regulatory domain.
[all …]
/freebsd/contrib/dialog/
H A DCHANGES1 -- $Id: CHANGES,v 1.723 2021/01/17 20:21:41 tom Exp $
2 -- Thomas E. Dickey <dickey@invisible-island.net>
9 + add option --no-hot-list, to allow suppressing the hotkey feature
12 with the button-box (report by Victor Ananjevsky).
13 + modify options-parsing to permit a "no" on any boolean option and
14 deprecating the "no" options without a "-" , e.g., generalizing on
15 "--nook" equivalence to "--no-ok".
25 + enable keep-tite feature for NetBSD 8 and up; earlier releases would
28 + add option "--cursor-off-label"
29 + add option "--erase-on-exit"
[all …]
H A Ddialog.33 .\" Copyright 2005-2020,2021 Thomas E. Dickey
52 dialog \- widgets and utilities for the \*p program
54 .B cc [ flag ... ] file ... \-l\*l [ library ... ]
58 .B cc $(\*p\-config \-\-cflags) file ... $(\*p\-config \-\-libs) ]
83 "Hello, in dialog\-format",
104 Colors and video attributes are categorized and associated with
110 The \fB\*p\fP application passes its command-line parameters
115 When the \fB\-\-item\-help\fP option is given, an extra column
139 .\" ---------------------------------------------------------------------------
143 .\" ---------------------------------------------------------------------------
[all …]
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2008 Atheros Communications, Inc.
26 * structure for use with the device. Hardware-related operations that
67 * error occurs--i.e. you cannot check it for success.
81 HAL_EEWRITE = 11, /* Attempt to change write-locked EEPROM */
84 HAL_ESELFTEST = 14, /* Hardware self-test failed */
106 HAL_CAP_PSPOLL = 10, /* hardware has working PS-Poll support */
112 HAL_CAP_TPC = 16, /* per-packet tx power control */
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog3 2024-07-20 - v2.11
4 * Wi-Fi Easy Connect
5 - add support for DPP release 3
6 - allow Configurator parameters to be provided during config exchange
8 - add support for GCM-AES-256 cipher suite
9 - remove incorrect EAP Session-Id length constraint
10 - add hardware offload support for additional drivers
11 * HE/IEEE 802.11ax/Wi-Fi 6
12 - support BSS color updates
13 - various fixes
[all …]
/freebsd/sys/vm/
H A Dvm_mmap.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
114 td->td_retval[0] = PAGE_SIZE; in ogetpagesize()
124 * page-aligned, the actual mapping starts at trunc_page(addr)
128 * memory-based, such as a video framebuffer, can be mmap'd. Otherwise
149 .mr_hint = (uintptr_t)uap->addr, in sys_mmap()
150 .mr_len = uap->len, in sys_mmap()
151 .mr_prot = uap->prot, in sys_mmap()
152 .mr_flags = uap->flags, in sys_mmap()
153 .mr_fd = uap->fd, in sys_mmap()
[all …]
/freebsd/contrib/sendmail/src/
H A Dmain.c2 * Copyright (c) 1998-2006, 2008, 2009, 2011 Proofpoint, Inc. and its suppliers.
4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
29 "@(#) Copyright (c) 1998-2013 Proofpoint, Inc. and its suppliers.\n\
31 Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.\n\
36 SM_RCSID("@(#)$Id: main.c,v 8.988 2013-11-23 02:52:37 gshapiro Exp $")
52 "@(#)$Debug: no_persistent_restart - don't restart, log only $");
68 ** SENDMAIL -- Post mail to a set of destinations.
85 ** Britton-Lee, Inc., purveyors of fine
86 ** database computers (11/81 - 10/88).
88 ** (11/88 - 9/89).
[all …]
H A Dsendmail.h2 * Copyright (c) 1998-2013, 2023,2024 Proofpoint, Inc. and its suppliers.
4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
14 ** SENDMAIL.H -- MTA-specific definitions for sendmail.
71 SM_UNUSED(static char SmailId[]) = "@(#)$Id: sendmail.h,v 8.1104 2013-11-22 20:51:56 ca Exp $";
211 /* fingerprint in printable format - just for logging */
240 (((tlsi_ctx) != NULL) && bitnset((flag), (tlsi_ctx)->tlsi_flags))
292 # error "README: -DSASL (SASL) does not agree with the version of the CYRUS_SASL library (SASL_V…
298 # error "README: please set -DSASL to the version of the CYRUS_SASL library"
384 uid_t q_uid; /* user-id of receiver (if known) */
385 gid_t q_gid; /* group-id of receiver (if known) */
[all …]
/freebsd/contrib/ncurses/
H A DNEWS1 -------------------------------------------------------------------------------
2 -- Copyright 2018-2023,2024 Thomas E. Dickey --
3 -- Copyright 1998-2017,2018 Free Software Foundation, Inc. --
4 -- --
5 -- Permission is hereby granted, free of charge, to any person obtaining a --
6 -- copy of this software and associated documentation files (the --
7 -- "Software"), to deal in the Software without restriction, including --
8 -- without limitation the rights to use, copy, modify, merge, publish, --
9 -- distribute, distribute with modifications, sublicense, and/or sell copies --
10 -- of the Software, and to permit persons to whom the Software is furnished --
[all …]
/freebsd/
H A DUPDATING1 Updating Information for users of FreeBSD-CURRENT.
9 https://docs.freebsd.org/en/books/handbook/cutting-edge/#makeworld
22 includes various WITNESS- related kernel options, INVARIANTS, malloc
28 at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
49 The build now defaults to WITHOUT_CLEAN - i.e., no automatic clean
55 freebsd-current mailing list so that a special-case dependency can be
63 uart1: non-PNP ISA device will be removed from GENERIC in FreeBSD 15.
78 package FreeBSD-audit. If you use OpenBSM auditing and pkgbase, you
79 should install FreeBSD-audit.
82 cron, lpr, and ntpd have been moved from FreeBSD-utilities into their
[all …]
/freebsd/contrib/sendmail/doc/op/
H A Dop.me1 .\" Copyright (c) 1998-2013 Proofpoint, Inc. and its suppliers.
12 .\" $Id: op.me,v 8.759 2014-01-13 14:40:05 ca Exp $
14 .\" eqn op.me | pic | troff -me
51 .eh 'SMM:08-%''Sendmail Installation and Operation Guide'
52 .oh 'Sendmail Installation and Operation Guide''SMM:08-%'
74 .b SENDMAIL\u\s-6TM\s0\d
103 .i Sendmail \u\s-2TM\s0\d
107 It is not tied to any one transport protocol \*-
173 explains the day-to-day information you should know
185 contains the nitty-gritty information about the configuration
[all …]
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES13 - Prevent transaction stuffing by ensuring SMTP clients
19 - Accept only CRLF . CRLF as end of an SMTP message
22 - Do not accept a CR or LF except in the combination
31 are used, i.e., TLSA RR 2-x-y and 3-x-y are supported
63 another RCPT in pipelining mode then parts of the
76 because the -a. option has been removed (as it only
79 VACATION: Add support for Return-Path header to set sender
81 VACATION: Honor RFC3834 and avoid an auto-reply if
82 'Auto-Submitted: no' is found in the headers to
84 VACATION: Avoid an auto-reply if a 'List-Id:' is found in
[all …]
/freebsd/sys/dev/pci/
H A Dpci.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
88 (((cfg)->hdrtype == PCIM_HDRTYPE_NORMAL && reg == PCIR_BIOS) || \
89 ((cfg)->hdrtype == PCIM_HDRTYPE_BRIDGE && reg == PCIR_BIOS_1))
237 #define PCI_QUIRK_DISABLE_MSI 2 /* Neither MSI nor MSI-X work */
240 #define PCI_QUIRK_DISABLE_MSIX 5 /* MSI-X doesn't work */
255 * MSI doesn't work with the ServerWorks CNB20-HE Host Bridge
256 * or the CMIC-SL (AKA ServerWorks GC_LE).
274 * MSI doesn't work with devices behind the AMD 8131 HT-PCIX
350 "firmware-assigned ranges fail to allocate during the initial device scan.");
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in2 %%% BibTeX-file{
23 %%% (incompletely) 1970 -- 1979.
50 %%% covering 1958--1996 became too large (about
65 %%% Algorithms 1--492. For Algorithms 493--686,
72 %%% cross-referenced in both directions, so
75 %%% Corrigenda. Cross-referenced entries are
77 %%% that each is completely self-contained.
83 %%% ftp://netlib.bell-labs.com/netlib/toms.
88 %%% http://ciir.cs.umass.edu/cgi-bin/web_query_form/public/cacm2.1.
90 %%% The initial draft of entries for 1981 --
[all …]
/freebsd/share/dict/
H A Dweb262216 enforce
99810 Jean-Christophe
99811 Jean-Pierre
117962 mode
228724 video