Searched hist:6 (Results 126 - 150 of 7727) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/gcc/doc/
H A Dcpp.1diff 162509 Thu Sep 21 07:45:37 MDT 2006 ru Updated manpages for 3.4.6 release.

OK'ed by: kan
Obtained from: gcc-3.4.6.tar.bz2
diff 162509 Thu Sep 21 07:45:37 MDT 2006 ru Updated manpages for 3.4.6 release.

OK'ed by: kan
Obtained from: gcc-3.4.6.tar.bz2
H A Dgcov.1diff 162509 Thu Sep 21 07:45:37 MDT 2006 ru Updated manpages for 3.4.6 release.

OK'ed by: kan
Obtained from: gcc-3.4.6.tar.bz2
diff 162509 Thu Sep 21 07:45:37 MDT 2006 ru Updated manpages for 3.4.6 release.

OK'ed by: kan
Obtained from: gcc-3.4.6.tar.bz2
/freebsd-11.0-release/lib/libpam/modules/pam_exec/
H A DMakefilediff 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/libstdbuf/
H A DMakefilediff 241695 Thu Oct 18 15:41:08 MDT 2012 ed Remove WARNS=6 lines.

WARNS=6 is already implied at this point.
diff 241695 Thu Oct 18 15:41:08 MDT 2012 ed Remove WARNS=6 lines.

WARNS=6 is already implied at this point.
/freebsd-11.0-release/libexec/rtld-aout/
H A Dshlib.hdiff 140241 Fri Jan 14 12:22:57 MST 2005 delphij 64-bit clean + WARNS=6:
- Convert the (char *) cast+cast backs magic to
memcpy(3). Without this, the resulting code
is potentially risky with higher optimization
levels.
- Avoid same name when calling local variables,
as well as global symbols. This reduces
confusion for both human and compiler.
- Add necessary casts, consts
- Use new style function defination.
- Minor style.Makefile(5) tweak
- Bump WARNS?= from 0 to 6

** for the aout code: changes are intentionally limited
to ease maintaince.
diff 140241 Fri Jan 14 12:22:57 MST 2005 delphij 64-bit clean + WARNS=6:
- Convert the (char *) cast+cast backs magic to
memcpy(3). Without this, the resulting code
is potentially risky with higher optimization
levels.
- Avoid same name when calling local variables,
as well as global symbols. This reduces
confusion for both human and compiler.
- Add necessary casts, consts
- Use new style function defination.
- Minor style.Makefile(5) tweak
- Bump WARNS?= from 0 to 6

** for the aout code: changes are intentionally limited
to ease maintaince.
/freebsd-11.0-release/libexec/tftp-proxy/
H A DMakefilediff 201380 Sat Jan 02 09:59:07 MST 2010 ed Make WARNS=6 the default for libexec/.

Just like bin/ and sbin/, I think setting WARNS to the highest value
possible will make it more attractive for people to fix warnings.

- The WARNS variable is set in the Makefile in the directory of the
application itself, making it more likely that it will be removed out
of curiosity to see what happens.
- New applications will most likely build with WARNS=6 out of the box,
because the author would more likely fix the warnings during
development than lower WARNS.

Unfortunately almost all apps in libexec require a lowered value of
WARNS.
diff 201380 Sat Jan 02 09:59:07 MST 2010 ed Make WARNS=6 the default for libexec/.

Just like bin/ and sbin/, I think setting WARNS to the highest value
possible will make it more attractive for people to fix warnings.

- The WARNS variable is set in the Makefile in the directory of the
application itself, making it more likely that it will be removed out
of curiosity to see what happens.
- New applications will most likely build with WARNS=6 out of the box,
because the author would more likely fix the warnings during
development than lower WARNS.

Unfortunately almost all apps in libexec require a lowered value of
WARNS.
/freebsd-11.0-release/sys/boot/sparc64/loader/
H A Dhelp.sparc6493677 Tue Apr 02 17:08:37 MST 2002 tmm 1.) Rename locore.s to locore.S (by repocopy), to be able to remove
special-case make rule
2.) Cleanups, remove superfluous expicit rules, add -nostdlib to LDFLAGS,
remove -X and -g, remove -g from CFLAGS
3.) Add BINDIR
4.) Build install the loader help file, add an empty help.sparc64
5.) Change the default configuration to only support booting from disk
6.) Get libofw.a from a path relative ${.OBJDIR}, not ${.CURDIR}

Submitted by: jake (1 - 5), obrien (6)
93677 Tue Apr 02 17:08:37 MST 2002 tmm 1.) Rename locore.s to locore.S (by repocopy), to be able to remove
special-case make rule
2.) Cleanups, remove superfluous expicit rules, add -nostdlib to LDFLAGS,
remove -X and -g, remove -g from CFLAGS
3.) Add BINDIR
4.) Build install the loader help file, add an empty help.sparc64
5.) Change the default configuration to only support booting from disk
6.) Get libofw.a from a path relative ${.OBJDIR}, not ${.CURDIR}

Submitted by: jake (1 - 5), obrien (6)
/freebsd-11.0-release/sys/amd64/include/xen/
H A Dsynch_bitops.hdiff 188707 Tue Feb 17 10:12:29 MST 2009 dfr Pull in support for Xen HVM from user/dfr/xenhvm/6.
diff 185181 Sat Nov 22 16:19:02 MST 2008 dfr Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
performance in Xen's HVM mode.
/freebsd-11.0-release/sys/arm/include/
H A Dpmap-v6.hdiff 295703 Wed Feb 17 14:40:25 MST 2016 skra Do not use PMAP_DOMAIN_KERNEL definition for __ARM_ARCH >= 6 as domains
are not utilized there. Only domain #0 is used and there is no reference
to it in the whole pmap-v6.c. Thus initialize domain access register in
locore-v6.c without reference too.
diff 295696 Wed Feb 17 13:44:29 MST 2016 skra Remove unneeded vector_page_setprot() for __ARM_ARCH >= 6. A vector
page is always mapped in KVA space and so it's always writeable.
diff 295257 Thu Feb 04 14:28:45 MST 2016 skra Make VM_MEMATTR_xxx definitions independent on pmap internals
for __ARM_ARCH >= 6.

It's TEX class number now, so it still has some meaning.
diff 295206 Wed Feb 03 12:12:31 MST 2016 skra Partly revert r295168 and define PTE_DEVICE in pmap-v6.h header again.
It turned out that devmap.c is not only file in which PTE_DEVICE
is used and simultaneously, built for both armv4 and armv6 platforms.

When I tried to build all arm kernels before r295168 commit, it was
hid by some other local changes in my tree. I hope that this is just
temporary workaround before VM_MEMATTR_DEVICE could be used instead of
PTE_DEVICE outside of pmap code for __ARM_ARCH < 6.
diff 295168 Tue Feb 02 21:22:07 MST 2016 skra Use pmap_preboot_map_attr() directly in arm_devmap_bootstrap()
instead of hiding behind pmap_map_chunk(). It's not longer needed
after old pmap-v6 code was removed.

For compatibility with __ARM_ARCH < 6, define PTE_DEVICE in devmap.c
file. Certainly, it would be nice if VM_MEMATTR_DEVICE could be used
even for __ARM_ARCH < 6.
diff 295168 Tue Feb 02 21:22:07 MST 2016 skra Use pmap_preboot_map_attr() directly in arm_devmap_bootstrap()
instead of hiding behind pmap_map_chunk(). It's not longer needed
after old pmap-v6 code was removed.

For compatibility with __ARM_ARCH < 6, define PTE_DEVICE in devmap.c
file. Certainly, it would be nice if VM_MEMATTR_DEVICE could be used
even for __ARM_ARCH < 6.
diff 295042 Fri Jan 29 16:01:57 MST 2016 skra Use kernel_pmap directly instead of pmap_kernel(). The kernel_pmap is
already used for __ARM_ARCH >= 6 and so even for __ARM_ARCH < 6 on some
common places.
diff 295042 Fri Jan 29 16:01:57 MST 2016 skra Use kernel_pmap directly instead of pmap_kernel(). The kernel_pmap is
already used for __ARM_ARCH >= 6 and so even for __ARM_ARCH < 6 on some
common places.
/freebsd-11.0-release/crypto/openssl/crypto/asn1/
H A Da_enum.cdiff 100936 Tue Jul 30 13:38:06 MDT 2002 nectar Import of OpenSSL 0.9.6e.
diff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
/freebsd-11.0-release/crypto/openssl/crypto/bio/
H A Dbf_lbuf.cdiff 100928 Tue Jul 30 12:44:15 MDT 2002 nectar Import of OpenSSL 0.9.6d.
68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
/freebsd-11.0-release/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.sdiff 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
/freebsd-11.0-release/crypto/openssl/crypto/conf/
H A Dconf_api.cdiff 100928 Tue Jul 30 12:44:15 MDT 2002 nectar Import of OpenSSL 0.9.6d.
68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
H A Dconf_def.hdiff 100928 Tue Jul 30 12:44:15 MDT 2002 nectar Import of OpenSSL 0.9.6d.
68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
H A Dconf_lib.cdiff 72613 Sun Feb 18 03:17:36 MST 2001 kris Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10
68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
H A Dkeysets.pldiff 100928 Tue Jul 30 12:44:15 MDT 2002 nectar Import of OpenSSL 0.9.6d.
diff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
/freebsd-11.0-release/crypto/openssl/crypto/des/
H A Dread_pwd.cdiff 100928 Tue Jul 30 12:44:15 MDT 2002 nectar Import of OpenSSL 0.9.6d.
diff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
/freebsd-11.0-release/crypto/openssl/crypto/dso/
H A Ddso.hdiff 89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
/freebsd-11.0-release/crypto/openssl/crypto/
H A Debcdic.cdiff 100936 Tue Jul 30 13:38:06 MDT 2002 nectar Import of OpenSSL 0.9.6e.
diff 76866 Sun May 20 03:07:21 MDT 2001 kris Initial import of OpenSSL 0.9.6a
/freebsd-11.0-release/crypto/openssl/crypto/evp/
H A De_bf.cdiff 79998 Thu Jul 19 19:59:37 MDT 2001 kris Initial import of OpenSSL 0.9.6b
68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
H A Dm_md4.cdiff 89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
/freebsd-11.0-release/crypto/openssl/crypto/lhash/
H A Dlh_test.cdiff 100928 Tue Jul 30 12:44:15 MDT 2002 nectar Import of OpenSSL 0.9.6d.
diff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
/freebsd-11.0-release/crypto/openssl/crypto/md4/
H A Dmd4_locl.hdiff 89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
/freebsd-11.0-release/usr.bin/catman/
H A DMakefilediff 201386 Sat Jan 02 10:38:58 MST 2010 ed Build usr.bin/ with WARNS=6 by default.

Also add some missing $FreeBSD$ to keep svn happy.
diff 139183 Wed Dec 22 15:25:51 MST 2004 ru Fixed the only warning and mark as WARNS=6 clean.
/freebsd-11.0-release/usr.bin/cpuset/
H A DMakefilediff 201386 Sat Jan 02 10:38:58 MST 2010 ed Build usr.bin/ with WARNS=6 by default.

Also add some missing $FreeBSD$ to keep svn happy.
176732 Sun Mar 02 07:51:29 MST 2008 jeff Add a simple utility for manipulating cpusets. Man page will be available
soon.
- Lists of cpus may be specified with -l with ranges specified as low-high and
commas between individual cpus and ranges. ie -l 0-2,4,6-8.
- cpuset can modified -p pids, -t tids, or -s cpusetids.
- cpuset can -g get the current mask for any of the above.

Sponsored by: Nokia

Completed in 415 milliseconds

1234567891011>>