/freebsd/contrib/wpa/hostapd/ |
H A D | ChangeLog | 25 - this is based on additional details being added in the IEEE 802.11 44 - added option send SAE Confirm immediately (sae_config_immediate=1) 46 - added support for the hash-to-element mechanism (sae_pwe=1 or 49 - added support for SAE-PK 57 * added support for using OpenSSL 3.0 59 * added configuration (max_auth_rounds, max_auth_rounds_short) to 62 * added support for DPP release 2 (Wi-Fi Device Provisioning Protocol) 67 * added support for nl80211 control port for EAPOL frame TX/RX 72 * added support for Beacon protection 73 * added support for Extended Key ID for pairwise keys [all …]
|
/freebsd/lib/libc/ |
H A D | Versions.def | 9 # This version was first added to 7.0-current. 13 # This version was first added to 8.0-current. 17 # This version was first added to 9.0-current. 21 # This version was first added to 10.0-current. 25 # This version was first added to 11.0-current. 29 # This version was first added to 12.0-current. 33 # This version was first added to 13.0-current. 37 # This version was first added to 14.0-current. 41 # This version was first added to 15.0-current.
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | ChangeLog | 33 - this is based on additional details being added in the IEEE 802.11 57 - added support for the hash-to-element mechanism (sae_pwe=1 or 61 - added support for SAE-PK 73 * added support for using OpenSSL 3.0 77 * added support for DPP release 2 (Wi-Fi Device Provisioning Protocol) 79 * added support for SAE (WPA3-Personal) AP mode configuration 80 * added P2P support for EDMG (IEEE 802.11ay) channels 84 * added support for nl80211 control port for EAPOL frame TX/RX 88 * added support for Beacon protection 89 * added support for Extended Key ID for pairwise keys [all …]
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_dat.c | 39 static LHASH_OF(ADDED_OBJ) *added = NULL; 128 if (added != NULL) in init_added() 130 added = lh_ADDED_OBJ_new(added_obj_hash, added_obj_cmp); in init_added() 131 return added != NULL; in init_added() 155 if (added == NULL) in ossl_obj_cleanup_int() 157 lh_ADDED_OBJ_set_down_load(added, 0); in ossl_obj_cleanup_int() 158 lh_ADDED_OBJ_doall(added, cleanup1_doall); /* zero counters */ in ossl_obj_cleanup_int() 159 lh_ADDED_OBJ_doall(added, cleanup2_doall); /* set counters */ in ossl_obj_cleanup_int() 160 lh_ADDED_OBJ_doall(added, cleanup3_doall); /* free objects */ in ossl_obj_cleanup_int() 161 lh_ADDED_OBJ_free(added); in ossl_obj_cleanup_int() [all …]
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBTypeExtensions.i | 99 added = False 103 added = True 105 if not added: 109 added = False 113 added = True 115 if not added: 119 added = False 123 added = True 125 if not added:
|
/freebsd/sys/contrib/libsodium/ |
H A D | ChangeLog | 18 - `sodium_stackzero()` was added to wipe content off the stack. 57 `_messagebytes_max()` symbols) have been added to represent the 73 - SSE2 implementations of `crypto_verify_*()` have been added. 78 - A new `crypto_secretstream_*()` API was added to safely encrypt files 81 added in order to add & remove padding. 82 - An AVX512 optimized implementation of Argon2 has been added (written 84 - The `crypto_pwhash_str_needs_rehash()` function was added to check if 99 - armv7s-optimized code was re-added to iOS builds. 101 added. 116 - New constants and related accessors have been added for Scrypt and [all …]
|
/freebsd/bin/sh/tests/builtins/ |
H A D | trap5.0 | 6 added=$(trap) 7 [ -n "$added" ] 11 eval "$added" 14 [ "$added" = "$added2" ]
|
/freebsd/sys/dev/sfxge/common/ |
H A D | ef10_tx.c | 390 unsigned int added = *addedp; in ef10_tx_qpio_post() local 393 if (added - completed + 1 > EFX_TXQ_LIMIT(etp->et_mask + 1)) { in ef10_tx_qpio_post() 403 id = added++ & etp->et_mask; in ef10_tx_qpio_post() 421 *addedp = added; in ef10_tx_qpio_post() 440 unsigned int added = *addedp; in ef10_tx_qpost() local 444 if (added - completed + ndescs > EFX_TXQ_LIMIT(etp->et_mask + 1)) { in ef10_tx_qpost() 462 id = added++ & etp->et_mask; in ef10_tx_qpost() 481 *addedp = added; in ef10_tx_qpost() 498 __in unsigned int added, in ef10_tx_qpush() argument 508 wptr = added & etp->et_mask; in ef10_tx_qpush() [all …]
|
H A D | efx_tx.c | 85 __in unsigned int added, 427 __in unsigned int added, in efx_tx_qpush() argument 435 etxop->etxo_qpush(etp, added, pushed); in efx_tx_qpush() 778 unsigned int added = *addedp; in siena_tx_qpost() local 781 if (added - completed + ndescs > EFX_TXQ_LIMIT(etp->et_mask + 1)) in siena_tx_qpost() 797 EFX_TX_DESC(etp, start, size, ebp->eb_eop, added); in siena_tx_qpost() 802 *addedp = added; in siena_tx_qpost() 809 __in unsigned int added, in siena_tx_qpush() argument 818 wptr = added & etp->et_mask; in siena_tx_qpush() 1019 unsigned int added = *addedp; in siena_tx_qdesc_post() local [all …]
|
/freebsd/tools/tools/kdrv/ |
H A D | sample.drvinfo | 15 # The filei386 directive causes the *.c files to be added to i386/conf/file.i386 16 # The fileconf directive causes the *.c files to be added to conf/file 25 # optioni386 causes them to be added to i386/conf/options.i386 26 # optionconf causes them to be added to conf/options 33 # Text to be added to LINT to provide configuration examples for the
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 184 /* First added in 8.0-CURRENT */ 220 /* First added in 9.0-CURRENT */ 230 /* First added in 10.0-CURRENT */ 282 /* First added in 11.0-CURRENT */ 287 /* First added in 12.0-CURRENT */ 306 /* First added in 14.0-CURRENT */
|
/freebsd/contrib/unbound/util/ |
H A D | winsock_event.c | 479 ev->added = 0; in event_set() 487 ev->added = 0; in event_base_set() 494 ev, ev->added, ev->ev_fd, in event_add() 499 if(ev->added) in event_add() 568 ev->added = 1; in event_add() 575 ev, ev->added, ev->ev_fd, in event_del() 581 if(!ev->added) in event_del() 583 log_assert(ev->added); in event_del() 605 ev->added = 0; in event_del() 630 ev->added = 1; in signal_add() [all …]
|
H A D | mini_event.c | 280 ev->added = 0; in event_set() 287 ev->added = 0; in event_base_set() 294 if(ev->added) in event_add() 323 ev->added = 1; in event_add() 350 ev->added = 0; in event_del() 376 ev->added = 1; in signal_add() 389 ev->added = 0; in signal_del()
|
/freebsd/share/misc/ |
H A D | iso3166 | 277 # Burma deleted, Myanmar added (same numeric value, change of country name) 304 # Kampuchea deleted, Cambodia added (same numeric value, change of name) 322 # ESTONIA added (EE, EST, 233) 325 # LATVIA added (LV, LVA, 428) 328 # Lithuania added 346 # France, Metropolitan (FX) added (European part of France thus excluding: 353 # Croatia, added NR, HRV, 191 356 # Armenia, added AM, ARM, 051 359 # Georgia added 362 # Russian Federation added [all …]
|
/freebsd/sbin/natd/ |
H A D | HISTORY | 24 - added long option names (like -address) 29 - Added -Wall to CFLAGS and some headers added to natd.c 62 - Support for natd.cf configuration file has been added. 73 - Manual page written by Brian Somers <brian@awfulhak.org> added. 87 parameters added. 128 - Typos in comment fixed. Copyright message added to 145 - PPTP redirect support by Dru Nelson <dnelson@redwoodsoft.com> added. 146 - Logging enhancements from Martin Machacek <mm@i.cz> added.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_NAME_add_entry_by_txt.pod | 30 The field value to be added is in B<bytes> of length B<len>. If 37 added to a position determined by B<loc> and B<set>. 40 to B<name>. The new entry is added to a position determined by B<loc> 41 and B<set>. Since a copy of B<ne> is added B<ne> must be freed up after 62 be added. For almost all applications B<loc> can be set to -1 and B<set> 69 B<set> determines how the new type is added. 72 If B<set> is -1 or 1 it is added as a new set member
|
H A D | X509_add_cert.pod | 24 the reference counters of those of its members added to I<sk> are increased. 32 the reference counts of those certificates added successfully are increased. 36 In both cases the original order of the added certificates is preserved. 65 were added in OpenSSL 3.0.
|
H A D | CMS_add1_recipient_cert.pod | 48 need to be added. New attributes can also be added using the returned 64 pointer to the CMS_RecipientInfo structure just added or NULL if an error 74 B<CMS_add1_recipient_cert> and B<CMS_add0_recipient_key> were added in
|
/freebsd/lib/libssp/ |
H A D | Versions.def | 2 # This version was first added to 13.0-current. 6 # This version was first added to 15.0-current.
|
/freebsd/sys/netinet/libalias/ |
H A D | HISTORY | 87 - PacketAliasPermanentLink() API added. 90 IP addresses added. 98 PacketAliasRedirectAddr() added to API. 126 bypass of FTP/IRC DCC data connections. Also added 133 - Transparent proxying support added. 134 - PPTP redirecting support added based on patches
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-vfs-file_range.m4 | 7 dnl # 4.5: copy_file_range() syscall introduced, added to VFS 9 dnl # FICLONERANGE, added to VFS as clone_file_range() 10 dnl # 4.5: BTRFS_IOC_FILE_EXTENT_SAME renamed to FIDEDUPERANGE, added to VFS 17 dnl # generic_copy_file_range() added to support it
|
/freebsd/crypto/openssh/ |
H A D | FREEBSD-upgrade | 30 06) Take care of added / deleted files: 88 14) If source files have been added or removed, update the appropriate 130 We've added code to ssh.c to canonicize the target host name after 134 We added this support in 2002 (r99054 / bf2e2524a2ce). In 2014 146 added it back by porting the 6.6p1 code forward. 153 We've added code to ssh-agent.c to implement client reference 159 We've added code to auth.c to enforce the host.allow, host.deny,
|
/freebsd/sys/dev/mlx5/mlx5_fpga/ |
H A D | mlx5fpga_core.c | 87 context->added = false; in client_context_create() 293 client_context->added = true; in mlx5_fpga_device_start() 393 if (!client_context->added) in mlx5_fpga_device_stop() 396 client_context->added = false; in mlx5_fpga_device_stop() 534 context->added = true; in mlx5_fpga_client_register() 557 if (context->added) in mlx5_fpga_client_unregister()
|
/freebsd/contrib/lutok/ |
H A D | NEWS | 15 * Issue 5: New methods added to the state class: open_all. 45 * New methods added to the state class: get_global_table. 57 * New methods added to the state class: get_metafield, get_metatable,
|
/freebsd/sys/dev/sfxge/ |
H A D | sfxge_tx.c | 252 level = txq->added - txq->completed; in sfxge_tx_qcomplete() 344 old_added = txq->added; in sfxge_tx_qlist_post() 348 txq->reaped, &txq->added); in sfxge_tx_qlist_post() 355 KASSERT(txq->added - old_added == txq->n_pend_desc, in sfxge_tx_qlist_post() 358 level = txq->added - txq->reaped; in sfxge_tx_qlist_post() 376 level = txq->added - txq->reaped; in sfxge_tx_qlist_post() 388 level = txq->added - txq->reaped; in sfxge_tx_qlist_post() 436 id = txq->added & txq->ptr_mask; in sfxge_tx_queue_mbuf() 548 pushed = txq->added; in sfxge_tx_qdpl_drain() 584 if (txq->added - pushed >= SFXGE_TX_BATCH) { in sfxge_tx_qdpl_drain() [all …]
|