CVS commit: src/sys/dev/audio

2019-05-10 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat May 11 03:26:43 UTC 2019 Modified Files: src/sys/dev/audio: audio.c Log Message: Don't use a confusing GCC extension. NFC To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/audio/audio.c Please note that

CVS commit: src/sys/dev/audio

2019-05-10 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat May 11 03:26:43 UTC 2019 Modified Files: src/sys/dev/audio: audio.c Log Message: Don't use a confusing GCC extension. NFC To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/audio/audio.c Please note that

CVS commit: src/share/mk

2019-05-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 11 02:40:31 UTC 2019 Modified Files: src/share/mk: bsd.own.mk Log Message: Everyone is using gcc-7 now. To generate a diff of this commit: cvs rdiff -u -r1.1133 -r1.1134 src/share/mk/bsd.own.mk Please note that diffs

CVS commit: src/share/mk

2019-05-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 11 02:40:31 UTC 2019 Modified Files: src/share/mk: bsd.own.mk Log Message: Everyone is using gcc-7 now. To generate a diff of this commit: cvs rdiff -u -r1.1133 -r1.1134 src/share/mk/bsd.own.mk Please note that diffs

CVS commit: src/external/gpl3/gcc/lib/libgcc

2019-05-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 11 02:39:32 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc Log Message: remove the ppc64 long-double-128; the default is 64 now. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/external/gpl3/gcc

2019-05-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 11 02:39:48 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libgcc/arch/powerpc64: defs.mk src/external/gpl3/gcc/lib/libiberty: defs.mk src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64:

CVS commit: src/external/gpl3/gcc

2019-05-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 11 02:39:48 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libgcc/arch/powerpc64: defs.mk src/external/gpl3/gcc/lib/libiberty: defs.mk src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64:

CVS commit: src/external/gpl3/gcc/dist/gcc/config/rs6000

2019-05-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 11 02:37:58 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc/config/rs6000: netbsd64.h Log Message: Switch PPC64 long double to 64 bits until the compiler is fixed. XXX: This changes the ABI of the libraries.

CVS commit: src/sys/dev/pci

2019-05-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 11 02:34:19 UTC 2019 Modified Files: src/sys/dev/pci: auich.c Log Message: Don't return the raw audio formats; return the ones after we disabled some of them because the device does not support them. Fixes panic in

CVS commit: src/sys/dev/pci

2019-05-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 11 02:34:19 UTC 2019 Modified Files: src/sys/dev/pci: auich.c Log Message: Don't return the raw audio formats; return the ones after we disabled some of them because the device does not support them. Fixes panic in

Re: CVS commit: src/sys

2019-05-10 Thread Greg Troxel
Kamil Rytarowski writes: > On 08.05.2019 11:34, Ryota Ozaki wrote: >> On Sat, Apr 20, 2019 at 6:45 PM Ryota Ozaki wrote: >>> >>> On Fri, Apr 19, 2019 at 6:49 PM Kamil Rytarowski wrote: On 19.04.2019 11:41, J. Hannken-Illjes wrote: >> On 19. Apr 2019, at 03:52, Ryota Ozaki wrote:

Re: CVS commit: src/sys

2019-05-10 Thread Kamil Rytarowski
On 08.05.2019 11:34, Ryota Ozaki wrote: > On Sat, Apr 20, 2019 at 6:45 PM Ryota Ozaki wrote: >> >> On Fri, Apr 19, 2019 at 6:49 PM Kamil Rytarowski wrote: >>> >>> On 19.04.2019 11:41, J. Hannken-Illjes wrote: > On 19. Apr 2019, at 03:52, Ryota Ozaki wrote: > > Module Name: src >

CVS commit: src/sys/arch/sgimips/gio

2019-05-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri May 10 23:21:42 UTC 2019 Modified Files: src/sys/arch/sgimips/gio: newport.c Log Message: general overhaul, in no particular order: - use MIPS_PHYS_TO_KSEG1() - get rid of duplicated rasops_allocattr() and _mapchar()

CVS commit: src/sys/arch/sgimips/gio

2019-05-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri May 10 23:21:42 UTC 2019 Modified Files: src/sys/arch/sgimips/gio: newport.c Log Message: general overhaul, in no particular order: - use MIPS_PHYS_TO_KSEG1() - get rid of duplicated rasops_allocattr() and _mapchar()

CVS commit: src/sys/arch/sgimips/gio

2019-05-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri May 10 22:54:51 UTC 2019 Modified Files: src/sys/arch/sgimips/gio: newportreg.h Log Message: move the CIDMATCH bits where they belong, now FASTCLEAR mode can actually work To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/sgimips/gio

2019-05-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri May 10 22:54:51 UTC 2019 Modified Files: src/sys/arch/sgimips/gio: newportreg.h Log Message: move the CIDMATCH bits where they belong, now FASTCLEAR mode can actually work To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/kern

2019-05-10 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Fri May 10 21:08:26 UTC 2019 Modified Files: src/sys/kern: sys_ptrace_common.c Log Message: Fix typo: PT_GETFOREGS -> PT_GETFPREGS (NFC) To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53