CVS commit: [netbsd-6] src/sys

2014-06-03 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Tue Jun 3 09:17:52 UTC 2014 Modified Files: src/sys/arch/xen/xen [netbsd-6]: xbd_xenbus.c src/sys/dev [netbsd-6]: cgd.c dksubr.c dkvar.h Log Message: Pull up the following revisions(s) (requested by bouyer in ticket

CVS commit: [netbsd-6] src/doc

2014-06-03 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Tue Jun 3 09:18:57 UTC 2014 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket #1075 To generate a diff of this commit: cvs rdiff -u -r1.1.2.114 -r1.1.2.115 src/doc/CHANGES-6.2 Please note that diffs are

CVS commit: src/tests/fs/vfs

2014-06-03 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Tue Jun 3 11:56:07 UTC 2014 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: Add testcase that check lstat(2) values for symbolic links (PR kern/48864). To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

CVS commit: src/sys/arch/sgimips/dev

2014-06-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jun 3 12:15:00 UTC 2014 Modified Files: src/sys/arch/sgimips/dev: int.c Log Message: actually get rid of actually unused variables, still works on my Indy thanks mrg To generate a diff of this commit: cvs rdiff -u -r1.26

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

2014-06-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 3 13:51:52 UTC 2014 Modified Files: src/external/mit/xorg/lib/libdrm_intel: Makefile Log Message: libdrm_intel needs libpciaccess (kinda spuriously, but whatever). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci

2014-06-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jun 3 13:53:28 UTC 2014 Modified Files: src/sys/dev/pci: hifn7751.c Log Message: Avoid buffer overflow which was added in rev. 1.52. This change fix a panic at boot time (PR#47950 Reported by Bert Kiers). OK'd by tls.

CVS commit: [netbsd-6] src/include

2014-06-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jun 3 13:55:44 UTC 2014 Modified Files: src/include [netbsd-6]: stdio.h Log Message: Pull up following revision(s) (requested by kleink in ticket #1066): src/include/stdio.h 1.89-1.90 Move

CVS commit: [netbsd-6] src/sys/dev/pci

2014-06-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jun 3 14:31:13 UTC 2014 Modified Files: src/sys/dev/pci [netbsd-6]: siside.c Log Message: Pull up following revision(s) (requested by abs in ticket #1069): sys/dev/pci/siside.c: revision 1.35 Add in missing space

CVS commit: src/usr.sbin/makemandb

2014-06-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jun 3 14:42:41 UTC 2014 Modified Files: src/usr.sbin/makemandb: makemandb.c Log Message: Fix a bug that caused an error about a UNIQUE constraint violation. Patch from Abhinav Upadhyay. To generate a diff of this commit: cvs

CVS commit: [netbsd-6] src/sys/dev/pci

2014-06-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jun 3 14:57:09 UTC 2014 Modified Files: src/sys/dev/pci [netbsd-6]: if_wm.c Log Message: Pull up following revision(s) (requested by tls in ticket #1070): sys/dev/pci/if_wm.c: revision 1.269 From dyoung@ -- bump max

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

2014-06-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 3 14:59:30 UTC 2014 Modified Files: src/sys/external/bsd/drm2/include/linux: atomic.h Log Message: Fix atomic_dec_and_test in linux/atomic.h: test 0, not -1. To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: [netbsd-6-1] src/sys/dev/pci

2014-06-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jun 3 15:02:37 UTC 2014 Modified Files: src/sys/dev/pci [netbsd-6-1]: if_wm.c Log Message: Pull up following revision(s) (requested by tls in ticket #1070): sys/dev/pci/if_wm.c: revision 1.269 From dyoung@ -- bump

CVS commit: [netbsd-6-0] src/sys/dev/pci

2014-06-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jun 3 15:06:09 UTC 2014 Modified Files: src/sys/dev/pci [netbsd-6-0]: if_wm.c Log Message: Pull up following revision(s) (requested by tls in ticket #1070): sys/dev/pci/if_wm.c: revision 1.269 From dyoung@ -- bump

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2014-06-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 3 15:06:36 UTC 2014 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_gem.c Log Message: Ensure we call uvmfault_unlockall on every exit from i915_gem_fault. To generate a diff of this commit: cvs rdiff

CVS commit: [netbsd-6] src/sys/net

2014-06-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jun 3 15:13:30 UTC 2014 Modified Files: src/sys/net [netbsd-6]: if_tap.c Log Message: Pull up following revision(s) (requested by cube in ticket #1071): sys/net/if_tap.c1.76 Prevent a race

CVS commit: [netbsd-6-1] src/sys/net

2014-06-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jun 3 15:17:56 UTC 2014 Modified Files: src/sys/net [netbsd-6-1]: if_tap.c Log Message: Pull up following revision(s) (requested by cube in ticket #1071): sys/net/if_tap.c1.76 Prevent a race

CVS commit: [netbsd-6-0] src/sys/net

2014-06-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jun 3 15:18:45 UTC 2014 Modified Files: src/sys/net [netbsd-6-0]: if_tap.c Log Message: Pull up following revision(s) (requested by cube in ticket #1071): sys/net/if_tap.c1.76 Prevent a race

CVS commit: [netbsd-6] src/sys/fs/cd9660

2014-06-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jun 3 15:21:17 UTC 2014 Modified Files: src/sys/fs/cd9660 [netbsd-6]: cd9660_util.c Log Message: Pull up following revision(s) (requested by martin in ticket #1073): sys/fs/cd9660/cd9660_util.c: revision 1.11 PR

CVS commit: [netbsd-6] src/sys/arch/powerpc/stand/mkbootimage

2014-06-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jun 3 15:26:34 UTC 2014 Modified Files: src/sys/arch/powerpc/stand/mkbootimage [netbsd-6]: bebox_bootrec.h mkbootimage.c pef.h Log Message: Pull up following revision(s) (requested by phx in ticket #1074):

CVS commit: [netbsd-6] src/sys

2014-06-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jun 3 15:34:00 UTC 2014 Modified Files: src/sys/dist/ipf/netinet [netbsd-6]: ip_fil_netbsd.c src/sys/net [netbsd-6]: if_ethersubr.c if_loop.c if_vlan.c src/sys/netinet [netbsd-6]: if_arp.c ip_carp.c

CVS commit: [netbsd-6] src/doc

2014-06-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jun 3 15:48:10 UTC 2014 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket 1066, 1067, 1069-1071, 1073 and 1074. To generate a diff of this commit: cvs rdiff -u -r1.1.2.115 -r1.1.2.116 src/doc/CHANGES-6.2

CVS commit: [netbsd-6-1] src/doc

2014-06-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jun 3 15:49:08 UTC 2014 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.5 Log Message: Ticket 1070 and 1071. To generate a diff of this commit: cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-6.1.5 Please note that

CVS commit: [netbsd-6-0] src/doc

2014-06-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jun 3 15:49:30 UTC 2014 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.6 Log Message: Ticket 1070 and 1071. To generate a diff of this commit: cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-6.0.6 Please note that

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

2014-06-03 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Jun 3 15:51:59 UTC 2014 Modified Files: src/sys/arch/arm/samsung: exynos4_reg.h exynos5_reg.h Log Message: Explicitly mark MCUCTL_ISP_OFFSET as an unknown module to prevent confusion To generate a diff of this commit: cvs

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

2014-06-03 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Jun 3 15:56:14 UTC 2014 Modified Files: src/sys/arch/arm/samsung: exynos_reg.h Log Message: Add used pmu registers, sysreg registers and usb phy registers for USB2. More are added when used. To generate a diff of this

CVS commit: src/sys

2014-06-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jun 3 19:30:48 UTC 2014 Modified Files: src/sys/rump/include/rump: rump_namei.h src/sys/sys: namei.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys

2014-06-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jun 3 19:30:30 UTC 2014 Modified Files: src/sys/fs/cd9660: cd9660_lookup.c src/sys/fs/filecorefs: filecore_lookup.c src/sys/kern: vfs_cache.c src/sys/sys: namei.src src/sys/ufs/ext2fs:

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2014-06-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 3 19:40:37 UTC 2014 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_gem_context.c Log Message: Mark variables __diagused. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

CVS commit: src/sys/kern

2014-06-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jun 3 19:42:17 UTC 2014 Modified Files: src/sys/kern: vfs_cache.c Log Message: Don't play loop games, just enumerate the 10 fields explicitly. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96

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

2014-06-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 3 19:49:37 UTC 2014 Modified Files: src/sys/external/bsd/drm2/i915drm: i915_gem_gtt.c Log Message: Rework gen6 aperture/gtt size detection. Mark variables __diagused. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/sparc64/sparc64

2014-06-03 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Tue Jun 3 20:01:34 UTC 2014 Modified Files: src/sys/arch/sparc64/sparc64: cpu.c Log Message: sun4v: rename upaid_from_node() to cpuid_from_node() - make the function able to extract the cpuid from the cpu nodes reg property

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

2014-06-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 3 20:22:54 UTC 2014 Modified Files: src/external/bsd/openpam/dist/lib: openpam_configure.c Log Message: For consistency, handle REQUISITE modules the same way as we handle REQUIRED and BINDING. To generate a diff of

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

2014-06-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 3 20:21:32 UTC 2014 Modified Files: src/external/bsd/openpam/dist/lib: openpam_configure.c Log Message: CVE-2014-3879: Incorrect error handling in PAM policy parser: Missing module files were treated as soft failures

CVS commit: src/sys

2014-06-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jun 3 21:16:37 UTC 2014 Modified Files: src/sys/rump/include/rump: rump_namei.h src/sys/sys: namei.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src

2014-06-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jun 3 21:16:15 UTC 2014 Modified Files: src/sys/kern: vfs_cache.c src/sys/sys: namei.src src/usr.bin/systat: vmstat.c src/usr.bin/vmstat: vmstat.c Log Message: Provide sysctl for namecache statistics.

CVS commit: src/usr.bin/vmstat

2014-06-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jun 3 21:31:54 UTC 2014 Modified Files: src/usr.bin/vmstat: Makefile vmstat.c Log Message: Use vm.uvmexp data as much as possible for vmstat -s. Temporarily disable shadowing warning until the other users are cleaned up. To

CVS commit: src/usr.bin/vmstat

2014-06-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jun 3 21:41:56 UTC 2014 Modified Files: src/usr.bin/vmstat: Makefile vmstat.c Log Message: Convert the remaining uvmexp users to the sysctl as default source. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/usr.bin/vmstat

2014-06-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jun 3 21:45:41 UTC 2014 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: Use kern.clockrate if possible. To generate a diff of this commit: cvs rdiff -u -r1.196 -r1.197 src/usr.bin/vmstat/vmstat.c Please note that

CVS commit: src/usr.bin/vmstat

2014-06-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jun 3 21:56:03 UTC 2014 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: Use CPU statistics from uvmexp when possible. To generate a diff of this commit: cvs rdiff -u -r1.197 -r1.198 src/usr.bin/vmstat/vmstat.c

CVS commit: src/usr.bin/vmstat

2014-06-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jun 3 21:56:30 UTC 2014 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: GC left-over kread. To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199 src/usr.bin/vmstat/vmstat.c Please note that diffs are

CVS commit: src/usr.bin/systat

2014-06-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jun 3 22:22:41 UTC 2014 Modified Files: src/usr.bin/systat: extern.h icmp.c ip.c ip6.c main.c tcp.c Log Message: Always use_sysctl in preparation of removing all kvm code. To generate a diff of this commit: cvs rdiff -u

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

2014-06-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jun 3 22:31:48 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc/config/vax: vax.c Log Message: Fix tpyo. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/dist/gcc/config/vax/vax.c

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

2014-06-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jun 3 22:34:28 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc/config/vax: vax-protos.h vax.c vax.md Log Message: Add some peepholes to help pushing of adjacent registers or memory locations on the stack. Add a