/freebsd/sys/contrib/zstd/ |
H A D | CHANGELOG | 7 perf: rebalanced compression levels, to better match the intended speed/level curve, by @senhuang42 8 perf: faster huffman decoder, using x64 assembly, by @terrelln 9 perf: slightly faster high speed modes (strategies fast & dfast), by @felixhandte 10 perf: improved binary size and faster compilation times, by @terrelln 11 perf: new row64 mode, used notably in level 12, by @senhuang42 12 perf: faster mid-level compression speed in presence of highly repetitive patterns, by @senhuang42 13 perf: minor compression ratio improvements for small data at high levels, by @cyan4973 14 perf: reduced stack usage (mostly useful for Linux Kernel), by @terrelln 15 perf: faster compression speed on incompressible data, by @bindhvo 16 …e size, using build macro ZSTD_DECODER_INTERNAL_BUFFER, at a small cost of performance, by @bindhvo [all …]
|
/freebsd/contrib/libfido2/udev/ |
H A D | 70-u2f.rules | 33 # 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 D | trc_pkt_proc_etmv3_impl.cpp | 310 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/sys/contrib/zlib/contrib/ |
H A D | README.contrib | 2 provided by users of zlib and were not tested by the authors of zlib. 7 ada/ by Dmitriy Anisimkov <anisimkov@yahoo.com> 11 blast/ by Mark Adler <madler@alumni.caltech.edu> 14 delphi/ by Cosmin Truta <cosmint@cs.ubbcluj.ro> 17 dotzlib/ by Henrik Ravn <henrik@ravn.com> 20 gcc_gvmat64/by Gilles Vollant <info@winimage.com> 24 infback9/ by Mark Adler <madler@alumni.caltech.edu> 27 iostream/ by Kevin Ruland <kevin@rodin.wustl.edu> 30 iostream2/ by Tyge Løvset <Tyge.Lovset@cmr.no> 33 iostream3/ by Ludwig Schwardt <schwardt@sun.ac.za> [all …]
|
/freebsd/contrib/libucl/ |
H A D | ChangeLog.md | 45 - Python bindings (by Eitan Adler) 48 - CLI interface for parsing and validation (by Maxim Ignatenko) 50 - Add 'nested' functionality to .include macro (by Allan Jude) 51 - Allow searching an array of paths for includes (by Allan Jude) 52 - Add new .load macro (by Allan Jude) 71 - Create ucl_parser_add_file_full() to be able to specify merge mode and parser type (by Allan Jude) 72 - C++ wrapper improvements (by @ftilde) 73 - C++ wrapper: add convenience method at() and lookup() (by Yonghee Kim) 74 - C++ wrapper: add assignment operator to Ucl class (by Yonghee Kim) 75 - C++ wrapper: support variables in parser (by Yonghee Kim) [all …]
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 2 (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 D | axm5516-cpus.dtsi | 77 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 D | softfloat-macros | 8 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 D | softfloat-macros | 9 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 D | NEWS | 35 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. 51 + fixes/corrections for manpages (patches by Branden Robinson). 55 + improve formatting/style of manpages (patches by Branden Robinson). 59 + build/bug-fix for check-size feature (reports by Sam James, Gabriele 63 + improve formatting/style of manpages (patches by Branden Robinson). 71 + remove masking of ISIG in cbreak() (report by Benno Schulenberg). 76 byacc by Andrin Geiger) 83 + improve formatting/style of manpages (patches by Branden Robinson). [all …]
|
/freebsd/contrib/dialog/ |
H A D | CHANGES | 12 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/crypto/openssl/test/ssl-tests/ |
H A D | 17-renegotiate.cnf | 16 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 D | README | 17 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/contrib/ncurses/ncurses/base/ |
H A D | lib_mvwin.c | 49 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/.github/PULL_REQUEST_TEMPLATE/ |
H A D | pull_request_template.md | 5 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/sendmail/ |
H A D | RELEASE_NOTES | 13 - 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 D | CHANGELOG.md | 2 - [Fix issue X in feature Y](https://github.com/PJK/libcbor/pull/XXX) (by [YYY](https://github.com/YYY)) 11 - [Bytestring data will now be printed as well](https://github.com/PJK/libcbor/pull/281) by [akallabeth](https://github.com/akallabeth) 16 - BREAKING: [All decoders like `cbor_load` and `cbor_stream_decode` will accept all well-formed tag values](https://github.com/PJK/libcbor/pull/308) (bug discovered by [dskern-github](https://github.com/dskern-github)) 22 - [Fixed minor test bug causing failures for x86 Linux](https://github.com/PJK/libcbor/pull/266) (discovered by [trofi](https://github.com/PJK/libcbor/issues/263)) 28 - [Fix a regression in `cbor_serialize_alloc` that caused serialization of zero-length strings and bytestrings or byte/strings with zero-length chunks to fail](https://github.com/PJK/libcbor/pull/260) (discovered by [martelletto](https://github.com/martelletto)) 32 - Make the buffer_size optional in `cbor_serialize_alloc` [[#205]](https://github.com/PJK/libcbor/pull/205) (by [hughsie](https://github.com/hughsie)) 33 - BREAKING: Improved half-float encoding for denormalized numbers. [[#208]](https://github.com/PJK/libcbor/pull/208) (by [ranvis](https://github.com/ranvis)) 36 - BUILD BREAKING: Minimum CMake version is 3.0 [[#201]](https://github.com/PJK/libcbor/pull/201) (by [thewtex@](https://github.com/thewtex)) 38 - Fix a potential memory leak when the allocator fails during array or map decoding [[#224]](https://github.com/PJK/libcbor/pull/224) (by [James-ZHANG](https://github.com/James-ZHANG)) 39 - [Fix a memory leak when the allocator fails when adding chunks to indefinite bytestrings.](https://github.com/PJK/libcbor/pull/242) ([discovered](https://github.com/PJK/libcbor/pull/228) by [Jame [all...] |
/freebsd/contrib/file/magic/Magdir/ |
H A D | lammps | 8 # 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 D | lif | 8 # 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 D | UCS@SIP%JISX0213-1.src | 19 ## [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 D | JISX0213-1%UCS@SIP.src | 22 ## [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/sys/contrib/openzfs/cmd/zed/zed.d/ |
H A D | zed.rc | 13 # 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 D | xolint-errors.rst | 4 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 D | exynos5420-cpus.dtsi | 15 * 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 */
|
H A D | exynos5422-cpus.dtsi | 14 * booting cluster (big or LITTLE) is chosen by IROM code by reading 64 #cooling-cells = <2>; /* min followed by max */ 77 #cooling-cells = <2>; /* min followed by max */ 90 #cooling-cells = <2>; /* min followed by max */ 103 #cooling-cells = <2>; /* min followed by max */ 116 #cooling-cells = <2>; /* min followed by max */ 129 #cooling-cells = <2>; /* min followed by max */ 142 #cooling-cells = <2>; /* min followed by max */ 155 #cooling-cells = <2>; /* min followed by max */
|