CVS commit: src/usr.bin/uuencode

2019-03-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Mar 4 05:37:08 UTC 2019 Modified Files: src/usr.bin/uuencode: uuencode.5 uuencode.c Log Message: When input is not a multiple of three bytes in size, pad null characters instead of garbage. This makes output reproducible.

CVS commit: src/sys/dev/pci

2019-03-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Mar 4 05:28:48 UTC 2019 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Use do { ... } whille (0) for DPRINTF(x, y). To generate a diff of this commit: cvs rdiff -u -r1.629 -r1.630 src/sys/dev/pci/if_wm.c Please

CVS commit: src/external/gpl3/gcc

2019-03-03 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 4 01:16:33 UTC 2019 Modified Files: src/external/gpl3/gcc: README.gcc7 Log Message: update reality on switched ports and commited fixes. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/share/mk

2019-03-03 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 4 01:14:31 UTC 2019 Modified Files: src/share/mk: bsd.own.mk Log Message: switch 32 bit arm, m68* and sh3 to GCC 7. reverse the polarity now that few ports remain: hppa, vax, ia64 and ppc64 To generate a diff of this

CVS commit: src/usr.bin/xlint/lint1

2019-03-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 3 23:06:08 UTC 2019 Modified Files: src/usr.bin/xlint/lint1: cgram.y scan.l Log Message: Add more gnu attributes To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/usr.bin/xlint/lint1/cgram.y cvs

CVS commit: xsrc/external/mit/xorg-server/include

2019-03-03 Thread matthew green
/external/mit/xorg-server/include/xf86Build.h:1.10 --- xsrc/external/mit/xorg-server/include/xf86Build.h:1.9 Sun Mar 3 22:01:09 2019 +++ xsrc/external/mit/xorg-server/include/xf86Build.h Sun Mar 3 22:43:54 2019 @@ -1,2 +1,2 @@ #define BUILD_DATE 20190303 -#define BUILD_TIME 01010101 +#define

CVS commit: src/external/mit/xorg/include/xorgproto

2019-03-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 3 22:32:28 UTC 2019 Modified Files: src/external/mit/xorg/include/xorgproto: Makefile Log Message: don't install marked obsolete fontcacheproto.pc. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/compat/ultrix

2019-03-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Mar 3 22:26:58 UTC 2019 Modified Files: src/sys/compat/ultrix: ultrix_syscall.h ultrix_syscallargs.h ultrix_syscalls.c ultrix_sysent.c Log Message: Regen To generate a diff of this commit: cvs rdiff -u -r1.74

CVS commit: src/sys/compat/ultrix

2019-03-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Mar 3 22:26:30 UTC 2019 Modified Files: src/sys/compat/ultrix: syscalls.master Log Message: The compat_09_{get,set}domainname() syscalls should not be defined based on existence of COMPAT_09. Make them modular instead,

CVS commit: src/sys/compat/ultrix

2019-03-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Mar 3 22:25:00 UTC 2019 Modified Files: src/sys/compat/ultrix: ultrix_mod.c Log Message: Fix the required-list for compat_ultrix. With the merge of the [pgoyette-compat] branch there is no longer a "compat" module;

CVS commit: src/share/mk

2019-03-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 3 22:02:49 UTC 2019 Modified Files: src/share/mk: bsd.x11.mk Log Message: xorg-server 1.20.4 is now current. To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/share/mk/bsd.x11.mk Please note that diffs

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

2019-03-03 Thread matthew green
ifdef MONOTONIC_CLOCK struct timespec tp; +static clockid_t uclockid; -if (!clockid) { +if (!uclockid) { if (clock_gettime(CLOCK_MONOTONIC, ) == 0) -clockid = CLOCK_MONOTONIC; + uclockid = CLOCK_MONOTONIC; else -clockid = ~0L

CVS import: xsrc/external/mit/xorg-server/dist

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 21:58:02 UTC 2019 Update of /cvsroot/xsrc/external/mit/xorg-server/dist In directory ivanova.netbsd.org:/tmp/cvs-serv12917 Log Message: initial import of xorg-server-1.20.4 Status: Vendor Tag: xorg Release Tags:

CVS commit: xsrc/external/mit

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 21:38:01 UTC 2019 Modified Files: xsrc/external/mit/xinit/dist: xinit.c Added Files: xsrc/external/mit/xlogo/dist: compile xsrc/external/mit/xmore/dist: compile Removed Files:

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

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 21:36:27 UTC 2019 Update of /cvsroot/xsrc/external/mit/xinit/dist In directory ivanova.netbsd.org:/tmp/cvs-serv19812 Log Message: initial import of xinit-1.4.1 Status: Vendor Tag: xorg Release Tags: xinit-1-4-1

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

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 21:36:28 UTC 2019 Update of /cvsroot/xsrc/external/mit/xlogo/dist In directory ivanova.netbsd.org:/tmp/cvs-serv17741 Log Message: initial import of xlogo-1.0.5 Status: Vendor Tag: xorg Release Tags: xlogo-1-0-5

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

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 21:36:30 UTC 2019 Update of /cvsroot/xsrc/external/mit/xmore/dist In directory ivanova.netbsd.org:/tmp/cvs-serv16194 Log Message: initial import of xmore-1.0.3 Status: Vendor Tag: xorg Release Tags: xmore-1-0-3

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

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 21:36:24 UTC 2019 Update of /cvsroot/xsrc/external/mit/xditview/dist In directory ivanova.netbsd.org:/tmp/cvs-serv10016 Log Message: initial import of xditview-1.0.5 Status: Vendor Tag: xorg Release Tags: xditview-1-0-5

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

2019-03-03 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun Mar 3 21:26:18 UTC 2019 Modified Files: src/external/gpl2/xcvs/dist/doc: cvs.texinfo Log Message: cvs.texinfo: add minor formatting fix for Texinfo >5.0 Pull over a tiny fix from pkgsrc's devel/scmcvs patch-ab to

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

2019-03-03 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun Mar 3 21:11:54 UTC 2019 Modified Files: src/external/gpl2/xcvs/dist/doc: cvs.1 cvs.texinfo Log Message: cvs.1 & cvs.texinfo: minor amendments and cvs.1 regen Put a cross-reference to "init" back in "Creating a

CVS commit: src/lib/libc/compat-43

2019-03-03 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Mar 3 20:34:43 UTC 2019 Modified Files: src/lib/libc/compat-43: gethostid.3 Log Message: s/a DARPA Internet address/an Internet address/ >From OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/lib

2019-03-03 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Mar 3 17:55:04 UTC 2019 Modified Files: src/lib: Makefile Log Message: Traverse into external/bsd/llvm/lib when building libraries. This allows things that occur after lib (like do-x11) to depend on llvm libraries already

CVS commit: src

2019-03-03 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Mar 3 17:52:32 UTC 2019 Modified Files: src/distrib/sets/lists/xbase: mi src/distrib/sets/lists/xcomp: md.amd64 md.evbarm md.i386 src/etc/mtree: NetBSD.dist.Xorg src/external/mit/xorg/lib/libdrm_nouveau:

CVS commit: src/external/bsd/llvm

2019-03-03 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Mar 3 17:46:01 UTC 2019 Modified Files: src/external/bsd/llvm: Makefile src/external/bsd/llvm/include: Makefile Log Message: Make the includes target run the custom include targets. This avoids the need for a .WAIT

CVS commit: src/sys/uvm

2019-03-03 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Mar 3 17:37:36 UTC 2019 Modified Files: src/sys/uvm: uvm_map.c Log Message: Fix bug, the entry we're iterating on is 'current', not 'entry'. Here only the first entry gets wired in. To generate a diff of this commit: cvs

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

2019-03-03 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Mar 3 17:33:33 UTC 2019 Modified Files: src/sys/arch/x86/acpi: acpi_machdep.c Log Message: Fix bug, PG_W is 'wired', not 'writable'. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

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

2019-03-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Mar 3 17:09:24 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sun8i_a83t_gpio.c Log Message: "s_cir" function is now named "s_cir_rx" To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2019-03-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Mar 3 17:00:22 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sunxi_mc_smp.c Log Message: Fix A83T AP startup To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/sunxi/sunxi_mc_smp.c Please

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

2019-03-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 3 16:29:00 UTC 2019 Modified Files: src/sys/arch/arm/broadcom: bcm2835_gpio.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/broadcom/bcm2835_gpio.c

CVS commit: src/doc

2019-03-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Mar 3 14:05:41 UTC 2019 Modified Files: src/doc: CHANGES Log Message: Retroactively add some missing changes: arm: Add support for Allwinner A64 SoC. arm: Add support for Allwinner A13 and R8 SoCs. arm: Add support for

CVS commit: src/doc

2019-03-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Mar 3 13:46:40 UTC 2019 Modified Files: src/doc: CHANGES Log Message: arm: Add support for Amlogic S905 SoC. To generate a diff of this commit: cvs rdiff -u -r1.2504 -r1.2505 src/doc/CHANGES Please note that diffs are

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

2019-03-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Mar 3 12:54:58 UTC 2019 Modified Files: src/sys/arch/arm/amlogic: mesongx_mmc.c Log Message: Reset device at attach and fix eMMC 1.8V flags To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/fdt

2019-03-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Mar 3 12:54:07 UTC 2019 Modified Files: src/sys/dev/fdt: files.fdt mmc_pwrseq_simple.c Added Files: src/sys/dev/fdt: mmc_pwrseq_emmc.c Log Message: Add eMMC reset sequence provider To generate a diff of this

CVS commit: src/distrib/utils/embedded/conf

2019-03-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Mar 3 11:44:18 UTC 2019 Modified Files: src/distrib/utils/embedded/conf: arm64.conf Log Message: Add Amlogic dtb files to arm64.img To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: [netbsd-8] src/doc

2019-03-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 3 11:11:19 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Ticket #1198 and #1202 To generate a diff of this commit: cvs rdiff -u -r1.1.2.112 -r1.1.2.113 src/doc/CHANGES-8.1 Please note that

CVS commit: [netbsd-8] src/sys/sys

2019-03-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 3 11:10:16 UTC 2019 Modified Files: src/sys/sys [netbsd-8]: cdefs.h Log Message: Pull up following revision(s) (requested by kamil in ticket #1202): sys/sys/cdefs.h: revision 1.138 Stop mangling __func__ for

CVS commit: xsrc/external/mit/xf86-video-nouveau/dist/src

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 11:09:04 UTC 2019 Modified Files: xsrc/external/mit/xf86-video-nouveau/dist/src: drmmode_display.c Log Message: put drmmode_udev_notify() under HAVE_LIBUDEV. To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: [netbsd-8] src/usr.sbin/arp

2019-03-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 3 11:01:48 UTC 2019 Modified Files: src/usr.sbin/arp [netbsd-8]: arp.c arp_hostops.c arp_rumpops.c prog_ops.h Log Message: Pull up following revision(s) (requested by dholland in ticket #1198):

CVS commit: xsrc/external/mit/xf86-video-nouveau/dist/src

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 09:44:37 UTC 2019 Modified Files: xsrc/external/mit/xf86-video-nouveau/dist/src: drmmode_display.c nouveau_xv.c nv30_xv_tex.c nv40_xv_tex.c nv50_xv.c nv_driver.c nv_proto.h nvc0_xv.c Log Message:

CVS import: xsrc/external/mit/xf86-video-nouveau/dist

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 09:40:17 UTC 2019 Update of /cvsroot/xsrc/external/mit/xf86-video-nouveau/dist In directory ivanova.netbsd.org:/tmp/cvs-serv12956 Log Message: initial import of xf86-video-nouveau-1.0.16 Status: Vendor Tag: xorg Release

CVS commit: xsrc/external/mit

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 09:31:52 UTC 2019 Modified Files: xsrc/external/mit/xf86-video-apm/dist/src: apm_driver.c xsrc/external/mit/xf86-video-chips/dist/src: ct_driver.c xsrc/external/mit/xf86-video-s3virge/dist/src: s3v_accel.c

CVS import: xsrc/external/mit/xf86-video-s3virge/dist

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 09:29:09 UTC 2019 Update of /cvsroot/xsrc/external/mit/xf86-video-s3virge/dist In directory ivanova.netbsd.org:/tmp/cvs-serv21782 Log Message: initial import of xf86-video-s3virge-1.11.0 Status: Vendor Tag: xorg Release

CVS import: xsrc/external/mit/xf86-video-chips/dist

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 09:29:05 UTC 2019 Update of /cvsroot/xsrc/external/mit/xf86-video-chips/dist In directory ivanova.netbsd.org:/tmp/cvs-serv15724 Log Message: initial import of xf86-video-chips-1.4.0 Status: Vendor Tag: xorg Release Tags:

CVS import: xsrc/external/mit/xf86-video-apm/dist

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 09:29:02 UTC 2019 Update of /cvsroot/xsrc/external/mit/xf86-video-apm/dist In directory ivanova.netbsd.org:/tmp/cvs-serv7184 Log Message: initial import of xf86-video-apm-1.3.0 Status: Vendor Tag: xorg Release Tags:

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

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 09:27:12 UTC 2019 Modified Files: xsrc/external/mit/mkfontscale/dist: list.c mkfontscale.c Log Message: protect config.h include with HAVE_CONFIG_H. pass const char * to things wanting const not non-const. To generate

CVS commit: src/external/mit/xorg

2019-03-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 3 09:26:04 UTC 2019 Modified Files: src/external/mit/xorg/bin/mkfontscale: Makefile src/external/mit/xorg/tools/mkfontscale: Makefile Log Message: build constlist.c for new mkfontscale. To generate a diff of this

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

2019-03-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 3 09:19:02 UTC 2019 Modified Files: src/external/mit/xorg/bin/xhost: Makefile Log Message: define HAVE_INET_ATON for new xhost. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: xsrc/external/mit

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 09:18:36 UTC 2019 Modified Files: xsrc/external/mit/mkfontscale/dist: ident.c mkfontscale.c Removed Files: xsrc/external/mit/bitmap/dist: README xsrc/external/mit/mkfontscale/dist: README Log Message:

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

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 09:16:09 UTC 2019 Update of /cvsroot/xsrc/external/mit/bitmap/dist In directory ivanova.netbsd.org:/tmp/cvs-serv11178 Log Message: initial import of bitmap-1.0.9 Status: Vendor Tag: xorg Release Tags: bitmap-1-0-9

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

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 09:16:12 UTC 2019 Update of /cvsroot/xsrc/external/mit/mkfontscale/dist In directory ivanova.netbsd.org:/tmp/cvs-serv146 Log Message: initial import of mkfontscale-1.2.0 Status: Vendor Tag: xorg Release Tags:

CVS commit: xsrc/external/mit

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 09:12:40 UTC 2019 Removed Files: xsrc/external/mit/xhost/dist: README xsrc/external/mit/xvinfo/dist: README Log Message: merge xhost 1.0.8 and xvinfo 1.1.4. To generate a diff of this commit: cvs rdiff -u

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

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 09:11:43 UTC 2019 Update of /cvsroot/xsrc/external/mit/xvinfo/dist In directory ivanova.netbsd.org:/tmp/cvs-serv6983 Log Message: initial import of xvinfo-1.1.4 Status: Vendor Tag: xorg Release Tags: xvinfo-1-1-4

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

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 09:11:42 UTC 2019 Update of /cvsroot/xsrc/external/mit/xhost/dist In directory ivanova.netbsd.org:/tmp/cvs-serv15477 Log Message: initial import of xhost-1.0.8 Status: Vendor Tag: xorg Release Tags: xhost-1-0-8

CVS commit: xsrc/external/mit

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 08:36:22 UTC 2019 Modified Files: xsrc/external/mit/xrdb/dist: xrdb.c Added Files: xsrc/external/mit/xstdcmap/dist: compile Removed Files: xsrc/external/mit/xmodmap/dist: README

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

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 08:35:11 UTC 2019 Update of /cvsroot/xsrc/external/mit/xstdcmap/dist In directory ivanova.netbsd.org:/tmp/cvs-serv12164 Log Message: initial import of xstdcmap-1.0.4 Status: Vendor Tag: xorg Release Tags: xstdcmap-1-0-4

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

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 08:35:09 UTC 2019 Update of /cvsroot/xsrc/external/mit/xrdb/dist In directory ivanova.netbsd.org:/tmp/cvs-serv6591 Log Message: initial import of xrdb-1.2.0 Status: Vendor Tag: xorg Release Tags: xrdb-1-2-0

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

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 08:35:07 UTC 2019 Update of /cvsroot/xsrc/external/mit/xmodmap/dist In directory ivanova.netbsd.org:/tmp/cvs-serv4462 Log Message: initial import of xmodmap-1.0.10 Status: Vendor Tag: xorg Release Tags: xmodmap-1-0-10

CVS commit: xsrc/external/mit

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 08:17:43 UTC 2019 Modified Files: xsrc/external/mit/xfsinfo/dist: compile Removed Files: xsrc/external/mit/xcalc/dist: README xsrc/external/mit/xclock/dist: README xsrc/external/mit/xev/dist:

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

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 08:16:18 UTC 2019 Update of /cvsroot/xsrc/external/mit/xfsinfo/dist In directory ivanova.netbsd.org:/tmp/cvs-serv17685 Log Message: initial import of xfsinfo-1.0.6 Status: Vendor Tag: xorg Release Tags: xfsinfo-1-0-6

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

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 08:16:15 UTC 2019 Update of /cvsroot/xsrc/external/mit/xclock/dist In directory ivanova.netbsd.org:/tmp/cvs-serv19092 Log Message: initial import of xclock-1.0.8 Status: Vendor Tag: xorg Release Tags: xclock-1-0-8

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

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 08:16:13 UTC 2019 Update of /cvsroot/xsrc/external/mit/xcalc/dist In directory ivanova.netbsd.org:/tmp/cvs-serv10692 Log Message: initial import of xcalc-1.0.7 Status: Vendor Tag: xorg Release Tags: xcalc-1-0-7

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

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 08:16:16 UTC 2019 Update of /cvsroot/xsrc/external/mit/xev/dist In directory ivanova.netbsd.org:/tmp/cvs-serv9185 Log Message: initial import of xev-1.2.3 Status: Vendor Tag: xorg Release Tags: xev-1-2-3

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

2019-03-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 3 08:16:19 UTC 2019 Update of /cvsroot/xsrc/external/mit/xlsatoms/dist In directory ivanova.netbsd.org:/tmp/cvs-serv19009 Log Message: initial import of xlsatoms-1.1.3 Status: Vendor Tag: xorg Release Tags: xlsatoms-1-1-3