| /netbsd-src/external/gpl2/diffutils/dist/src/ |
| H A D | ed.c | 45 enum changes changes; in print_ed_hunk() local 52 changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1); in print_ed_hunk() 53 if (!changes) in print_ed_hunk() 60 fprintf (outfile, "%c\n", change_letter[changes]); in print_ed_hunk() 63 if (changes != OLD) in print_ed_hunk() 100 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1); in pr_forward_ed_hunk() local 101 if (!changes) in pr_forward_ed_hunk() 106 fprintf (outfile, "%c", change_letter[changes]); in pr_forward_ed_hunk() 112 if (changes == OLD) in pr_forward_ed_hunk() 143 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1); in print_rcs_hunk() local [all …]
|
| H A D | normal.c | 49 enum changes changes = analyze_hunk (hunk, &first0, &last0, &first1, &last1); in print_normal_hunk() local 50 if (!changes) in print_normal_hunk() 57 fprintf (outfile, "%c", change_letter[changes]); in print_normal_hunk() 62 if (changes & OLD) in print_normal_hunk() 66 if (changes == CHANGED) in print_normal_hunk() 70 if (changes & NEW) in print_normal_hunk()
|
| H A D | analyze.c | 803 briefly_report (int changes, struct file_data const filevec[]) in briefly_report() argument 805 if (changes) in briefly_report() 815 changes = 2; in briefly_report() 819 return changes; in briefly_report() 830 int changes; in diff_2_files() local 845 changes = 1; in diff_2_files() 849 changes = 0; in diff_2_files() 879 changes = 1; in diff_2_files() 886 changes = 0; in diff_2_files() 892 changes = briefly_report (changes, cmp->file); in diff_2_files() [all …]
|
| H A D | side.c | 245 enum changes changes = in print_sdiff_hunk() local 247 if (!changes) in print_sdiff_hunk() 261 if (changes == CHANGED) in print_sdiff_hunk() 265 changes = (i <= last0 ? OLD : 0) + (j <= last1 ? NEW : 0); in print_sdiff_hunk() 271 if (changes & NEW) in print_sdiff_hunk() 279 if (changes & OLD) in print_sdiff_hunk()
|
| /netbsd-src/external/gpl2/xcvs/dist/contrib/ |
| H A D | sandbox_status.sh | 28 changes=0 51 changes=`expr $changes + 1` 54 changes=`expr $changes + 1` 67 changes=`expr $changes + 1` 79 changes=`expr $changes + 1` 92 changes=`expr $changes + 1` 95 exit $changes
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | ChangeLog | 3 changes: 13 changes: 20 changes: 27 changes: 35 changes: 40 changes: 49 changes: 59 changes: 66 changes: 77 changes: [all …]
|
| /netbsd-src/sys/net/ |
| H A D | slcompress.c | 182 u_int changes = 0; in sl_compress_tcp() local 290 * expects changes in the order: urgent, window, ack, seq (the order in sl_compress_tcp() 296 changes |= NEW_U; in sl_compress_tcp() 308 changes |= NEW_W; in sl_compress_tcp() 316 changes |= NEW_A; in sl_compress_tcp() 324 changes |= NEW_S; in sl_compress_tcp() 327 switch (changes) { in sl_compress_tcp() 346 * actual changes match one of our special case encodings -- in sl_compress_tcp() 355 changes = SPECIAL_I; in sl_compress_tcp() 363 changes in sl_compress_tcp() 476 u_int hlen, changes; sl_uncompress_tcp_core() local [all...] |
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | kqueue.c | 81 struct kevent *changes; member 144 kqueueop->changes = mm_calloc(NEVENT, sizeof(struct kevent)); in kq_init() 145 if (kqueueop->changes == NULL) in kq_init() 153 memset(&kqueueop->changes[0], 0, sizeof kqueueop->changes[0]); in kq_init() 154 kqueueop->changes[0].ident = -1; in kq_init() 155 kqueueop->changes[0].filter = EVFILT_READ; in kq_init() 156 kqueueop->changes[0].flags = EV_ADD; in kq_init() 163 kqueueop->changes, 1, kqueueop->events, NEVENT, NULL) != 1 || in kq_init() 215 struct event_change *in_ch = &changelist->changes[i]; in kq_build_changes_list() 229 newchanges = mm_realloc(kqop->changes, in kq_build_changes_list() [all …]
|
| H A D | devpoll.c | 63 struct pollfd *changes; member 94 if (pwrite(devpollop->dpfd, devpollop->changes, in devpoll_commit() 115 pfd = &devpollop->changes[devpollop->nchanges++]; in devpoll_queue() 157 devpollop->changes = mm_calloc(nfiles, sizeof(struct pollfd)); in devpoll_init() 158 if (devpollop->changes == NULL) { in devpoll_init() 305 if (devpollop->changes) in devpoll_dealloc() 306 mm_free(devpollop->changes); in devpoll_dealloc()
|
| /netbsd-src/external/gpl2/diffutils/dist/ |
| 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 …]
|
| /netbsd-src/libexec/httpd/ |
| H A D | CHANGES | 3 changes in bozohttpd 20240428: 6 changes in bozohttpd 20240126: 14 changes in bozohttpd 20220104: 17 changes in bozohttpd 20210824: 24 changes in bozohttpd 20210504: 29 changes in bozohttpd 20210403: 33 changes in bozohttpd 20210227: 40 changes in bozohttpd 20210211: 45 changes in bozohttpd 20201014: 55 changes in bozohttpd 20200912: [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ |
| H A D | NEWS | 5 This file gives a brief overview of the major changes between each OpenSSL 8 Major changes between OpenSSL 1.1.1s and OpenSSL 1.1.1t [7 Feb 2023] 15 Major changes between OpenSSL 1.1.1r and OpenSSL 1.1.1s [1 Nov 2022] 20 Major changes between OpenSSL 1.1.1q and OpenSSL 1.1.1r [11 Oct 2022] 25 Major changes between OpenSSL 1.1.1p and OpenSSL 1.1.1q [5 Jul 2022] 30 Major changes between OpenSSL 1.1.1o and OpenSSL 1.1.1p [21 Jun 2022] 36 Major changes between OpenSSL 1.1.1n and OpenSSL 1.1.1o [3 May 2022] 41 Major changes between OpenSSL 1.1.1m and OpenSSL 1.1.1n [15 Mar 2022] 46 Major changes between OpenSSL 1.1.1l and OpenSSL 1.1.1m [14 Dec 2021] 50 Major changes between OpenSSL 1.1.1k and OpenSSL 1.1.1l [24 Aug 2021] [all …]
|
| /netbsd-src/external/bsd/nvi/docs/internals/ |
| H A D | autowrite | 43 :next Y Y Y Write changes and jump. 44 :next Y Y N Write changes and jump. 45 :next Y N Y Abandon changes and jump. 49 :rewind Y Y Y Abandon changes and jump. 50 :rewind Y Y N Write changes and jump. 51 :rewind Y N Y Abandon changes and jump. 57 :tag Y Y Y Abandon changes and jump. 58 :tag Y Y N Write changes and jump. 59 :tag Y N Y Abandon changes and jump. 65 :stop Y Y N Write changes and suspend. [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/ |
| H A D | token-delta.py | 16 def test(self, changes): argument 21 def getTestResult(self, changes): argument 25 changeset = frozenset(changes) 28 elif not self.test(changes): 34 def run(self, changes, force=False): argument 40 if not self.getTestResult(changes): 47 return self.delta(changes, self.split(changes)) 149 def writeFiles(self, changes, fileNames): argument 152 for i,j in changes: 163 def test(self, changes): argument [all …]
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | logmsg.c | 23 const char *message, FILE * logfp, List * changes); 29 static void setup_tmpfile (FILE * xfp, char *xprefix, List * changes); 54 List *changes; member 65 setup_tmpfile (FILE *xfp, char *xprefix, List *changes) in setup_tmpfile() argument 72 if (walklist (changes, find_type, NULL) != 0) in setup_tmpfile() 76 (void) walklist (changes, fmt_proc, NULL); in setup_tmpfile() 85 if (walklist (changes, find_type, NULL) != 0) in setup_tmpfile() 89 (void) walklist (changes, fmt_proc, NULL); in setup_tmpfile() 98 if (walklist (changes, find_type, NULL) != 0) in setup_tmpfile() 102 (void) walklist (changes, fmt_proc, NULL); in setup_tmpfile() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
| H A D | change-utils.h | 24 insn_is_changing (array_slice<insn_change *const> changes, in insn_is_changing() argument 27 for (const insn_change *change : changes) in insn_is_changing() 41 insn_is_changing (array_slice<insn_change *const> changes) in insn_is_changing() argument 43 return insn_is_changing_closure (changes); in insn_is_changing() 126 bool changes_are_worthwhile (array_slice<insn_change *const> changes, 133 insn_change *changes[] = { &change }; variable 134 return changes_are_worthwhile (changes, strict_p);
|
| /netbsd-src/tests/fs/tmpfs/ |
| H A D | h_tools.c | 120 struct kevent *changes, event; in kqueue_main() local 128 changes = malloc(sizeof(struct kevent) * argc); in kqueue_main() 129 if (changes == NULL) in kqueue_main() 139 EV_SET(&changes[i], fd, EVFILT_VNODE, in kqueue_main() 157 (void)kevent(kq, changes, argc, &event, 1, &to); in kqueue_main() 167 nev = kevent(kq, changes, argc, &event, 1, &to); in kqueue_main() 172 if (event.ident == changes[i].ident) in kqueue_main() 194 close(changes[i].ident); in kqueue_main() 195 free(changes); in kqueue_main()
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | RELEASE_NOTES-3.2 | 5 release never changes except for patches that address bugs or 19 Invisible changes 22 In addition to the visible changes described below, there is an 24 tests to ensure that future changes will not 'break' compatibility 27 Major changes - address mapping 37 Major changes - header/body_checks 45 Major changes - log analysis 53 Major changes - maps support 78 Major changes - milter support 92 Major changes - policy delegation [all …]
|
| H A D | RELEASE_NOTES-3.3 | 5 release never changes except for patches that address bugs or 28 Major changes - compatibility safety net 38 Major changes - configuration 53 Major changes - container support 65 Major changes - database support 74 Major changes - header format 77 [20180010] This release changes the format of 'full name' information 86 Major changes - invisible changes 96 Major changes - milter support 102 Major changes - mixed IPv6/IPv4 support [all …]
|
| H A D | RELEASE_NOTES | 5 release never changes except for patches that address bugs or 29 Major changes with Postfix 3.8.4 54 Major changes with Postfix 3.8.1 71 Major changes - documentation and code cleanup 75 code-health changes that should not affect documented behavior but 79 Major changes - SRV support 98 Major changes - TLS support 101 [Incompat 20230304] This introduces the following changes: 116 Major changes - attack resistance 130 Major changes - bit rot [all …]
|
| /netbsd-src/external/bsd/ntp/dist/ |
| 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,
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | NEWS | 63 [FIXME: Add major changes.] 67 [FIXME: Add major changes.] 71 [FIXME: Add major changes.] 75 [FIXME: Add major changes.] 79 [FIXME: Add major changes.] 83 [FIXME: Add major changes.] 87 [FIXME: Add major changes.] 91 [FIXME: Add major changes.]
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | NEWS | 70 [FIXME: Add major changes.] 74 [FIXME: Add major changes.] 78 [FIXME: Add major changes.] 82 [FIXME: Add major changes.] 86 [FIXME: Add major changes.] 90 [FIXME: Add major changes.] 94 [FIXME: Add major changes.] 98 [FIXME: Add major changes.]
|
| /netbsd-src/external/ibm-public/postfix/dist/README_FILES/ |
| H A D | RELEASE_NOTES | 5 release never changes except for patches that address bugs or 29 Major changes with Postfix 3.8.4 54 Major changes with Postfix 3.8.1 71 Major changes - documentation and code cleanup 75 code-health changes that should not affect documented behavior but 79 Major changes - SRV support 98 Major changes - TLS support 101 [Incompat 20230304] This introduces the following changes: 116 Major changes - attack resistance 130 Major changes - bit rot [all …]
|
| /netbsd-src/external/bsd/ntp/dist/sntp/libevent/ |
| H A D | devpoll.c | 62 struct pollfd *changes; member 93 if (pwrite(devpollop->dpfd, devpollop->changes, in devpoll_commit() 114 pfd = &devpollop->changes[devpollop->nchanges++]; in devpoll_queue() 156 devpollop->changes = mm_calloc(nfiles, sizeof(struct pollfd)); in devpoll_init() 157 if (devpollop->changes == NULL) { in devpoll_init() 304 if (devpollop->changes) in devpoll_dealloc() 305 mm_free(devpollop->changes); in devpoll_dealloc()
|