| /src/usr.sbin/ppp/ |
| H A D | slcompress.c | 166 register u_int changes = 0; in sl_compress_tcp() local 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() 350 changes = SPECIAL_I; in sl_compress_tcp() 358 changes = SPECIAL_D; in sl_compress_tcp() 367 changes |= NEW_I; in sl_compress_tcp() 370 changes |= TCP_PUSH_BIT; in sl_compress_tcp() [all …]
|
| /src/sys/net/ |
| H A D | slcompress.c | 159 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() 335 changes = SPECIAL_I; in sl_compress_tcp() 343 changes = SPECIAL_D; in sl_compress_tcp() 352 changes |= NEW_I; in sl_compress_tcp() 355 changes |= TCP_PUSH_BIT; in sl_compress_tcp() [all …]
|
| /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 …]
|
| 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()
|
| /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 …]
|
| 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()
|
| /src/crypto/openssl/doc/designs/ddd/ |
| H A D | REPORT.md | 5 requirement to develop a QUIC API that required only minimal changes to existing 12 diffs were the expected changes which would be needed to the baseline demos to 14 able to support QUIC. This analysis concluded that the changes needed to 22 This document discusses the planned changes and the actual changes for each demo 26 unplanned changes have been folded into the original baseline demo files guarded 29 QUIC. (The originally planned changes, and the final changes, are added in 30 separate, clearly-labelled commits; to view the originally planned changes only, 39 ### Originally planned changes 49 ### Actual changes 51 The following additional changes needed to be made: [all …]
|
| /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 …]
|
| /src/contrib/lyaml/ |
| H A D | NEWS.md | 1 # lyaml NEWS - User visible changes 3 ## Noteworthy changes in release 6.2.8 (2022-10-22) [stable] 14 ## Noteworthy changes in release 6.2.7 (2020-11-27) [stable] 21 ## Noteworthy changes in release 6.2.6 (2020-08-28) [stable] 29 ## Noteworthy changes in release 6.2.5 (2020-04-15) [stable] 38 ## Noteworthy changes in release 6.2.4 (2019-07-20) [stable] 46 ## Noteworthy changes in release 6.2.3 (2018-09-16) [stable] 53 ## Noteworthy changes in release 6.2.2 (2018-03-28) [stable] 61 ## Noteworthy changes in release 6.2.1 (2018-02-20) [stable] 71 ## Noteworthy changes in release 6.2 (2017-11-26) [stable] [all …]
|
| /src/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()
|
| /src/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()
|
| /src/crypto/openssl/ |
| H A D | NEWS.md | 4 This file gives a brief overview of the major changes between each OpenSSL 26 ### Major changes between OpenSSL 3.5.4 and OpenSSL 3.5.5 [27 Jan 2026] 72 ### Major changes between OpenSSL 3.5.3 and OpenSSL 3.5.4 [30 Sep 2025] 92 ### Major changes between OpenSSL 3.5.2 and OpenSSL 3.5.3 [16 Sep 2025] 105 ### Major changes between OpenSSL 3.5.1 and OpenSSL 3.5.2 [5 Aug 2025] 113 ### Major changes between OpenSSL 3.5.0 and OpenSSL 3.5.1 [1 Jul 2025] 123 ### Major changes between OpenSSL 3.4 and OpenSSL 3.5.0 [8 Apr 2025] 129 changes: 178 ### Major changes between OpenSSL 3.4.0 and OpenSSL 3.4.1 [11 Feb 2025] 191 ### Major changes between OpenSSL 3.3 and OpenSSL 3.4.0 [22 Oct 2024] [all …]
|
| /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,
|
| /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 …]
|
| /src/crypto/openssh/ |
| H A D | .skipped-commit-ids | 3 a337e886a49f96701ccbc4832bed086a68abfa85 Makefile changes 29 1e0a2692b7e20b126dda60bf04999d1d30d959d8 sshd relinking makefile changes 32 ef9341d5a50f0d33e3a6fbe995e92964bc7ef2d3 Makefile relinking changes 34 866cfcc1955aef8f3fc32da0b70c353a1b859f2e ssh-agent relink changes 40 a959fc45ea3431b36f52eda04faefc58bcde00db groupaccess.c changes 67 e39b3902fe1d6c4a7ba6a3c58e072219f3c1e604 Makefile changes
|
| /src/contrib/tzdata/ |
| H A D | CONTRIBUTING | 16 ## Contributing technical changes 18 To email small changes, please run a POSIX shell command like 22 For more-elaborate or possibly controversial changes, 32 For changes that fix sensitive security-related bugs, please see the 35 Please submit changes against either the latest release 53 * Switch to a new branch for the changes. Choose a different 65 changes by citing reliable sources. 67 * Debug the changes locally, e.g.:
|
| /src/contrib/tzcode/ |
| H A D | CONTRIBUTING | 16 ## Contributing technical changes 18 To email small changes, please run a POSIX shell command like 22 For more-elaborate or possibly controversial changes, 32 For changes that fix sensitive security-related bugs, please see the 35 Please submit changes against either the latest release 53 * Switch to a new branch for the changes. Choose a different 65 changes by citing reliable sources. 67 * Debug the changes locally, e.g.:
|
| /src/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() 606 changes |= WPA_BSS_SIGNAL_CHANGED_FLAG; in wpa_bss_compare_res() 609 changes |= WPA_BSS_PRIVACY_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() [all …]
|
| /src/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mld-mac80211.c | 670 u64 changes) in iwl_mvm_mld_link_info_changed_station() argument 689 if (changes & BSS_CHANGED_QOS && vif->cfg.assoc && link_conf->qos) in iwl_mvm_mld_link_info_changed_station() 692 if (changes & BSS_CHANGED_ERP_SLOT) in iwl_mvm_mld_link_info_changed_station() 718 iwl_mvm_bss_info_changed_station_common(mvm, vif, link_conf, changes); in iwl_mvm_mld_link_info_changed_station() 735 u64 changes) in iwl_mvm_mld_vif_cfg_changed_station() argument 746 if (changes == BSS_CHANGED_IDLE) in iwl_mvm_mld_vif_cfg_changed_station() 755 if (changes & BSS_CHANGED_ASSOC) { in iwl_mvm_mld_vif_cfg_changed_station() 833 iwl_mvm_bss_info_changed_station_assoc(mvm, vif, changes); in iwl_mvm_mld_vif_cfg_changed_station() 836 if (changes & BSS_CHANGED_PS) { in iwl_mvm_mld_vif_cfg_changed_station() 848 u64 changes) in iwl_mvm_mld_link_info_changed_ap_ibss() argument [all …]
|
| H A D | link.c | 75 u32 changes, bool active) in iwl_mvm_link_changed() argument 91 if (changes & LINK_CONTEXT_MODIFY_ACTIVE) { in iwl_mvm_link_changed() 159 changes &= ~LINK_CONTEXT_MODIFY_HE_PARAMS; in iwl_mvm_link_changed() 173 if (changes & LINK_CONTEXT_MODIFY_HE_PARAMS && mvmvif->ap_sta) { in iwl_mvm_link_changed() 191 if (changes & LINK_CONTEXT_MODIFY_EHT_PARAMS) { in iwl_mvm_link_changed() 203 changes &= ~LINK_CONTEXT_MODIFY_EHT_PARAMS; in iwl_mvm_link_changed() 231 cmd.modify_mask = cpu_to_le32(changes); in iwl_mvm_link_changed() 240 if (!ret && (changes & LINK_CONTEXT_MODIFY_ACTIVE)) in iwl_mvm_link_changed()
|
| /src/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)
|
| /src/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.
|
| /src/usr.sbin/mfiutil/ |
| H A D | mfi_volume.c | 118 uint8_t changes, policy; in update_cache_policy() local 124 changes = policy ^ old->default_cache_policy; in update_cache_policy() 125 if (changes & MR_LD_CACHE_ALLOW_WRITE_CACHE) in update_cache_policy() 129 if (changes & MR_LD_CACHE_ALLOW_READ_CACHE) in update_cache_policy() 133 if (changes & MR_LD_CACHE_WRITE_BACK) in update_cache_policy() 137 if (changes & (MR_LD_CACHE_READ_AHEAD | MR_LD_CACHE_READ_ADAPTIVE)) in update_cache_policy() 142 if (changes & MR_LD_CACHE_WRITE_CACHE_BAD_BBU) in update_cache_policy()
|
| /src/sys/dev/nvmf/controller/ |
| H A D | nvmft_subr.c | 68 uint32_t caphi, changes, field; in _nvmf_validate_cc() local 70 changes = old_cc ^ new_cc; in _nvmf_validate_cc() 117 (NVMEV(NVME_CC_REG_AMS, changes) != 0 || in _nvmf_validate_cc() 118 NVMEV(NVME_CC_REG_MPS, changes) != 0 || in _nvmf_validate_cc() 119 NVMEV(NVME_CC_REG_CSS, changes) != 0)) in _nvmf_validate_cc()
|
| /src/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.
|