CVS commit: src/doc

2014-05-28 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Wed May 28 21:51:18 UTC 2014

Modified Files:
src/doc: HACKS

Log Message:
Add a hack entry for lib/libcurses/Makefile workaround for lib/48827


To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 src/doc/HACKS

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/rump

2014-05-28 Thread Justin Cormack
Module Name:src
Committed By:   justin
Date:   Wed May 28 20:57:23 UTC 2014

Modified Files:
src/sys/rump/librump/rumpkern: emul.c
src/sys/rump/librump/rumpvfs: rumpfs.c
src/sys/rump/net/lib/libshmif: if_shmem.c

Log Message:
Add missing __diagused in rump code


To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 src/sys/rump/librump/rumpkern/emul.c
cvs rdiff -u -r1.127 -r1.128 src/sys/rump/librump/rumpvfs/rumpfs.c
cvs rdiff -u -r1.60 -r1.61 src/sys/rump/net/lib/libshmif/if_shmem.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netinet

2014-05-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed May 28 19:19:33 UTC 2014

Modified Files:
src/sys/netinet: ip_input.c

Log Message:
CID 12164{49,51}: Remove bogus ifp == NULL checks; if ifp was really NULL,
we would have been dead a few lines before the tests.


To generate a diff of this commit:
cvs rdiff -u -r1.314 -r1.315 src/sys/netinet/ip_input.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2014-05-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed May 28 19:14:17 UTC 2014

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
tzcode 2014d


To generate a diff of this commit:
cvs rdiff -u -r1.1116 -r1.1117 src/doc/3RDPARTY
cvs rdiff -u -r1.1928 -r1.1929 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/time

2014-05-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed May 28 19:13:27 UTC 2014

Modified Files:
src/lib/libc/time: Makefile NEWS tz-link.htm zic.8 zic.c

Log Message:
welcome to 2014d; zic big bang fixes:
some programs did not handle large negative time_t values well (gnome)


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/time/Makefile
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/time/NEWS
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/time/tz-link.htm
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/time/zic.8
cvs rdiff -u -r1.45 -r1.46 src/lib/libc/time/zic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/lib/libsupc++

2014-05-28 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed May 28 17:09:18 UTC 2014

Modified Files:
src/external/gpl3/gcc/lib/libsupc++: Makefile Makefile.common

Log Message:
move the -std=gnu++0x code from Makefile to Makefile.common.
fixes the remaining 2/3 link issues.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gcc/lib/libsupc++/Makefile
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/lib/libsupc++/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3

2014-05-28 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed May 28 16:41:06 UTC 2014

Modified Files:
src/external/gpl3/gcc/lib/libstdc++-v3: Makefile

Log Message:
add -pthread to compiler/linker flags.  fixes 1/3 of the link issues.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/gcc/lib/libstdc++-v3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/external/bsd/drm2/include/drm

2014-05-28 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Wed May 28 16:13:02 UTC 2014

Modified Files:
src/sys/external/bsd/drm2/include/drm: intel-gtt.h

Log Message:
Explain the fields of struct intel_gtt for future reference.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/drm2/include/drm/intel-gtt.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2014-05-28 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Wed May 28 16:07:58 UTC 2014

Modified Files:
src/sys/dev/pci: agp_i810.c

Log Message:
Cosmetic changes require testing too...oops.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/dev/pci/agp_i810.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2014-05-28 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Wed May 28 16:05:04 UTC 2014

Modified Files:
src/doc: 3RDPARTY

Log Message:
tzcode2014d/tzdata2014d has been released.

There's no need to updata tzdata this time, because it's identical
to the previous version.


To generate a diff of this commit:
cvs rdiff -u -r1.1115 -r1.1116 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/external/bsd/drm2/i915drm

2014-05-28 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Wed May 28 15:44:02 UTC 2014

Modified Files:
src/sys/external/bsd/drm2/i915drm: i915_gem_gtt.c

Log Message:
Fix bogus GTT total size calculation.  Omit gtt_bsh for `agp' gtt.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/external/bsd/drm2/i915drm/i915_gem_gtt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2014-05-28 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Wed May 28 15:34:32 UTC 2014

Modified Files:
src/sys/dev/pci: agp_i810.c

Log Message:
Cosmetics: long lines, needless variables, PCI parameter verbiage.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/dev/pci/agp_i810.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2014-05-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed May 28 14:55:16 UTC 2014

Modified Files:
src/sys/sys: socket.h

Log Message:
CID 976378: Avoid incorrect computation with ngrps == 0


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/sys/socket.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/rpc

2014-05-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed May 28 14:49:28 UTC 2014

Modified Files:
src/lib/libc/rpc: svc_generic.c

Log Message:
CID 975117: check listen(2) return .


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/rpc/svc_generic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/rpc

2014-05-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed May 28 14:45:20 UTC 2014

Modified Files:
src/lib/libc/rpc: clnt_generic.c

Log Message:
CID 975113: Ignore __rpc_setnodelay error, it is not fatal


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/lib/libc/rpc/clnt_generic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/rpc

2014-05-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed May 28 14:45:57 UTC 2014

Modified Files:
src/lib/libc/rpc: rpc_soc.c

Log Message:
CID 97511{4,5}: Ignore bindresvport return. It only works for root.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/rpc/rpc_soc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/rpc

2014-05-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed May 28 14:41:48 UTC 2014

Modified Files:
src/lib/libc/rpc: clnt_generic.c

Log Message:
CID 975112: Ignore bindresvport() return. This is can only succeed for root


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/lib/libc/rpc/clnt_generic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/net

2014-05-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed May 28 14:39:02 UTC 2014

Modified Files:
src/lib/libc/net: rcmd.c

Log Message:
CID 975111: Ignore return value from initgroups(). If we failed, then
the failure would be that we could not open the .rhosts file so we fail
closed.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/lib/libc/net/rcmd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/wpa/dist/src/drivers

2014-05-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed May 28 14:36:41 UTC 2014

Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c

Log Message:
CID 272959: NULL deref


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/wpa/dist/src/drivers/driver_bsd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2014-05-28 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed May 28 13:59:38 UTC 2014

Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h

Log Message:
Regen.


To generate a diff of this commit:
cvs rdiff -u -r1.1183 -r1.1184 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1182 -r1.1183 src/sys/dev/pci/pcidevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2014-05-28 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed May 28 13:59:06 UTC 2014

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
- Add some Intel devices (Sandy Bridge, 6702PXH, X38 and Pineview)
- Add ITE IT8213


To generate a diff of this commit:
cvs rdiff -u -r1.1190 -r1.1191 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/mips/include

2014-05-28 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed May 28 12:06:24 UTC 2014

Removed Files:
src/sys/arch/mips/include: bus_dma.h

Log Message:
Remove unused file.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r0 src/sys/arch/mips/include/bus_dma.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2014-05-28 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed May 28 11:35:50 UTC 2014

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
OpenLDAP 2.4.39 was imported.


To generate a diff of this commit:
cvs rdiff -u -r1.1114 -r1.1115 src/doc/3RDPARTY
cvs rdiff -u -r1.1927 -r1.1928 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/openldap

2014-05-28 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed May 28 11:32:20 UTC 2014

Modified Files:
src/external/bsd/openldap: openldap.mk
src/external/bsd/openldap/bin: Makefile.inc
src/external/bsd/openldap/lib/liblber: shlib_version
src/external/bsd/openldap/lib/libldap: Makefile Makefile.libldap
shlib_version
src/external/bsd/openldap/lib/libldap_r: Makefile shlib_version
src/external/bsd/openldap/lib/liblutil: Makefile

Log Message:
Update for building OpenLDAP 2.4.39.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/openldap/openldap.mk
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/openldap/bin/Makefile.inc
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/openldap/lib/liblber/shlib_version
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/openldap/lib/libldap/Makefile
cvs rdiff -u -r1.6 -r1.7 \
src/external/bsd/openldap/lib/libldap/Makefile.libldap
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/openldap/lib/libldap/shlib_version
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/openldap/lib/libldap_r/Makefile
cvs rdiff -u -r1.5 -r1.6 \
src/external/bsd/openldap/lib/libldap_r/shlib_version
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/openldap/lib/liblutil/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sets/lists

2014-05-28 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed May 28 11:32:51 UTC 2014

Modified Files:
src/distrib/sets/lists/base: ad.arm ad.mips ad.powerpc md.amd64
md.sparc64 shl.mi
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/debug: ad.arm ad.mips ad.powerpc md.amd64
md.sparc64 shl.mi

Log Message:
Update for OpenLDAP 2.4.39.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/distrib/sets/lists/base/ad.arm
cvs rdiff -u -r1.39 -r1.40 src/distrib/sets/lists/base/ad.mips
cvs rdiff -u -r1.8 -r1.9 src/distrib/sets/lists/base/ad.powerpc
cvs rdiff -u -r1.233 -r1.234 src/distrib/sets/lists/base/md.amd64
cvs rdiff -u -r1.220 -r1.221 src/distrib/sets/lists/base/md.sparc64
cvs rdiff -u -r1.702 -r1.703 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.1893 -r1.1894 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.33 -r1.34 src/distrib/sets/lists/debug/ad.arm
cvs rdiff -u -r1.29 -r1.30 src/distrib/sets/lists/debug/ad.mips
cvs rdiff -u -r1.8 -r1.9 src/distrib/sets/lists/debug/ad.powerpc
cvs rdiff -u -r1.52 -r1.53 src/distrib/sets/lists/debug/md.amd64
cvs rdiff -u -r1.51 -r1.52 src/distrib/sets/lists/debug/md.sparc64
cvs rdiff -u -r1.62 -r1.63 src/distrib/sets/lists/debug/shl.mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/utils/sysinst/arch/vax

2014-05-28 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed May 28 11:16:03 UTC 2014

Modified Files:
src/distrib/utils/sysinst/arch/vax: md.c

Log Message:
Enable swap during sysinst as early as possible


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/distrib/utils/sysinst/arch/vax/md.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/openldap

2014-05-28 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed May 28 11:09:18 UTC 2014

Modified Files:
src/external/bsd/openldap/include: lber_types.h ldap_config.h
ldap_features.h portable.h
src/external/bsd/openldap/man: lber-decode.3 lber-encode.3
lber-memory.3 lber-sockbuf.3 lber-types.3 ldap.3 ldap.conf.5
ldap_abandon.3 ldap_add.3 ldap_bind.3 ldap_compare.3
ldap_controls.3 ldap_delete.3 ldap_error.3
ldap_extended_operation.3 ldap_first_attribute.3 ldap_first_entry.3
ldap_first_message.3 ldap_first_reference.3 ldap_get_dn.3
ldap_get_option.3 ldap_get_values.3 ldap_memory.3 ldap_modify.3
ldap_modrdn.3 ldap_open.3 ldap_parse_reference.3
ldap_parse_result.3 ldap_parse_sort_control.3
ldap_parse_vlv_control.3 ldap_rename.3 ldap_result.3 ldap_schema.3
ldap_search.3 ldap_sort.3 ldap_sync.3 ldap_tls.3 ldap_url.3
ldapcompare.1 ldapdelete.1 ldapexop.1 ldapmodify.1 ldapmodrdn.1
ldappasswd.1 ldapsearch.1 ldapurl.1 ldapwhoami.1 ldif.5 slapacl.8
slapadd.8 slapauth.8 slapcat.8 slapd-bdb.5 slapd-config.5
slapd-dnssrv.5 slapd-ldap.5 slapd-ldbm.5 slapd-ldif.5 slapd-meta.5
slapd-monitor.5 slapd-ndb.5 slapd-null.5 slapd-passwd.5
slapd-perl.5 slapd-relay.5 slapd-shell.5 slapd-sock.5 slapd-sql.5
slapd.8 slapd.access.5 slapd.backends.5 slapd.conf.5
slapd.overlays.5 slapd.plugin.5 slapdn.8 slapindex.8
slapo-accesslog.5 slapo-auditlog.5 slapo-chain.5 slapo-collect.5
slapo-constraint.5 slapo-dds.5 slapo-dyngroup.5 slapo-dynlist.5
slapo-memberof.5 slapo-pbind.5 slapo-pcache.5 slapo-ppolicy.5
slapo-refint.5 slapo-retcode.5 slapo-rwm.5 slapo-sssvlv.5
slapo-syncprov.5 slapo-translucent.5 slapo-unique.5 slapo-valsort.5
slappasswd.8 slapschema.8 slaptest.8
Added Files:
src/external/bsd/openldap/man: ldap_dup.3 slapd-mdb.5

Log Message:
Re-generate after import of OpenLDAP 2.4.39.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/openldap/include/lber_types.h \
src/external/bsd/openldap/include/ldap_config.h
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/openldap/include/ldap_features.h
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/openldap/include/portable.h
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/openldap/man/lber-decode.3 \
src/external/bsd/openldap/man/lber-encode.3 \
src/external/bsd/openldap/man/lber-memory.3 \
src/external/bsd/openldap/man/lber-sockbuf.3 \
src/external/bsd/openldap/man/lber-types.3 \
src/external/bsd/openldap/man/ldap.3 \
src/external/bsd/openldap/man/ldap_abandon.3 \
src/external/bsd/openldap/man/ldap_add.3 \
src/external/bsd/openldap/man/ldap_bind.3 \
src/external/bsd/openldap/man/ldap_compare.3 \
src/external/bsd/openldap/man/ldap_controls.3 \
src/external/bsd/openldap/man/ldap_delete.3 \
src/external/bsd/openldap/man/ldap_error.3 \
src/external/bsd/openldap/man/ldap_extended_operation.3 \
src/external/bsd/openldap/man/ldap_first_attribute.3 \
src/external/bsd/openldap/man/ldap_first_entry.3 \
src/external/bsd/openldap/man/ldap_first_message.3 \
src/external/bsd/openldap/man/ldap_first_reference.3 \
src/external/bsd/openldap/man/ldap_get_dn.3 \
src/external/bsd/openldap/man/ldap_get_option.3 \
src/external/bsd/openldap/man/ldap_get_values.3 \
src/external/bsd/openldap/man/ldap_memory.3 \
src/external/bsd/openldap/man/ldap_modify.3 \
src/external/bsd/openldap/man/ldap_modrdn.3 \
src/external/bsd/openldap/man/ldap_open.3 \
src/external/bsd/openldap/man/ldap_parse_reference.3 \
src/external/bsd/openldap/man/ldap_parse_result.3 \
src/external/bsd/openldap/man/ldap_parse_sort_control.3 \
src/external/bsd/openldap/man/ldap_parse_vlv_control.3 \
src/external/bsd/openldap/man/ldap_rename.3 \
src/external/bsd/openldap/man/ldap_result.3 \
src/external/bsd/openldap/man/ldap_schema.3 \
src/external/bsd/openldap/man/ldap_search.3 \
src/external/bsd/openldap/man/ldap_sort.3 \
src/external/bsd/openldap/man/ldap_sync.3 \
src/external/bsd/openldap/man/ldap_tls.3 \
src/external/bsd/openldap/man/ldap_url.3 \
src/external/bsd/openldap/man/ldapcompare.1 \
src/external/bsd/openldap/man/ldapdelete.1 \
src/external/bsd/openldap/man/ldapmodify.1 \
src/external/bsd/openldap/man/ldapmodrdn.1 \
src/external/bsd/openldap/man/ldappasswd.1 \
src/external/bsd/openldap/man/ldapsearch.1 \
src/external/bsd/openldap/man/ldapwhoami.1 \
src/external/bsd/openldap/man/ldif.5 \
src/external/bsd/openldap/man/slapacl.8 \
src/external/bsd/openldap/man/slapadd.8 \
src/external/bsd/openldap/man/slapauth.8 \
src/external/bsd/openldap/man/slapcat.8 \
src/external/bsd/openldap/man/slapd-bdb.5 \
src/external/bsd/openl

CVS commit: src/sys/miscfs/genfs

2014-05-28 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Wed May 28 10:51:20 UTC 2014

Modified Files:
src/sys/miscfs/genfs: layer.h

Log Message:
Change field "layerm_tag" to correct type "enum vtagtype".

CID 1216449:  Mixing enum types


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/miscfs/genfs/layer.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/openldap/dist/libraries/librewrite

2014-05-28 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed May 28 10:14:13 UTC 2014

Modified Files:
src/external/bsd/openldap/dist/libraries/librewrite: session.c

Log Message:
Apply patch to fix CVE-2013-4449. This shouldn't be necessary as we don't
build the server or its plug-ins. But it is better to be safe in case
this changes.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 \
src/external/bsd/openldap/dist/libraries/librewrite/session.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/openldap/dist

2014-05-28 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed May 28 10:12:43 UTC 2014

Modified Files:
src/external/bsd/openldap/dist/build: mkversion
src/external/bsd/openldap/dist/clients/tools: common.c
src/external/bsd/openldap/dist/include: Makefile.in ldap_queue.h
portable.hin
src/external/bsd/openldap/dist/libraries/libldap: os-ip.c os-local.c
tls_o.c
src/external/bsd/openldap/dist/libraries/liblutil: detach.c md5.c
passwd.c
Removed Files:
src/external/bsd/openldap/dist/contrib/ldapc++: LICENSE
src/external/bsd/openldap/dist/contrib/slapd-modules/acl: README
src/external/bsd/openldap/dist/doc/guide: COPYRIGHT LICENSE
src/external/bsd/openldap/dist/libraries/libldap_r: thr_lwp.c
src/external/bsd/openldap/dist/libraries/liblutil: fetch.c ldif.c

Log Message:
Resolve conflicts from last import.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/openldap/dist/build/mkversion
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/openldap/dist/clients/tools/common.c
cvs rdiff -u -r1.1.1.1 -r0 \
src/external/bsd/openldap/dist/contrib/ldapc++/LICENSE
cvs rdiff -u -r1.1.1.3 -r0 \
src/external/bsd/openldap/dist/contrib/slapd-modules/acl/README
cvs rdiff -u -r1.1.1.4 -r0 src/external/bsd/openldap/dist/doc/guide/COPYRIGHT
cvs rdiff -u -r1.1.1.1 -r0 src/external/bsd/openldap/dist/doc/guide/LICENSE
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/openldap/dist/include/Makefile.in \
src/external/bsd/openldap/dist/include/portable.hin
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/openldap/dist/include/ldap_queue.h
cvs rdiff -u -r1.5 -r1.6 \
src/external/bsd/openldap/dist/libraries/libldap/os-ip.c
cvs rdiff -u -r1.6 -r1.7 \
src/external/bsd/openldap/dist/libraries/libldap/os-local.c
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/openldap/dist/libraries/libldap/tls_o.c
cvs rdiff -u -r1.1.1.3 -r0 \
src/external/bsd/openldap/dist/libraries/libldap_r/thr_lwp.c
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/openldap/dist/libraries/liblutil/detach.c \
src/external/bsd/openldap/dist/libraries/liblutil/md5.c
cvs rdiff -u -r1.1.1.3 -r0 \
src/external/bsd/openldap/dist/libraries/liblutil/fetch.c \
src/external/bsd/openldap/dist/libraries/liblutil/ldif.c
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/openldap/dist/libraries/liblutil/passwd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/mii

2014-05-28 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed May 28 09:49:55 UTC 2014

Modified Files:
src/sys/dev/mii: miivar.h

Log Message:
Fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/dev/mii/miivar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sets/lists/comp

2014-05-28 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed May 28 09:38:46 UTC 2014

Modified Files:
src/distrib/sets/lists/comp: ad.powerpc

Log Message:
add new htmintrin.h and htmxlintrin.h files for GCC 4.8.3.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/distrib/sets/lists/comp/ad.powerpc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc

2014-05-28 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed May 28 09:09:39 UTC 2014

Modified Files:
src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha: c++config.h config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm: c++config.h config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb: c++config.h config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/coldfire: c++config.h
config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm: c++config.h config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb: c++config.h
config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf: c++config.h
config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb: c++config.h
config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4: c++config.h
config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb: c++config.h
config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6: c++config.h
config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb: c++config.h
config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hf: c++config.h
config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hfeb: c++config.h
config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7: c++config.h
config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7eb: c++config.h
config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hf: c++config.h
config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hfeb: c++config.h
config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa: c++config.h config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/i386: c++config.h config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68k: c++config.h config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb: c++config.h
config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el: c++config.h
config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb: c++config.h
config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel: c++config.h
config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc: c++config.h
config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb: c++config.h config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el: c++config.h config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc: c++config.h config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64: c++config.h
config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/vax: c++config.h config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64: c++config.h
config.h
src/external/gpl3/gcc/usr.bin/gcc/arch/alpha: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/arm: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/armeb: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/coldfire: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/earm: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/earmeb: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/earmhf: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/earmhfeb: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/earmv4: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/earmv4eb: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/earmv6: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/earmv6eb: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/earmv6hf: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/earmv6hfeb: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/earmv7: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/earmv7eb: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/earmv7hf: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/earmv7hfeb: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/hppa: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/i386: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/mips64eb: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/mipseb: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/mipsel: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/sh3el: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/sparc: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/sparc64: configargs.h
src/external/gpl3/gcc/usr.bin/gcc/arch/vax: config

CVS commit: src/sys/dev/pci

2014-05-28 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed May 28 09:06:24 UTC 2014

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
Add Intel X540-AT2.


To generate a diff of this commit:
cvs rdiff -u -r1.1189 -r1.1190 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2014-05-28 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed May 28 09:06:46 UTC 2014

Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h

Log Message:
regen.


To generate a diff of this commit:
cvs rdiff -u -r1.1182 -r1.1183 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1181 -r1.1182 src/sys/dev/pci/pcidevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tools/gcc

2014-05-28 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed May 28 07:32:22 UTC 2014

Modified Files:
src/tools/gcc: Makefile

Log Message:
two fixes skrll@ pointed out:
- pass --enable-libstdcxx-threads to enable a bunch of tests and thus
  get the right answers
- MKNATIVE_CONFIG_TARGET_LIBS needs to do libgcc before libstdc++-v3,
  for the GCC 4.8 case.

with these we now get the right threading options in the headers.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/tools/gcc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3

2014-05-28 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed May 28 07:03:36 UTC 2014

Modified Files:
src/external/gpl3/gcc/dist/libstdc++-v3: configure

Log Message:
apply patch from skrll@:  allow netbsd host=target to configure
GLIBCXX_IS_NATIVE.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/dist/libstdc++-v3/configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3

2014-05-28 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed May 28 07:03:27 UTC 2014

Modified Files:
src/external/gpl3/gcc/dist/libstdc++-v3: configure.ac

Log Message:
apply patch from skrll@:  allow netbsd host=target to configure
GLIBCXX_IS_NATIVE.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
src/external/gpl3/gcc/dist/libstdc++-v3/configure.ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.