Searched hist:6 (Results 226 - 250 of 7727) sorted by relevance

1234567891011>>

/freebsd-11.0-release/crypto/openssl/doc/ssl/
H A DSSL_CTX_set_info_callback.pod89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
H A DSSL_CTX_set_options.poddiff 100936 Tue Jul 30 13:38:06 MDT 2002 nectar Import of OpenSSL 0.9.6e.
diff 89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
diff 76866 Sun May 20 03:07:21 MDT 2001 kris Initial import of OpenSSL 0.9.6a
72613 Sun Feb 18 03:17:36 MST 2001 kris Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10
H A DSSL_CTX_set_quiet_shutdown.pod89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
H A DSSL_get_SSL_CTX.pod89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
H A DSSL_get_ciphers.pod68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
H A DSSL_get_current_cipher.pod68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
H A DSSL_get_default_timeout.pod89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
H A DSSL_get_ex_data_X509_STORE_CTX_idx.pod72613 Sun Feb 18 03:17:36 MST 2001 kris Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10
H A DSSL_get_fd.pod68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
H A DSSL_get_rbio.pod68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
H A DSSL_load_client_CA_file.pod72613 Sun Feb 18 03:17:36 MST 2001 kris Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10
H A DSSL_rstate_string.pod89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
H A DSSL_session_reused.pod89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
H A DSSL_set_bio.pod68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
H A DSSL_set_fd.pod68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
H A DSSL_set_verify_result.pod68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
H A DSSL_want.pod89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
/freebsd-11.0-release/crypto/openssl/ssl/
H A Ds3_both.cdiff 100928 Tue Jul 30 12:44:15 MDT 2002 nectar Import of OpenSSL 0.9.6d.
diff 89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
diff 72613 Sun Feb 18 03:17:36 MST 2001 kris Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10
diff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
H A Dssl_cert.cdiff 100928 Tue Jul 30 12:44:15 MDT 2002 nectar Import of OpenSSL 0.9.6d.
diff 89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
diff 76866 Sun May 20 03:07:21 MDT 2001 kris Initial import of OpenSSL 0.9.6a
diff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
/freebsd-11.0-release/crypto/openssl/util/
H A Ddirname.pl100936 Tue Jul 30 13:38:06 MDT 2002 nectar Import of OpenSSL 0.9.6e.
H A Dpod2mantest.pod100936 Tue Jul 30 13:38:06 MDT 2002 nectar Import of OpenSSL 0.9.6e.
H A Dsp-diff.pldiff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
/freebsd-11.0-release/lib/csu/
H A DMakefile.incdiff 249657 Fri Apr 19 19:45:33 MDT 2013 ed Add the Clang specific -Wmissing-variable-declarations to WARNS=6.

This compiler flag enforces that that people either mark variables
static or use an external declarations for the variable, similar to how
-Wmissing-prototypes works for functions.

Due to the fact that Yacc/Lex generate code that cannot trivially be
changed to not warn because of this (lots of yy* variables), add a
NO_WMISSING_VARIABLE_DECLARATIONS that can be used to turn off this
specific compiler warning.

Announced on: toolchain@
diff 204757 Fri Mar 05 13:45:28 MST 2010 uqs Use default WARNS setting (of 6) for lib/csu.

PR: bin/140089
Reviewed by: jmallett
Approved by: ed (co-mentor)
diff 201381 Sat Jan 02 10:08:21 MST 2010 ed Build lib/ with WARNS=6 by default.

Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and
lower it when needed.

I'm setting WARNS?=0 for secure/. It seems secure/ includes the
Makefile.inc provided by lib/. I'm not going to touch that directory.
Most of the code there is contributed anyway.
diff 201381 Sat Jan 02 10:08:21 MST 2010 ed Build lib/ with WARNS=6 by default.

Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and
lower it when needed.

I'm setting WARNS?=0 for secure/. It seems secure/ includes the
Makefile.inc provided by lib/. I'm not going to touch that directory.
Most of the code there is contributed anyway.
/freebsd-11.0-release/lib/libalias/
H A DMakefile.inc204596 Tue Mar 02 18:44:16 MST 2010 uqs Remove redundant WARNS?=6 overrides and inherit the WARNS setting from
the toplevel directory.

This does not change any WARNS level and survives a make universe.

Approved by: ed (co-mentor)
/freebsd-11.0-release/lib/libbsdstat/
H A Dbsdstat.cdiff 262992 Tue Mar 11 01:22:54 MDT 2014 eadler libbsdstat: fix warnings, set WARNS

libbsdstat can build with WARNS=6 with a one line change.

Completed in 206 milliseconds

1234567891011>>