Re: CVS commit: src/external/bsd/cron/dist

2014-06-22 Thread David Holland
On Sat, Jun 21, 2014 at 02:20:59PM +, Christos Zoulas wrote: Modified Files: src/external/bsd/cron/dist: do_command.c Log Message: Log some actual information on various failures, so you can tell what happened. ??? This code is not used. We are using the LOGIN_CAP code.

Re: CVS commit: src/external/bsd/cron/dist

2014-06-22 Thread Christos Zoulas
On Jun 22, 4:50pm, dholland-sourcechan...@netbsd.org (David Holland) wrote: -- Subject: Re: CVS commit: src/external/bsd/cron/dist | On Sat, Jun 21, 2014 at 02:20:59PM +, Christos Zoulas wrote: | Modified Files: | src/external/bsd/cron/dist: do_command.c | | Log Message: | Log

Re: CVS commit: src/external/bsd/cron/dist

2014-06-22 Thread David Holland
On Sun, Jun 22, 2014 at 04:53:50PM -0400, Christos Zoulas wrote: | Modified Files: | src/external/bsd/cron/dist: do_command.c | | Log Message: | Log some actual information on various failures, so you can tell | what happened. | | ??? This code is not used.

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

2014-06-22 Thread Erik Fair
It appears that these changes were applied to netbsd-6-0 and netbsd-6-1 but not to netbsd-6 (which is a problem for those of us following netbsd-6). Erik f...@nebtsd.org On Jun 18, 2014, at 02:35 , SAITOH Masanobu msai...@netbsd.org wrote: Module Name: src Committed By: msaitoh

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

2014-06-22 Thread Manuel Bouyer
On Sun, Jun 22, 2014 at 02:30:42PM -0700, Erik Fair wrote: It appears that these changes were applied to netbsd-6-0 and netbsd-6-1 but not to netbsd-6 (which is a problem for those of us following netbsd-6). AFAIK it was pulled up on Jun 3 on -6. As it's a bit invasive I suggested to wait a

Re: CVS commit: src/external/bsd/cron/dist

2014-06-22 Thread Christos Zoulas
On Jun 22, 8:58pm, dholland-sourcechan...@netbsd.org (David Holland) wrote: -- Subject: Re: CVS commit: src/external/bsd/cron/dist | On Sun, Jun 22, 2014 at 04:53:50PM -0400, Christos Zoulas wrote: | | Modified Files: | |src/external/bsd/cron/dist: do_command.c | | | | Log

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

2014-06-22 Thread Masanobu SAITOH
Hi, Erik. (2014/06/23 7:15), Manuel Bouyer wrote: On Sun, Jun 22, 2014 at 02:30:42PM -0700, Erik Fair wrote: It appears that these changes were applied to netbsd-6-0 and netbsd-6-1 but not to netbsd-6 (which is a problem for those of us following netbsd-6). AFAIK it was pulled up on Jun 3

CVS commit: src/sys

2014-06-22 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Sun Jun 22 08:10:19 UTC 2014 Modified Files: src/sys/compat/common: if_43.c src/sys/kern: sys_socket.c uipc_usrreq.c src/sys/net: if.c link_proto.c raw_usrreq.c rtsock.c src/sys/netatalk: ddp_usrreq.c

CVS commit: src/sys/fs/cd9660

2014-06-22 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Jun 22 09:47:40 UTC 2014 Modified Files: src/sys/fs/cd9660: cd9660_vfsops.c Log Message: CID 1223346: No need to check bp against NULL. It is always valid here. To generate a diff of this commit: cvs rdiff -u -r1.87

CVS commit: src/sys/dev/pci

2014-06-22 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Jun 22 09:48:20 UTC 2014 Modified Files: src/sys/dev/pci: piixpm.c Log Message: Consistently pass a struct piixpm_softc to piixpm_intr. Prevents a crash on hardware interrupts. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/kern

2014-06-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 22 17:23:34 UTC 2014 Modified Files: src/sys/kern: kern_exec.c Log Message: A KASSERT() is better. To generate a diff of this commit: cvs rdiff -u -r1.407 -r1.408 src/sys/kern/kern_exec.c Please note that diffs are not

CVS commit: src/sys/kern

2014-06-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 22 17:36:42 UTC 2014 Modified Files: src/sys/kern: subr_kmem.c Log Message: Put the KMEM_GUARD code under #if defined(KMEM_GUARD). No functional change. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/sys/kern

2014-06-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 22 18:32:27 UTC 2014 Modified Files: src/sys/kern: vfs_vnops.c Log Message: Fix a NULL pointer dereference after a lng discussion with dholland@, hannken@, blymn@ and martin@. This bug would panic the system when

CVS commit: src/sys

2014-06-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 22 19:09:39 UTC 2014 Modified Files: src/sys/compat/netbsd32: netbsd32_netbsd.c src/sys/uvm: uvm_swap.c Log Message: Sync swapctl() with netbsd32. Return EINVAL when misc0, and 0 when misc=0 or uvmexp.nswapdev=0.

CVS commit: src/sys/rump/librump/rumpkern

2014-06-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jun 22 20:09:19 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: intr.c Log Message: Initialize cpu_softcpu before creating softint threads. Fixes things with rump kernel hypervisors which wrap the thread creation

CVS commit: src/lib/librumpuser

2014-06-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jun 22 20:17:23 UTC 2014 Modified Files: src/lib/librumpuser: rumpuser_pth.c Log Message: Wrap pthread_create(). Shouldn't really have a functional effect, apart from testing that rumpuser_thread_create() can actually survive

CVS commit: src/sys/compat/freebsd

2014-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 22 22:19:28 UTC 2014 Modified Files: src/sys/compat/freebsd: freebsd_sched.c Log Message: simplify and clarify To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/compat/freebsd/freebsd_sched.c

CVS commit: src/external/gpl3/gdb

2014-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 22 23:53:04 UTC 2014 Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile src/external/gpl3/gdb/bin/gdbtui: Makefile tui-main.c src/external/gpl3/gdb/dist: config.guess config.sub

CVS commit: src/doc

2014-06-22 Thread Christos Zoulas
every change made to the NetBSD source tree. @@ -433,3 +433,4 @@ Changes from NetBSD 6.0 to NetBSD 7.0: libc: Update to tzcode2014e. [christos 20140614] dhcpcd(8): Import dhcpcd-6.4.0 [roy 20140614] pigz(1): Update to pigz-2.3.1 [tls 20140615] + gdb(1): Updated to 7.7.1. [christos 20140622]

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

2014-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 23 01:00:48 UTC 2014 Modified Files: src/external/bsd/cron/dist: do_command.c Log Message: even more detailed logging To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/cron/dist/do_command.c

CVS commit: src/share/mk

2014-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 23 02:13:53 UTC 2014 Modified Files: src/share/mk: bsd.own.mk Log Message: unbreak powerpc64; it is not ready for gcc-4.8 ATM. To generate a diff of this commit: cvs rdiff -u -r1.815 -r1.816 src/share/mk/bsd.own.mk

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

2014-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 23 03:40:57 UTC 2014 Modified Files: src/sys/arch/arm/include: cdefs.h Log Message: unbreak lint To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/include/cdefs.h Please note that diffs

CVS commit: src/sys

2014-06-22 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Sun Jun 22 08:10:19 UTC 2014 Modified Files: src/sys/compat/common: if_43.c src/sys/kern: sys_socket.c uipc_usrreq.c src/sys/net: if.c link_proto.c raw_usrreq.c rtsock.c src/sys/netatalk: ddp_usrreq.c

CVS commit: src/sys/fs/cd9660

2014-06-22 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Jun 22 09:47:40 UTC 2014 Modified Files: src/sys/fs/cd9660: cd9660_vfsops.c Log Message: CID 1223346: No need to check bp against NULL. It is always valid here. To generate a diff of this commit: cvs rdiff -u -r1.87

CVS commit: src/sys/dev/pci

2014-06-22 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Jun 22 09:48:20 UTC 2014 Modified Files: src/sys/dev/pci: piixpm.c Log Message: Consistently pass a struct piixpm_softc to piixpm_intr. Prevents a crash on hardware interrupts. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/kern

2014-06-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 22 17:23:34 UTC 2014 Modified Files: src/sys/kern: kern_exec.c Log Message: A KASSERT() is better. To generate a diff of this commit: cvs rdiff -u -r1.407 -r1.408 src/sys/kern/kern_exec.c Please note that diffs are not

CVS commit: src/sys/kern

2014-06-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 22 17:36:42 UTC 2014 Modified Files: src/sys/kern: subr_kmem.c Log Message: Put the KMEM_GUARD code under #if defined(KMEM_GUARD). No functional change. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/sys/kern

2014-06-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 22 18:32:27 UTC 2014 Modified Files: src/sys/kern: vfs_vnops.c Log Message: Fix a NULL pointer dereference after a lng discussion with dholland@, hannken@, blymn@ and martin@. This bug would panic the system when

CVS commit: src/sys

2014-06-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 22 19:09:39 UTC 2014 Modified Files: src/sys/compat/netbsd32: netbsd32_netbsd.c src/sys/uvm: uvm_swap.c Log Message: Sync swapctl() with netbsd32. Return EINVAL when misc0, and 0 when misc=0 or uvmexp.nswapdev=0.

CVS commit: src/sys/rump/librump/rumpkern

2014-06-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jun 22 20:09:19 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: intr.c Log Message: Initialize cpu_softcpu before creating softint threads. Fixes things with rump kernel hypervisors which wrap the thread creation

CVS commit: src/sys/compat/freebsd

2014-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 22 22:19:28 UTC 2014 Modified Files: src/sys/compat/freebsd: freebsd_sched.c Log Message: simplify and clarify To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/compat/freebsd/freebsd_sched.c

CVS commit: src/external/gpl3/gdb

2014-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 22 23:53:04 UTC 2014 Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile src/external/gpl3/gdb/bin/gdbtui: Makefile tui-main.c src/external/gpl3/gdb/dist: config.guess config.sub

CVS commit: src/doc

2014-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 22 23:53:16 UTC 2014 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: mention new gdb To generate a diff of this commit: cvs rdiff -u -r1.1124 -r1.1125 src/doc/3RDPARTY cvs rdiff -u -r1.1938 -r1.1939

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

2014-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 23 01:00:48 UTC 2014 Modified Files: src/external/bsd/cron/dist: do_command.c Log Message: even more detailed logging To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/cron/dist/do_command.c

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

2014-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 23 01:04:37 UTC 2014 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/hppa: bfd-in3.h bfd.h bfd_stdint.h bfdver.h config.h targmatch.h src/external/gpl3/gdb/lib/libbfd/arch/mips64eb: bfd-in3.h

CVS commit: src/share/mk

2014-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 23 02:13:53 UTC 2014 Modified Files: src/share/mk: bsd.own.mk Log Message: unbreak powerpc64; it is not ready for gcc-4.8 ATM. To generate a diff of this commit: cvs rdiff -u -r1.815 -r1.816 src/share/mk/bsd.own.mk

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

2014-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 23 02:14:39 UTC 2014 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/powerpc64: bfd-in3.h bfd.h bfd_stdint.h bfdver.h config.h targmatch.h src/external/gpl3/gdb/lib/libdecnumber/arch/powerpc64:

CVS commit: src/external/gpl3/gcc

2014-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 23 02:29:20 UTC 2014 Modified Files: src/external/gpl3/gcc/lib/crtstuff/arch: powerpc64.mk src/external/gpl3/gcc/lib/libgcc/arch/powerpc64: defs.mk src/external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc64:

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

2014-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 23 02:34:34 UTC 2014 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/sh3el: bfd-in3.h bfd.h bfd_stdint.h bfdver.h config.h targmatch.h src/external/gpl3/gdb/lib/libdecnumber/arch/sh3el:

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

2014-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 23 02:50:32 UTC 2014 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/mips64el: bfd-in3.h bfd.h bfd_stdint.h bfdver.h config.h defs.mk targmatch.h

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

2014-06-22 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jun 23 02:54:01 UTC 2014 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/arm: bfd-in3.h bfd.h bfd_stdint.h bfdver.h config.h targmatch.h src/external/gpl3/gdb/lib/libbfd/arch/armeb: bfd-in3.h bfd.h

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

2014-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 23 02:57:59 UTC 2014 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/m68000: bfd-in3.h bfd.h bfd_stdint.h bfdver.h config.h targmatch.h src/external/gpl3/gdb/lib/libdecnumber/arch/m68000:

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

2014-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 23 03:16:29 UTC 2014 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/coldfire: bfd-in3.h bfd.h bfd_stdint.h bfdver.h config.h targmatch.h src/external/gpl3/gdb/lib/libdecnumber/arch/coldfire:

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

2014-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 23 03:40:57 UTC 2014 Modified Files: src/sys/arch/arm/include: cdefs.h Log Message: unbreak lint To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/include/cdefs.h Please note that diffs