| /freebsd-14.2/contrib/diff/src/ |
| H A D | ed.c | 43 enum changes changes; in print_ed_hunk() local 51 if (!changes) in print_ed_hunk() 61 if (changes != OLD) in print_ed_hunk() 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() 141 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1); in print_rcs_hunk() local 142 if (!changes) in print_rcs_hunk() 149 if (changes & OLD) in print_rcs_hunk() [all …]
|
| H A D | normal.c | 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()
|
| H A D | side.c | 241 enum changes changes = in print_sdiff_hunk() local 243 if (!changes) in print_sdiff_hunk() 257 if (changes == CHANGED) in print_sdiff_hunk() 261 changes = (i <= last0 ? OLD : 0) + (j <= last1 ? NEW : 0); in print_sdiff_hunk() 267 if (changes & NEW) in print_sdiff_hunk() 275 if (changes & OLD) in print_sdiff_hunk()
|
| H A D | analyze.c | 778 if (changes) in briefly_report() 784 changes = 2; in briefly_report() 798 int changes; in diff_2_files() local 813 changes = 1; in diff_2_files() 817 changes = 0; in diff_2_files() 847 changes = 1; in diff_2_files() 854 changes = 0; in diff_2_files() 860 changes = briefly_report (changes, cmp->file); in diff_2_files() 925 changes = 0; in diff_2_files() 943 changes = 1; in diff_2_files() [all …]
|
| /freebsd-14.2/sys/net/ |
| H A D | slcompress.c | 161 u_int changes = 0; in sl_compress_tcp() local 279 changes |= NEW_U; in sl_compress_tcp() 290 changes |= NEW_W; in sl_compress_tcp() 298 changes |= NEW_A; in sl_compress_tcp() 306 changes |= NEW_S; in sl_compress_tcp() 309 switch(changes) { in sl_compress_tcp() 354 changes |= NEW_I; in sl_compress_tcp() 385 *cp++ = changes; in sl_compress_tcp() 497 changes = *cp++; in sl_uncompress_tcp_core() 578 changes = (changes & 0xffff) + (changes >> 16); in sl_uncompress_tcp_core() [all …]
|
| /freebsd-14.2/usr.sbin/ppp/ |
| H A D | slcompress.c | 291 changes |= NEW_U; in sl_compress_tcp() 304 changes |= NEW_W; in sl_compress_tcp() 312 changes |= NEW_A; in sl_compress_tcp() 320 changes |= NEW_S; in sl_compress_tcp() 322 switch (changes) { in sl_compress_tcp() 369 changes |= NEW_I; in sl_compress_tcp() 400 *cp++ = changes; in sl_compress_tcp() 476 changes = *cp++; in sl_uncompress_tcp() 533 if (changes & NEW_A) in sl_uncompress_tcp() 574 changes = (changes & 0xffff) + (changes >> 16); in sl_uncompress_tcp() [all …]
|
| /freebsd-14.2/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. 71 Assigns changes to diff. [all …]
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | kqueue.c | 78 struct kevent *changes; member 142 if (kqueueop->changes == NULL) in kq_init() 150 memset(&kqueueop->changes[0], 0, sizeof kqueueop->changes[0]); in kq_init() 232 kqop->changes = newchanges; in kq_build_changes_list() 271 struct kevent *changes; in kq_dispatch() local 282 EVUTIL_ASSERT(kqop->changes); in kq_dispatch() 291 changes = kqop->changes; in kq_dispatch() 292 kqop->changes = NULL; in kq_dispatch() 321 kqop->changes = changes; in kq_dispatch() 434 if (kqop->changes) in kqop_free() [all …]
|
| H A D | devpoll.c | 60 struct pollfd *changes; member 91 if (pwrite(devpollop->dpfd, devpollop->changes, in devpoll_commit() 112 pfd = &devpollop->changes[devpollop->nchanges++]; in devpoll_queue() 154 devpollop->changes = mm_calloc(nfiles, sizeof(struct pollfd)); in devpoll_init() 155 if (devpollop->changes == NULL) { in devpoll_init() 302 if (devpollop->changes) in devpoll_dealloc() 303 mm_free(devpollop->changes); in devpoll_dealloc()
|
| /freebsd-14.2/contrib/libevent/ |
| H A D | kqueue.c | 78 struct kevent *changes; member 142 if (kqueueop->changes == NULL) in kq_init() 150 memset(&kqueueop->changes[0], 0, sizeof kqueueop->changes[0]); in kq_init() 232 kqop->changes = newchanges; in kq_build_changes_list() 271 struct kevent *changes; in kq_dispatch() local 282 EVUTIL_ASSERT(kqop->changes); in kq_dispatch() 291 changes = kqop->changes; in kq_dispatch() 292 kqop->changes = NULL; in kq_dispatch() 321 kqop->changes = changes; in kq_dispatch() 434 if (kqop->changes) in kqop_free() [all …]
|
| H A D | devpoll.c | 60 struct pollfd *changes; member 91 if (pwrite(devpollop->dpfd, devpollop->changes, in devpoll_commit() 112 pfd = &devpollop->changes[devpollop->nchanges++]; in devpoll_queue() 154 devpollop->changes = mm_calloc(nfiles, sizeof(struct pollfd)); in devpoll_init() 155 if (devpollop->changes == NULL) { in devpoll_init() 302 if (devpollop->changes) in devpoll_dealloc() 303 mm_free(devpollop->changes); in devpoll_dealloc()
|
| /freebsd-14.2/contrib/pf/libevent/ |
| H A D | kqueue.c | 65 struct kevent *changes; member 115 if (kqueueop->changes == NULL) { in kq_init() 121 free (kqueueop->changes); in kq_init() 128 kqueueop->changes[0].ident = -1; in kq_init() 130 kqueueop->changes[0].flags = EV_ADD; in kq_init() 141 free(kqueueop->changes); in kq_init() 168 newchange = realloc(kqop->changes, in kq_insert() 174 kqop->changes = newchange; in kq_insert() 212 struct kevent *changes = kqop->changes; in kq_dispatch() local 405 if (kqop->changes) in kq_dealloc() [all …]
|
| /freebsd-14.2/tools/regression/tmpfs/ |
| H A D | h_tools.c | 98 struct kevent *changes, event; in kqueue_main() local 106 changes = malloc(sizeof(struct kevent) * (argc - 1)); in kqueue_main() 107 if (changes == NULL) in kqueue_main() 117 EV_SET(&changes[i], fd, EVFILT_VNODE, in kqueue_main() 135 (void)kevent(kq, changes, argc, &event, 1, &to); in kqueue_main() 145 nev = kevent(kq, changes, argc, &event, 1, &to); in kqueue_main() 150 if (event.ident == changes[i].ident) in kqueue_main() 172 close(changes[i].ident); in kqueue_main() 173 free(changes); in kqueue_main()
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | NEWS.md | 4 This file gives a brief overview of the major changes between each OpenSSL 21 ### Major changes between OpenSSL 3.0.15 and OpenSSL 3.0.16 [11 Feb 2025] 35 ### Major changes between OpenSSL 3.0.14 and OpenSSL 3.0.15 [3 Sep 2024] 48 ### Major changes between OpenSSL 3.0.13 and OpenSSL 3.0.14 [4 Jun 2024] 60 ### Major changes between OpenSSL 3.0.12 and OpenSSL 3.0.13 [30 Jan 2024] 82 ### Major changes between OpenSSL 3.0.9 and OpenSSL 3.0.10 [1 Aug 2023] 88 ### Major changes between OpenSSL 3.0.8 and OpenSSL 3.0.9 [30 May 2023] 99 ### Major changes between OpenSSL 3.0.7 and OpenSSL 3.0.8 [7 Feb 2023] 111 ### Major changes between OpenSSL 3.0.6 and OpenSSL 3.0.7 [1 Nov 2022] 123 ### Major changes between OpenSSL 3.0.4 and OpenSSL 3.0.5 [5 Jul 2022] [all …]
|
| /freebsd-14.2/contrib/netbsd-tests/fs/tmpfs/ |
| H A D | h_tools.c | 132 struct kevent *changes, event; in kqueue_main() local 140 changes = malloc(sizeof(struct kevent) * argc); in kqueue_main() 141 if (changes == NULL) in kqueue_main() 151 EV_SET(&changes[i], fd, EVFILT_VNODE, in kqueue_main() 169 (void)kevent(kq, changes, argc, &event, 1, &to); in kqueue_main() 179 nev = kevent(kq, changes, argc, &event, 1, &to); in kqueue_main() 184 if (event.ident == changes[i].ident) in kqueue_main() 206 close(changes[i].ident); in kqueue_main() 207 free(changes); in kqueue_main()
|
| /freebsd-14.2/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-14.2/contrib/jemalloc/ |
| H A D | FREEBSD-upgrade | 67 changes="${src}/FREEBSD-changes" 151 merge-changes) # Merge local changes that were made since the previous import. 158 diff -ru -X ${src}/FREEBSD-Xlist ${work} ../jemalloc > ${changes} || true 162 patch -p1 < ${changes} || true 184 rm -rf ${tmpdir} ${changes}
|
| /freebsd-14.2/contrib/traceroute/ |
| H A D | FREEBSD-upgrade | 10 [Do not make ANY changes to the files.] 23 conflicts between local FreeBSD changes and the newer version. 27 To make local changes to traceroute, simply patch and commit to the main 28 branch (aka HEAD). Never make local changes on the LBL branch. 30 All local changes should be submitted to "[email protected]" for
|
| /freebsd-14.2/contrib/tzdata/ |
| 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, 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-14.2/contrib/tzcode/ |
| 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, 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-14.2/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mld-mac80211.c | 630 u64 changes) in iwl_mvm_mld_link_info_changed_station() argument 647 if (changes & BSS_CHANGED_ERP_SLOT) in iwl_mvm_mld_link_info_changed_station() 714 u64 changes) in iwl_mvm_mld_vif_cfg_changed_station() argument 725 if (changes == BSS_CHANGED_IDLE) in iwl_mvm_mld_vif_cfg_changed_station() 734 if (!(changes & BSS_CHANGED_ASSOC)) in iwl_mvm_mld_vif_cfg_changed_station() 807 u64 changes) in iwl_mvm_mld_link_info_changed_ap_ibss() argument 820 if (changes & BSS_CHANGED_ERP_SLOT) in iwl_mvm_mld_link_info_changed_ap_ibss() 849 u64 changes) in iwl_mvm_mld_link_info_changed() argument 858 changes); in iwl_mvm_mld_link_info_changed() 863 changes); in iwl_mvm_mld_link_info_changed() [all …]
|
| /freebsd-14.2/contrib/wpa/wpa_supplicant/ |
| H A D | bss.c | 599 u32 changes = 0; in wpa_bss_compare_res() local 603 changes |= WPA_BSS_FREQ_CHANGED_FLAG; in wpa_bss_compare_res() 612 changes |= WPA_BSS_MODE_CHANGED_FLAG; in wpa_bss_compare_res() 616 return changes; in wpa_bss_compare_res() 617 changes |= WPA_BSS_IES_CHANGED_FLAG; in wpa_bss_compare_res() 620 changes |= WPA_BSS_WPAIE_CHANGED_FLAG; in wpa_bss_compare_res() 623 changes |= WPA_BSS_RSNIE_CHANGED_FLAG; in wpa_bss_compare_res() 626 changes |= WPA_BSS_WPS_CHANGED_FLAG; in wpa_bss_compare_res() 630 changes |= WPA_BSS_RATES_CHANGED_FLAG; in wpa_bss_compare_res() 632 return changes; in wpa_bss_compare_res() [all …]
|
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | kevent10.sh | 71 struct kevent changes; 79 memset(&changes, 0, sizeof(struct kevent)); 81 if (kevent(0, &changes, -1, &events, 1, 0) == -1)
|
| /freebsd-14.2/contrib/file/ |
| H A D | RELEASE-PROCEDURE | 8 4) Commit changes into CVS 28 ChangeLog changes. Historically we don't mention magic changes in the 29 ChangeLog or the mail message, only source changes.
|
| /freebsd-14.2/lib/libz/ |
| H A D | FREEBSD-upgrade | 2 changes were made to support build of libsa and to suppress certain 3 compiler warnings, we upstream our local changes whenever they would 12 have the required changes. Test universe and commit them.
|