/freebsd/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/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, 4, NULL); 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, 4); in lz4_filter_read_data_block() [all …]
|
H A D | archive_read_support_filter_gzip.c | 351 len = peek_at_header(self->upstream, NULL, state); in consume_header() 354 __archive_read_filter_consume(self->upstream, len); in consume_header() 361 __archive_read_filter_ahead(self->upstream, 1, &avail); in consume_header() 419 p = __archive_read_filter_ahead(self->upstream, 8, &avail); in consume_trailer() 426 __archive_read_filter_consume(self->upstream, 8); in consume_trailer() 463 __archive_read_filter_ahead(self->upstream, 1, &avail_in); in gzip_filter_read() 482 __archive_read_filter_consume(self->upstream, in gzip_filter_read() 486 __archive_read_filter_consume(self->upstream, in gzip_filter_read()
|
/freebsd/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/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 | ng_car.4 | 70 .Sy upstream 157 struct ng_car_hookconf upstream; 175 struct ng_car_hookstats upstream; 196 …s=2500000 ebs=2500000 greenAction=1 yellowAction=1 redAction=2 mode=2 } upstream={ cir=5000 cbs=10…
|
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/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/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 bytes, size_t align) { 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() 219 upstream->deallocate(__first_chunk_->__start_, __first_chunk_->__allocation_size(), __first_chunk_->__align_); in __release_ptr() 233 void* __allocate_in_new_chunk(memory_resource* upstream, size_ in __allocate_in_new_chunk() 214 __release_ptr(memory_resource * upstream) __release_ptr() argument 232 __allocate_in_new_chunk(memory_resource * upstream,size_t block_size,size_t chunk_size) __allocate_in_new_chunk() argument 294 unsynchronized_pool_resource(const pool_options & opts,memory_resource * upstream) unsynchronized_pool_resource() argument [all...] |
/freebsd/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/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/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-without-downstream: no [all …]
|
H A D | unbound.conf.5.in | 289 packets from the upstream (recursive) servers from bouncing against 427 In that case you can set this to 1 to honor the upstream TTL. 475 the upstream servers have. 548 .B tcp\-upstream: \fI<yes or no> 549 Enable or disable whether the upstream queries use TCP only for transport. 551 TCP transport only for selected forward or stub zones using forward-tcp-upstream 552 or stub-tcp-upstream respectively. 554 .B udp\-upstream\-without\-downstream: \fI<yes or no> 555 Enable udp upstream even if do-udp is no. Default is no, and this does not 557 but use udp to fetch data upstream. [all …]
|
/freebsd/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()
|
/freebsd/ |
H A D | CONTRIBUTING.md | 135 integrate these patches and submit them upstream. 155 `sys/crypto/` or `sys/cddl` likely has an upstream we pull from. Please do a 157 to find out the last time we merged from upstream. If it is in the last 5 years, 158 upstream is "active" and you should submit your patches there and let the last 160 more than 5 years, upstream is likely inactive so please submit the patch. We 161 can sort out if it should go into FreeBSD or upstream.
|
/freebsd/contrib/libcxxrt/ |
H A D | FREEBSD-upgrade | 2 upstream repository. 4 When updating, copy *.{c,cc,h} from the upstream src/.
|