/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | WhitespaceManager.cpp | 60 Changes.push_back(Change(Tok, /*CreateReplacement=*/true, Tok.WhitespaceRange, in replaceWhitespace() 70 Changes.push_back(Change(Tok, /*CreateReplacement=*/false, in addUntouchableToken() 95 Changes.push_back( in replaceWhitespaceInToken() 104 if (Changes.empty()) in generateReplacements() 107 llvm::sort(Changes, Change::IsBeforeInFile(SourceMgr)); in generateReplacements() 130 Changes[0].PreviousEndOfTokenColumn = 0; in calculateLineBreakInformation() 131 Change *LastOutsideTokenChange = &Changes[0]; in calculateLineBreakInformation() 132 for (unsigned I = 1, e = Changes.size(); I != e; ++I) { in calculateLineBreakInformation() 133 auto &C = Changes[I]; in calculateLineBreakInformation() 134 auto &P = Changes[ in calculateLineBreakInformation() 283 AlignTokenSequence(const FormatStyle & Style,unsigned Start,unsigned End,unsigned Column,bool RightJustify,F && Matches,SmallVector<WhitespaceManager::Change,16> & Changes) AlignTokenSequence() argument 521 AlignTokens(const FormatStyle & Style,F && Matches,SmallVector<WhitespaceManager::Change,16> & Changes,unsigned StartAt,const FormatStyle::AlignConsecutiveStyle & ACS={},bool RightJustify=false) AlignTokens() argument 696 AlignMatchingTokenSequence(unsigned & StartOfSequence,unsigned & EndOfSequence,unsigned & MinColumn,std::function<bool (const WhitespaceManager::Change & C)> Matches,SmallVector<WhitespaceManager::Change,16> & Changes) AlignMatchingTokenSequence() argument [all...] |
/freebsd-src/crypto/heimdal/ |
H A D | NEWS | 93 API changes 173 Changes in release 1.1 187 Changes in release 1.0.2 193 Changes in release 1.0.1 209 Changes in release 1.0 231 Changes in release 0.8.1 244 Changes in release 0.8 284 Changes in release 0.7.2 306 Changes in release 0.7.1 310 Changes in release 0.7 [all …]
|
/freebsd-src/contrib/diff/ |
H A D | AUTHORS | 33 Assigns changes to diff. 36 Assigns changes to diff. 42 Assigns changes to GNU Diff. 45 Assigns changes to diff (for -D). 48 Disclaims changes by Thomas May to diff. 51 Disclaims changes to diff. 54 Disclaims changes by Wayne Davison to diff. 57 Disclaims changes to diff. 61 Disclaims changes to GNU Diff. 65 Disclaims changes to GNU Diff by Paul Eggert. [all …]
|
/freebsd-src/contrib/tzcode/ |
H A D | NEWS | 14 Changes to past timestamps 34 changes affect a few transitions in 1917-1921, 1924, and 1940 43 Changes to past tm_isdst flags 46 modeled as DST, to more closely reflect how contemporaneous changes 49 Changes to data 78 Changes to code 104 Changes to build procedure 112 Changes to documentation 116 Changes to commentary 131 Changes t [all...] |
H A D | CONTRIBUTING | 15 ## Contributing technical changes 17 To email small changes, please run a POSIX shell command like 21 For more-elaborate or possibly controversial changes, 28 Changes should contain commentary citing reliable sources. 31 For changes that fix sensitive security-related bugs, please see the 34 Please submit changes against either the latest release 52 * Switch to a new branch for the changes. Choose a different 64 changes by citing reliable sources. 66 * Debug the changes locally, e.g.:
|
/freebsd-src/contrib/tzdata/ |
H A D | NEWS | 10 Changes to future timestamps 18 Changes to past timestamps 28 Changes to data 33 Changes to code 71 Changes to documentation 92 Changes to past timestamps 112 changes affect a few transitions in 1917-1921, 1924, and 1940 121 Changes to past tm_isdst flags 124 modeled as DST, to more closely reflect how contemporaneous changes 127 Changes t [all...] |
H A D | CONTRIBUTING | 15 ## Contributing technical changes 17 To email small changes, please run a POSIX shell command like 21 For more-elaborate or possibly controversial changes, 28 Changes should contain commentary citing reliable sources. 31 For changes that fix sensitive security-related bugs, please see the 34 Please submit changes against either the latest release 52 * Switch to a new branch for the changes. Choose a different 64 changes by citing reliable sources. 66 * Debug the changes locally, e.g.:
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | DAGDeltaAlgorithm.cpp | 116 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument 119 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState() 137 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, 142 /// GetTestResult - Get the test result for the active set \p Changes with 143 /// \p Required changes from the cache, executing the test if necessary. 145 /// \param Changes - The set of active changes being minimized, which should 147 /// \param Required - The set of changes which have previously been 150 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required); 153 /// Helper object for minimizing an active set of changes. 160 /// UpdatedSearchState - Callback used when the search state changes. [all …]
|
H A D | DeltaAlgorithm.cpp | 16 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult() argument 17 if (FailedTestsCache.count(Changes)) in GetTestResult() 20 bool Result = ExecuteOneTest(Changes); in GetTestResult() 22 FailedTestsCache.insert(Changes); in GetTestResult() 43 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() argument 45 // Invariant: union(Res) == Changes in Delta() 46 UpdatedSearchState(Changes, Sets); in Delta() 50 return Changes; in Delta() 54 if (Search(Changes, Sets, Res)) in Delta() 62 return Changes; in Delta() 67 Search(const changeset_ty & Changes,const changesetlist_ty & Sets,changeset_ty & Res) Search() argument 102 Run(const changeset_ty & Changes) Run() argument [all...] |
/freebsd-src/contrib/diff/src/ |
H A D | ed.c | 43 enum changes changes; in print_ed_hunk() local 50 changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1); in print_ed_hunk() 51 if (!changes) in print_ed_hunk() 58 fprintf (outfile, "%c\n", change_letter[changes]); in print_ed_hunk() 61 if (changes != OLD) in print_ed_hunk() 83 but print the changes in the order they appear in the input files, 98 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1); in pr_forward_ed_hunk() local 99 if (!changes) in pr_forward_ed_hunk() 104 fprintf (outfile, "%c", change_letter[changes]); in pr_forward_ed_hunk() 110 if (changes == OLD) in pr_forward_ed_hunk() [all …]
|
H A D | normal.c | 38 describing changes in consecutive lines. */ 47 enum changes changes = analyze_hunk (hunk, &first0, &last0, &first1, &last1); in print_normal_hunk() local 48 if (!changes) in print_normal_hunk() 55 fprintf (outfile, "%c", change_letter[changes]); in print_normal_hunk() 60 if (changes & OLD) in print_normal_hunk() 64 if (changes == CHANGED) in print_normal_hunk() 68 if (changes & NEW) in print_normal_hunk()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | DeltaAlgorithm.h | 28 /// (2) If the predicate returns true for a set of changes, it should return 47 /// GetTestResult - Get the test result for the \p Changes from the 50 /// \param Changes - The change set to test. 52 bool GetTestResult(const changeset_ty &Changes); 54 /// Split - Partition a set of changes \p S into one or two subsets. 57 /// Delta - Minimize a set of \p Changes which has been partitioned into 59 changeset_ty Delta(const changeset_ty &Changes, 63 /// removed from \p Changes while still satisfying the predicate. 65 /// \param Res - On success, a subset of Changes which satisfies the 68 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets, [all …]
|
H A D | DAGDeltaAlgorithm.h | 26 /// The DAG should be used to represent dependencies in the changes which are 33 /// eagerly prune large subsets of changes. As with \see DeltaAlgorithm, the DAG 52 /// Run - Minimize the DAG formed by the \p Changes vertices and the 54 /// changes and returning the smallest set which still satisfies the test 57 /// \param Changes The list of changes. 59 /// \param Dependencies The list of dependencies amongst changes. For each 60 /// (x,y) in \p Dependencies, both x and y must be in \p Changes. The 64 changeset_ty Run(const changeset_ty &Changes, 67 /// UpdatedSearchState - Callback used when the search state changes. 68 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument
|
/freebsd-src/crypto/openssl/ |
H A D | NEWS.md | 4 This file gives a brief overview of the major changes between each OpenSSL 5 release. For more details please read the CHANGES file. 21 ### Major changes between OpenSSL 3.0.14 and OpenSSL 3.0.15 [3 Sep 2024] 34 ### Major changes between OpenSSL 3.0.13 and OpenSSL 3.0.14 [4 Jun 2024] 46 ### Major changes between OpenSSL 3.0.12 and OpenSSL 3.0.13 [30 Jan 2024] 58 ### Major changes between OpenSSL 3.0.11 and OpenSSL 3.0.12 [24 Oct 2023] 63 ### Major changes between OpenSSL 3.0.10 and OpenSSL 3.0.11 [19 Sep 2023] 68 ### Major changes between OpenSSL 3.0.9 and OpenSSL 3.0.10 [1 Aug 2023] 74 ### Major changes between OpenSSL 3.0.8 and OpenSSL 3.0.9 [30 May 2023] 85 ### Major changes betwee [all...] |
/freebsd-src/contrib/ntp/sntp/libevent/ |
H A D | kqueue.c | 78 struct kevent *changes; member 141 kqueueop->changes = mm_calloc(NEVENT, sizeof(struct kevent)); in kq_init() 142 if (kqueueop->changes == NULL) in kq_init() 150 memset(&kqueueop->changes[0], 0, sizeof kqueueop->changes[0]); in kq_init() 151 kqueueop->changes[0].ident = -1; in kq_init() 152 kqueueop->changes[0].filter = EVFILT_READ; in kq_init() 153 kqueueop->changes[0].flags = EV_ADD; in kq_init() 160 kqueueop->changes, 1, kqueueop->events, NEVENT, NULL) != 1 || in kq_init() 212 struct event_change *in_ch = &changelist->changes[i]; in kq_build_changes_list() 226 newchanges = mm_realloc(kqop->changes, in kq_build_changes_list() [all …]
|
/freebsd-src/contrib/libevent/ |
H A D | kqueue.c | 78 struct kevent *changes; member 141 kqueueop->changes = mm_calloc(NEVENT, sizeof(struct kevent)); in kq_init() 142 if (kqueueop->changes == NULL) in kq_init() 150 memset(&kqueueop->changes[0], 0, sizeof kqueueop->changes[0]); in kq_init() 151 kqueueop->changes[0].ident = -1; in kq_init() 152 kqueueop->changes[0].filter = EVFILT_READ; in kq_init() 153 kqueueop->changes[0].flags = EV_ADD; in kq_init() 160 kqueueop->changes, 1, kqueueop->events, NEVENT, NULL) != 1 || in kq_init() 212 struct event_change *in_ch = &changelist->changes[i]; in kq_build_changes_list() 226 newchanges = mm_realloc(kqop->changes, in kq_build_changes_list() [all …]
|
/freebsd-src/sys/net/ |
H A D | slcompress.c | 159 u_int changes = 0; in sl_compress_tcp() local 270 * receiver expects changes in the order: urgent, window, in sl_compress_tcp() 277 changes |= NEW_U; in sl_compress_tcp() 288 changes |= NEW_W; in sl_compress_tcp() 296 changes |= NEW_A; in sl_compress_tcp() 304 changes |= NEW_S; in sl_compress_tcp() 307 switch(changes) { in sl_compress_tcp() 326 * actual changes match one of our special case encodings -- in sl_compress_tcp() 335 changes = SPECIAL_I; in sl_compress_tcp() 343 changes in sl_compress_tcp() 454 u_int hlen, changes; sl_uncompress_tcp_core() local [all...] |
/freebsd-src/usr.sbin/ppp/ |
H A D | slcompress.c | 166 register u_int changes = 0; in sl_compress_tcp() local 283 * changes in the order: urgent, window, ack, seq (the order minimizes the in sl_compress_tcp() 289 changes |= NEW_U; in sl_compress_tcp() 302 changes |= NEW_W; in sl_compress_tcp() 310 changes |= NEW_A; in sl_compress_tcp() 318 changes |= NEW_S; in sl_compress_tcp() 320 switch (changes) { in sl_compress_tcp() 341 * actual changes match one of our special case encodings -- send packet in sl_compress_tcp() 350 changes = SPECIAL_I; in sl_compress_tcp() 358 changes in sl_compress_tcp() 432 register u_int hlen, changes; sl_uncompress_tcp() local [all...] |
/freebsd-src/contrib/libdiff/test/ |
H A D | test020.left.txt | 45 struct got_diff_changes *changes) 147 err = got_diffreg(&res, f1, f2, flags, &args, &ds, outfile, changes); 179 alloc_changes(struct got_diff_changes **changes) 181 *changes = calloc(1, sizeof(**changes)); 182 if (*changes == NULL) 184 SIMPLEQ_INIT(&(*changes)->entries); 189 diff_blob_file(struct got_diff_changes **changes, 202 if (changes) 203 *changes = NULL; 248 if (changes) { [all …]
|
/freebsd-src/contrib/ntp/ |
H A D | README.patches | 11 > (make and test your changes to ntp-stable first) 12 > (commit your changes to ntp-stable) 14 > bk pull ../ntp-stable (get your changes from ntp-stable) 15 > (resolve any problems and test your changes) 16 > (commit your changes to ntp-dev) 18 With the current release of bitkeeper it is *much* easier to move changes 19 from ntp-stable to ntp-dev than it is to move changes from ntp-dev to 22 If you make your changes in the above order and then submit them,
|
/freebsd-src/share/doc/papers/relengr/ |
H A D | 3.t | 147 Further changes are requested in a change log rather than 154 changes to the distribution are no longer made by people outside 222 to concentrate on tracking the changes being made to the system 230 they accurately reflect any changes to the programs that 260 begins a careful review of all the changes to the 267 All the changes are checked to ensure that they are reasonable, 269 The process often turns up questionable changes. 283 the changes were removed from the source before final distribution. 286 changes to the system. 292 changes to every user-level command [all …]
|
/freebsd-src/contrib/pf/libevent/ |
H A D | kqueue.c | 65 struct kevent *changes; member 114 kqueueop->changes = malloc(NEVENT * sizeof(struct kevent)); in kq_init() 115 if (kqueueop->changes == NULL) { in kq_init() 121 free (kqueueop->changes); in kq_init() 128 kqueueop->changes[0].ident = -1; in kq_init() 129 kqueueop->changes[0].filter = EVFILT_READ; in kq_init() 130 kqueueop->changes[0].flags = EV_ADD; in kq_init() 137 kqueueop->changes, 1, kqueueop->events, NEVENT, NULL) != 1 || in kq_init() 141 free(kqueueop->changes); in kq_init() 168 newchange = realloc(kqop->changes, in kq_insert() [all …]
|
/freebsd-src/contrib/lutok/ |
H A D | NEWS | 1 Changes in version 0.4 13 Interface changes: 27 Changes in version 0.3 35 However, because of incompatible changes to the Lua API, this release 41 Interface changes: 50 Changes in version 0.2 63 Changes in version 0.1
|
/freebsd-src/contrib/jemalloc/ |
H A D | FREEBSD-upgrade | 17 # Merge local changes that were made since the previous import: 19 # ./FREEBSD-upgrade merge-changes 39 # changes, then extract blows away the work tree and re-creates it with the 66 changes="${src}/FREEBSD-changes" 150 merge-changes) # Merge local changes that were made since the previous import. 157 diff -ru -X ${src}/FREEBSD-Xlist ${work} ../jemalloc > ${changes} || true 161 patch -p1 < ${changes} || true 183 rm -rf ${tmpdir} ${changes}
|
/freebsd-src/sys/contrib/zlib/ |
H A D | ChangeLog | 4 Changes in 1.3.1 (22 Jan 2024) 14 Changes in 1.3 (18 Aug 2023) 32 Changes in 1.2.13 (13 Oct 2022) 44 Changes in 1.2.12 (27 Mar 2022) 107 Changes in 1.2.11 (15 Jan 2017) 109 - Permit immediate deflateParams changes before any deflate input 111 Changes in 1.2.10 (2 Jan 2017) 118 Changes in 1.2.9 (31 Dec 2016) 150 Changes in 1.2.8 (28 Apr 2013) 157 Changes in 1.2.7.3 (13 Apr 2013) [all …]
|