CVS commit: src/sys/dev/usb

2019-10-31 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Oct 31 11:59:40 UTC 2019 Modified Files: src/sys/dev/usb: if_urndis.c Log Message: check if buf/bufsz are non-NULL before freeing. not all control messages that can be received result in buf being initialized, we might get a

CVS commit: src/sys/arch/aarch64

2019-10-29 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Oct 29 20:01:22 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c src/sys/arch/aarch64/include: pmap.h Log Message: Define PMAP_NEED_PROCWR, providing strategically placed i-cache synchronization where just

CVS commit: src/sys/arch/aarch64

2019-10-29 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Oct 29 20:01:22 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c src/sys/arch/aarch64/include: pmap.h Log Message: Define PMAP_NEED_PROCWR, providing strategically placed i-cache synchronization where just

CVS commit: src

2019-10-28 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Oct 28 13:19:50 UTC 2019 Modified Files: src/distrib/sets/lists/modules: mi src/sys/modules: Makefile Log Message: Disable filemon. It isn't suited for general use (that is, it poses security risks), but the exis

CVS commit: src

2019-10-28 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Oct 28 13:19:50 UTC 2019 Modified Files: src/distrib/sets/lists/modules: mi src/sys/modules: Makefile Log Message: Disable filemon. It isn't suited for general use (that is, it poses security risks), but the exis

Re: CVS commit: xsrc/external/mit/mkfontscale/dist

2019-10-27 Thread maya
On Sun, Oct 27, 2019 at 05:38:08PM +, Maya Rashish wrote: > Module Name: xsrc > Committed By: maya > Date: Sun Oct 27 17:38:08 UTC 2019 > > Modified Files: > xsrc/external/mit/mkfontscale/dist: mkfontscale.c > > Log Message: > Use a case insensitiv

CVS commit: xsrc/external/mit/mkfontscale/dist

2019-10-27 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Sun Oct 27 17:38:08 UTC 2019 Modified Files: xsrc/external/mit/mkfontscale/dist: mkfontscale.c Log Message: Use a case insensitive comparison. Add ExtraBold. Fixes PR xsrc/40609: Problem with mkfontscale and fonts/freefonts with

CVS commit: xsrc/external/mit/mkfontscale/dist

2019-10-27 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Sun Oct 27 17:38:08 UTC 2019 Modified Files: xsrc/external/mit/mkfontscale/dist: mkfontscale.c Log Message: Use a case insensitive comparison. Add ExtraBold. Fixes PR xsrc/40609: Problem with mkfontscale and fonts/freefonts with

Re: CVS commit: src

2019-10-24 Thread maya
Is this going to be a trend now of not even publicly proposing changes and just going straight to core? On Thu, Oct 24, 2019 at 06:18:07PM +, Kamil Rytarowski wrote: > Log Message: > Switch the iconv(3) prototype to the POSIX conformant variation > > Remove const from the 2nd argument. > > c

CVS commit: src/sys/dev/usb

2019-10-22 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Oct 23 01:30:54 UTC 2019 Modified Files: src/sys/dev/usb: uvideo.c Log Message: we want to check that the allocation is going to be zero, not whether some pointer is NULL (oops). Should be the right version this time! To

CVS commit: src/sys/dev/usb

2019-10-22 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Oct 23 01:30:54 UTC 2019 Modified Files: src/sys/dev/usb: uvideo.c Log Message: we want to check that the allocation is going to be zero, not whether some pointer is NULL (oops). Should be the right version this time! To

CVS commit: src/sys/dev/usb

2019-10-22 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Oct 23 01:03:36 UTC 2019 Modified Files: src/sys/dev/usb: uvideo.c Log Message: Check if size is zero, too. PR kern/53734 To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/dev/usb/uvideo.c Please note

CVS commit: src/sys/dev/usb

2019-10-22 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Oct 23 01:03:36 UTC 2019 Modified Files: src/sys/dev/usb: uvideo.c Log Message: Check if size is zero, too. PR kern/53734 To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/dev/usb/uvideo.c Please note

CVS commit: src/sys/dev/usb

2019-10-22 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Oct 23 00:52:39 UTC 2019 Modified Files: src/sys/dev/usb: uvideo.c Log Message: Avoid kmem_alloc(0,..), which hits an assertion. PR kern/53734: Prevent kernel panic during Wide Vision FHD Camera detection To generate a diff

CVS commit: src/sys/dev/usb

2019-10-22 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Oct 23 00:52:39 UTC 2019 Modified Files: src/sys/dev/usb: uvideo.c Log Message: Avoid kmem_alloc(0,..), which hits an assertion. PR kern/53734: Prevent kernel panic during Wide Vision FHD Camera detection To generate a diff

CVS commit: src/sys/dev/mii

2019-10-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Oct 18 20:42:10 UTC 2019 Modified Files: src/sys/dev/mii: miidevs miidevs.h miidevs_data.h Log Message: Fix typo. from vezhlys To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159 src/sys/dev/mii/miidevs cvs rdiff

CVS commit: src/sys/dev/mii

2019-10-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Oct 18 20:42:10 UTC 2019 Modified Files: src/sys/dev/mii: miidevs miidevs.h miidevs_data.h Log Message: Fix typo. from vezhlys To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159 src/sys/dev/mii/miidevs cvs rdiff

CVS commit: src/doc

2019-10-17 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Oct 17 16:21:02 UTC 2019 Modified Files: src/doc: 3RDPARTY Log Message: correct bind location. new bind To generate a diff of this commit: cvs rdiff -u -r1.1664 -r1.1665 src/doc/3RDPARTY Please note that diffs are not public

CVS commit: src/doc

2019-10-17 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Oct 17 16:21:02 UTC 2019 Modified Files: src/doc: 3RDPARTY Log Message: correct bind location. new bind To generate a diff of this commit: cvs rdiff -u -r1.1664 -r1.1665 src/doc/3RDPARTY Please note that diffs are not public

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

2019-10-17 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Oct 17 14:33:02 UTC 2019 Modified Files: src/sys/external/bsd/drm2/linux: linux_dma_buf.c Log Message: correct error handling. from Ilja Van Sprundel, thanks. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src

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

2019-10-17 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Oct 17 14:33:02 UTC 2019 Modified Files: src/sys/external/bsd/drm2/linux: linux_dma_buf.c Log Message: correct error handling. from Ilja Van Sprundel, thanks. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src

Re: CVS commit: src/external/gpl3/gcc/dist/libobjc

2019-10-16 Thread maya
On Thu, Oct 17, 2019 at 07:08:45AM +1100, matthew green wrote: > "Christos Zoulas" writes: > > Module Name:src > > Committed By: christos > > Date: Wed Oct 16 15:01:56 UTC 2019 > > > > Modified Files: > > src/external/gpl3/gcc/dist/libobjc: encoding.c > > > > Log M

CVS commit: src

2019-10-16 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Oct 16 21:52:22 UTC 2019 Modified Files: src/sbin/mount_nilfs: mount_nilfs.8 mount_nilfs.c src/sbin/mount_udf: mount_udf.8 mount_udf.c src/sys/arch/arm/iomd: qms.c src/sys/dev/pci: auixp.c auixpreg.h

CVS commit: src

2019-10-16 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Oct 16 21:52:22 UTC 2019 Modified Files: src/sbin/mount_nilfs: mount_nilfs.8 mount_nilfs.c src/sbin/mount_udf: mount_udf.8 mount_udf.c src/sys/arch/arm/iomd: qms.c src/sys/dev/pci: auixp.c auixpreg.h

CVS commit: src

2019-10-16 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Oct 16 20:43:18 UTC 2019 Modified Files: src/lib/libc/gen: sysconf.c src/sys/sys: unistd.h Log Message: Provide sysconf(_SC_RTSIG_MAX) = SIGRTMAX - SIGRTMIN Thanks nros@ for the correct definition To generate a diff

CVS commit: src

2019-10-16 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Oct 16 20:43:18 UTC 2019 Modified Files: src/lib/libc/gen: sysconf.c src/sys/sys: unistd.h Log Message: Provide sysconf(_SC_RTSIG_MAX) = SIGRTMAX - SIGRTMIN Thanks nros@ for the correct definition To generate a diff

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

2019-10-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Oct 12 09:22:36 UTC 2019 Modified Files: src/common/lib/libc/arch/aarch64/gen: byte_swap_8.S Log Message: Remove htonll and ntohll as symbols from aarch64 libc. Other architectures do not define them, and so we don't prov

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

2019-10-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Oct 12 09:22:36 UTC 2019 Modified Files: src/common/lib/libc/arch/aarch64/gen: byte_swap_8.S Log Message: Remove htonll and ntohll as symbols from aarch64 libc. Other architectures do not define them, and so we don't prov

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

2019-10-04 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Oct 4 15:25:31 UTC 2019 Modified Files: src/sys/arch/sh3/include: ptrace.h Log Message: Provide PTRACE_ILLEGAL_ASM, using an illegal slot instruction To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch

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

2019-10-04 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Oct 4 15:25:31 UTC 2019 Modified Files: src/sys/arch/sh3/include: ptrace.h Log Message: Provide PTRACE_ILLEGAL_ASM, using an illegal slot instruction To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch

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

2019-10-04 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Oct 4 12:46:43 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc: ira-color.c Log Message: We might've switched modes, re-init the move cost table again if necessary. Fixes unlikely segfault on VAX. To generate a

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

2019-10-04 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Oct 4 12:46:43 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc: ira-color.c Log Message: We might've switched modes, re-init the move cost table again if necessary. Fixes unlikely segfault on VAX. To generate a

CVS commit: src/doc

2019-10-02 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Oct 2 11:18:55 UTC 2019 Modified Files: src/doc: CHANGES Log Message: Note /rescue is a separate set now. To generate a diff of this commit: cvs rdiff -u -r1.2586 -r1.2587 src/doc/CHANGES Please note that diffs are not

CVS commit: src/doc

2019-10-02 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Oct 2 11:18:55 UTC 2019 Modified Files: src/doc: CHANGES Log Message: Note /rescue is a separate set now. To generate a diff of this commit: cvs rdiff -u -r1.2586 -r1.2587 src/doc/CHANGES Please note that diffs are not

CVS commit: src

2019-10-02 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Oct 2 11:16:04 UTC 2019 Modified Files: src/distrib/amd64/uefi-installimage: Makefile.bootimage src/distrib/common/bootimage: Makefile.bootimage src/distrib/miniroot: install.sub src/distrib/notes/atari

CVS commit: src

2019-10-02 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Oct 2 11:16:04 UTC 2019 Modified Files: src/distrib/amd64/uefi-installimage: Makefile.bootimage src/distrib/common/bootimage: Makefile.bootimage src/distrib/miniroot: install.sub src/distrib/notes/atari

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

2019-10-02 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Oct 2 09:47:25 UTC 2019 Modified Files: src/distrib/sets/lists/base: rescue.mi Removed Files: src/distrib/sets/lists/base: rescue.ad.m68k rescue.mac68k rescue.macppc rescue.sparc64 rescue.sun2 Log Message

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

2019-10-02 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Oct 2 09:47:25 UTC 2019 Modified Files: src/distrib/sets/lists/base: rescue.mi Removed Files: src/distrib/sets/lists/base: rescue.ad.m68k rescue.mac68k rescue.macppc rescue.sparc64 rescue.sun2 Log Message

CVS commit: src

2019-10-02 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Oct 2 09:45:10 UTC 2019 Modified Files: src/distrib/sets/lists/base: rescue.mi src/rescue: Makefile Removed Files: src/distrib/sets/lists/base: rescue.ad.arm rescue.ad.m68k.shl rescue.i386

CVS commit: src

2019-10-02 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Oct 2 09:45:10 UTC 2019 Modified Files: src/distrib/sets/lists/base: rescue.mi src/rescue: Makefile Removed Files: src/distrib/sets/lists/base: rescue.ad.arm rescue.ad.m68k.shl rescue.i386

CVS commit: src/sys/dev/ic

2019-09-25 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Sep 25 15:51:37 UTC 2019 Modified Files: src/sys/dev/ic: isp_netbsd.c Log Message: Make clang -Wformat-security happier by not passing a (constant) variable as the format string, const string msg; printf(msg

CVS commit: src/sys/dev/ic

2019-09-25 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Sep 25 15:51:37 UTC 2019 Modified Files: src/sys/dev/ic: isp_netbsd.c Log Message: Make clang -Wformat-security happier by not passing a (constant) variable as the format string, const string msg; printf(msg

CVS commit: xsrc/external/mit/MesaLib/dist/src/intel/compiler

2019-09-25 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Wed Sep 25 14:53:20 UTC 2019 Modified Files: xsrc/external/mit/MesaLib/dist/src/intel/compiler: brw_fs_combine_constants.cpp Log Message: Avoid truncating int64_t to int. Found by clang. To generate a diff of this

CVS commit: xsrc/external/mit/MesaLib/dist/src/intel/compiler

2019-09-25 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Wed Sep 25 14:53:20 UTC 2019 Modified Files: xsrc/external/mit/MesaLib/dist/src/intel/compiler: brw_fs_combine_constants.cpp Log Message: Avoid truncating int64_t to int. Found by clang. To generate a diff of this

CVS commit: xsrc/external/mit/MesaLib/src

2019-09-24 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Tue Sep 24 21:40:37 UTC 2019 Added Files: xsrc/external/mit/MesaLib/src/gallium/auxiliary: u_format_table.c u_indices_gen.c u_unfilled_gen.c xsrc/external/mit/MesaLib/src/gallium/drivers/radeonsi: si_driinfo.h

CVS commit: xsrc/external/mit/MesaLib/src

2019-09-24 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Tue Sep 24 21:40:37 UTC 2019 Added Files: xsrc/external/mit/MesaLib/src/gallium/auxiliary: u_format_table.c u_indices_gen.c u_unfilled_gen.c xsrc/external/mit/MesaLib/src/gallium/drivers/radeonsi: si_driinfo.h

CVS commit: src/external/mit/xorg/lib

2019-09-24 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Sep 24 21:33:48 UTC 2019 Modified Files: src/external/mit/xorg/lib: libmesa.mk Log Message: Adjust .PATH To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/mit/xorg/lib/libmesa.mk Please note that diffs

CVS commit: src/external/mit/xorg/lib

2019-09-24 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Sep 24 21:33:48 UTC 2019 Modified Files: src/external/mit/xorg/lib: libmesa.mk Log Message: Adjust .PATH To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/mit/xorg/lib/libmesa.mk Please note that diffs

CVS import: xsrc/external/mit/MesaLib/dist

2019-09-24 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Tue Sep 24 20:59:32 UTC 2019 Update of /cvsroot/xsrc/external/mit/MesaLib/dist In directory ivanova.netbsd.org:/tmp/cvs-serv24458 Log Message: import mesa-19.1.7 (for pathnames including the word 'core') Now with the cor

CVS import: xsrc/external/mit/MesaLib/dist

2019-09-24 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Tue Sep 24 20:59:32 UTC 2019 Update of /cvsroot/xsrc/external/mit/MesaLib/dist In directory ivanova.netbsd.org:/tmp/cvs-serv24458 Log Message: import mesa-19.1.7 (for pathnames including the word 'core') Now with the cor

CVS import: xsrc/external/mit/MesaLib/dist

2019-09-24 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Tue Sep 24 20:44:34 UTC 2019 Update of /cvsroot/xsrc/external/mit/MesaLib/dist In directory ivanova.netbsd.org:/tmp/cvs-serv6180 Log Message: import mesa-19.1.7 (for pathnames including the word 'core') Status: Vendor Tag

CVS import: xsrc/external/mit/MesaLib/dist

2019-09-24 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Tue Sep 24 20:44:34 UTC 2019 Update of /cvsroot/xsrc/external/mit/MesaLib/dist In directory ivanova.netbsd.org:/tmp/cvs-serv6180 Log Message: import mesa-19.1.7 (for pathnames including the word 'core') Status: Vendor Tag

CVS commit: xsrc/external/mit/MesaLib/dist/src/intel/isl

2019-09-24 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Tue Sep 24 20:07:16 UTC 2019 Modified Files: xsrc/external/mit/MesaLib/dist/src/intel/isl: isl_tiled_memcpy.c Log Message: Avoid conflict with netbsd's highly visible bswap32 definition. Re-patching, patch was lost in a r

CVS commit: xsrc/external/mit/MesaLib/dist/src/intel/isl

2019-09-24 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Tue Sep 24 20:07:16 UTC 2019 Modified Files: xsrc/external/mit/MesaLib/dist/src/intel/isl: isl_tiled_memcpy.c Log Message: Avoid conflict with netbsd's highly visible bswap32 definition. Re-patching, patch was lost in a r

CVS commit: src/doc

2019-09-24 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Sep 24 19:50:49 UTC 2019 Modified Files: src/doc: 3RDPARTY Log Message: Updated mesa. To generate a diff of this commit: cvs rdiff -u -r1.1650 -r1.1651 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/doc

2019-09-24 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Sep 24 19:50:49 UTC 2019 Modified Files: src/doc: 3RDPARTY Log Message: Updated mesa. To generate a diff of this commit: cvs rdiff -u -r1.1650 -r1.1651 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: xsrc/external/mit/MesaLib/src/arch

2019-09-24 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Tue Sep 24 19:49:00 UTC 2019 Removed Files: xsrc/external/mit/MesaLib/src/arch/i386: matypes.h xsrc/external/mit/MesaLib/src/arch/x86_64: matypes.h Log Message: Remove now unused generated files. To generate a diff of

CVS commit: xsrc/external/mit/MesaLib/src/arch

2019-09-24 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Tue Sep 24 19:49:00 UTC 2019 Removed Files: xsrc/external/mit/MesaLib/src/arch/i386: matypes.h xsrc/external/mit/MesaLib/src/arch/x86_64: matypes.h Log Message: Remove now unused generated files. To generate a diff of

CVS commit: xsrc/external/mit/MesaLib/dist/src/util

2019-09-24 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Tue Sep 24 19:47:33 UTC 2019 Modified Files: xsrc/external/mit/MesaLib/dist/src/util: u_queue.c Log Message: Apply u_queue.c patch from pkgsrc: atexit is not a good idea in shared libraries. attempt to port cpuset logic to netbsd

CVS commit: xsrc/external/mit/MesaLib/dist/src/util

2019-09-24 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Tue Sep 24 19:47:33 UTC 2019 Modified Files: xsrc/external/mit/MesaLib/dist/src/util: u_queue.c Log Message: Apply u_queue.c patch from pkgsrc: atexit is not a good idea in shared libraries. attempt to port cpuset logic to netbsd

CVS commit: xsrc/external/mit/MesaLib/dist/src/compiler/nir

2019-09-24 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Tue Sep 24 19:45:13 UTC 2019 Modified Files: xsrc/external/mit/MesaLib/dist/src/compiler/nir: nir_builtin_builder.h Log Message: Provide a bogus definition of NAN for vax. ifdef __vax__ rather than ifndef NAN to ensure it is

CVS commit: xsrc/external/mit/MesaLib/dist/src/compiler/nir

2019-09-24 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Tue Sep 24 19:45:13 UTC 2019 Modified Files: xsrc/external/mit/MesaLib/dist/src/compiler/nir: nir_builtin_builder.h Log Message: Provide a bogus definition of NAN for vax. ifdef __vax__ rather than ifndef NAN to ensure it is

CVS commit: src/external/mit/xorg/lib

2019-09-24 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Sep 24 19:29:42 UTC 2019 Modified Files: src/external/mit/xorg/lib: driver.mk libglsl.mk libloader.mk libmesa.mk src/external/mit/xorg/lib/dri: Makefile src/external/mit/xorg/lib/gallium: Makefile src

CVS commit: src/external/mit/xorg/lib

2019-09-24 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Sep 24 19:29:42 UTC 2019 Modified Files: src/external/mit/xorg/lib: driver.mk libglsl.mk libloader.mk libmesa.mk src/external/mit/xorg/lib/dri: Makefile src/external/mit/xorg/lib/gallium: Makefile src

CVS commit: xsrc/external/mit/MesaLib/dist

2019-09-24 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Tue Sep 24 19:26:53 UTC 2019 Modified Files: xsrc/external/mit/MesaLib/dist/include/GL/internal: dri_interface.h xsrc/external/mit/MesaLib/dist/src/compiler/glsl: glsl_parser_extras.cpp xsrc/external/mit

CVS commit: xsrc/external/mit/MesaLib/src

2019-09-24 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Tue Sep 24 19:21:13 UTC 2019 Modified Files: xsrc/external/mit/MesaLib/src/mapi: shared-glapi_glapi_mapi_tmp.h Added Files: xsrc/external/mit/MesaLib/src/amd/common: sid_tables.h xsrc/external/mit/MesaLib/src

CVS commit: xsrc/external/mit/MesaLib/src

2019-09-24 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Tue Sep 24 19:21:13 UTC 2019 Modified Files: xsrc/external/mit/MesaLib/src/mapi: shared-glapi_glapi_mapi_tmp.h Added Files: xsrc/external/mit/MesaLib/src/amd/common: sid_tables.h xsrc/external/mit/MesaLib/src

CVS commit: src/external/mit/expat/lib/libexpat

2019-09-24 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Sep 24 19:19:49 UTC 2019 Modified Files: src/external/mit/expat/lib/libexpat: Makefile Log Message: Unless we add --sysroot, the netbsd src tree headers won't be used. Do so, so we don't rely on the build machine to

CVS commit: src/external/mit/expat/lib/libexpat

2019-09-24 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Sep 24 19:19:49 UTC 2019 Modified Files: src/external/mit/expat/lib/libexpat: Makefile Log Message: Unless we add --sysroot, the netbsd src tree headers won't be used. Do so, so we don't rely on the build machine to

CVS commit: src/external/gpl2/xcvs/dist/src

2019-09-24 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Sep 24 17:23:06 UTC 2019 Modified Files: src/external/gpl2/xcvs/dist/src: ignore.c Log Message: Ignore our default core file pattern rather than one of another system. "core" shows up as a path sometimes. To gener

CVS commit: src/external/gpl2/xcvs/dist/src

2019-09-24 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Sep 24 17:23:06 UTC 2019 Modified Files: src/external/gpl2/xcvs/dist/src: ignore.c Log Message: Ignore our default core file pattern rather than one of another system. "core" shows up as a path sometimes. To gener

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

2019-09-24 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Sep 24 14:26:33 UTC 2019 Modified Files: src/sys/arch/vax/include: bus.h Log Message: Avoid duplicate PRIxBUSADDR and follow the likely intention, providing PRIxBSH. To generate a diff of this commit: cvs rdiff -u -r1.34

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

2019-09-24 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Sep 24 14:26:33 UTC 2019 Modified Files: src/sys/arch/vax/include: bus.h Log Message: Avoid duplicate PRIxBUSADDR and follow the likely intention, providing PRIxBSH. To generate a diff of this commit: cvs rdiff -u -r1.34

CVS commit: src/external/mit/expat/lib/libexpat

2019-09-23 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 23 17:20:41 UTC 2019 Modified Files: src/external/mit/expat/lib/libexpat: Makefile Log Message: Now that expat_config.h uses a header that is OS-specific, using the HOST_CC breaks for some setups which lack it (netbsd&l

CVS commit: src/external/mit/expat/lib/libexpat

2019-09-23 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 23 17:20:41 UTC 2019 Modified Files: src/external/mit/expat/lib/libexpat: Makefile Log Message: Now that expat_config.h uses a header that is OS-specific, using the HOST_CC breaks for some setups which lack it (netbsd&l

CVS commit: src/external/mit/expat/lib/libexpat

2019-09-21 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Sep 21 15:56:09 UTC 2019 Modified Files: src/external/mit/expat/lib/libexpat: expat_config.h Log Message: Actually define BYTEORDER since it is used. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external

CVS commit: src/external/mit/expat/lib/libexpat

2019-09-21 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Sep 21 15:56:09 UTC 2019 Modified Files: src/external/mit/expat/lib/libexpat: expat_config.h Log Message: Actually define BYTEORDER since it is used. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external

CVS commit: src/external/mit/expat/lib/libexpat

2019-09-16 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 16 11:50:55 UTC 2019 Modified Files: src/external/mit/expat/lib/libexpat: expat_config.h Log Message: Remove unused definitions, as they are architecture-specific. Thanks joerg for the heads up. To generate a diff of

CVS commit: src/external/mit/expat/lib/libexpat

2019-09-16 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 16 11:50:55 UTC 2019 Modified Files: src/external/mit/expat/lib/libexpat: expat_config.h Log Message: Remove unused definitions, as they are architecture-specific. Thanks joerg for the heads up. To generate a diff of

CVS commit: src/external/mit/expat/dist

2019-09-16 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 16 09:35:20 UTC 2019 Removed Files: src/external/mit/expat/dist: expat_config.h Log Message: Remove old generated file. thanks mlelstv for the heads up. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r0 src

CVS commit: src/external/mit/expat/dist

2019-09-16 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 16 09:35:20 UTC 2019 Removed Files: src/external/mit/expat/dist: expat_config.h Log Message: Remove old generated file. thanks mlelstv for the heads up. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r0 src

CVS commit: src/doc

2019-09-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 16 06:52:03 UTC 2019 Modified Files: src/doc: 3RDPARTY Log Message: Update expat entry To generate a diff of this commit: cvs rdiff -u -r1.1648 -r1.1649 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/doc

2019-09-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 16 06:52:03 UTC 2019 Modified Files: src/doc: 3RDPARTY Log Message: Update expat entry To generate a diff of this commit: cvs rdiff -u -r1.1648 -r1.1649 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/external/mit/expat/lib/libexpat

2019-09-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 16 06:34:43 UTC 2019 Modified Files: src/external/mit/expat/lib/libexpat: expat_config.h Log Message: Regenerate the output of expat configure. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/mit

CVS commit: src/external/mit/expat/lib/libexpat

2019-09-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 16 06:34:43 UTC 2019 Modified Files: src/external/mit/expat/lib/libexpat: expat_config.h Log Message: Regenerate the output of expat configure. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/mit

CVS commit: src/external/mit/expat/dist

2019-09-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 16 06:30:17 UTC 2019 Modified Files: src/external/mit/expat/dist/conftools: config.guess config.sub src/external/mit/expat/dist/lib: xmlparse.c xmltok.c xmltok.h xmltok_impl.c src/external/mit

CVS import: src/external/mit/expat/dist

2019-09-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 16 06:22:33 UTC 2019 Update of /cvsroot/src/external/mit/expat/dist In directory ivanova.netbsd.org:/tmp/cvs-serv9502 Log Message: Import expat 2.2.8 Release 2.2.8 Fri Septemper 13 2019 Security fixes: #317 #318

CVS import: src/external/mit/expat/dist

2019-09-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 16 06:22:33 UTC 2019 Update of /cvsroot/src/external/mit/expat/dist In directory ivanova.netbsd.org:/tmp/cvs-serv9502 Log Message: Import expat 2.2.8 Release 2.2.8 Fri Septemper 13 2019 Security fixes: #317 #318

CVS commit: src/external/mit/xorg/tools/fc-cache

2019-09-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 16 06:16:42 UTC 2019 Modified Files: src/external/mit/xorg/tools/fc-cache: Makefile Log Message: Define XML_POOR_ENTROPY in preparation of importing a new expat. This is the tool fc-cache built as a native binary on the

CVS commit: src/external/mit/xorg/tools/fc-cache

2019-09-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 16 06:16:42 UTC 2019 Modified Files: src/external/mit/xorg/tools/fc-cache: Makefile Log Message: Define XML_POOR_ENTROPY in preparation of importing a new expat. This is the tool fc-cache built as a native binary on the

CVS commit: src/sys/kern

2019-09-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Sep 15 17:37:25 UTC 2019 Modified Files: src/sys/kern: vfs_cache.c Log Message: More indentation To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 src/sys/kern/vfs_cache.c Please note that diffs are not public

CVS commit: src/sys/kern

2019-09-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Sep 15 17:37:25 UTC 2019 Modified Files: src/sys/kern: vfs_cache.c Log Message: More indentation To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 src/sys/kern/vfs_cache.c Please note that diffs are not public

CVS commit: src/sys/kern

2019-09-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Sep 15 17:36:43 UTC 2019 Modified Files: src/sys/kern: vfs_cache.c Log Message: indentation and whitespace To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 src/sys/kern/vfs_cache.c Please note that diffs are

CVS commit: src/sys/kern

2019-09-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Sep 15 17:36:43 UTC 2019 Modified Files: src/sys/kern: vfs_cache.c Log Message: indentation and whitespace To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 src/sys/kern/vfs_cache.c Please note that diffs are

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

2019-09-14 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Sep 14 15:02:47 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc: ira-color.c Log Message: Initialize the mode before accessing the move costs. This matches the code of the rest of the file, and might be acceptable by

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

2019-09-14 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Sep 14 15:02:47 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc: ira-color.c Log Message: Initialize the mode before accessing the move costs. This matches the code of the rest of the file, and might be acceptable by

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

2019-09-14 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Sep 14 15:00:05 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc: ira-color.c Log Message: Revert ira-color.c r1.2. "VAX does not fully populate the register move costs table, so do not access it w/o checks. Ha

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

2019-09-14 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Sep 14 15:00:05 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc: ira-color.c Log Message: Revert ira-color.c r1.2. "VAX does not fully populate the register move costs table, so do not access it w/o checks. Ha

CVS commit: src/external/mit/xorg/bin/twm

2019-09-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Sep 13 10:31:46 UTC 2019 Modified Files: src/external/mit/xorg/bin/twm: Makefile Log Message: Use an upstream-friendly version of fixing system.twmrc location. Upstream uses __datadir__/X11/etc as the install destination, we

CVS commit: src/external/mit/xorg/bin/twm

2019-09-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Sep 13 10:31:46 UTC 2019 Modified Files: src/external/mit/xorg/bin/twm: Makefile Log Message: Use an upstream-friendly version of fixing system.twmrc location. Upstream uses __datadir__/X11/etc as the install destination, we

<    1   2   3   4   5   >