Searched hist:6 (Results 251 - 275 of 6233) sorted by relevance

<<11121314151617181920>>

/freebsd-10.1-release/crypto/openssl/doc/ssl/
H A DSSL_get_ex_data_X509_STORE_CTX_idx.pod72613 Sun Feb 18 01:17:36 MST 2001 kris Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10
H A DSSL_get_fd.pod68651 Sun Nov 12 23:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
H A DSSL_get_rbio.pod68651 Sun Nov 12 23:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
H A DSSL_load_client_CA_file.pod72613 Sun Feb 18 01:17:36 MST 2001 kris Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10
H A DSSL_set_bio.pod68651 Sun Nov 12 23:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
H A DSSL_set_verify_result.pod68651 Sun Nov 12 23:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
H A DSSL_want.pod89837 Sun Jan 27 01:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
/freebsd-10.1-release/crypto/openssl/util/
H A Ddirname.pl100936 Tue Jul 30 11:38:06 MDT 2002 nectar Import of OpenSSL 0.9.6e.
H A Dpod2mantest.pod100936 Tue Jul 30 11:38:06 MDT 2002 nectar Import of OpenSSL 0.9.6e.
/freebsd-10.1-release/games/caesar/
H A DMakefilediff 203923 Mon Feb 15 12:41:29 MST 2010 uqs games: make WARNS=6 the default, remove overrides

This also bumps factor, fortune, primes, and random to WARNS=6.

Approved by: ed (Co-mentor)
diff 203923 Mon Feb 15 12:41:29 MST 2010 uqs games: make WARNS=6 the default, remove overrides

This also bumps factor, fortune, primes, and random to WARNS=6.

Approved by: ed (Co-mentor)
diff 145782 Sun May 01 17:34:22 MDT 2005 stefanf Make caesar and pom WARNS 6 clean. While there, use prototypes everywhere.

PR: 62456
diff 74528 Tue Mar 20 16:08:43 MST 2001 ru Set the default manual section for games/ to 6.
/freebsd-10.1-release/games/fortune/datfiles/
H A Dfreebsd-tips.sp.okdiff 221908 Sat May 14 17:06:59 MDT 2011 uqs fortune(6): fix typos and misspellings.

While here, drop words in the spelling files that are no longer used
anywhere.

Speling errors found via: codespell from Lucas De Marchi
H A Dlimerick.sp.okdiff 221908 Sat May 14 17:06:59 MDT 2011 uqs fortune(6): fix typos and misspellings.

While here, drop words in the spelling files that are no longer used
anywhere.

Speling errors found via: codespell from Lucas De Marchi
/freebsd-10.1-release/lib/csu/
H A DMakefile.incdiff 249657 Fri Apr 19 17: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 11: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 08: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 08: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-10.1-release/lib/libalias/
H A DMakefile.inc204596 Tue Mar 02 16: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-10.1-release/lib/libc/resolv/
H A Dh_errno.cdiff 158792 Sun May 21 09:29:26 MDT 2006 ume Nuke some compatibility crufts of resolver for 6.X and earlier.

X-MFC after: never
/freebsd-10.1-release/lib/libz/test/
H A Dinfcover.c230837 Tue Jan 31 16:46:37 MST 2012 delphij Vendor import of zlib 1.2.6.
/freebsd-10.1-release/sbin/ggate/
H A DMakefile.incdiff 198236 Mon Oct 19 14:06:16 MDT 2009 ru Switch the default WARNS level for sbin/ to 6.

Submitted by: Ulrich Spörlein
/freebsd-10.1-release/share/examples/ses/srcs/
H A Dchpmon.cdiff 198934 Wed Nov 04 21:38:35 MST 2009 delphij Cleanup code to make it WARNS=6 clean:

- ANSIfy prototypes;
- Add __unused for parameters that is not being currently used;
- Add a header for subrountines being called from other modules.

Reviewed by: mjacob
H A Deltsub.h198934 Wed Nov 04 21:38:35 MST 2009 delphij Cleanup code to make it WARNS=6 clean:

- ANSIfy prototypes;
- Add __unused for parameters that is not being currently used;
- Add a header for subrountines being called from other modules.

Reviewed by: mjacob
/freebsd-10.1-release/share/man/man4/
H A Daacraid.4250963 Fri May 24 07:24:36 MDT 2013 achim Driver 'aacraid' added. Supports Adaptec by PMC RAID controller families Series 6, 7, 8 and upcoming products. Older Adaptec RAID controller families are supported by the 'aac' driver.

Approved by: scottl (mentor)
H A Dhpt27xx.4228940 Wed Dec 28 21:27:14 MST 2011 delphij Import the first release of HighPoint RocketRAID 27xx SAS 6Gb/s HBA card
driver. This driver works for FreeBSD/i386 and FreeBSD/amd64 platforms.

Many thanks to HighPoint for providing this driver.

MFC after: 2 weeks
/freebsd-10.1-release/sys/arm/freescale/vybrid/
H A Dvf_dmamux.cdiff 266170 Thu May 15 16:54:37 MDT 2014 ian MFC r261616, r261639

Remove FreeBSD 6 support from atmel usb controllers.

Add Vybrid drivers for:
- Enhanced Direct Memory Access Controller (eDMA)
- Direct Memory Access Multiplexer (DMAMUX)
H A Dvf_dmamux.hdiff 266170 Thu May 15 16:54:37 MDT 2014 ian MFC r261616, r261639

Remove FreeBSD 6 support from atmel usb controllers.

Add Vybrid drivers for:
- Enhanced Direct Memory Access Controller (eDMA)
- Direct Memory Access Multiplexer (DMAMUX)
H A Dvf_edma.cdiff 266170 Thu May 15 16:54:37 MDT 2014 ian MFC r261616, r261639

Remove FreeBSD 6 support from atmel usb controllers.

Add Vybrid drivers for:
- Enhanced Direct Memory Access Controller (eDMA)
- Direct Memory Access Multiplexer (DMAMUX)
H A Dvf_edma.hdiff 266170 Thu May 15 16:54:37 MDT 2014 ian MFC r261616, r261639

Remove FreeBSD 6 support from atmel usb controllers.

Add Vybrid drivers for:
- Enhanced Direct Memory Access Controller (eDMA)
- Direct Memory Access Multiplexer (DMAMUX)

Completed in 1298 milliseconds

<<11121314151617181920>>