Home
last modified time | relevance | path

Searched refs:added (Results 1 – 25 of 1206) sorted by relevance

12345678910>>...49

/freebsd/contrib/wpa/hostapd/
H A DChangeLog12 - added support for SAE-PK
20 * added support for using OpenSSL 3.0
35 * added support for Beacon protection
42 * added support for PASN
56 * added configuration of airtime policy
104 * added Multi-AP protocol support
105 * added FTM responder configuration
395 * added/fixed nl80211 functionality
442 * added nl80211 functionality
456 * added EAP-EKE server
[all …]
/freebsd/lib/libc/
H A DVersions.def9 # 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 DChangeLog11 - added support for SAE-PK
23 * added support for using OpenSSL 3.0
46 * added support for PASN
409 - added manufacturer info
718 * added nl80211 functionality
756 * added EAP-EKE peer
1069 - P2P DBus API added.
1425 when an interface is added
1536 added support for EAP-FAST
1832 * tls_gnutls: added support for using PKCS#12 files; added support for
[all …]
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.c128 if (added != NULL) in init_added()
131 return added != NULL; in init_added()
155 if (added == NULL) in ossl_obj_cleanup_int()
162 added = NULL; in ossl_obj_cleanup_int()
180 if (added == NULL) in OBJ_add_object()
236 if (added == NULL) in OBJ_nid2obj()
266 if (added == NULL) in OBJ_nid2sn()
296 if (added == NULL) in OBJ_nid2ln()
342 if (added != NULL) { in OBJ_obj2nid()
586 if (added != NULL) { in OBJ_ln2nid()
[all …]
/freebsd/sys/contrib/libsodium/
H A DChangeLog81 added in order to add & remove padding.
99 - armv7s-optimized code was re-added to iOS builds.
101 added.
200 - `crypt_generichash_blake2b_statebytes()` was added.
251 been added.
268 - Support for NaCl has finally been added.
285 - crypto_stream_xsalsa20_ic() has been added.
314 libsodium is not installed, has been added.
359 be added later, but not before version 1.0 is tagged.
398 have been added.
[all …]
/freebsd/bin/sh/tests/builtins/
H A Dtrap5.06 added=$(trap)
7 [ -n "$added" ]
11 eval "$added"
14 [ "$added" = "$added2" ]
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeExtensions.i99 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/tools/tools/kdrv/
H A Dsample.drvinfo15 # 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/sys/dev/sfxge/common/
H A Def10_tx.c390 unsigned int added = *addedp; in ef10_tx_qpio_post() local
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
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()
563 unsigned int added = *addedp; in ef10_tx_qdesc_post() local
574 id = added++ & etp->et_mask; in ef10_tx_qdesc_post()
[all …]
H A Defx_tx.c85 __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
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
1033 id = added++ & etp->et_mask; in siena_tx_qdesc_post()
1040 unsigned int, added, unsigned int, ndescs); in siena_tx_qdesc_post()
[all …]
/freebsd/lib/msun/
H A DSymbol.map184 /* 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 Dwinsock_event.c479 ev->added = 0; in event_set()
487 ev->added = 0; in event_base_set()
499 if(ev->added) in event_add()
568 ev->added = 1; in event_add()
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()
642 ev->added = 0; in signal_del()
671 ev->added = 1; in winsock_register_wsaevent()
[all …]
H A Dmini_event.c280 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 Diso3166328 # Lithuania added
359 # Georgia added
362 # Russian Federation added
365 # Turkmenistan added
368 # Kazakhstan added
371 # Kyrgyzstan added
374 # Tajikistan added
377 # Uzbekistan added
380 # Azerbaijan added
422 # Slovakia added
[all …]
/freebsd/sbin/natd/
H A DHISTORY24 - 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 DX509_NAME_add_entry_by_txt.pod30 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 DX509_add_cert.pod24 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 DCMS_add1_recipient_cert.pod48 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 DVersions.def2 # 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 DHISTORY87 - 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/crypto/openssh/
H A DFREEBSD-upgrade30 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 Dmlx5fpga_core.c87 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 DNEWS15 * 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 Dsfxge_tx.c344 old_added = txq->added; in sfxge_tx_qlist_post()
348 txq->reaped, &txq->added); 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()
586 pushed = txq->added; in sfxge_tx_qdpl_drain()
604 if (txq->added != pushed) in sfxge_tx_qdpl_drain()
1523 txq->pending = txq->added; in sfxge_tx_qstop()
[all …]
/freebsd/tools/tools/man/
H A DREADME19 There are a number of exceptions, and those should be added to the
20 script to skip over, e.g. `SDT_PROBE`. The last one is added because

12345678910>>...49