CVS commit: src/sys/dev/pci

2017-03-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 26 10:36:11 UTC 2017 Modified Files: src/sys/dev/pci: virtio.c virtiovar.h Log Message: Provide an accessor for the pci attach args of a virtio device (if available - future non-pci attachments may return NULL). Sparc64 MD

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

2017-03-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 26 10:36:46 UTC 2017 Modified Files: src/sys/arch/sparc64/sparc64: autoconf.c Log Message: Use new accessor to get the PCI attach args from a virtio device. To generate a diff of this commit: cvs rdiff -u -r1.209 -r1.210

CVS commit: src/sys/dev/pci

2017-03-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 26 12:36:43 UTC 2017 Modified Files: src/sys/dev/pci: virtio.c virtiovar.h Log Message: Backout previous, no need for these accessor in MD code To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/pc

CVS commit: src/sys/arch/sparc/sparc

2017-03-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 26 12:38:24 UTC 2017 Modified Files: src/sys/arch/sparc/sparc: openfirm.c Log Message: Add KASSERTs to catch access to NULL OF nodes early To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/sparc/

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

2017-03-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 26 12:51:42 UTC 2017 Modified Files: src/sys/arch/sparc64/dev: psycho.c Log Message: Do not call OF_getprop on our node blindly - for the "pcons" hack we may be called with all zeroed attach args. To generate a diff of t

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

2017-03-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 26 12:59:29 UTC 2017 Modified Files: src/sys/arch/sparc64/sparc64: autoconf.c Log Message: Simplify boot device detection for ld @ virtio To generate a diff of this commit: cvs rdiff -u -r1.210 -r1.211 src/sys/arch/sparc

CVS commit: src/sys/dev/pci

2017-03-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 26 13:51:45 UTC 2017 Modified Files: src/sys/dev/pci: virtio.c Log Message: Duh, remove accidently left over debug printfs To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/dev/pci/virtio.c Please no

CVS commit: src/sys/arch

2017-03-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 26 13:57:53 UTC 2017 Modified Files: src/sys/arch/sparc/conf: majors.sparc src/sys/arch/sparc64/conf: majors.sparc64 Log Message: Assign majors for ld(4) To generate a diff of this commit: cvs rdiff -u -r1.34 -r1

CVS commit: [netbsd-7] src/sys/arch

2017-03-26 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Mar 26 16:05:41 UTC 2017 Modified Files: src/sys/arch/amd64/include [netbsd-7]: param.h src/sys/arch/i386/include [netbsd-7]: param.h src/sys/arch/x86/x86 [netbsd-7]: bus_space.c Log Message: Pull up following rev

CVS commit: [netbsd-7] src/sys/arch/xen/xen

2017-03-26 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Mar 26 16:08:12 UTC 2017 Modified Files: src/sys/arch/xen/xen [netbsd-7]: if_xennet_xenbus.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #1379): sys/arch/xen/xen/if_xennet_xenbus.c: revision

CVS commit: [netbsd-7] src/doc

2017-03-26 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Mar 26 16:11:59 UTC 2017 Modified Files: src/doc [netbsd-7]: CHANGES-7.2 Log Message: 137[59] To generate a diff of this commit: cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-7.2 Please note that diffs are not public domain

CVS commit: src/sys/dev/pci

2017-03-26 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Mar 26 16:53:36 UTC 2017 Modified Files: src/sys/dev/pci: virtio.c Log Message: fix pasto for nbo_bus_space_write_4() - value needs to be uint32_t To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/p

CVS commit: src/usr.bin/make

2017-03-26 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sun Mar 26 17:16:04 UTC 2017 Modified Files: src/usr.bin/make: main.c Log Message: When we change .OBJDIR we should delete any cached realpath results for relative paths. Reviewed by: christos To generate a diff of this commit: cv

CVS commit: src/tests/fs/union

2017-03-26 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Mar 26 18:26:05 UTC 2017 Modified Files: src/tests/fs/union: t_pr.c Log Message: Add failing test cases for PRs kern/2423, kern/3645, kern/4597 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/fs/union/t_

CVS commit: src/etc

2017-03-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 26 18:31:53 UTC 2017 Modified Files: src/etc/etc.sparc: MAKEDEV.conf src/etc/etc.sparc64: MAKEDEV.conf Log Message: Add ld(4) nodes To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/etc/etc.sparc/

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

2017-03-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 26 18:38:34 UTC 2017 Modified Files: src/sys/arch/sparc64/dev: schizo.c Log Message: Reorder attach slightly to avoid unintialized use of OF nodes. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/ar

CVS commit: [netbsd-7-1] src/usr.bin/gcore

2017-03-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Mar 26 20:30:45 UTC 2017 Modified Files: src/usr.bin/gcore [netbsd-7-1]: gcore.1 Log Message: Remove the BUGS section from gcore(1) - issues are no longer relevant gcore(1) uses internally ptrace(2). PT_DUMPCORE is restricted

CVS commit: [netbsd-7-1] src/usr.bin/gcore

2017-03-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Mar 26 21:06:25 UTC 2017 Modified Files: src/usr.bin/gcore [netbsd-7-1]: gcore.1 Log Message: Revert previous - wrong branch To generate a diff of this commit: cvs rdiff -u -r1.15.14.1 -r1.15.14.2 src/usr.bin/gcore/gcore.1 P

CVS commit: src/usr.bin/gcore

2017-03-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Mar 26 22:00:04 UTC 2017 Modified Files: src/usr.bin/gcore: gcore.1 Log Message: Remove the BUGS section from gcore(1) - issues are no longer relevant gcore(1) uses internally ptrace(2). PT_DUMPCORE is restricted to stopped pr

CVS commit: src/share/man/man5

2017-03-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Mar 26 23:49:28 UTC 2017 Modified Files: src/share/man/man5: core.5 Log Message: Update core(5) with current reality Note cpi_siglwp addition in NetBSD-2.0 and retaining the procinfo ver. 1. Note ELF_NOTE_NETBSD_CORE_AUXV (2)