CVS commit: src/common/lib/libc

2014-10-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Oct 13 07:31:12 UTC 2014

Modified Files:
src/common/lib/libc/arch/arm/atomic: Makefile.inc
src/common/lib/libc/atomic: atomic_op_namespace.h
Added Files:
src/common/lib/libc/atomic: atomic_and_16_nv_cas.c
atomic_and_8_nv_cas.c

Log Message:
Provide __sync_and_and_fetch_2 and __sync_and_and_fetch_1 for pre-ARMv6,
they are needed for the C++ 2011  stuff.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/common/lib/libc/arch/arm/atomic/Makefile.inc
cvs rdiff -u -r0 -r1.2 src/common/lib/libc/atomic/atomic_and_16_nv_cas.c \
src/common/lib/libc/atomic/atomic_and_8_nv_cas.c
cvs rdiff -u -r1.6 -r1.7 src/common/lib/libc/atomic/atomic_op_namespace.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/ic

2014-10-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Oct 13 08:18:52 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_gmac_reg.h

Log Message:
Add MAC config register bit definitions


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/dwc_gmac_reg.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/ic

2014-10-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Oct 13 08:24:53 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_gmac.c

Log Message:
When link status changes, update MAC configuration accordingly.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ic/dwc_gmac.c

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



CVS commit: src/common/lib/libc/arch/sparc/atomic

2014-10-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Oct 13 08:59:41 UTC 2014

Modified Files:
src/common/lib/libc/arch/sparc/atomic: Makefile.inc

Log Message:
Add C++ 2011  support functions.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/common/lib/libc/arch/sparc/atomic/Makefile.inc

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



CVS commit: src/sys/dev/ic

2014-10-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Oct 13 09:07:26 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_gmac.c

Log Message:
Do not flush/restart the TX engine after queuing packets, but instead
keep it running (it will stall when out of descriptors), and inform it
about new descriptors available by writing to the TXPOLL request register.
Add more debugging code.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ic/dwc_gmac.c

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



CVS commit: src/sys/arch/arm/pic

2014-10-13 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Oct 13 09:21:06 UTC 2014

Modified Files:
src/sys/arch/arm/pic: pic.c

Log Message:
Comment out a printf that was confusing entering ddb output.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arm/pic/pic.c

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



CVS commit: src/tests/lib/libc/sync

2014-10-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Oct 13 09:57:35 UTC 2014

Modified Files:
src/tests/lib/libc/sync: Makefile

Log Message:
Do not try the C++ 2011 test with gcc < 4.8


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/sync/Makefile

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



CVS commit: src/sys/dev/i2c

2014-10-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Oct 13 10:29:27 UTC 2014

Modified Files:
src/sys/dev/i2c: ds1307.c

Log Message:
Initialize a variable that gcc thinks might be used uninitialized.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/i2c/ds1307.c

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



CVS commit: src/tests/lib/libc/sync

2014-10-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Oct 13 11:07:38 UTC 2014

Modified Files:
src/tests/lib/libc/sync: Makefile

Log Message:
Fix include order, so the makefile actually does something again.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/sync/Makefile

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



CVS commit: src/sys/arch/evbarm/conf

2014-10-13 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Oct 13 12:34:25 UTC 2014

Modified Files:
src/sys/arch/evbarm/conf: HUMMINGBIRD_A31

Log Message:
enable awindma


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/conf/HUMMINGBIRD_A31

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



CVS commit: src/sys/arch/arm/allwinner

2014-10-13 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Oct 13 12:34:00 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_ac.c awin_dma.c awin_reg.h awin_var.h
files.awin
Added Files:
src/sys/arch/arm/allwinner: awin_dma.h awin_dma_a10.c awin_dma_a31.c

Log Message:
Split awindma into a frontend and A10/A20 backend; add an A31 DMA backend.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/allwinner/awin_ac.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/allwinner/awin_dma.c
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/allwinner/awin_dma.h \
src/sys/arch/arm/allwinner/awin_dma_a10.c \
src/sys/arch/arm/allwinner/awin_dma_a31.c
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arm/allwinner/awin_reg.h
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/allwinner/awin_var.h
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/allwinner/files.awin

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



CVS commit: src/common/lib/libc/arch/arm/atomic

2014-10-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Oct 13 12:49:59 UTC 2014

Modified Files:
src/common/lib/libc/arch/arm/atomic: Makefile.inc

Log Message:
Move the and_{16,8}_nv sources into the right (libc only) block.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/common/lib/libc/arch/arm/atomic/Makefile.inc

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



CVS commit: src/common/lib/libc/arch

2014-10-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Oct 13 13:00:55 UTC 2014

Modified Files:
src/common/lib/libc/arch/mips/atomic: Makefile.inc
src/common/lib/libc/arch/sh3/atomic: Makefile.inc

Log Message:
Provide  C++ 2011 support functions for mips and sh3.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/common/lib/libc/arch/mips/atomic/Makefile.inc
cvs rdiff -u -r1.6 -r1.7 src/common/lib/libc/arch/sh3/atomic/Makefile.inc

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



CVS commit: src/sys/arch/arm/allwinner

2014-10-13 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Oct 13 13:34:54 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_dma_a31.c awin_reg.h

Log Message:
ignore pending bits that arent enabled


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/allwinner/awin_dma_a31.c
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/arm/allwinner/awin_reg.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/tests

2014-10-13 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Mon Oct 13 13:55:31 UTC 2014

Modified Files:
src/distrib/sets/lists/tests: mi

Log Message:
Sort.


To generate a diff of this commit:
cvs rdiff -u -r1.592 -r1.593 src/distrib/sets/lists/tests/mi

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



CVS commit: src/etc/etc.evbarm

2014-10-13 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Oct 13 14:01:49 UTC 2014

Modified Files:
src/etc/etc.evbarm: Makefile.inc

Log Message:
add HUMMINGBIRD_A31 kernel


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/etc/etc.evbarm/Makefile.inc

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



CVS commit: [netbsd-7] src/sys/fs/puffs

2014-10-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Oct 13 18:57:46 UTC 2014

Modified Files:
src/sys/fs/puffs [netbsd-7]: puffs_vnops.c

Log Message:
Pull up following revision(s) (requested by manu in ticket #136):
sys/fs/puffs/puffs_vnops.c: revision 1.189-1.191
If we truncate a file open for writing, make sure we zero-fill the end
of the last page, otherwise if the file is later truncated to a larger
size (creating a hole), that area will not return zeroes as it should.


To generate a diff of this commit:
cvs rdiff -u -r1.182.2.5 -r1.182.2.6 src/sys/fs/puffs/puffs_vnops.c

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



CVS commit: [netbsd-7] src/lib/libperfuse

2014-10-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Oct 13 19:00:16 UTC 2014

Modified Files:
src/lib/libperfuse [netbsd-7]: ops.c

Log Message:
Pull up following revision(s) (requested by manu in ticket #137):
lib/libperfuse/ops.c: revision 1.76
Report allocated bytes on FS correctly, instead of using file size
(which is wrong for sparse files)


To generate a diff of this commit:
cvs rdiff -u -r1.66.2.7 -r1.66.2.8 src/lib/libperfuse/ops.c

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



CVS commit: src/sys/arch/arm/allwinner

2014-10-13 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Oct 13 19:01:42 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_ac.c

Log Message:
add A31 support


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/allwinner/awin_ac.c

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



CVS commit: src/sys/arch/evbarm/conf

2014-10-13 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Oct 13 19:04:17 UTC 2014

Modified Files:
src/sys/arch/evbarm/conf: HUMMINGBIRD_A31

Log Message:
enable awinac


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/conf/HUMMINGBIRD_A31

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



CVS commit: [netbsd-7] src/lib/libm

2014-10-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Oct 13 19:34:58 UTC 2014

Modified Files:
src/lib/libm [netbsd-7]: Makefile shlib_version
src/lib/libm/arch/vax [netbsd-7]: n_atan2.S n_cabs.S n_sincos.S
n_sqrt.S
src/lib/libm/complex [netbsd-7]: Makefile.inc cprojl.c
src/lib/libm/man [netbsd-7]: acosh.3 asinh.3 atanh.3
src/lib/libm/noieee_src [netbsd-7]: n_atan2.c n_cosh.c n_exp.c n_log.c
n_pow.c n_sincos.c n_sinh.c
Added Files:
src/lib/libm/complex [netbsd-7]: cabsl.c cacoshl.c cacosl.c cargl.c
casinhl.c casinl.c catanhl.c catanl.c ccoshl.c ccosl.c
cephes_subrl.c cephes_subrl.h cexpl.c clogl.c cpowl.c csinhl.c
csinl.c csqrtl.c ctanhl.c ctanl.c

Log Message:
Pullup the following revisions, requested by christos in #138:

src/lib/libm/Makefile   1.165-1.166
src/lib/libm/shlib_version  1.14
src/lib/libm/arch/vax/n_atan2.S 1.9
src/lib/libm/arch/vax/n_cabs.S  1.7
src/lib/libm/arch/vax/n_sincos.S1.9
src/lib/libm/arch/vax/n_sqrt.S  1.10-1.11
src/lib/libm/complex/Makefile.inc   1.5-1.8
src/lib/libm/complex/cabsl.c1.1
src/lib/libm/complex/cacoshl.c  1.1
src/lib/libm/complex/cacosl.c   1.1
src/lib/libm/complex/cargl.c1.1
src/lib/libm/complex/casinhl.c  1.1
src/lib/libm/complex/casinl.c   1.1
src/lib/libm/complex/catanhl.c  1.1
src/lib/libm/complex/catanl.c   1.1
src/lib/libm/complex/ccoshl.c   1.1
src/lib/libm/complex/ccosl.c1.1
src/lib/libm/complex/cephes_subrl.c 1.1
src/lib/libm/complex/cephes_subrl.h 1.1
src/lib/libm/complex/cexpl.c1.1
src/lib/libm/complex/clogl.c1.1
src/lib/libm/complex/cpowl.c1.1
src/lib/libm/complex/cprojl.c   1.7
src/lib/libm/complex/csinhl.c   1.1
src/lib/libm/complex/csinl.c1.1
src/lib/libm/complex/csqrtl.c   1.1
src/lib/libm/complex/ctanhl.c   1.1
src/lib/libm/complex/ctanl.c1.1
src/lib/libm/man/acosh.31.17
src/lib/libm/man/asinh.31.17
src/lib/libm/man/atanh.31.17
src/lib/libm/noieee_src/n_atan2.c   1.7
src/lib/libm/noieee_src/n_cosh.c1.9
src/lib/libm/noieee_src/n_exp.c 1.9
src/lib/libm/noieee_src/n_log.c 1.8
src/lib/libm/noieee_src/n_pow.c 1.10-1.11
src/lib/libm/noieee_src/n_sincos.c  1.7
src/lib/libm/noieee_src/n_sinh.c1.8

Import the missing complex support routines from FreeBSD so we can
enable C++ 2011 mode for libstc++.


To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.164.2.1 src/lib/libm/Makefile
cvs rdiff -u -r1.13 -r1.13.20.1 src/lib/libm/shlib_version
cvs rdiff -u -r1.8 -r1.8.42.1 src/lib/libm/arch/vax/n_atan2.S
cvs rdiff -u -r1.6 -r1.6.42.1 src/lib/libm/arch/vax/n_cabs.S
cvs rdiff -u -r1.8 -r1.8.74.1 src/lib/libm/arch/vax/n_sincos.S
cvs rdiff -u -r1.9 -r1.9.4.1 src/lib/libm/arch/vax/n_sqrt.S
cvs rdiff -u -r1.4 -r1.4.22.1 src/lib/libm/complex/Makefile.inc
cvs rdiff -u -r0 -r1.1.2.2 src/lib/libm/complex/cabsl.c \
src/lib/libm/complex/cacoshl.c src/lib/libm/complex/cacosl.c \
src/lib/libm/complex/cargl.c src/lib/libm/complex/casinhl.c \
src/lib/libm/complex/casinl.c src/lib/libm/complex/catanl.c \
src/lib/libm/complex/ccoshl.c src/lib/libm/complex/ccosl.c \
src/lib/libm/complex/cephes_subrl.h src/lib/libm/complex/cexpl.c \
src/lib/libm/complex/clogl.c src/lib/libm/complex/cpowl.c \
src/lib/libm/complex/csinhl.c src/lib/libm/complex/csinl.c \
src/lib/libm/complex/ctanhl.c src/lib/libm/complex/ctanl.c
cvs rdiff -u -r0 -r1.3.2.2 src/lib/libm/complex/catanhl.c
cvs rdiff -u -r0 -r1.2.2.2 src/lib/libm/complex/cephes_subrl.c \
src/lib/libm/complex/csqrtl.c
cvs rdiff -u -r1.6 -r1.6.20.1 src/lib/libm/complex/cprojl.c
cvs rdiff -u -r1.16 -r1.16.8.1 src/lib/libm/man/acosh.3 \
src/lib/libm/man/asinh.3 src/lib/libm/man/atanh.3
cvs rdiff -u -r1.6 -r1.6.74.1 src/lib/libm/noieee_src/n_atan2.c \
src/lib/libm/noieee_src/n_sincos.c
cvs rdiff -u -r1.8 -r1.8.42.1 src/lib/libm/noieee_src/n_cosh.c \
src/lib/libm/noieee_src/n_exp.c
cvs rdiff -u -r1.7 -r1.7.42.1 src/lib/libm/noieee_src/n_log.c \
src/lib/libm/noieee_src/n_sinh.c
cvs rdiff -u -r1.9 -r1.9.4.1 src/lib/libm/noieee_src/n_pow.c

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



CVS commit: [netbsd-7] src/doc

2014-10-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Oct 13 19:37:54 UTC 2014

Modified Files:
src/doc [netbsd-7]: CHANGES-7.0

Log Message:
Tickets #136-#138


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.49 -r1.1.2.50 src/doc/CHANGES-7.0

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



CVS commit: [netbsd-7] src/distrib/sets/lists

2014-10-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Oct 13 20:05:16 UTC 2014

Modified Files:
src/distrib/sets/lists/base [netbsd-7]: ad.aarch64 ad.arm ad.mips
ad.powerpc md.amd64 md.sparc64 shl.mi
src/distrib/sets/lists/comp [netbsd-7]: mi
src/distrib/sets/lists/debug [netbsd-7]: ad.aarch64 ad.arm ad.mips
ad.powerpc md.amd64 md.sparc64 shl.mi

Log Message:
Pull up following revision(s) (requested by christos in ticket #138):
distrib/sets/lists/debug/md.sparc64: revision 1.65
distrib/sets/lists/debug/md.amd64: revision 1.66
distrib/sets/lists/debug/ad.mips: revision 1.42
distrib/sets/lists/base/shl.mi: revision 1.717
distrib/sets/lists/debug/ad.aarch64: revision 1.7
distrib/sets/lists/base/ad.mips: revision 1.52
distrib/sets/lists/debug/shl.mi: revision 1.76
distrib/sets/lists/base/ad.powerpc: revision 1.21
distrib/sets/lists/debug/ad.arm: revision 1.46
distrib/sets/lists/base/ad.aarch64: revision 1.8
distrib/sets/lists/base/md.amd64: revision 1.248
distrib/sets/lists/debug/ad.powerpc: revision 1.22
distrib/sets/lists/base/md.sparc64: revision 1.236
distrib/sets/lists/comp/mi: revision 1.1915
distrib/sets/lists/comp/mi: revision 1.1916
distrib/sets/lists/base/ad.arm: revision 1.57
Bump libm for long double complex functions.
Add a bunch of new libm/complex man pages.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.2.1 src/distrib/sets/lists/base/ad.aarch64
cvs rdiff -u -r1.54 -r1.54.2.1 src/distrib/sets/lists/base/ad.arm
cvs rdiff -u -r1.48 -r1.48.2.1 src/distrib/sets/lists/base/ad.mips
cvs rdiff -u -r1.17 -r1.17.2.1 src/distrib/sets/lists/base/ad.powerpc
cvs rdiff -u -r1.244 -r1.244.2.1 src/distrib/sets/lists/base/md.amd64
cvs rdiff -u -r1.232 -r1.232.2.1 src/distrib/sets/lists/base/md.sparc64
cvs rdiff -u -r1.712 -r1.712.2.1 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.1906 -r1.1906.2.1 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.2 -r1.2.2.1 src/distrib/sets/lists/debug/ad.aarch64
cvs rdiff -u -r1.42 -r1.42.2.1 src/distrib/sets/lists/debug/ad.arm
cvs rdiff -u -r1.38 -r1.38.2.1 src/distrib/sets/lists/debug/ad.mips
cvs rdiff -u -r1.18 -r1.18.2.1 src/distrib/sets/lists/debug/ad.powerpc
cvs rdiff -u -r1.63 -r1.63.2.1 src/distrib/sets/lists/debug/md.amd64
cvs rdiff -u -r1.61 -r1.61.2.1 src/distrib/sets/lists/debug/md.sparc64
cvs rdiff -u -r1.71 -r1.71.2.1 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: [netbsd-7] src/doc

2014-10-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Oct 13 20:07:11 UTC 2014

Modified Files:
src/doc [netbsd-7]: CHANGES-7.0

Log Message:
Note additional set lists files for #138.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.50 -r1.1.2.51 src/doc/CHANGES-7.0

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



CVS commit: src/sys/arch/landisk/landisk

2014-10-13 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Mon Oct 13 22:24:43 UTC 2014

Modified Files:
src/sys/arch/landisk/landisk: intr.c

Log Message:
s/__diagused/__debugused/ for variables used in KDASSERT().


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/landisk/landisk/intr.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/stdio

2014-10-13 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Oct 13 22:41:59 UTC 2014

Modified Files:
src/lib/libc/stdio: open_memstream.3

Log Message:
Fix whitespace in Xr. Remove sbuf(3) Xr, we do not have that.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/stdio/open_memstream.3

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



CVS commit: src/sys/dev/ic

2014-10-13 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Tue Oct 14 00:56:48 UTC 2014

Modified Files:
src/sys/dev/ic: rtl8169.c

Log Message:
RealTek 8139C+ incorrectly identifies UDP checksum 0x as bad.
Force software recalculation of UDP checksum if bad checksum is
reported by the hardware.


To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 src/sys/dev/ic/rtl8169.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/ppbus

2014-10-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Oct 14 01:04:39 UTC 2014

Modified Files:
src/sys/dev/ppbus: ppbus_base.c

Log Message:
PR/49281: John D. Baker: fix debugging format
XXX: pullup 7


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/ppbus/ppbus_base.c

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



CVS commit: src/sys/arch/x86/x86

2014-10-13 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Tue Oct 14 03:16:56 UTC 2014

Modified Files:
src/sys/arch/x86/x86: identcpu.c

Log Message:
Force x86_xsave_features to 0 when running under XEN for AMD
processors.  This prevents the use of xsave and xrstor thus fixing
the problem in PR/49150.  The basic problem is that the way AMD
implements those instructions means that information can leak
between domains so XEN treats them as privileged.

XXX If anybody else comes up with a better / more "proper" fix, go
for it.  However, this solves the problem I was having.  And, given
that XEN being broken is pretty much a show-stopper for a release,
something needed to be done.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/x86/x86/identcpu.c

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