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