Home
last modified time | relevance | path

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

12345678910>>...28

/freebsd/contrib/diff/src/
H A Ded.c43 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 Dnormal.c47 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 Dside.c241 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 Danalyze.c778 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/sys/net/
H A Dslcompress.c159 u_int changes = 0; in sl_compress_tcp() local
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()
352 changes |= NEW_I; in sl_compress_tcp()
383 *cp++ = changes; in sl_compress_tcp()
495 changes = *cp++; in sl_uncompress_tcp_core()
576 changes = (changes & 0xffff) + (changes >> 16); in sl_uncompress_tcp_core()
[all …]
/freebsd/usr.sbin/ppp/
H A Dslcompress.c289 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()
367 changes |= NEW_I; in sl_compress_tcp()
398 *cp++ = changes; in sl_compress_tcp()
474 changes = *cp++; in sl_uncompress_tcp()
531 if (changes & NEW_A) in sl_uncompress_tcp()
572 changes = (changes & 0xffff) + (changes >> 16); in sl_uncompress_tcp()
[all …]
/freebsd/contrib/diff/
H A DAUTHORS33 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/contrib/libevent/
H A Dkqueue.c78 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 Ddevpoll.c60 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/contrib/ntp/sntp/libevent/
H A Dkqueue.c78 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 Ddevpoll.c60 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/contrib/pf/libevent/
H A Dkqueue.c65 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/crypto/openssl/
H A DNEWS.md4 This file gives a brief overview of the major changes between each OpenSSL
21 ### Major changes between OpenSSL 3.0.12 and OpenSSL 3.0.13 [30 Jan 2024]
33 ### Major changes between OpenSSL 3.0.11 and OpenSSL 3.0.12 [24 Oct 2023]
38 ### Major changes between OpenSSL 3.0.10 and OpenSSL 3.0.11 [19 Sep 2023]
43 ### Major changes between OpenSSL 3.0.9 and OpenSSL 3.0.10 [1 Aug 2023]
49 ### Major changes between OpenSSL 3.0.8 and OpenSSL 3.0.9 [30 May 2023]
60 ### Major changes between OpenSSL 3.0.7 and OpenSSL 3.0.8 [7 Feb 2023]
72 ### Major changes between OpenSSL 3.0.6 and OpenSSL 3.0.7 [1 Nov 2022]
79 ### Major changes between OpenSSL 3.0.5 and OpenSSL 3.0.6 [11 Oct 2022]
84 ### Major changes between OpenSSL 3.0.4 and OpenSSL 3.0.5 [5 Jul 2022]
[all …]
/freebsd/tools/regression/tmpfs/
H A Dh_tools.c98 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/contrib/netbsd-tests/fs/tmpfs/
H A Dh_tools.c132 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/contrib/ntp/
H A DREADME.patches11 > (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/contrib/libdiff/test/
H A Dtest020.left.txt181 *changes = calloc(1, sizeof(**changes));
202 if (changes)
203 *changes = NULL;
248 if (changes) {
254 changes ? *changes : NULL);
306 free(changes);
864 if (changes)
894 if (changes) {
900 changes ? *changes : NULL);
912 if (changes) {
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Dbss.c542 u32 changes = 0; in wpa_bss_compare_res() local
546 changes |= WPA_BSS_FREQ_CHANGED_FLAG; in wpa_bss_compare_res()
555 changes |= WPA_BSS_MODE_CHANGED_FLAG; in wpa_bss_compare_res()
559 return changes; in wpa_bss_compare_res()
560 changes |= WPA_BSS_IES_CHANGED_FLAG; in wpa_bss_compare_res()
563 changes |= WPA_BSS_WPAIE_CHANGED_FLAG; in wpa_bss_compare_res()
566 changes |= WPA_BSS_RSNIE_CHANGED_FLAG; in wpa_bss_compare_res()
569 changes |= WPA_BSS_WPS_CHANGED_FLAG; in wpa_bss_compare_res()
573 changes |= WPA_BSS_RATES_CHANGED_FLAG; in wpa_bss_compare_res()
575 return changes; in wpa_bss_compare_res()
[all …]
/freebsd/contrib/jemalloc/
H A DFREEBSD-upgrade66 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/contrib/tzdata/
H A DCONTRIBUTING15 ## 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, e.g.:
/freebsd/contrib/tzcode/
H A DCONTRIBUTING15 ## 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, e.g.:
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-mac80211.c630 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/tools/test/stress2/misc/
H A Dkevent10.sh71 struct kevent changes;
79 memset(&changes, 0, sizeof(struct kevent));
81 if (kevent(0, &changes, -1, &events, 1, 0) == -1)
/freebsd/contrib/file/
H A DRELEASE-PROCEDURE8 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/lib/libz/
H A DFREEBSD-upgrade2 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.

12345678910>>...28