/freebsd-src/crypto/openssh/ |
H A D | ChangeLog | 17 upstream: openssh-9.7 42 upstream: avoid logging in signal handler by converting mainloop to 52 upstream: skip more whitespace, fixes find-principals on 62 upstream: Invoke ProxyCommand that uses stderr redirection via 82 upstream: fix memory leak in mux proxy mode when requesting forwarding. 92 upstream: wrap a few PKCS#11-specific bits in ENABLE_PKCS11 118 upstream: fix leak of CanonicalizePermittedCNAMEs on error path; 128 upstream: Separate parsing of string array options from applying them 157 upstream: explain arguments of internal-sftp GHPR#454 from Niklas 170 upstream: clarify permissions requirements for ChrootDirectory Part [all …]
|
H A D | FREEBSD-upgrade | 124 We defaulted CheckHostIP to "no" in 2000 (a95c1225217b). Upstream has 135 upstream introduced CanonicalDomains and related options to serve a 145 Support for TCP wrappers was removed in upstream 6.7p1. We've 161 upstream submission from 180 Upstream's autoconf sets DISABLE_LASTLOG if the system does not have 184 autoconf machinery really ought to be reworked. Reported upstream at
|
/freebsd-src/sys/contrib/device-tree/scripts/ |
H A D | filter.sh | 3 # git branch -D upstream/rewritten-prev upstream/master upstream/rewritten filter-state-split 11 UPSTREAM_MASTER=upstream/master 12 UPSTREAM_REWRITTEN=upstream/dts 34 --msg-filter 'cat && /bin/echo -e "\n[ upstream commit: $GIT_COMMIT ]"' \
|
H A D | cronjob | 9 BRANCHES="master filter-state-split upstream/master upstream/dts" 78 #git push --dry-run origin filter-state-split upstream/dts upstream/master 87 git -c merge.renameLimit=1000000 merge --no-edit upstream/dts 92 echo "Filter branch has upstream-only content (MAINTAINERS file)"
|
/freebsd-src/contrib/libarchive/libarchive/ |
H A D | archive_read_support_filter_lzop.c | 211 p = __archive_read_filter_ahead(self->upstream, in consume_header() 218 __archive_read_filter_consume(self->upstream, in consume_header() 221 p = __archive_read_filter_ahead(self->upstream, 29, NULL); in consume_header() 276 p = __archive_read_filter_ahead(self->upstream, len + 4, NULL); in consume_header() 287 __archive_read_filter_consume(self->upstream, len + 4); in consume_header() 290 p = __archive_read_filter_ahead(self->upstream, 4, NULL); in consume_header() 294 __archive_read_filter_consume(self->upstream, in consume_header() 317 p = __archive_read_filter_ahead(self->upstream, 4, NULL); in consume_block_info() 321 __archive_read_filter_consume(self->upstream, 4); in consume_block_info() 327 p = __archive_read_filter_ahead(self->upstream, in consume_block_info() [all...] |
H A D | archive_read_support_filter_lz4.c | 300 __archive_read_filter_consume(self->upstream, state->unconsumed); in lz4_filter_read() 333 read_buf = __archive_read_filter_ahead(self->upstream, 4, in lz4_filter_read() 341 __archive_read_filter_consume(self->upstream, 4); in lz4_filter_read() 348 self->upstream, 4, NULL); in lz4_filter_read() 357 __archive_read_filter_consume(self->upstream, in lz4_filter_read() 382 read_buf = __archive_read_filter_ahead(self->upstream, 2, in lz4_filter_read_descriptor() 437 read_buf = __archive_read_filter_ahead(self->upstream, in lz4_filter_read_descriptor() 455 __archive_read_filter_consume(self->upstream, descriptor_bytes); in lz4_filter_read_descriptor() 486 read_buf = __archive_read_filter_ahead(self->upstream, 4, in lz4_filter_read_data_block() 495 __archive_read_filter_consume(self->upstream, in lz4_filter_read_data_block() [all...] |
/freebsd-src/share/man/man4/ |
H A D | iicmux.4 | 64 Generally speaking, an I2C mux is connected to an upstream I2C bus, and to 66 any one of the downstream buses to the upstream bus. 86 last used remains connected to the upstream bus. 96 connects the upstream I2C bus to the downstream bus which hosts the 98 The mux hardware maintains that upstream-to-downstream connection until 107 upstream I2C bus when the mux device is an I2C slave itself. 111 property indicates which upstream bus the mux is attached to. 130 The upstream
|
H A D | ltc430x.4 | 51 It automatically connects an upstream I2C bus to one of several downstream 60 device node is defined as a child node of its upstream i2c bus. 84 ltc,upstream-accelerators-enable 100 The upstream 108 instance on the upstream bus. 126 Whether to disconnect all downstream busses from the upstream bus when idle. 128 the upstream bus after IO completes.
|
H A D | ng_UI.4 | 48 .Dv upstream 57 .Dv upstream . 60 .Dv upstream 71 .It Va upstream 72 Upstream connection.
|
H A D | ng_pipe.4 | 61 .Sy upstream 64 Data received on a hook - both in upstream and downstream direction - 125 struct ng_pipe_hookcfg upstream; 159 struct ng_pipe_hookstat upstream; 182 struct ng_pipe_hookrun upstream; 200 msg fxp0_pipe: setcfg { upstream={ bandwidth=500000 drr=1 duplicate=2 } }
|
H A D | pca954x.4 | 54 It automatically connects an upstream I2C bus to one of several downstream 63 device node is defined as a child node of its upstream I2C bus. 94 The upstream
|
/freebsd-src/contrib/unbound/testdata/ |
H A D | serve_expired_cached_servfail_refresh.rpl |
|
H A D | rpz_cname_handle.rpl |
|
H A D | serve_expired_cached_servfail.rpl |
|
/freebsd-src/sys/netgraph/ |
H A D | ng_car.c | 442 bcopy(&priv->lower.stats, &bstats->upstream, in ng_car_rcvmsg() 443 sizeof(bstats->upstream)); in ng_car_rcvmsg() 467 bcopy(&priv->lower.conf, &bconf->upstream, in ng_car_rcvmsg() 468 sizeof(bconf->upstream)); in ng_car_rcvmsg() 476 if (bconf->upstream.opt & NG_CAR_COUNT_PACKETS) { in ng_car_rcvmsg() 477 bconf->upstream.cir /= 1024; in ng_car_rcvmsg() 478 bconf->upstream.pir /= 1024; in ng_car_rcvmsg() 479 bconf->upstream.cbs /= 128; in ng_car_rcvmsg() 480 bconf->upstream.ebs /= 128; in ng_car_rcvmsg() 501 if (bconf->upstream.opt & NG_CAR_COUNT_PACKETS) { in ng_car_rcvmsg() [all …]
|
H A D | ng_pipe.h | 71 struct ng_pipe_hookstat upstream; member 77 { "upstream", (hstype) }, \ 103 struct ng_pipe_hookrun upstream; member 109 { "upstream", (hstype) }, \ 149 struct ng_pipe_hookcfg upstream; member 159 { "upstream", (hstype) }, \
|
H A D | ng_car.h | 61 struct ng_car_hookstats upstream; member 65 { "upstream", (hstatstype) }, \ 121 struct ng_car_hookconf upstream; member 125 { "upstream", (hconftype) }, \
|
/freebsd-src/contrib/llvm-project/libcxx/src/ |
H A D | memory_resource.cpp | 149 void unsynchronized_pool_resource::__adhoc_pool::__release_ptr(memory_resource* upstream) { in __release_ptr() argument 152 upstream->deallocate(__first_->__start_, __first_->__allocation_size(), __first_->__align_); in __release_ptr() 157 void* unsynchronized_pool_resource::__adhoc_pool::__do_allocate(memory_resource* upstream, size_t b… in __do_allocate() argument 166 void* result = upstream->allocate(aligned_capacity, align); in __do_allocate() 177 memory_resource* upstream, void* p, size_t bytes, size_t align) { in __do_deallocate() argument 181 upstream->deallocate(p, __first_->__allocation_size(), __first_->__align_); in __do_deallocate() 187 upstream->deallocate(p, h->__next_->__allocation_size(), h->__next_->__align_); in __do_deallocate() 215 void __release_ptr(memory_resource* upstream) { in __release_ptr() argument 219 …upstream->deallocate(__first_chunk_->__start_, __first_chunk_->__allocation_size(), __first_chunk_… in __release_ptr() 233 void* __allocate_in_new_chunk(memory_resource* upstream, size_t block_size, size_t chunk_size) { in __allocate_in_new_chunk() argument [all …]
|
/freebsd-src/contrib/tcpdump/doc/ |
H A D | README.NetBSD.md | 5 method of compiling with the upstream libpcap in `../libpcap` is available. 13 * Upstream libpcap works. 19 * Upstream libpcap works.
|
/freebsd-src/contrib/one-true-awk/ |
H A D | FREEBSD-upgrade | 1 Notes on upgrading awk from upstream 24 (3) Copy that to the vendor branch and push upstream 34 # contain the unaltered sources from upstream since it's active 36 # vendor branch given the long lag with the old upstream, but no more)
|
/freebsd-src/contrib/tcpdump/ |
H A D | CONTRIBUTING.md | 46 architectures is to let the upstream CI test your pull request (more on 53 git remote add upstream https://github.com/the-tcpdump-group/tcpdump 54 git fetch upstream 106 git fetch upstream 107 git rebase upstream/master 116 This will trigger the upstream repository CI tests.
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/amdzen4/ |
H A D | data-fabric.json | 388 …"PublicDescription": "Read data beats (64 bytes) for local socket upstream DMA at IO Moderator (IO… 396 …"PublicDescription": "Read data beats (64 bytes) for local socket upstream DMA at IO Moderator (IO… 404 …"PublicDescription": "Read data beats (64 bytes) for local socket upstream DMA at IO Moderator (IO… 412 …"PublicDescription": "Read data beats (64 bytes) for local socket upstream DMA at IO Moderator (IO… 420 …"PublicDescription": "Write data beats (64 bytes) for local socket upstream DMA at IO Moderator (I… 428 …"PublicDescription": "Write data beats (64 bytes) for local socket upstream DMA at IO Moderator (I… 436 …"PublicDescription": "Write data beats (64 bytes) for local socket upstream DMA at IO Moderator (I… 444 …"PublicDescription": "Write data beats (64 bytes) for local socket upstream DMA at IO Moderator (I… 452 …"PublicDescription": "Read data beats (64 bytes) for remote socket upstream DMA at IO Moderator (I… 460 …"PublicDescription": "Read data beats (64 bytes) for remote socket upstream DMA at IO Moderator (I… [all …]
|
/freebsd-src/contrib/unbound/doc/ |
H A D | example.conf | 69 # upstream queries. Uses freebind option (Linux). 74 # Set this to yes to prefer ipv6 upstream servers over ipv4. 77 # Prefer ipv4 upstream servers, even if ipv6 is available. 228 # upstream connections use TCP only (and no UDP), "yes" or "no" 230 # tcp-upstream: no 232 # upstream connections also use UDP (even if do-udp is no). 233 # useful if if you want UDP upstream, but don't provide UDP downstream. 234 # udp-upstream-without-downstream: no 432 # Sent minimum amount of information to upstream servers to enhance 601 # failed attempt to retrieve the record from upstream. This makes sure [all …]
|
H A D | example.conf.in | 79 # upstream queries. Uses freebind option (Linux). 84 # Set this to yes to prefer ipv6 upstream servers over ipv4. 87 # Prefer ipv4 upstream servers, even if ipv6 is available. 177 # The number of retries, per upstream nameserver in a delegation, when 196 # Limit on upstream queries for an incoming query and its recursion. 293 # upstream connections use TCP only (and no UDP), "yes" or "no" 295 # tcp-upstream: no 297 # upstream connections also use UDP (even if do-udp is no). 298 # useful if if you want UDP upstream, but don't provide UDP downstream. 299 # udp-upstream [all...] |
/freebsd-src/contrib/unbound/edns-subnet/ |
H A D | subnet-whitelist.c | 90 if(!addr_tree_insert(&whitelist->upstream, node, addr, addrlen, net)) { in upstream_insert() 175 addr_tree_init(&whitelist->upstream); in ecs_whitelist_apply_cfg() 181 addr_tree_init_parents(&whitelist->upstream); in ecs_whitelist_apply_cfg() 192 if(addr_tree_lookup(&whitelist->upstream, addr, addrlen)) in ecs_is_whitelisted() 194 /* Not in upstream whitelist, check dname whitelist. */ in ecs_is_whitelisted()
|