Home
last modified time | relevance | path

Searched refs:by (Results 1 – 25 of 5797) sorted by relevance

12345678910>>...232

/freebsd/sys/contrib/zstd/
H A DCHANGELOG5 perf: substantial compression speed improvements (up to +30%) on small data, by @TocarIP (#4144) an…
13 cli: multi-threading as default CLI setting, by @daniellerozenblit
15 build: improve `msbuild` version autodetection, support VS2022, by @ManuelBlanc
16 build: fix `meson` build by @artem and @Victor-C-Zhang, and on Windows by @bgilbert
17 build: compatibility with Apple Framework, by @Treata11
18 build: improve icc/icx compatibility, by @josepho0918 and @luau-project
19 build: improve compatibility with Android NDK, by Adenilson Cavalcanti
21 portability: improved qnx compatibility, suggested by @rainbowball
22 portability: improved install script for FreeBSD, by @sunpoet
23 portability: fixed test suite compatibility with gnu hurd, by @diegonc
[all …]
/freebsd/contrib/libfido2/udev/
H A D70-u2f.rules33 # ellipticSecure MIRKey by STMicroelectronics
36 # Unknown product by STMicroelectronics
39 # Unknown product by STMicroelectronics
42 # Infineon FIDO by Infineon Technologies
45 # Kensington VeriMark by Synaptics Inc.
48 # FS ePass FIDO by Feitian Technologies Co., Ltd.
51 # Unknown product by Feitian Technologies Co., Ltd.
54 # Unknown product by Feitian Technologies Co., Ltd.
57 # Unknown product by Feitian Technologies Co., Ltd.
60 # Unknown product by Feitia
[all...]
/freebsd/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_proc_etmv3_impl.cpp310 ocsd_err_t EtmV3PktProcImpl::processHeaderByte(uint8_t by) in processHeaderByte() argument
315 m_currPacketData.push_back(by); in processHeaderByte()
320 if((by & 0x01) == 0x01 ) { in processHeaderByte()
323 if((by & 0x80) != 0x80) { in processHeaderByte()
325 if((by == 0x01) && (m_interface->getComponentOpMode() & ETMV3_OPFLG_UNFORMATTED_SOURCE)) in processHeaderByte()
340 else if((by & 0x81) == 0x80) { in processHeaderByte()
342 if(m_curr_packet.UpdateAtomFromPHdr(by,m_config.isCycleAcc())) in processHeaderByte()
348 else if((by & 0xF3) == 0x00) { in processHeaderByte()
351 if(by == 0x00) { in processHeaderByte()
355 else if(by == 0x04) { in processHeaderByte()
[all …]
/freebsd/contrib/ntp/
H A DChangeLog2 (4.2.8p18) 2024/05/25 Released by Harlan Stenn <stenn@ntp.org>
22 Reported by Hans Mayer. Moved NONEMPTY_TRANSLATION_UNIT
26 Reported by PoolMUC@web.de. <hart@ntp.org>
47 * [Bug 3846] Use -Wno-format-truncation by default. <hart@ntp.org>
55 Reported by renmingshuai. Correct UNLINK_EXPR_SLIST() when the
57 * [Bug 3835] NTP_HARD_*FLAGS not used by libevent tearoff. <hart@ntp.org>
120 (4.2.8p17) 2023/06/06 Released by Harlan Stenn <stenn@ntp.org>
123 event_sync. Reported by Edward McGuire. <hart@ntp.org>
124 * [Bug 3822] ntpd significantly delays first poll of servers specified by name.
127 4.2.8p15 or earlier. Reported by Mat
[all...]
/freebsd/sys/contrib/device-tree/src/arm/intel/axm/
H A Daxm5516-cpus.dtsi77 cpu-release-addr = <0>; // Fixed by the boot loader
85 cpu-release-addr = <0>; // Fixed by the boot loader
93 cpu-release-addr = <0>; // Fixed by the boot loader
101 cpu-release-addr = <0>; // Fixed by the boot loader
109 cpu-release-addr = <0>; // Fixed by the boot loader
117 cpu-release-addr = <0>; // Fixed by the boot loader
125 cpu-release-addr = <0>; // Fixed by the boot loader
133 cpu-release-addr = <0>; // Fixed by the boot loader
141 cpu-release-addr = <0>; // Fixed by the boot loader
149 cpu-release-addr = <0>; // Fixed by the boot loader
[all …]
/freebsd/lib/libc/softfloat/bits32/
H A Dsoftfloat-macros8 Written by John R. Hauser. This work was made possible in part by the
10 Street, Berkeley, California 94704. Funding was partially provided by the
14 overseen by Profs. Nelson Morgan and John Wawrzynek. More information
34 Shifts `a' right by the number of bits given in `count'. If any nonzero
36 the result by setting the least significant bit to 1. The value of `count'
39 The result is stored in the location pointed to by `zPtr'.
61 Shifts the 64-bit value formed by concatenating `a0' and `a1' right by the
65 which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
94 Shifts the 64-bit value formed by concatenating `a0' and `a1' right by the
96 are ``jammed'' into the least significant bit of the result by setting the
[all …]
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat-macros9 Written by John R. Hauser. This work was made possible in part by the
11 Street, Berkeley, California 94704. Funding was partially provided by the
15 overseen by Profs. Nelson Morgan and John Wawrzynek. More information
35 Shifts `a' right by the number of bits given in `count'. If any nonzero
37 the result by setting the least significant bit to 1. The value of `count'
40 The result is stored in the location pointed to by `zPtr'.
62 Shifts `a' right by the number of bits given in `count'. If any nonzero
64 the result by setting the least significant bit to 1. The value of `count'
67 The result is stored in the location pointed to by `zPtr'.
89 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by 64
[all …]
/freebsd/contrib/ncurses/
H A DNEWS35 Changes through 1.9.9e are recorded by Zeyd M Ben-Halim.
36 Changes since 1.9.9e are recorded by Thomas E Dickey.
42 A few contributors may be cited in this file by their initials.
68 + add a limit-check in infocmp -i option (report/example by Yixuan Cao).
88 KOI8-R encoding (report by Yury V Zaytsev).
89 + improve formatting/style of manpages (patches by Branden Robinson).
96 is unsupported, i.e., with old nroff/tbl (adapted from patch by
107 + corrected note about box() in curs_border.3x (patch by Jakub Horky,
112 with an invalid $BUILD_CC (prompted by discussion with Stas Sergeev).
115 (report by Stas Sergeev).
[all …]
/freebsd/contrib/dialog/
H A DCHANGES12 with the button-box (report by Victor Ananjevsky).
42 (patch by Norbert Koch).
54 the current dialog by activating the currently-selected button.
55 + improve manual-page description of --no-ok option (reports by
60 + fix regression in dlg_getc() caused by not taking into account
61 subwindows used for input (report by Michael Wihl).
64 + add validity-checks for window pointer (report/testcase by Michael
72 from 2020/03/27 changes (reports by Aidan Tessier, Norbert Koch,
83 (report/patch by Rainer Weikusat, Debian #970508).
87 (report by Glenn Herteg).
[all …]
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mvwin.c49 mvwin(WINDOW *win, int by, int bx) in NCURSES_EXPORT()
55 T((T_CALLED("mvwin(%p,%d,%d)"), (void *) win, by, bx)); in NCURSES_EXPORT()
75 if ((by - parent->_begy == win->_pary) && in NCURSES_EXPORT()
89 by - parent->_begy, in NCURSES_EXPORT()
106 if (by + win->_maxy > screen_lines(SP_PARM) - 1 in NCURSES_EXPORT()
108 || by < 0 in NCURSES_EXPORT()
118 win->_begy = (NCURSES_SIZE_T) by; in NCURSES_EXPORT()
/freebsd/crypto/openssl/test/ssl-tests/
H A D17-renegotiate.cnf16 test-11 = 11-no-renegotiation-server-by-client
17 test-12 = 12-no-renegotiation-server-by-server
18 test-13 = 13-no-renegotiation-client-by-server
19 test-14 = 14-no-renegotiation-client-by-client
355 [11-no-renegotiation-server-by-client]
356 ssl_conf = 11-no-renegotiation-server-by-client-ssl
358 [11-no-renegotiation-server-by-client-ssl]
359 server = 11-no-renegotiation-server-by-client-server
360 client = 11-no-renegotiation-server-by-client-client
362 [11-no-renegotiation-server-by-client-server]
[all …]
/freebsd/tools/regression/sockets/unix_cmsg/
H A DREADME17 It is better to run this program by a user that belongs to more
33 testno Run one test by its number (require the -t option)
38 If Client sends something to Server, then it sends 5 messages by default.
43 in each message by default. The size of this data can be changed by the -s
45 send zero bytes represented by { NULL, 0 } value of struct iovec{}, referenced
46 by the msg_iov field from struct msghdr{}. The "-z 1" or "-z 3" command line
47 option means, that Client will send zero bytes represented by the NULL value
51 always has associated data array by default. The "-z 2" or "-z 3" option
61 have SCM_CREDS ancillary data object followed by struct cmsgcred{}.
69 should have SCM_CREDS ancillary data object followed by struct sockcred{},
[all …]
/freebsd/.github/PULL_REQUEST_TEMPLATE/
H A Dpull_request_template.md5 Reported by: <If someone else reported the issue.>
6 Reviewed by: <If someone else reviewed your modification.>
7 Tested by: <If someone else tested the change.>
8 Approved by: <If you needed approval for this commit.>
10 Fixes: <Short hash and title line of commit fixed by this change>
14 Sponsored by: <If the change was sponsored by an organization.>
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod.exp3 make: varmod.mk:117: Dollar followed by nothing
16 make: varmod.mk:165: Dollar followed by nothing
18 make: varmod.mk:171: Dollar followed by nothing
20 make: varmod.mk:171: Dollar followed by nothing
22 make: varmod.mk:181: Dollar followed by nothing
26 make: varmod.mk:202: Dollar followed by nothing
36 make: varmod.mk:222: Dollar followed by nothing
38 make: varmod.mk:226: Dollar followed by nothing
/freebsd/contrib/pkgconf/
H A DNEWS22 * Processing of `--with-path` arguments by the pkgconf CLI is
26 * Fix several minor memory safety bugs which were identified by
33 Patches by Ingo Schwarze and Jonathan Gray (OpenBSD).
38 Patch by Kai Pastor.
42 Patch by Filipe Laíns.
54 surfaced by recent refactoring work.
96 * Fix compile with Meson on Solaris by defining __EXTENSIONS__.
112 Patch by Petr Písař.
115 Patch by Pierce.
119 Patch by Taylor R Campbell.
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dlammps8 # Updated: 2021-03-14 by akohlmey@gmail.com
49 >8 regex/16 [0-9]+\ [A-Za-z]+\ [0-9]+ written by version %s
51 # Data file written either by LAMMPS, msi2lmp or VMD/TopoTools
53 >0x12 string CGCMM\ style written by TopoTools
54 >0x12 string msi2lmp written by msi2lmp
55 >0x11 string via\ write_data written by LAMMPS
57 # LAMMPS data file written by OVITO
59 >0x13 string written\ by\ OVITO written by OVITO
H A Dlif8 # Modified by: Joerg Jenderek
12 # Note: called by TrID "HP Logical Interchange Format disk image"
15 # skip many compressed DEGAS low-res bitmap *.pc1 by test for unused bytes
17 # skip MUNCHIE.PC1 BOARD.PC1 ENEMIES.PC1 by test for low version number
19 # skip DROID fmt-840-signature-id-1195.adx fmt-840-signature-id-1199.adx by test for ASCII like vol…
26 # lif used by Tony Duell LIF utilities; enhanced version by Joachim Siebold use also dat; hpi used
/freebsd/share/i18n/csmapper/JIS/
H A DUCS@SIP%JISX0213-1.src19 ## [1983] JIS codepoint defined by JIS X 0208-1983
20 ## [1990] JIS codepoint defined by JIS X 0208-1990
21 ## [2000] JIS codepoint defined by JIS X 0213:2000
22 ## [2004] JIS codepoint defined by JIS X 0213:2004
23 ## [Unicode3.1] UCS codepoint defined by Unicode 3.1
24 ## [Unicode3.2] UCS codepoint defined by Unicode 3.2
27 ## Some 0213 character can't represent by one UCS character.
H A DJISX0213-1%UCS@SIP.src22 ## [1983] JIS codepoint defined by JIS X 0208-1983
23 ## [1990] JIS codepoint defined by JIS X 0208-1990
24 ## [2000] JIS codepoint defined by JIS X 0213:2000
25 ## [2004] JIS codepoint defined by JIS X 0213:2004
26 ## [Unicode3.1] UCS codepoint defined by Unicode 3.1
27 ## [Unicode3.2] UCS codepoint defined by Unicode 3.2
30 ## Some 0213 character can't represent by one UCS character.
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES13 - Prevent transaction stuffing by ensuring SMTP clients
16 the new srv_features option 'F'. Issue reported by
20 as required by the RFCs, which can disabled by the
23 CRLF (as required by the RFCs). These checks can
24 be disabled by the new srv_features options
32 as required by RFC 7672.
33 OpenSSL version 3.0.x is supported. Note: OpenSSL 3 loads by
39 changed by defining confOPENSSL_CNF in the mc file;
46 offered by the server.
51 preventing delivery by default.
[all …]
/freebsd/contrib/libcbor/
H A DCHANGELOG.md3 - [Fix issue X in feature Y](https://github.com/PJK/libcbor/pull/XXX) (by [YYY](https://github.com/…
11 … in debug mode](https://github.com/PJK/libcbor/issues/352) (bug discovered by <https://github.com/…
17 … definite equivalents](https://github.com/PJK/libcbor/pull/364/files) (proposed by Jacob Teplitsky)
18 …r/commit/1183292d4695300785b272532c1e02d68840e4b8#commitcomment-164507943) by <https://github.com/…
31 - [Make build compatible with CMake FetchContent](https://github.com/PJK/libcbor/pull/341) (by [Jan…
35 …- [Fix compiler pragmas](https://github.com/PJK/libcbor/pull/347) (by [brooksdavis](https://github…
37 - [Fixed bug in cbor2cjson example](https://github.com/PJK/libcbor/pull/338) (by [whitehse](https:/…
44 …- [Bytestring data will now be printed as well](https://github.com/PJK/libcbor/pull/281) by [akall…
49 …ormed tag values](https://github.com/PJK/libcbor/pull/308) (bug discovered by [dskern-github](http…
56 …ilures for x86 Linux](https://github.com/PJK/libcbor/pull/266) (discovered by [trofi](https://gith…
[all …]
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dzed.rc13 # multiple addresses can be specified if they are delimited by whitespace.
15 # Enabled by default; comment to disable.
55 # Disabled by default, any non-empty value will enable the feature.
64 # Disabled by default; uncomment to enable.
72 # associated with the account specified by the access token.
73 # Disabled by default; uncomment to enable.
81 # Disabled by default; uncomment to enable.
89 # Disabled by default; uncomment to enable.
98 # Disabled by default; uncomment to enable.
110 # and NVMe PCI drives (assuming they're supported by Linux in sysfs).
[all …]
/freebsd/contrib/libxo/doc/
H A Dxolint-errors.rst4 The message "A percent sign appearing in text is a literal" can be caused by code like:
23 The message "Unknown long name for role/modifier" can be caused by code like:
42 The message "Last character before field definition is a field type" can be caused by code like:
61 The message "Encoding format uses different number of arguments" can be caused by code like:
79 The message "Only one field role can be used" can be caused by code like:
94 The message "Potential missing slash after C, D, N, L, or T with format" can be caused by code like:
113 The message "An encoding format cannot be given (roles: DNLT)" can be caused by code like:
127 The message "Format cannot be given when content is present (roles: CDLN)" can be caused by code li…
145 The message "Field has color without fg- or bg- (role: C)" can be caused by code like:
157 Colors must be prefixed by either "fg-" or "bg-".
[all …]
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5420-cpus.dtsi15 * booting cluster (big or LITTLE) is chosen by IROM code by reading
65 #cooling-cells = <2>; /* min followed by max */
77 #cooling-cells = <2>; /* min followed by max */
89 #cooling-cells = <2>; /* min followed by max */
101 #cooling-cells = <2>; /* min followed by max */
113 #cooling-cells = <2>; /* min followed by max */
125 #cooling-cells = <2>; /* min followed by max */
137 #cooling-cells = <2>; /* min followed by max */
149 #cooling-cells = <2>; /* min followed by max */
/freebsd/.github/
H A Dpath-rules.txt5 sys/contrib/device-tree :caution: No changes should be made here by pull request
7 contrib :warning: Contributed software usually managed by vendor branch
8 crypto :warning: Contributed crypto software usually managed by vendor branch
9 sys/contrib :warning: Contributed software usually managed by vendor branch
10 sys/crypto/skein :warning: Contributed crypto software usually managed by vendor branch

12345678910>>...232