| /NextBSD/contrib/wpa/hostapd/ |
| HD | ChangeLog | 18 * added support for hashed password (NtHash) in EAP-pwd server 20 * added EAP-EKE server support for deriving Session-Id 23 * added more 2.4 GHz channels for 20/40 MHz HT co-ex scan 26 * added support for Brainpool Elliptic Curves with SAE 28 * added support for CCMP-256 and GCMP-256 as group ciphers with FT 29 * added Fast Session Transfer (FST) module 32 * added EAP server support for TLS session resumption 35 * added mechanism to track unconnected stations and do minimal band 91 * added support for number of new RADIUS attributes from RFC 7268 95 * added code to clear bridge FDB entry on station disconnection [all …]
|
| /NextBSD/contrib/wpa/wpa_supplicant/ |
| HD | ChangeLog | 16 - added VHT configuration for IBSS 19 * added AVG_BEACON_RSSI to SIGNAL_POLL output 20 * wpa_cli: added tab completion for number of commands 24 * added support for dynamically creating/removing a virtual interface 26 * added support for hashed password (NtHash) in EAP-pwd peer 27 * added support for memory-only PSK/passphrase (mem_only_psk=1 and 32 - added operating class 125 for P2P use cases (this allows 5 GHz 41 - added new signals: FindStopped, WPS pbc-overlap, 43 - added new methods: WPS Cancel, P2P Cancel, Reconnect, RemoveClient 44 - added manufacturer info [all …]
|
| /NextBSD/crypto/openssl/crypto/objects/ |
| HD | obj_dat.c | 100 static LHASH_OF(ADDED_OBJ) *added = NULL; 193 if (added != NULL) in IMPLEMENT_LHASH_COMP_FN() 195 added = lh_ADDED_OBJ_new(); in IMPLEMENT_LHASH_COMP_FN() 196 return (added != NULL); in IMPLEMENT_LHASH_COMP_FN() 240 if (added == NULL) in OBJ_cleanup() 242 lh_ADDED_OBJ_down_load(added) = 0; in OBJ_cleanup() 243 lh_ADDED_OBJ_doall(added, LHASH_DOALL_FN(cleanup1)); /* zero counters */ in OBJ_cleanup() 244 lh_ADDED_OBJ_doall(added, LHASH_DOALL_FN(cleanup2)); /* set counters */ in OBJ_cleanup() 245 lh_ADDED_OBJ_doall(added, LHASH_DOALL_FN(cleanup3)); /* free objects */ in OBJ_cleanup() 246 lh_ADDED_OBJ_free(added); in OBJ_cleanup() [all …]
|
| /NextBSD/contrib/ntp/lib/isc/win32/ |
| HD | entropy.c | 54 unsigned int added; in get_from_filesource() local 61 added = 0; in get_from_filesource() 71 added += ndesired * 8; in get_from_filesource() 76 return (added); in get_from_filesource() 85 unsigned int added; in fillpool() local 150 added = 0; in fillpool() 175 added += got; in fillpool() 189 if (!(ent->nextsource == firstsource && added == 0)) { in fillpool() 208 added += got; in fillpool() 211 if (added >= needed) in fillpool() [all …]
|
| /NextBSD/contrib/binutils/gas/ |
| HD | NEWS | 2 * Support for the National Semiconductor CR16 target has been added. 11 * Support for the Infineon XC16X has been added by KPIT Cummins Infosystems. 13 * Support for ms2 architecture has been added. 15 * Support for the Z80 processor family has been added. 62 * Support for the crx-elf target added. 64 * Support for the sh-symbianelf target added. 69 * Support for Motorola MCF521x/5249/547x/548x added. 71 * Support for ColdFire EMAC instructions added and Motorola syntax for MAC/EMAC 77 added to enter (and leave) alternate macro syntax mode. 90 * Support for Renesas M32R2 added. [all …]
|
| /NextBSD/contrib/groff/contrib/mm/ |
| HD | ChangeLog | 57 * added .ll in pg@set-env to initialize the 67 * added implicit -mm to mmroff, it's now possible 76 * added init@reset for LT-macros so .S works for letters 98 * added L, W and O in groff_mm.man 209 * ISODATE added with Iso as command line flag 215 * A few examples has been added, new subdirectory 'examples'. 229 * added hd*h1-text to be used in user defined macro TP. 237 * added number register H1dot. 238 * added string variable H1txt 239 * added string variable Tcst [all …]
|
| /NextBSD/contrib/ntp/lib/isc/unix/ |
| HD | entropy.c | 78 unsigned int added; in get_from_filesource() local 85 added = 0; in get_from_filesource() 98 added += n * 8; in get_from_filesource() 109 return (added); in get_from_filesource() 118 unsigned int added; in get_from_usocketsource() local 126 added = 0; in get_from_usocketsource() 230 added += n * 8; in get_from_usocketsource() 242 return (added); in get_from_usocketsource() 251 unsigned int added; in fillpool() local 315 added = 0; in fillpool() [all …]
|
| /NextBSD/bin/sh/tests/builtins/ |
| HD | trap5.0 | 7 added=$(trap) 8 [ -n "$added" ] 12 eval "$added" 15 [ "$added" = "$added2" ]
|
| /NextBSD/tools/tools/tinybsd/ |
| HD | CHANGES | 20 - added debug information on tinybsd build process with "====>". 27 - added pre configured images to build tinybsd: default, bridge, minimal, vpn, 29 - added etc/ on each image directory to the user copy your custom etc 36 - added "device ath_rate_onoe" on kernel config file to be compiled on 38 - added on tinybsd script a line to clean up kernel build directory 39 - added on tinybsd script a for function to copy correct pam depends.
|
| /NextBSD/lib/libc/ |
| HD | Versions.def | 10 # This version was first added to 7.0-current. 14 # This version was first added to 8.0-current. 18 # This version was first added to 9.0-current. 22 # This version was first added to 10.0-current. 26 # This version was first added to 11.0-current.
|
| /NextBSD/sys/dev/sfxge/common/ |
| HD | hunt_tx.c | 371 unsigned int added = *addedp; in hunt_tx_qpio_post() local 375 if (added - completed + 1 > EFX_TXQ_LIMIT(etp->et_mask + 1)) { in hunt_tx_qpio_post() 385 id = added++ & etp->et_mask; in hunt_tx_qpio_post() 403 *addedp = added; in hunt_tx_qpio_post() 422 unsigned int added = *addedp; in hunt_tx_qpost() local 426 if (added - completed + n > EFX_TXQ_LIMIT(etp->et_mask + 1)) { in hunt_tx_qpost() 443 id = added++ & etp->et_mask; in hunt_tx_qpost() 462 *addedp = added; in hunt_tx_qpost() 479 __in unsigned int added, in hunt_tx_qpush() argument 489 wptr = added & etp->et_mask; in hunt_tx_qpush() [all …]
|
| HD | efx_tx.c | 88 __in unsigned int added, 393 __in unsigned int added, in efx_tx_qpush() argument 401 etxop->etxo_qpush(etp, added, pushed); in efx_tx_qpush() 720 unsigned int added = *addedp; in falconsiena_tx_qpost() local 724 if (added - completed + n > EFX_TXQ_LIMIT(etp->et_mask + 1)) in falconsiena_tx_qpost() 736 EFX_TX_DESC(etp, start, size, ebp->eb_eop, added); in falconsiena_tx_qpost() 741 *addedp = added; in falconsiena_tx_qpost() 753 __in unsigned int added, in falconsiena_tx_qpush() argument 762 wptr = added & etp->et_mask; in falconsiena_tx_qpush() 951 unsigned int added = *addedp; in falconsiena_tx_qdesc_post() local [all …]
|
| /NextBSD/tools/tools/kdrv/ |
| HD | sample.drvinfo | 16 # The filei386 directive causes the *.c files to be added to i386/conf/file.i386 17 # The fileconf directive causes the *.c files to be added to conf/file 26 # optioni386 causes them to be added to i386/conf/options.i386 27 # optionconf causes them to be added to conf/options 34 # Text to be added to LINT to provide configuration examples for the
|
| /NextBSD/contrib/binutils/ld/ |
| HD | NEWS | 22 shared library, or a list of symbols which should be added to the 39 * Support for the Infineon XC16X has been added by KPIT Cummins Infosystems. 49 * Support for the Z80 processor family has been added. 57 specification has been added via the --fix-v4bx command-line option. 85 should be added when a shared library comes from DT_NEEDED tags. 87 * Support for the crx-elf target added. 89 * Support for the sh-symbianelf target added. 91 * A new linker command line switch has been added which allows the hash table 106 be added only when a shared library is referenced. 111 * DWARF 2 support for i386pe added. [all …]
|
| /NextBSD/share/misc/ |
| HD | iso3166 | 278 # Burma deleted, Myanmar added (same numeric value, change of country name) 305 # Kampuchea deleted, Cambodia added (same numeric value, change of name) 323 # ESTONIA added (EE, EST, 233) 326 # LATVIA added (LV, LVA, 428) 329 # Lithuania added 347 # France, Metropolitan (FX) added (European part of France thus excluding: 354 # Croatia, added NR, HRV, 191 357 # Armenia, added AM, ARM, 051 360 # Georgia added 363 # Russian Federation added [all …]
|
| /NextBSD/contrib/unbound/util/ |
| HD | winsock_event.c | 481 ev->added = 0; in event_set() 489 ev->added = 0; in event_base_set() 496 ev, ev->added, ev->ev_fd, in event_add() 501 if(ev->added) in event_add() 570 ev->added = 1; in event_add() 577 ev, ev->added, ev->ev_fd, in event_del() 583 if(!ev->added) in event_del() 585 log_assert(ev->added); in event_del() 607 ev->added = 0; in event_del() 632 ev->added = 1; in signal_add() [all …]
|
| HD | mini_event.c | 283 ev->added = 0; in event_set() 290 ev->added = 0; in event_base_set() 297 if(ev->added) in event_add() 326 ev->added = 1; in event_add() 344 ev->added = 0; in event_del() 370 ev->added = 1; in signal_add() 383 ev->added = 0; in signal_del()
|
| /NextBSD/sbin/natd/ |
| HD | 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.
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | X509_NAME_add_entry_by_txt.pod | 27 The field value to be added is in B<bytes> of length B<len>. If 34 added to a position determined by B<loc> and B<set>. 37 to B<name>. The new entry is added to a position determined by B<loc> 38 and B<set>. Since a copy of B<ne> is added B<ne> must be freed up after 59 be added. For almost all applications B<loc> can be set to -1 and B<set> 66 B<set> determines how the new type is added. If it is zero a 69 If B<set> is -1 or 1 it is added to the previous or next RDN
|
| HD | CMS_add0_cert.pod | 35 For signed data certificates and CRLs are added to the B<certificates> and 36 B<crls> fields of SignedData structure. For enveloped data they are added to 43 The same certificate or CRL must not be added to the same cms structure more 64 and CMS_get1_crls() were all first added to OpenSSL 0.9.8
|
| HD | CMS_add1_recipient_cert.pod | 33 need to be added. New attributes can also be added using the returned 49 pointer to the CMS_RecipientInfo structure just added or NULL if an error 59 CMS_add1_recipient_cert() and CMS_add0_recipient_key() were added to OpenSSL
|
| /NextBSD/contrib/flex/ |
| HD | NEWS | 74 *** pattern options added to specify patterns as case-insensitive or 80 *** pattern options added to allow ignoring of whitespace in patterns 95 ** added new unit test for c++ and yywrap 131 ** added %top directive for placing code at the top of the generated 307 ** a c++ test was added to the test suite 322 ** zh_cn translation added from translation project 382 ** added dist-bzip2 option to Makefile.am so we now produce a bzip2'd 425 ** gettext support added (from gettext 0.11) 439 ** added a number of new options 447 *** added option --yywrap to call yywrap on EOF [all …]
|
| /NextBSD/contrib/subversion/subversion/libsvn_client/ |
| HD | repos_diff.c | 106 svn_boolean_t added; member 159 svn_boolean_t added; member 227 svn_boolean_t added, in make_dir_baton() argument 236 dir_baton->added = added; in make_dir_baton() 282 svn_boolean_t added, in make_file_baton() argument 290 file_baton->added = added; in make_file_baton() 916 if (!fb->added) in apply_textdelta() 1006 if (fb->added || fb->path_end_revision || fb->has_propchange) in close_file() 1010 if (!fb->added && !fb->pristine_props) in close_file() 1023 if (fb->added) in close_file() [all …]
|
| /NextBSD/lib/msun/ |
| HD | Symbol.map | 186 /* First added in 8.0-CURRENT */ 222 /* First added in 9.0-CURRENT */ 232 /* First added in 10.0-CURRENT */ 284 /* First added in 11.0-CURRENT */
|
| /NextBSD/sys/netinet/libalias/ |
| HD | HISTORY | 88 - PacketAliasPermanentLink() API added. 91 IP addresses added. 99 PacketAliasRedirectAddr() added to API. 127 bypass of FTP/IRC DCC data connections. Also added 134 - Transparent proxying support added. 135 - PPTP redirecting support added based on patches
|