CVS commit: src/bin/rcp

2020-05-06 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Wed May  6 18:15:40 UTC 2020

Modified Files:
src/bin/rcp: rcp.c

Log Message:
In sink(), upon error, avoid multiple replies to the source as this
would lead to a desynchronization of the protocol and further files or
directories to be ignored or corrupted.

Reported by Daniel Goujot, Georges-Axel Jaloyan, Ryan Lahfa, and David Naccache.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/bin/rcp/rcp.c

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



CVS commit: src

2019-01-05 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sat Jan  5 13:55:46 UTC 2019

Modified Files:
src/distrib/utils/embedded/files: armv7_boot.cmd
src/sys/arch/evbarm/conf: GENERIC
Added Files:
src/sys/arch/arm/dts: socfpga_cyclone5_de0_nano_soc.dts
Removed Files:
src/sys/arch/arm/dts: socfpga_cyclone5_de0_sockit.dts

Log Message:
Rename the DE0 Nano SoC dts file to its new linux/uboot name


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/distrib/utils/embedded/files/armv7_boot.cmd
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts
cvs rdiff -u -r1.2 -r0 src/sys/arch/arm/dts/socfpga_cyclone5_de0_sockit.dts
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/conf/GENERIC

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



CVS commit: src/distrib/utils/embedded

2018-11-22 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Thu Nov 22 21:11:37 UTC 2018

Modified Files:
src/distrib/utils/embedded/conf: armv7.conf
src/distrib/utils/embedded/files: armv7_boot.cmd

Log Message:
Make armv7.img boot on the DE0 Nano SoC. Requires u-boot from -current pkgsrc.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/distrib/utils/embedded/conf/armv7.conf
cvs rdiff -u -r1.8 -r1.9 src/distrib/utils/embedded/files/armv7_boot.cmd

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



CVS commit: src/sys/arch

2018-11-22 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Thu Nov 22 21:08:19 UTC 2018

Modified Files:
src/sys/arch/arm/altera: files.altera
src/sys/arch/arm/cortex: a9tmr.c
src/sys/arch/evbarm/conf: GENERIC files.generic
Removed Files:
src/sys/arch/evbarm/conf: NANOSOC

Log Message:
Switch the DE0 Nano SoC to the GENERIC kernel.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/altera/files.altera
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/cortex/a9tmr.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/conf/GENERIC
cvs rdiff -u -r1.4 -r0 src/sys/arch/evbarm/conf/NANOSOC
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/files.generic

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



CVS commit: src/distrib

2018-11-19 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Mon Nov 19 20:05:37 UTC 2018

Modified Files:
src/distrib/amd64/uefi-installimage: Makefile.bootimage
src/distrib/common/bootimage: Makefile.bootimage

Log Message:
Make building boot images work with xz sets on non-NetBSD hosts.

NetBSD gzip is not toolified so we can't assume the host gzip will be able
to decompress xz files. Use the toolified xz instead in the USE_XZ_SETS case.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 \
src/distrib/amd64/uefi-installimage/Makefile.bootimage
cvs rdiff -u -r1.18 -r1.19 src/distrib/common/bootimage/Makefile.bootimage

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



CVS commit: src

2018-11-19 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Mon Nov 19 20:00:28 UTC 2018

Modified Files:
src/share/mk: bsd.own.mk
src/tools/xz-bin: Makefile

Log Message:
Prepend ${_TOOL_PREFIX} to xz, too.


To generate a diff of this commit:
cvs rdiff -u -r1.1083 -r1.1084 src/share/mk/bsd.own.mk
cvs rdiff -u -r1.1 -r1.2 src/tools/xz-bin/Makefile

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



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

2018-11-02 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Fri Nov  2 18:13:11 UTC 2018

Modified Files:
src/sys/arch/arm/altera: cycv_platform.c

Log Message:
Adapt secondary CPU bootstrapping to the new generic startup code.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/altera/cycv_platform.c

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



CVS commit: src/sys/arch

2018-11-02 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Fri Nov  2 18:11:24 UTC 2018

Modified Files:
src/sys/arch/arm/altera: cycv_platform.c
src/sys/arch/evbarm/conf: NANOSOC

Log Message:
Make early console work.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/altera/cycv_platform.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/NANOSOC

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



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

2018-11-02 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Fri Nov  2 18:09:17 UTC 2018

Modified Files:
src/sys/arch/arm/altera: cycv_platform.c

Log Message:
. fix important typo which prevented enabling the SCU
. invalidate all cache tags of the SCU


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/altera/cycv_platform.c

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



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

2018-10-28 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sun Oct 28 21:08:13 UTC 2018

Modified Files:
src/sys/arch/arm/cortex: a9tmr.c

Log Message:
Enable the global timer at attach time, it ensures that delay() works.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/cortex/a9tmr.c

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



CVS commit: src/sys/dev/fdt

2018-10-28 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sun Oct 28 15:06:10 UTC 2018

Modified Files:
src/sys/dev/fdt: dwcwdt_fdt.c

Log Message:
Deactivate the watchdog timer during attach.

Recent u-boot starts up the watchdog timer, and we don't detect this so
e.g. my DE0 nanosoc reboots after about 20 seconds. Applying a reset to
the watchdog circuit is the only way to stop it according to the
documentation.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/fdt/dwcwdt_fdt.c

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



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

2018-10-28 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sun Oct 28 15:00:19 UTC 2018

Modified Files:
src/sys/arch/evbarm/conf: std.altera

Log Message:
Define __HAVE_GENERIC_START now that it works; former startup files were
removed anyway...


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/std.altera

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



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

2018-10-28 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sun Oct 28 14:58:20 UTC 2018

Modified Files:
src/sys/arch/arm/altera: cycv_platform.c

Log Message:
Use virtual addresses where virtual addresses are expected.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/altera/cycv_platform.c

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



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

2018-10-14 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sun Oct 14 19:01:00 UTC 2018

Modified Files:
src/sys/arch/arm/cortex: a9tmr.c

Log Message:
Remove comment that the peripherals clock should be half of the cpu clock.
NFC


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/cortex/a9tmr.c

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



CVS commit: src/sys/arch

2018-10-14 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sun Oct 14 18:58:44 UTC 2018

Modified Files:
src/sys/arch/arm/altera: cycv_platform.c
src/sys/arch/evbarm/conf: mk.altera

Log Message:
Make the DE0 NanoSoC work also in big-endian mode


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/altera/cycv_platform.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/mk.altera

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



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

2018-10-14 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sun Oct 14 18:56:39 UTC 2018

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

Log Message:
Attach dwcwdt


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/NANOSOC

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



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

2018-10-14 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sun Oct 14 18:55:41 UTC 2018

Modified Files:
src/sys/arch/arm/dts: socfpga_cyclone5_de0_sockit.dts

Log Message:
Add reset information for first watchdog timer


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/dts/socfpga_cyclone5_de0_sockit.dts

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



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

2018-10-14 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sun Oct 14 18:53:01 UTC 2018

Modified Files:
src/sys/arch/arm/altera: cycv_rstmgr.c

Log Message:
Fix off-by-one when computing reset register address


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/altera/cycv_rstmgr.c

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



CVS commit: src/sys/dev/fdt

2018-10-14 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sun Oct 14 18:28:55 UTC 2018

Modified Files:
src/sys/dev/fdt: dwcwdt_fdt.c

Log Message:
Make compile


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/fdt/dwcwdt_fdt.c

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



CVS commit: src/sys/dev/ic

2018-09-28 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Fri Sep 28 21:51:42 UTC 2018

Modified Files:
src/sys/dev/ic: dwc_gmac.c dwc_gmac_reg.h dwc_gmac_var.h

Log Message:
Revert the recent support for enhanced descriptors until a viable solution is
found.

It broke at least Cubietruck, Orange Pi One, and maybe Rock64 ethernets in
different ways. Unfortunately it works on my Olinuxino Micro and Lime 2 so I
can't reproduce the bugs for now.

Should fix PR#53637


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/dev/ic/dwc_gmac.c
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/ic/dwc_gmac_reg.h
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ic/dwc_gmac_var.h

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



CVS commit: src/sys/arch

2018-09-19 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Wed Sep 19 17:31:39 UTC 2018

Added Files:
src/sys/arch/arm/altera: cycv_clkmgr.c cycv_dwcmmc.c cycv_gmac.c
cycv_intr.h cycv_platform.c cycv_reg.h cycv_rstmgr.c cycv_var.h
files.altera
src/sys/arch/arm/dts: socfpga_cyclone5_de0_sockit.dts
src/sys/arch/evbarm/altera: altera_start.S genassym.cf platform.h
src/sys/arch/evbarm/conf: NANOSOC files.altera mk.altera std.altera

Log Message:
Add support for the DE0 NanoSoC board.

It's Cyclone V based and thus includes a dual-core Cortex A9 @925MHz.
Most standard peripherals are supported (USB, SDCard, Ethernet) and
no unusual peripheral is supported yet (FPGA, GPIO, ...)


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/altera/cycv_clkmgr.c \
src/sys/arch/arm/altera/cycv_dwcmmc.c src/sys/arch/arm/altera/cycv_gmac.c \
src/sys/arch/arm/altera/cycv_intr.h \
src/sys/arch/arm/altera/cycv_platform.c \
src/sys/arch/arm/altera/cycv_reg.h src/sys/arch/arm/altera/cycv_rstmgr.c \
src/sys/arch/arm/altera/cycv_var.h src/sys/arch/arm/altera/files.altera
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/dts/socfpga_cyclone5_de0_sockit.dts
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/altera/altera_start.S \
src/sys/arch/evbarm/altera/genassym.cf \
src/sys/arch/evbarm/altera/platform.h
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/NANOSOC \
src/sys/arch/evbarm/conf/files.altera src/sys/arch/evbarm/conf/mk.altera \
src/sys/arch/evbarm/conf/std.altera

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



CVS commit: src/sys/dev/ic

2018-09-17 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Mon Sep 17 20:25:49 UTC 2018

Modified Files:
src/sys/dev/ic: dwc_gmac.c dwc_gmac_reg.h dwc_gmac_var.h

Log Message:
Add support for the enhanced descriptors feature.

This makes "recent" dwc gmac controllers, as found e.g. on the Cyclone V, work.
The change was also tested working on an Allwinner A20 which doesn't have the
feature.

No negative reaction on port-arm.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/dev/ic/dwc_gmac.c
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ic/dwc_gmac_reg.h
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ic/dwc_gmac_var.h

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



CVS commit: src/sys

2018-09-09 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sun Sep  9 07:21:18 UTC 2018

Modified Files:
src/sys/arch/arm/broadcom: bcm2835_aux.c bcm2835_cprman.c
src/sys/arch/arm/nvidia: tegra124_car.c tegra210_car.c
src/sys/arch/arm/rockchip: rk_cru.c rk_usb.c
src/sys/arch/arm/samsung: exynos5410_clock.c exynos5422_clock.c
src/sys/arch/arm/sunxi: sunxi_ccu.c sunxi_gates.c sunxi_gmacclk.c
src/sys/dev/fdt: fdt_clock.c fdtvar.h fixedclock.c fixedfactorclock.c

Log Message:
Pass clock provider's phandle to fdtbus_clock_controller_func.decode()
and update callers.

This allows to accomodate clock managers whose clocks are identified
directly by a clock instead of a pair (clock provider, index).

ok jmcneill@ on port-arm


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/broadcom/bcm2835_aux.c \
src/sys/arch/arm/broadcom/bcm2835_cprman.c
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/nvidia/tegra124_car.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/nvidia/tegra210_car.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/rockchip/rk_cru.c \
src/sys/arch/arm/rockchip/rk_usb.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/samsung/exynos5410_clock.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/samsung/exynos5422_clock.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/sunxi/sunxi_ccu.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/sunxi/sunxi_gates.c \
src/sys/arch/arm/sunxi/sunxi_gmacclk.c
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/fdt/fdt_clock.c
cvs rdiff -u -r1.39 -r1.40 src/sys/dev/fdt/fdtvar.h
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/fdt/fixedclock.c
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/fdt/fixedfactorclock.c

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



CVS commit: src/sbin/gpt

2017-02-12 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sun Feb 12 16:54:06 UTC 2017

Modified Files:
src/sbin/gpt: main.c

Log Message:
Make gpt(8) work when compiled on a glibc-based OS.

This restores the ability to build amd64 install-image's under Linux.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sbin/gpt/main.c

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



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

2016-10-18 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Tue Oct 18 18:56:32 UTC 2016

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

Log Message:
add commented out entry to attach Pi Face Real Time Clock


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/evbarm/conf/RPI

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



CVS commit: src/sys/dev/i2c

2016-10-18 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Tue Oct 18 18:54:54 UTC 2016

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

Log Message:
add support for the MCP7940 based Pi Face Real Time Clock


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/i2c/ds1307.c
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/i2c/ds1307reg.h

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



CVS commit: src

2016-03-06 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sun Mar  6 10:26:57 UTC 2016

Modified Files:
src: UPDATING

Log Message:
bump date for entry about using NetBSD's regex, now that it works


To generate a diff of this commit:
cvs rdiff -u -r1.265 -r1.266 src/UPDATING

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



CVS commit: src/tools/compat

2016-03-06 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sun Mar  6 10:22:59 UTC 2016

Added Files:
src/tools/compat: regex.h

Log Message:
add our libc's regex implementation to libnbcompat.

This way, nbsed picks it up and it unbreaks the build of xf86-video-intel-old's
man page under Linux and probably other future changes which rightfully expect
the (net)bsd behaviour.

Full release tested on ArchLinux and NetBSD 7.0_STABLE


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3 src/tools/compat/regex.h

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



CVS commit: src/tools/compat

2016-02-29 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Tue Mar  1 06:48:55 UTC 2016

Modified Files:
src/tools/compat: Makefile

Log Message:
remove regsub.c from the list of files to build because it unbreaks the build
and this API is not yet endorsed. OK christos@


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/tools/compat/Makefile

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



CVS commit: src

2016-02-29 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Mon Feb 29 22:49:11 UTC 2016

Modified Files:
src: UPDATING

Log Message:
mention that the recent addition of the NetBSD implementation of regexps
to libnbcompat may lead to crashes in tools using them on non-NetBSD hosts
if these are not rebuilt from scratch.


To generate a diff of this commit:
cvs rdiff -u -r1.264 -r1.265 src/UPDATING

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



CVS commit: src/tools/compat

2016-02-29 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Mon Feb 29 22:19:29 UTC 2016

Modified Files:
src/tools/compat: Makefile
Added Files:
src/tools/compat: regex.h

Log Message:
add our libc's regex implementation to libnbcompat.

This way, nbsed picks it up and it unbreaks the build of xf86-video-intel-old's
man page under Linux and probably other future changes which rightfully expect
the (net)bsd behaviour.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/tools/compat/Makefile
cvs rdiff -u -r0 -r1.1 src/tools/compat/regex.h

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



CVS commit: src/lib/libc/regex

2016-02-29 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Mon Feb 29 22:10:13 UTC 2016

Modified Files:
src/lib/libc/regex: regsub.c

Log Message:
protect __RCSID the same way other reg*.c files do, so that we can use this
file in libnbcompat


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/regex/regsub.c

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



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

2015-11-22 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sun Nov 22 17:50:48 UTC 2015

Modified Files:
src/sys/arch/arm/allwinner: awin_debe.c files.awin

Log Message:
do not fail if no awintcon is present so that ALLWINNER_A80 compiles again


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/allwinner/awin_debe.c
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/arm/allwinner/files.awin

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



CVS commit: src/external/mit/xorg

2015-08-09 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sun Aug  9 10:09:07 UTC 2015

Modified Files:
src/external/mit/xorg: xorg-pkg-ver.mk

Log Message:
use ${TOOL_AWK} instead of host dependant awk. From mrg@.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/mit/xorg/xorg-pkg-ver.mk

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



CVS commit: src/external/mit/xorg

2015-08-08 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sat Aug  8 23:06:36 UTC 2015

Modified Files:
src/external/mit/xorg: xorg-pkg-ver.mk

Log Message:
Move dashes to the front of bracket expressions. Suggested by dholland@.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/mit/xorg/xorg-pkg-ver.mk

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



CVS commit: src/external/mit/xorg

2015-08-08 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sat Aug  8 22:26:59 UTC 2015

Modified Files:
src/external/mit/xorg: xorg-pkg-ver.mk

Log Message:
Fix bracket expressions by moving '-' to the end of them. GNU awk choked.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/xorg-pkg-ver.mk

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



CVS commit: src/libexec/getty

2015-02-11 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Thu Feb 12 07:32:09 UTC 2015

Modified Files:
src/libexec/getty: ttys.5

Log Message:
Fix previous commit by using tty00 as an example of dialin peripheral instead
of dialout dty00.
Thanks to mrg@ for pointing it out.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/libexec/getty/ttys.5

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



CVS commit: src/sys/dev/usb

2015-02-09 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Mon Feb  9 20:12:47 UTC 2015

Modified Files:
src/sys/dev/usb: usbdi.c

Log Message:
clip xfer->actlen also in the !DIAGNOSTIC case


To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 src/sys/dev/usb/usbdi.c

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



CVS commit: xsrc/xfree/xc/programs/mkfontscale

2015-02-03 Thread Aymeric Vincent
Module Name:xsrc
Committed By:   aymeric
Date:   Tue Feb  3 20:02:51 UTC 2015

Modified Files:
xsrc/xfree/xc/programs/mkfontscale: ident.c

Log Message:
gzFile already is a pointer. Fix three misuses of this typedef, caught by
a recent zlib on ArchLinux.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 xsrc/xfree/xc/programs/mkfontscale/ident.c

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



CVS commit: src/sys/arch/amiga/stand/bootblock/txlt

2015-02-03 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Tue Feb  3 19:58:42 UTC 2015

Modified Files:
src/sys/arch/amiga/stand/bootblock/txlt: Makefile txlt.l

Log Message:
. don't depend on -ll to provide a main() function. Lex on ArchLinux doesn't
  provide a libl
. still depend on -ll for the !HOSTPROG case for yywrap()
. ANSIfy


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/amiga/stand/bootblock/txlt/Makefile
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/amiga/stand/bootblock/txlt/txlt.l

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



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

2014-12-02 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Tue Dec  2 10:34:27 UTC 2014

Modified Files:
src/external/gpl3/gdb/dist/gdb: amd64nbsd-tdep.c

Log Message:
. do not abort() if we read a zero cs or rip, or if we can't read them
. end the backtrace when encountering a soft interrupt, since they live in
  their own lwp


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/gdb/dist/gdb/amd64nbsd-tdep.c

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



CVS commit: src/usr.bin/login

2014-11-12 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Wed Nov 12 22:23:38 UTC 2014

Modified Files:
src/usr.bin/login: login.c login_pam.c

Log Message:
Remove the syslogging of a dial out login warning based on the tty name, because
the test is sloppy and doesn't correspond to the current naming anyway.
OK gdt@
PR#377 can remain closed.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/usr.bin/login/login.c
cvs rdiff -u -r1.23 -r1.24 src/usr.bin/login/login_pam.c

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



CVS commit: src/libexec/getty

2014-11-12 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Wed Nov 12 21:56:48 UTC 2014

Modified Files:
src/libexec/getty: ttys.5

Log Message:
update the example to use dty00 instead of ttyd0 to reflect a current practice


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/libexec/getty/ttys.5

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



CVS commit: src/external/bsd/nvi/dist/ex

2014-08-26 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Tue Aug 26 15:19:38 UTC 2014

Modified Files:
src/external/bsd/nvi/dist/ex: ex_cscope.c

Log Message:
missed setting TAG_IS_LINKED in a special case in my previous commit.
Bug reported by Brad Harder, thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/nvi/dist/ex/ex_cscope.c

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



CVS commit: src/external/bsd/nvi/dist/ex

2014-08-22 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Fri Aug 22 21:28:20 UTC 2014

Modified Files:
src/external/bsd/nvi/dist/ex: ex_cscope.c ex_tag.c tag.h

Log Message:
In tagq_free(), fix the test checking whether a TAGQ should be removed from
its tailq. This required introducing a new flag in the TAGQ structure to
avoid reverting to poking under the hood of the queue.h API.

The concrete bug it solves is that using tags would make vi crash reliably
on exit.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/nvi/dist/ex/ex_cscope.c
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/nvi/dist/ex/ex_tag.c
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/nvi/dist/ex/tag.h

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



CVS commit: src/sys/net

2014-04-20 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sun Apr 20 22:39:51 UTC 2014

Modified Files:
src/sys/net: if_tap.c

Log Message:
Call mutex_destroy() on sc_kqlock in tap_detach(). Found by LOCKDEBUG.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/net/if_tap.c

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



CVS commit: [riastradh-drm2] src/sys/external/bsd/drm2/i915drm

2014-03-05 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Wed Mar  5 08:45:06 UTC 2014

Modified Files:
src/sys/external/bsd/drm2/i915drm [riastradh-drm2]: i915_gem_gtt.c

Log Message:
revert to bogus assertion, as requested by riastradh@ to ease forecoming commit


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 \
src/sys/external/bsd/drm2/i915drm/i915_gem_gtt.c

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



CVS commit: [riastradh-drm2] src/sys/external/bsd/drm2/i915drm

2014-03-04 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Tue Mar  4 22:14:12 UTC 2014

Modified Files:
src/sys/external/bsd/drm2/i915drm [riastradh-drm2]: i915_gem_gtt.c

Log Message:
do not KASSERT out on Sandy Bridge


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 \
src/sys/external/bsd/drm2/i915drm/i915_gem_gtt.c

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



CVS commit: src/doc

2013-11-29 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Fri Nov 29 09:17:38 UTC 2013

Modified Files:
src/doc: 3RDPARTY

Log Message:
Update nvi status:
. add Sven as upstream maintainer
. remove myself as responsible
. update Location


To generate a diff of this commit:
cvs rdiff -u -r1.1070 -r1.1071 src/doc/3RDPARTY

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



CVS commit: src/sys/dev/usb

2013-08-22 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Thu Aug 22 20:00:43 UTC 2013

Modified Files:
src/sys/dev/usb: usbdi.c

Log Message:
Check that the xfer we are about to abort didn't finish yet since abort
methods fail in this case (at least ehci's one).


To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 src/sys/dev/usb/usbdi.c

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



CVS commit: src/sys/dev/usb

2013-08-15 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Thu Aug 15 15:26:50 UTC 2013

Modified Files:
src/sys/dev/usb: uaudio.c

Log Message:
In the error paths where uaudio_chan_free_buffers() has to be called, acquire
the uaudio spinlock after the call because another spinlock is used indirectly
during the call.
Fixes a panic with LOCKDEBUG when a low-speed uaudio attached to a high-speed
hub is opened.


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/sys/dev/usb/uaudio.c

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



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

2013-08-09 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Fri Aug  9 21:19:43 UTC 2013

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

Log Message:
Comment out pseudo-device md so that ARMADAXP_INSTALL passes config(1).
Fixes evbarm releases.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/ARMADAXP

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



CVS commit: src/sys/dev/usb

2013-07-11 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Thu Jul 11 19:46:44 UTC 2013

Modified Files:
src/sys/dev/usb: usbdi.c

Log Message:
In usbd_transfer(), abort the xfer if it is interrupted by a signal while in
progress.
This prevents that xfer from being freed while still on queue, and ensuing
panic().


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 src/sys/dev/usb/usbdi.c

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



CVS commit: src/share/man/man4

2013-05-09 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Thu May  9 12:46:22 UTC 2013

Modified Files:
src/share/man/man4: aubtfwl.4

Log Message:
mention support for AR3012 based chips and point to the corresponding
firmware files


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/aubtfwl.4

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



CVS commit: src/sys/dev/usb

2013-05-09 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Thu May  9 12:44:31 UTC 2013

Modified Files:
src/sys/dev/usb: aubtfwl.c
Added Files:
src/sys/dev/usb: aubtfwlreg.h

Log Message:
. add support for loading code + config of AR3012 based chips
. make it easy to add vendor and product ids for similar hardware


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/usb/aubtfwl.c
cvs rdiff -u -r0 -r1.1 src/sys/dev/usb/aubtfwlreg.h

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



CVS commit: src/sys/dev/usb

2013-05-09 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Thu May  9 12:41:13 UTC 2013

Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.639 -r1.640 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.640 -r1.641 src/sys/dev/usb/usbdevs_data.h

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



CVS commit: src/sys/dev/usb

2013-05-09 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Thu May  9 12:40:18 UTC 2013

Modified Files:
src/sys/dev/usb: usbdevs

Log Message:
Add a Foxconn AR3012 bluetooth controller ids


To generate a diff of this commit:
cvs rdiff -u -r1.647 -r1.648 src/sys/dev/usb/usbdevs

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



CVS commit: src/sys/arch/evbarm

2011-11-04 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Fri Nov  4 17:40:48 UTC 2011

Added Files:
src/sys/arch/evbarm/conf: MMNET_GENERIC files.mmnet mk.mmnet std.mmnet
src/sys/arch/evbarm/mmnet: mmnet_machdep.c mmnet_start.S

Log Message:
preliminary support for the Propox MMnet1002 board
http://www.propox.com/products/t_232.html


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/MMNET_GENERIC \
src/sys/arch/evbarm/conf/files.mmnet src/sys/arch/evbarm/conf/mk.mmnet \
src/sys/arch/evbarm/conf/std.mmnet
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/mmnet/mmnet_machdep.c \
src/sys/arch/evbarm/mmnet/mmnet_start.S

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



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

2011-11-04 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Fri Nov  4 17:23:05 UTC 2011

Modified Files:
src/sys/arch/arm/at91: at91dbgu.c

Log Message:
use CFATTACH_DECL_NEW


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/at91/at91dbgu.c

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



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

2011-11-04 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Fri Nov  4 17:21:47 UTC 2011

Modified Files:
src/sys/arch/arm/at91: at91pmc.c

Log Message:
switch USB port on


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/at91/at91pmc.c

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



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

2011-11-04 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Fri Nov  4 17:20:54 UTC 2011

Modified Files:
src/sys/arch/arm/at91: at91bus.c at91pmcreg.h files.at91
Added Files:
src/sys/arch/arm/at91: at91sam9260bus.c at91sam9260busvar.h
at91sam9260reg.h

Log Message:
add preliminary support for AT91SAM9260


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/at91/at91bus.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/at91/at91pmcreg.h \
src/sys/arch/arm/at91/files.at91
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/at91/at91sam9260bus.c \
src/sys/arch/arm/at91/at91sam9260busvar.h \
src/sys/arch/arm/at91/at91sam9260reg.h

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



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

2011-11-04 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Fri Nov  4 17:17:50 UTC 2011

Modified Files:
src/sys/arch/arm/at91: at91dbgureg.h

Log Message:
fix AT91SAM9260 chip id


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/at91/at91dbgureg.h

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



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

2011-11-04 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Fri Nov  4 17:16:38 UTC 2011

Modified Files:
src/sys/arch/arm/at91: at91aic.c

Log Message:
attach event counters later, at attach time. Caught by an assertion


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/at91/at91aic.c

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



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

2011-11-04 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Fri Nov  4 17:13:15 UTC 2011

Modified Files:
src/sys/arch/arm/at91: at91ohci.c

Log Message:
. fix attach code
. use CFATTACH_DECL_NEW


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/at91/at91ohci.c

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



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

2011-11-04 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Fri Nov  4 17:11:19 UTC 2011

Modified Files:
src/sys/arch/arm/at91: at91tctmr.c

Log Message:
make compile by disabling yet more things


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/at91/at91tctmr.c

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



CVS commit: src/sys/dev/usb

2011-10-25 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Tue Oct 25 16:12:02 UTC 2011

Modified Files:
src/sys/dev/usb: uhidev.c

Log Message:
enable Sony's Six Axis and DualShock 3 USB controllers


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/dev/usb/uhidev.c

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



CVS commit: src/sys/dev/usb

2011-10-25 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Tue Oct 25 16:10:20 UTC 2011

Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.590 -r1.591 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.591 -r1.592 src/sys/dev/usb/usbdevs_data.h

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



CVS commit: src/sys/dev/usb

2011-10-25 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Tue Oct 25 16:09:14 UTC 2011

Modified Files:
src/sys/dev/usb: usbdevs

Log Message:
add Sony PLAYSTATION(R)3 Controller entry


To generate a diff of this commit:
cvs rdiff -u -r1.597 -r1.598 src/sys/dev/usb/usbdevs

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



CVS commit: src/doc

2011-02-18 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Fri Feb 18 22:45:46 UTC 2011

Modified Files:
src/doc: 3RDPARTY

Log Message:
pkg_install is now at 20110215


To generate a diff of this commit:
cvs rdiff -u -r1.812 -r1.813 src/doc/3RDPARTY

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



CVS commit: src/external/bsd/pkg_install/dist/lib

2011-02-18 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Fri Feb 18 22:36:00 UTC 2011

Modified Files:
src/external/bsd/pkg_install/dist/lib: version.h

Log Message:
merge pkg_install 20110215


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/pkg_install/dist/lib/version.h

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



CVS commit: src/external/bsd/pkg_install/dist

2011-02-18 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Fri Feb 18 22:32:34 UTC 2011

Update of /cvsroot/src/external/bsd/pkg_install/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv29353

Log Message:
Import pkg_install 20110215.

--- 20110215:
Fix audit-history subcommand to include patterns making use of [x-y] notation.

--- 20101212:
Don't warn about _ALPHA, _BETA, _PATCH, _RC, _STABLE mismatches when
pkg_add'ing on NetBSD.

--- 20101122:
Fix crash in pkg_info -X on hand-written packages.

--- 20100915:
Allow https URLs.

--- 20100914:
Add -D flag to pkg_install, to override the "pkg_add -U" check that
all depending packages have their dependencies satisfied by the new
package.  Essentially, split off this particular behavior as a special
case of -f, so that -f works as before, unforced works as before, and
one can give -D to override exactly this check, leaving all other
checks intact.

The -D flag is in support of make replace, as the workflow for make
replace is that inter-package dependencies are sometimes violated (but
then one must replace the depending packages, which is what
pkg_rolling-replace does via the unsafe_depends flags).

Add missing break statement in option parsing of "pkg_add -C", riding
the version bump.

Status:

Vendor Tag: PKGSRC
Release Tags:   pkg_install-20110215

U src/external/bsd/pkg_install/dist/add/add.h
U src/external/bsd/pkg_install/dist/add/main.c
U src/external/bsd/pkg_install/dist/add/perform.c
U src/external/bsd/pkg_install/dist/add/pkg_add.1
U src/external/bsd/pkg_install/dist/bpm/bpm.sh.in
U src/external/bsd/pkg_install/dist/bpm/bpm.1
U src/external/bsd/pkg_install/dist/admin/admin.h
U src/external/bsd/pkg_install/dist/admin/audit-packages.8
U src/external/bsd/pkg_install/dist/admin/audit-packages.sh.in
U src/external/bsd/pkg_install/dist/admin/audit.c
U src/external/bsd/pkg_install/dist/admin/check.c
U src/external/bsd/pkg_install/dist/admin/download-vulnerability-list.8
U src/external/bsd/pkg_install/dist/admin/download-vulnerability-list.sh.in
U src/external/bsd/pkg_install/dist/admin/main.c
U src/external/bsd/pkg_install/dist/admin/pkg_admin.1
U src/external/bsd/pkg_install/dist/create/build.c
U src/external/bsd/pkg_install/dist/create/create.h
U src/external/bsd/pkg_install/dist/create/main.c
U src/external/bsd/pkg_install/dist/create/perform.c
U src/external/bsd/pkg_install/dist/create/pkg_create.1
U src/external/bsd/pkg_install/dist/create/pl.c
U src/external/bsd/pkg_install/dist/create/util.c
U src/external/bsd/pkg_install/dist/delete/pkg_delete.1
U src/external/bsd/pkg_install/dist/delete/pkg_delete.c
U src/external/bsd/pkg_install/dist/info/info.h
U src/external/bsd/pkg_install/dist/info/main.c
U src/external/bsd/pkg_install/dist/info/perform.c
U src/external/bsd/pkg_install/dist/info/pkg_info.1
U src/external/bsd/pkg_install/dist/info/show.c
U src/external/bsd/pkg_install/dist/lib/automatic.c
U src/external/bsd/pkg_install/dist/lib/config.h.in
U src/external/bsd/pkg_install/dist/lib/conflicts.c
U src/external/bsd/pkg_install/dist/lib/defs.h
U src/external/bsd/pkg_install/dist/lib/dewey.c
U src/external/bsd/pkg_install/dist/lib/dewey.h
U src/external/bsd/pkg_install/dist/lib/fexec.c
U src/external/bsd/pkg_install/dist/lib/file.c
U src/external/bsd/pkg_install/dist/lib/global.c
U src/external/bsd/pkg_install/dist/lib/gpgsig.c
U src/external/bsd/pkg_install/dist/lib/iterate.c
U src/external/bsd/pkg_install/dist/lib/lib.h
U src/external/bsd/pkg_install/dist/lib/license.c
U src/external/bsd/pkg_install/dist/lib/lpkg.c
U src/external/bsd/pkg_install/dist/lib/opattern.c
U src/external/bsd/pkg_install/dist/lib/parse-config.c
U src/external/bsd/pkg_install/dist/lib/pkcs7.c
U src/external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in
U src/external/bsd/pkg_install/dist/lib/pkg_io.c
U src/external/bsd/pkg_install/dist/lib/pkg_signature.c
U src/external/bsd/pkg_install/dist/lib/pkg_summary.5
U src/external/bsd/pkg_install/dist/lib/pkgdb.c
U src/external/bsd/pkg_install/dist/lib/pkgsrc.7
U src/external/bsd/pkg_install/dist/lib/plist.c
U src/external/bsd/pkg_install/dist/lib/remove.c
U src/external/bsd/pkg_install/dist/lib/str.c
U src/external/bsd/pkg_install/dist/lib/var.c
U src/external/bsd/pkg_install/dist/lib/version.c
C src/external/bsd/pkg_install/dist/lib/version.h
U src/external/bsd/pkg_install/dist/lib/vulnerabilities-file.c
U src/external/bsd/pkg_install/dist/lib/xwrapper.c
U src/external/bsd/pkg_install/dist/x509/pkgsrc.cnf
U src/external/bsd/pkg_install/dist/x509/pkgsrc.sh
U src/external/bsd/pkg_install/dist/x509/signing.txt

1 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jPKGSRC:yesterday -jPKGSRC 
src/external/bsd/pkg_install/dist



CVS commit: src

2010-12-24 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Fri Dec 24 10:11:40 UTC 2010

Modified Files:
src/distrib/macppc/floppies/ramdisk: Makefile
src/sys/arch/macppc/conf: GENERIC_MD INSTALL MAMBO POWERMAC_G5

Log Message:
Bump ramdisk size by 64K. This allows release builds to finish on macppc.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/distrib/macppc/floppies/ramdisk/Makefile
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/macppc/conf/GENERIC_MD \
src/sys/arch/macppc/conf/MAMBO
cvs rdiff -u -r1.110 -r1.111 src/sys/arch/macppc/conf/INSTALL
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/macppc/conf/POWERMAC_G5

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