| /dflybsd-src/sys/net/ppp_layer/ |
| H A D | slcompress.c | 162 u_int changes = 0; in sl_compress_tcp() local 280 changes |= NEW_U; in sl_compress_tcp() 291 changes |= NEW_W; in sl_compress_tcp() 299 changes |= NEW_A; in sl_compress_tcp() 307 changes |= NEW_S; in sl_compress_tcp() 310 switch(changes) { in sl_compress_tcp() 341 changes = SPECIAL_I; in sl_compress_tcp() 349 changes = SPECIAL_D; in sl_compress_tcp() 358 changes |= NEW_I; in sl_compress_tcp() 361 changes |= TCP_PUSH_BIT; in sl_compress_tcp() [all …]
|
| /dflybsd-src/usr.sbin/ppp/ |
| H A D | slcompress.c | 152 u_int changes = 0; in sl_compress_tcp() local 275 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() 306 switch (changes) { in sl_compress_tcp() 336 changes = SPECIAL_I; in sl_compress_tcp() 344 changes = SPECIAL_D; in sl_compress_tcp() 353 changes |= NEW_I; in sl_compress_tcp() 356 changes |= TCP_PUSH_BIT; in sl_compress_tcp() [all …]
|
| /dflybsd-src/contrib/cvs-1.12/src/ |
| H A D | logmsg.c | 21 const char *message, FILE * logfp, List * changes); 27 static void setup_tmpfile (FILE * xfp, char *xprefix, List * changes); 52 List *changes; member 63 setup_tmpfile (FILE *xfp, char *xprefix, List *changes) in setup_tmpfile() argument 70 if (walklist (changes, find_type, NULL) != 0) in setup_tmpfile() 74 (void) walklist (changes, fmt_proc, NULL); in setup_tmpfile() 83 if (walklist (changes, find_type, NULL) != 0) in setup_tmpfile() 87 (void) walklist (changes, fmt_proc, NULL); in setup_tmpfile() 96 if (walklist (changes, find_type, NULL) != 0) in setup_tmpfile() 100 (void) walklist (changes, fmt_proc, NULL); in setup_tmpfile() [all …]
|
| /dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/ |
| H A D | bss.c | 533 u32 changes = 0; in wpa_bss_compare_res() local 537 changes |= WPA_BSS_FREQ_CHANGED_FLAG; in wpa_bss_compare_res() 540 changes |= WPA_BSS_SIGNAL_CHANGED_FLAG; in wpa_bss_compare_res() 543 changes |= WPA_BSS_PRIVACY_CHANGED_FLAG; in wpa_bss_compare_res() 546 changes |= WPA_BSS_MODE_CHANGED_FLAG; in wpa_bss_compare_res() 550 return changes; in wpa_bss_compare_res() 551 changes |= WPA_BSS_IES_CHANGED_FLAG; in wpa_bss_compare_res() 554 changes |= WPA_BSS_WPAIE_CHANGED_FLAG; in wpa_bss_compare_res() 557 changes |= WPA_BSS_RSNIE_CHANGED_FLAG; in wpa_bss_compare_res() 560 changes |= WPA_BSS_WPS_CHANGED_FLAG; in wpa_bss_compare_res() [all …]
|
| /dflybsd-src/contrib/cvs-1.12/diff/ |
| H A D | analyze.c | 818 briefly_report (changes, filevec) in briefly_report() argument 819 int changes; in briefly_report() 822 if (changes) 839 int changes; local 854 changes = 1; 858 changes = 0; 894 changes = 1; 901 changes = 0; 907 briefly_report (changes, filevec); 974 changes = 0; [all …]
|
| /dflybsd-src/contrib/cvs-1.12/contrib/ |
| H A D | intro.doc | 19 merges the changes in the central copy into your copy. 20 (It can be that when you do an update, the changes in the 21 central copy clash with changes you have made in your own 25 When you are satisfied with the changes you have made in your copy of 59 This will update your copy with any changes from the central 71 changes that you have made (for future reference). Your changes 76 It can be that the changes you want to make involve a completely 99 To lose your changes and go back to the version from the
|
| /dflybsd-src/usr.sbin/mfiutil/ |
| H A D | mfi_volume.c | 117 uint8_t changes, policy; in update_cache_policy() local 123 changes = policy ^ old->default_cache_policy; in update_cache_policy() 124 if (changes & MR_LD_CACHE_ALLOW_WRITE_CACHE) in update_cache_policy() 128 if (changes & MR_LD_CACHE_ALLOW_READ_CACHE) in update_cache_policy() 132 if (changes & MR_LD_CACHE_WRITE_BACK) in update_cache_policy() 136 if (changes & (MR_LD_CACHE_READ_AHEAD | MR_LD_CACHE_READ_ADAPTIVE)) in update_cache_policy() 141 if (changes & MR_LD_CACHE_WRITE_CACHE_BAD_BBU) in update_cache_policy()
|
| /dflybsd-src/contrib/less/ |
| H A D | NEWS | 14 Major changes between "less" versions 643 and 661 115 Major changes between "less" versions 633 and 643 130 * Fix erroneous EOF when terminal window size changes (github #372). 146 Major changes between "less" versions 632 and 633 153 Major changes between "less" versions 608 and 632 224 Major changes between "less" versions 590 and 608 291 Major changes between "less" versions 581 and 590 316 Major changes between "less" versions 563 and 581 361 Major changes between "less" versions 551 and 563 386 Major changes between "less" versions 530 and 551 [all …]
|
| /dflybsd-src/share/zoneinfo/ |
| H A D | NEWS | 93 Revert most 2021b changes to 'backward'. 103 Revert almost all of 2021b's changes to the 'backward' file, 145 It incorporates many other changes that had accumulated since 2021a. 146 However, it omits most proposed changes that merged all Zones 148 these changes at once. It does keeps some of these changes in the 198 PACKRATDATA=backzone' should see no changes to pre-1970 timestamps. 297 civil time changes a few seconds before time_t wraps around, when 353 South Sudan changes from +03 to +02 on 2021-02-01 at 00:00. 372 Volgograd changes time zone from +04 to +03 on 2020-12-27 at 02:00. 452 Revised predictions for Morocco's changes starting in 2023. [all …]
|
| /dflybsd-src/usr.sbin/ftp-proxy/ |
| H A D | ftp-proxy.c | 123 struct kevent changes[KQ_NEVENTS]; variable 202 EV_SET(&changes[nchanges++], s->server_fd, in client_parse_anon() 204 EV_SET(&changes[nchanges++], s->client_fd, in client_parse_anon() 273 EV_SET(&changes[nchanges++], s->client_fd, in client_read() 275 EV_SET(&changes[nchanges++], s->server_fd, in client_read() 307 EV_SET(&changes[nchanges++], s->server_fd, in client_write() 539 EV_SET(&changes[nchanges++], s->client_fd, EVFILT_READ, EV_ADD, 0, 0, s); in handle_connection() 540 EV_SET(&changes[nchanges++], s->server_fd, EVFILT_READ, EV_ADD, 0, 0, s); in handle_connection() 800 EV_SET(&changes[nchanges++], SIGHUP, EVFILT_SIGNAL, EV_ADD, 0, 0, NULL); in main() 801 EV_SET(&changes[nchanges++], SIGINT, EVFILT_SIGNAL, EV_ADD, 0, 0, NULL); in main() [all …]
|
| /dflybsd-src/share/termcap/ |
| H A D | README | 11 list built in to it. The changes will be evident from looking at the 43 It is probably easiest to make local termcap changes in separate 48 in their shell startup files. This way local system-wide changes can be 49 isolated in /usr/local/etc/termcap and user changes in ~/.termcap, all 51 changes when system termcap files change.
|
| /dflybsd-src/contrib/cryptsetup/tests/ |
| H A D | fileDiffer.py | 15 class changes: class 24 mychanges = changes(); 43 mychanges = changes();
|
| /dflybsd-src/games/ching/printching/ |
| H A D | printching.c | 50 static int changes(void); 115 if (changes()) in main() 178 changes(void) in changes() function
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | recog.c | 197 static change_t *changes; variable 242 changes = XRESIZEVEC (change_t, changes, changes_allocated); in validate_change_1() 245 changes[num_changes].object = object; in validate_change_1() 246 changes[num_changes].loc = loc; in validate_change_1() 247 changes[num_changes].old = old; in validate_change_1() 248 changes[num_changes].unshare = unshare; in validate_change_1() 254 changes[num_changes].old_code = INSN_CODE (object); in validate_change_1() 390 rtx object = changes[i].object; in verify_changes() 404 else if (REG_P (changes[i].old) in verify_changes() 406 && REG_EXPR (changes[i].old) != NULL_TREE in verify_changes() [all …]
|
| H A D | profile.c | 484 int changes; in compute_branch_probabilities() local 547 changes = 1; in compute_branch_probabilities() 549 while (changes) in compute_branch_probabilities() 552 changes = 0; in compute_branch_probabilities() 568 changes = 1; in compute_branch_probabilities() 580 changes = 1; in compute_branch_probabilities() 610 changes = 1; in compute_branch_probabilities() 637 changes = 1; in compute_branch_probabilities()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | recog.c | 190 static change_t *changes; variable 235 changes = XRESIZEVEC (change_t, changes, changes_allocated); in validate_change_1() 238 changes[num_changes].object = object; in validate_change_1() 239 changes[num_changes].loc = loc; in validate_change_1() 240 changes[num_changes].old = old; in validate_change_1() 241 changes[num_changes].unshare = unshare; in validate_change_1() 247 changes[num_changes].old_code = INSN_CODE (object); in validate_change_1() 391 rtx object = changes[i].object; in verify_changes() 407 changes[i].old in verify_changes() 408 && REG_P (changes[i].old) in verify_changes() [all …]
|
| /dflybsd-src/contrib/bzip2/ |
| H A D | CHANGES | 67 Minor changes: mostly a whole bunch of small changes/ 85 Programming-level changes are: 113 changes are minor documentation changes. 123 file sizes greater than 4 gigabytes. All these changes have 177 There are no functionality changes or bug fixes relative to version 196 Here are the changes in 1.0.2. Bug-reporters and/or patch-senders in 250 * Spelling changes and minor enhancements in bzip2.1. 254 No changes to bzip2recover since there is no issue with file
|
| /dflybsd-src/sys/contrib/dev/acpica/generate/release/ |
| H A D | build.sh | 231 cp -r documents/changes.txt $TEMP_DIR/changes.txt 409 cp -r documents/changes.txt $TEMP_DIR/changes.txt
|
| /dflybsd-src/contrib/smbfs/ |
| H A D | HISTORY | 32 - Synch with changes in the recent -current (you'll need kernel compiled 49 - Maintance: synch with changes in the recent -current 60 - synch with changes in the recent -current 94 - Maintance: use better algorithm to detect SYSCTL_HANDLER_ARGS changes 143 Some documentation changes.
|
| /dflybsd-src/sys/vfs/ufs/ |
| H A D | README | 33 twice to avoid future changes like the plague. I want to find and 146 The soft update implementation does NOT require ANY changes 161 There are two new changes to the kernel functionality that are not 191 The sys subdirectory contains the changes and additions to the 192 kernel. My goal in writing this code was to minimize the changes 195 The rest of the kernel changes are simply inserting hooks to 202 The kernel changes are packaged as a set of diffs. As I am 206 point for figuring out the changes. There are 40 files that 208 only a few lines of changes in them. However, four files have 209 fairly extensive changes: kern/vfs_subr.c, vfs/ufs/ufs_lookup.c, [all …]
|
| /dflybsd-src/contrib/expat/ |
| H A D | Changes | 23 Other changes: 50 Other changes: 103 Other changes: 129 Other changes: 163 Other changes: 207 Other changes: 235 Other changes: 279 Other changes: 303 Other changes: 330 Other changes: [all …]
|
| /dflybsd-src/usr.sbin/cron/doc/ |
| H A D | CHANGES | 9 I have integrated several changes made by BSDi for their BSD/386 operating 19 be reread whenever it changes. 71 Irving Wolfe sent me some very cheerful changes for a NeXT system, but I 77 I integrated the BSD/386 changes contributed by BSDi, and generalized some of 124 Many changes were made in a rash of activity about six months ago, the exact 130 call to make sure the mtime of the dir changes, since the filename/inode will 151 14-Apr-90: (actually, changes since December 1989)
|
| /dflybsd-src/contrib/ee/ |
| H A D | Changes | 4 - minor changes to reduce number of warnings when using -pedantic option 20 - made changes to check usage of arguments provided so that if a file is
|
| /dflybsd-src/gnu/usr.bin/rcs/ |
| H A D | CREDITS | 9 Paul Eggert of Twin Sun wrote the changes for RCS versions 5.5 and 5.6 (1991). 16 Paul Eggert wrote most of the changes for this version of RCS,
|
| /dflybsd-src/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 2 17 December 2021. Summary of changes for version 20211217: 50 30 September 2021. Summary of changes for version 20210930: 100 30 July 2021. Summary of changes for version 20210730: 142 04 June 2021. Summary of changes for version 20210604: 184 31 March 2021. Summary of changes for version 20210331: 216 iASL/TableCompiler: update it with IORT table E.b revision changes. From 224 05 January 2021. Summary of changes for version 20210105: 245 17 December 2020. Summary of changes for version 20201217: 259 AcpiExec/iASL/AcpiHelp: Added a few changes for support of GCC 10.2.0. 282 13 November 2020. Summary of changes for version 20201113: [all …]
|