CVS commit: src/lib/libc/time

2016-09-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 19 18:43:23 UTC 2016 Modified Files: src/lib/libc/time: zic.c Log Message: PR/51484: gson@: Fix off by one (wrong merge) To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/lib/libc/time/zic.c Please not

CVS commit: src/usr.sbin/intrctl

2016-09-19 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Mon Sep 19 18:46:39 UTC 2016 Modified Files: src/usr.sbin/intrctl: intrctl.c Log Message: "intrctl list" auto fit to minimum columns Reviewed by nonaka@ and knakahara@ To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 sr

CVS commit: src/sys/dev/ic

2016-09-19 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Sep 19 19:06:58 UTC 2016 Modified Files: src/sys/dev/ic: nvme.c Log Message: comment tyop and KNF; pointed out by Nick To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ic/nvme.c Please note that di

CVS commit: src/sys/dev/ic

2016-09-19 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Sep 19 19:07:53 UTC 2016 Modified Files: src/sys/dev/ic: siisata.c Log Message: Don't permanantly disable port if drive probe times out, reinitialize port instead. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1

CVS commit: src/usr.sbin/ndp

2016-09-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 19 19:13:14 UTC 2016 Modified Files: src/usr.sbin/ndp: ndp.c Log Message: remove unused ancient code and widen v6 address so that columns are aligned. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/u

CVS commit: src/external/mit/xorg/server/drivers/xf86-video-intel

2016-09-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 19 19:15:04 UTC 2016 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-intel: Makefile Log Message: XXX: This driver still needs XFree86LOADER defined to expose intelModuleData. To generate a diff of this

CVS commit: src/sys/dev/ic

2016-09-19 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Sep 19 20:33:51 UTC 2016 Modified Files: src/sys/dev/ic: ld_nvme.c nvme.c nvmevar.h Log Message: on further thought, just remove the separately allocated nvme_ns_context altogether and fold into nvme_ccb; allocating this sep

CVS commit: src/sys/arch

2016-09-19 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 19 20:46:55 UTC 2016 Modified Files: src/sys/arch/i386/include: pmap.h src/sys/arch/x86/include: pmap.h Log Message: move function prototype to x86, so it is available to amd64 too To generate a diff of this commit

CVS commit: src/lib/libm

2016-09-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 19 22:05:05 UTC 2016 Modified Files: src/lib/libm/complex: Makefile.inc src/lib/libm/src: math_private.h Added Files: src/lib/libm/complex: catrig.c catrigf.c catrigl.c Log Message: Add the complex trig f

CVS commit: src/sys/dev/ic

2016-09-19 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Sep 19 22:11:41 UTC 2016 Modified Files: src/sys/dev/ic: nvme.c nvmevar.h Log Message: slightly optimize memory access - change struct nvme_queue so that the struct dmamem members are allocated as part of it, instead of sepa

CVS commit: src/sys/dev

2016-09-19 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Sep 19 23:32:30 UTC 2016 Modified Files: src/sys/dev: ld.c src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: fix DIOCCACHESYNC ioctl on ld(4) and raid(4) to work again; it got broken when the code was switched ove

CVS commit: src/sys/dev/raidframe

2016-09-19 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Sep 19 23:37:10 UTC 2016 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: fix mistake fallthrough in the ioctl switch introduced in previous commit To generate a diff of this commit: cvs rdiff -u -r1.34