CVS commit: src/sys/dev/pci

2019-05-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun May 12 13:40:20 UTC 2019 Modified Files: src/sys/dev/pci: cmpci.c Log Message: Remove unused function following isaki-audio2 merge. Shows up when doing clang builds. From a.rin. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/pci

2019-05-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun May 12 13:40:20 UTC 2019 Modified Files: src/sys/dev/pci: cmpci.c Log Message: Remove unused function following isaki-audio2 merge. Shows up when doing clang builds. From a.rin. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.sbin/installboot

2019-05-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun May 12 13:47:09 UTC 2019 Modified Files: src/usr.sbin/installboot: evboards.c Log Message: Use attribute printf. Helps clang builds. From a.rin. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2019-05-25 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat May 25 13:54:37 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/lsan: lsan_common.h Log Message: don't claim lsan support on netbsd. PR toolchain/54226: address sanitizer doesn't work To generate a diff of

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

2019-05-25 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat May 25 13:54:37 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/lsan: lsan_common.h Log Message: don't claim lsan support on netbsd. PR toolchain/54226: address sanitizer doesn't work To generate a diff of

CVS commit: src/share/man/man4

2019-05-26 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon May 27 02:23:16 UTC 2019 Modified Files: src/share/man/man4: ath.4 Log Message: Remove very outdated note about no WPA support. >From Giles Lean in PR bin/37024, who confirmed wpa_supplicant works fine. I didn't add a mention

CVS commit: src/share/man/man4

2019-05-26 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon May 27 02:23:16 UTC 2019 Modified Files: src/share/man/man4: ath.4 Log Message: Remove very outdated note about no WPA support. >From Giles Lean in PR bin/37024, who confirmed wpa_supplicant works fine. I didn't add a mention

CVS commit: src/sys/dev/usb

2019-05-26 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon May 27 03:08:13 UTC 2019 Modified Files: src/sys/dev/usb: uhmodem.c Log Message: Claim suspend support. >From Uwe Krüger in PR kern/42633 To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/tests/lib/libm

2019-05-26 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon May 27 00:10:36 UTC 2019 Modified Files: src/tests/lib/libm: t_cos.c Log Message: on i386 with FLT_EVAL_METHOD=2, the computation inside cosf was done in binary80 arithmetic and never rounded to binary32 at the end, so it

CVS commit: src/tests/lib/libm

2019-05-26 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon May 27 00:24:37 UTC 2019 Modified Files: src/tests/lib/libm: t_sin.c Log Message: Print result of function we tested (sinf), not of function we didn't test (sin). no need to print 17 digits for a float. from Riastradh. To

CVS commit: src/tests/lib/libm

2019-05-26 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon May 27 00:24:37 UTC 2019 Modified Files: src/tests/lib/libm: t_sin.c Log Message: Print result of function we tested (sinf), not of function we didn't test (sin). no need to print 17 digits for a float. from Riastradh. To

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

2019-05-30 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu May 30 23:15:46 UTC 2019 Modified Files: src/external/mit/xorg/lib/gallium: Makefile Log Message: Add libraries to resolve missing xcb symbols Fixes executing 'emulators/nestopia' on r600, reported by nia, thanks! XXX we might

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

2019-05-30 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu May 30 23:15:46 UTC 2019 Modified Files: src/external/mit/xorg/lib/gallium: Makefile Log Message: Add libraries to resolve missing xcb symbols Fixes executing 'emulators/nestopia' on r600, reported by nia, thanks! XXX we might

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

2019-05-30 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri May 31 02:35:08 UTC 2019 Modified Files: src/sys/external/bsd/drm2/radeon: radeondrmkmsfb.c Log Message: Teach radeondrmkmsfb to use drmfb instead of its own, duplicated logic. To generate a diff of this commit: cvs rdiff -u

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

2019-05-30 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri May 31 02:35:08 UTC 2019 Modified Files: src/sys/external/bsd/drm2/radeon: radeondrmkmsfb.c Log Message: Teach radeondrmkmsfb to use drmfb instead of its own, duplicated logic. To generate a diff of this commit: cvs rdiff -u

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

2019-05-30 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri May 31 03:28:49 UTC 2019 Modified Files: src/sys/external/bsd/drm2/radeon: radeondrmkmsfb.c Log Message: Quickly hide a KASSERT that fires, hopefully before people trip over it. To generate a diff of this commit: cvs rdiff -u

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

2019-05-30 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri May 31 03:28:49 UTC 2019 Modified Files: src/sys/external/bsd/drm2/radeon: radeondrmkmsfb.c Log Message: Quickly hide a KASSERT that fires, hopefully before people trip over it. To generate a diff of this commit: cvs rdiff -u

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

2019-05-30 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri May 31 03:41:32 UTC 2019 Modified Files: src/sys/external/bsd/drm2/radeon: radeondrmkmsfb.c Log Message: Restore previous KASSERT but with the same condition as in nouveaufb.c, which is the code I was trying to mimic. Thanks

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

2019-05-30 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri May 31 03:41:32 UTC 2019 Modified Files: src/sys/external/bsd/drm2/radeon: radeondrmkmsfb.c Log Message: Restore previous KASSERT but with the same condition as in nouveaufb.c, which is the code I was trying to mimic. Thanks

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

2019-05-31 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri May 31 11:13:27 UTC 2019 Modified Files: src/external/mit/xorg/lib: Makefile Log Message: shuffle the build order: we need libX11 before gallium because we link libX11-xcb in gallium. Fixes recently introduced build failure.

CVS commit: src/distrib/notes/common

2019-05-31 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri May 31 13:38:57 UTC 2019 Modified Files: src/distrib/notes/common: main Log Message: Omit mention of the boot prompt having an ACPI off option, as it was removed To generate a diff of this commit: cvs rdiff -u -r1.550 -r1.551

CVS commit: src/distrib/notes/common

2019-05-31 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri May 31 13:38:57 UTC 2019 Modified Files: src/distrib/notes/common: main Log Message: Omit mention of the boot prompt having an ACPI off option, as it was removed To generate a diff of this commit: cvs rdiff -u -r1.550 -r1.551

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

2019-05-31 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri May 31 11:13:27 UTC 2019 Modified Files: src/external/mit/xorg/lib: Makefile Log Message: shuffle the build order: we need libX11 before gallium because we link libX11-xcb in gallium. Fixes recently introduced build failure.

CVS commit: xsrc/external/mit/xorg-server/dist/glx

2019-05-31 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Fri May 31 18:01:11 UTC 2019 Modified Files: xsrc/external/mit/xorg-server/dist/glx: glxcmds.c glxdrawable.h glxext.c Log Message: Undo local diff. It was introduced as one of the patches fixing

CVS commit: xsrc/external/mit/xorg-server/dist/glx

2019-05-31 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Fri May 31 18:01:11 UTC 2019 Modified Files: xsrc/external/mit/xorg-server/dist/glx: glxcmds.c glxdrawable.h glxext.c Log Message: Undo local diff. It was introduced as one of the patches fixing

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

2019-05-29 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed May 29 13:15:53 UTC 2019 Modified Files: src/external/mit/xorg/lib/libxcb: xcb.mk Log Message: Pick up xcb pkgconfig version automagically from the configure script PACKAGE_VERSION. We have failed to update it for netbsd-8 and

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

2019-05-29 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed May 29 13:15:53 UTC 2019 Modified Files: src/external/mit/xorg/lib/libxcb: xcb.mk Log Message: Pick up xcb pkgconfig version automagically from the configure script PACKAGE_VERSION. We have failed to update it for netbsd-8 and

CVS commit: src/external/bsd/wpa/bin/wpa_cli

2019-06-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Jun 18 14:28:41 UTC 2019 Modified Files: src/external/bsd/wpa/bin/wpa_cli: wpa_cli.8 Log Message: Add more information about commands. Add a working, annotated example. To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/external/bsd/wpa/bin/wpa_cli

2019-06-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Jun 18 14:28:41 UTC 2019 Modified Files: src/external/bsd/wpa/bin/wpa_cli: wpa_cli.8 Log Message: Add more information about commands. Add a working, annotated example. To generate a diff of this commit: cvs rdiff -u -r1.3

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

2019-06-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Jun 12 17:04:35 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc/config/arm: netbsd-elf.h Log Message: Remove unused macro To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 \

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

2019-06-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Jun 12 17:04:35 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc/config/arm: netbsd-elf.h Log Message: Remove unused macro To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 \

CVS commit: src/sys/compat/sys

2019-06-19 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Jun 19 16:14:07 UTC 2019 Modified Files: src/sys/compat/sys: siginfo.h Log Message: Match the regular _ksiginfo size since sys/sys/siginfo.h:1.33 "Expand siginfo_t (struct size not changed) to new values for SIGTRAP

CVS commit: src/sys/compat/sys

2019-06-19 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Jun 19 16:14:07 UTC 2019 Modified Files: src/sys/compat/sys: siginfo.h Log Message: Match the regular _ksiginfo size since sys/sys/siginfo.h:1.33 "Expand siginfo_t (struct size not changed) to new values for SIGTRAP

CVS commit: src/tools/gdb

2019-06-21 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Jun 21 07:05:02 UTC 2019 Modified Files: src/tools/gdb: README.mknative Log Message: Update to working instructions. thx mrg for the build_install suggestion. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tools/gdb

2019-06-21 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Jun 21 07:05:02 UTC 2019 Modified Files: src/tools/gdb: README.mknative Log Message: Update to working instructions. thx mrg for the build_install suggestion. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2019-06-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Jun 18 11:28:30 UTC 2019 Modified Files: src/external/mit/xorg/lib: libmesa.mk Log Message: Include mesa-ver.mk so MESA_VER doesn't get expanded into an empty string. This changes the output of glGetString(GL_VERSION) from:

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

2019-06-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Jun 18 11:28:30 UTC 2019 Modified Files: src/external/mit/xorg/lib: libmesa.mk Log Message: Include mesa-ver.mk so MESA_VER doesn't get expanded into an empty string. This changes the output of glGetString(GL_VERSION) from:

CVS commit: src/share/man/man8

2019-06-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Jun 18 13:27:25 UTC 2019 Modified Files: src/share/man/man8: afterboot.8 Log Message: Don't describe wpa supplicant flags now that they aren't needed. I'm intentionally not describing wpa_cli since it seems to be a worse user

CVS commit: src/share/man/man8

2019-06-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Jun 18 13:27:25 UTC 2019 Modified Files: src/share/man/man8: afterboot.8 Log Message: Don't describe wpa supplicant flags now that they aren't needed. I'm intentionally not describing wpa_cli since it seems to be a worse user

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/doc

2019-05-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue May 14 02:53:16 UTC 2019 Modified Files: src/doc: HACKS Log Message: Add a hack entry for libpthread one section To generate a diff of this commit: cvs rdiff -u -r1.189 -r1.190 src/doc/HACKS Please note that diffs are not

CVS commit: src/doc

2019-05-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue May 14 02:53:16 UTC 2019 Modified Files: src/doc: HACKS Log Message: Add a hack entry for libpthread one section To generate a diff of this commit: cvs rdiff -u -r1.189 -r1.190 src/doc/HACKS Please note that diffs are not

CVS commit: src/include

2019-05-22 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed May 22 21:25:01 UTC 2019 Modified Files: src/include: assert.h Log Message: Limit static_assert visibility to C11. The existing definition caused issues as GCC only provides _Static_assert when building C11 code. This follows

CVS commit: src/include

2019-05-22 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed May 22 21:25:01 UTC 2019 Modified Files: src/include: assert.h Log Message: Limit static_assert visibility to C11. The existing definition caused issues as GCC only provides _Static_assert when building C11 code. This follows

CVS commit: src/distrib/sets

2019-06-27 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Jun 27 15:47:10 UTC 2019 Modified Files: src/distrib/sets: comments Log Message: Fix typo in via openchrome driver description (no "s") To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/distrib/sets/comments

CVS commit: src/distrib/sets

2019-06-27 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Jun 27 15:47:10 UTC 2019 Modified Files: src/distrib/sets: comments Log Message: Fix typo in via openchrome driver description (no "s") To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/distrib/sets/comments

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

2019-08-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Aug 12 14:21:54 UTC 2019 Modified Files: src/external/mit/xorg/lib/libdrm: Makefile Log Message: We need to link against libm for real, not just in spirit. XXX pullup-9 To generate a diff of this commit: cvs rdiff -u -r1.16

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

2019-08-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Aug 12 14:21:54 UTC 2019 Modified Files: src/external/mit/xorg/lib/libdrm: Makefile Log Message: We need to link against libm for real, not just in spirit. XXX pullup-9 To generate a diff of this commit: cvs rdiff -u -r1.16

CVS commit: src/share/man/man4

2019-08-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Aug 18 11:53:23 UTC 2019 Modified Files: src/share/man/man4: scsi.4 Log Message: G/C mention of SCIOCREPROBE, removed in 1998. Thanks to Hiroyuki Bessho in PR kern/34146 To generate a diff of this commit: cvs rdiff -u -r1.31

CVS commit: src/share/man/man4

2019-08-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Aug 18 11:53:23 UTC 2019 Modified Files: src/share/man/man4: scsi.4 Log Message: G/C mention of SCIOCREPROBE, removed in 1998. Thanks to Hiroyuki Bessho in PR kern/34146 To generate a diff of this commit: cvs rdiff -u -r1.31

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

2019-08-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Aug 18 07:25:54 UTC 2019 Modified Files: src/distrib/sets/lists/xetc: mi Log Message: Don't mark /etc/X11/conf.d entries obsolete: a user may choose to have an entry here. To generate a diff of this commit: cvs rdiff -u

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

2019-08-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Aug 18 07:25:54 UTC 2019 Modified Files: src/distrib/sets/lists/xetc: mi Log Message: Don't mark /etc/X11/conf.d entries obsolete: a user may choose to have an entry here. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/man/man4

2019-08-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Aug 13 07:09:49 UTC 2019 Modified Files: src/share/man/man4: wsmux.4 Log Message: Document pain of using wsmux with more than one type of keyboard from userland. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/share/man/man4

2019-08-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Aug 13 07:09:49 UTC 2019 Modified Files: src/share/man/man4: wsmux.4 Log Message: Document pain of using wsmux with more than one type of keyboard from userland. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/common

2019-08-30 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Fri Aug 30 15:57:00 UTC 2019 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86AutoConfig.c Log Message: Try modesetting on x86, too. Not the best option without functional GLAMOR, but it does work. To

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/common

2019-08-30 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Fri Aug 30 15:57:00 UTC 2019 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86AutoConfig.c Log Message: Try modesetting on x86, too. Not the best option without functional GLAMOR, but it does work. To

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/common

2019-08-30 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Fri Aug 30 15:48:25 UTC 2019 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86AutoConfig.c Log Message: Match wsfb on x86, too. When uefi booting without driver-specific GPU support, wsfb is the only

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/common

2019-08-30 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Fri Aug 30 15:48:25 UTC 2019 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86AutoConfig.c Log Message: Match wsfb on x86, too. When uefi booting without driver-specific GPU support, wsfb is the only

CVS commit: src/share/man/man4

2019-09-01 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Sep 1 08:04:48 UTC 2019 Modified Files: src/share/man/man4: bwfm.4 Log Message: List bwfm at sdmmc To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/bwfm.4 Please note that diffs are not public

CVS commit: src/share/man/man4

2019-09-01 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Sep 1 08:04:48 UTC 2019 Modified Files: src/share/man/man4: bwfm.4 Log Message: List bwfm at sdmmc To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/bwfm.4 Please note that diffs are not public

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

2019-08-29 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Aug 29 11:45:29 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc: dse.c reload.c Log Message: Don't keep our local modifications as ifdef __NetBSD__. When we build netbsd on another OS, we produce a cross compiler

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

2019-08-29 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Aug 29 11:45:29 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc: dse.c reload.c Log Message: Don't keep our local modifications as ifdef __NetBSD__. When we build netbsd on another OS, we produce a cross compiler

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

CVS commit: xsrc/external/mit/twm/dist/man

2019-09-13 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Fri Sep 13 10:25:50 UTC 2019 Modified Files: xsrc/external/mit/twm/dist/man: twm.man Log Message: Use the upstream-friendly version sent upstream. Upstream would prefer to use __datadir__ because it's defined by automake, and the

CVS commit: xsrc/external/mit/twm/dist/man

2019-09-13 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Fri Sep 13 10:25:50 UTC 2019 Modified Files: xsrc/external/mit/twm/dist/man: twm.man Log Message: Use the upstream-friendly version sent upstream. Upstream would prefer to use __datadir__ because it's defined by automake, and the

CVS commit: src/share/mk

2019-09-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Sep 13 10:23:07 UTC 2019 Modified Files: src/share/mk: bsd.x11.mk Log Message: Allow overriding the default man substitutions with X11EXTRAMANTRANSFORMS To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133

CVS commit: src/share/mk

2019-09-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Sep 13 10:23:07 UTC 2019 Modified Files: src/share/mk: bsd.x11.mk Log Message: Allow overriding the default man substitutions with X11EXTRAMANTRANSFORMS To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133

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. Hack to

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. Hack to

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/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/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/tools/gcc

2019-09-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 9 13:57:13 UTC 2019 Modified Files: src/tools/gcc: Makefile Log Message: Fix bugurl. PR toolchain/48712 To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/tools/gcc/Makefile Please note that diffs are not

CVS commit: src/tools/gcc

2019-09-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 9 13:57:13 UTC 2019 Modified Files: src/tools/gcc: Makefile Log Message: Fix bugurl. PR toolchain/48712 To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/tools/gcc/Makefile Please note that diffs are not

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

2019-09-16 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-16 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/expat/dist

2019-09-16 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

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

2019-09-16 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

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

2019-09-16 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

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

2019-09-16 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-16 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/doc

2019-09-16 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-16 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/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

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

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: xsrc/external/mit/twm/dist/man

2019-09-11 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Wed Sep 11 14:11:56 UTC 2019 Modified Files: xsrc/external/mit/twm/dist/man: twm.man Log Message: Use the correct path for the twm.systemrc file. Thanks robert for the heads up. To generate a diff of this commit: cvs rdiff -u

CVS commit: xsrc/external/mit/twm/dist/man

2019-09-11 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Wed Sep 11 14:11:56 UTC 2019 Modified Files: xsrc/external/mit/twm/dist/man: twm.man Log Message: Use the correct path for the twm.systemrc file. Thanks robert for the heads up. To generate a diff of this commit: cvs rdiff -u

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

2019-09-11 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Sep 11 14:10:36 UTC 2019 Modified Files: src/external/mit/xorg/bin/twm: Makefile Log Message: Use the more obviously replaced name __TWMDIR__ TWMDIR isn't currently used. We should patch to use it, though. To generate a diff

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

2019-09-11 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Sep 11 14:10:36 UTC 2019 Modified Files: src/external/mit/xorg/bin/twm: Makefile Log Message: Use the more obviously replaced name __TWMDIR__ TWMDIR isn't currently used. We should patch to use it, though. To generate a diff

CVS commit: src/usr.sbin/bta2dpd/bta2dpd

2019-07-27 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Jul 27 23:33:09 UTC 2019 Modified Files: src/usr.sbin/bta2dpd/bta2dpd: sbc_encode.c Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/bta2dpd/bta2dpd/sbc_encode.c Please note

CVS commit: src/sys/dev/usb

2019-08-07 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Aug 7 10:01:05 UTC 2019 Modified Files: src/sys/dev/usb: usbnet.c Log Message: Don't tell userland about ENETRESET even if a usbnet driver didn't define un_ioctl_cb. To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: src/sys/dev/usb

2019-08-07 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Aug 7 10:01:05 UTC 2019 Modified Files: src/sys/dev/usb: usbnet.c Log Message: Don't tell userland about ENETRESET even if a usbnet driver didn't define un_ioctl_cb. To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: xsrc/external/mit/libdrm/dist/intel

2019-08-07 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Wed Aug 7 13:02:16 UTC 2019 Modified Files: xsrc/external/mit/libdrm/dist/intel: intel_bufmgr_gem.c Log Message: Undo local diffs. Whitespace, and header not needed. To generate a diff of this commit: cvs rdiff -u -r1.17

  1   2   3   >