CVS commit: src/sys/net

2017-01-22 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Jan 23 06:47:54 UTC 2017 Modified Files: src/sys/net: if_vlan.c Log Message: Fix typo in a comment To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/net/if_vlan.c Please note that diffs are not public

CVS commit: src/sys/net

2017-01-22 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Jan 23 02:32:54 UTC 2017 Modified Files: src/sys/net: pfil.c Log Message: Call pserialize_perform and psref_target_destroy only if NET_MPSAFE They shouldn't be used with holding softnet_lock. To generate a diff of this

CVS commit: src/sys/net

2017-01-22 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Jan 23 02:30:47 UTC 2017 Modified Files: src/sys/net: pfil.c Log Message: Add curlwp_bind It is necessary for example when we use tun(4). Without it the following panic occurs: panic: kernel diagnostic assertion

CVS commit: src/doc

2017-01-22 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Mon Jan 23 00:30:52 UTC 2017 Removed Files: src/doc: ROADMAP Log Message: Remove ROADMAP file which was last updated 9 years ago. Our roadmap information is now kept in src/doc/roadmaps/* -- avoid confusion by deleting out of date

CVS commit: src/sys/dev

2017-01-22 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Jan 23 00:21:34 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Only call audio_initbufs and start playback if there were no errors. Addresses PR kern/51707. To generate a diff of this commit: cvs rdiff -u -r1.295

CVS commit: src/doc

2017-01-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 22 22:26:16 UTC 2017 Modified Files: src/doc: 3RDPARTY Log Message: misc updates and consistency fixes To generate a diff of this commit: cvs rdiff -u -r1.1399 -r1.1400 src/doc/3RDPARTY Please note that diffs are not

CVS commit: src/share/dict

2017-01-22 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jan 22 21:31:21 UTC 2017 Modified Files: src/share/dict: web2 Log Message: Fix spelling of themself To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/share/dict/web2 Please note that diffs are not public

CVS commit: src/sys/arch/i386/i386

2017-01-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jan 22 20:17:10 UTC 2017 Modified Files: src/sys/arch/i386/i386: machdep.c Log Message: Use xpmap_pg_nx. Not tested (due to some unrelated panic I'm getting), but obvious enough. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/x86/x86

2017-01-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jan 22 20:04:35 UTC 2017 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Put pmap_pg_nx into the dummy Xen page. While here, do some KNF and localify a bit. To generate a diff of this commit: cvs rdiff -u -r1.236

CVS commit: src/sys/dev

2017-01-22 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Jan 22 19:52:02 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Don't call initbufs before audio_set_defaults. It is called in audiosetinfo anyway. Addresses PR kern/51707. To generate a diff of this commit: cvs

CVS commit: src/doc/roadmaps

2017-01-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 22 19:47:00 UTC 2017 Modified Files: src/doc/roadmaps: desktop Log Message: Mention nvidia drmkms (will be in -8, people are arguing over -7) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/xen/x86

2017-01-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jan 22 19:42:48 UTC 2017 Modified Files: src/sys/arch/xen/x86: cpu.c Log Message: Import xpmap_pg_nx, and put it in the per-cpu recursive slot on amd64. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106

CVS commit: src/doc/roadmaps

2017-01-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 22 19:29:38 UTC 2017 Modified Files: src/doc/roadmaps: ports Log Message: Restore xhci support. It is not in a release yet. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/doc/roadmaps/ports Please

CVS commit: src/sys/arch/xen/x86

2017-01-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jan 22 19:24:52 UTC 2017 Modified Files: src/sys/arch/xen/x86: x86_xpmap.c Log Message: Export xpmap_pg_nx, and put it in the page table pages. It does not change anything, since Xen removes the X bit on these; but it is better

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

2017-01-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jan 22 17:46:20 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra_usbreg.h Log Message: Add TEGRA_EHCI_PHY_VBUS_WAKEUP_ID_REG and bit definitions. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2017-01-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jan 22 17:43:23 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra_mcreg.h Log Message: Add some SMMU registers and bit definitions. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2017-01-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jan 22 17:40:06 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra124_carreg.h Log Message: Whitespace adjustment. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/nvidia/tegra124_carreg.h

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

2017-01-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jan 22 17:39:18 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra124_carreg.h Log Message: Define bits in CAR_PLLP_OUTA_REG. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/shark/ofw

2017-01-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jan 22 17:27:31 UTC 2017 Modified Files: src/sys/arch/shark/ofw: igsfb_ofbus.c Log Message: Call OF to bring up the CyberPro if it's not the console. Avoids igsfb crash later with serial console due to inaccessible

CVS commit: src/sys/arch/evbarm/gumstix

2017-01-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 22 17:19:32 UTC 2017 Modified Files: src/sys/arch/evbarm/gumstix: gxio.c Log Message: PR/51905: GXIO Expension boards arn't configured if GXIO_DEFAULT_EXPANSION isn't defined. Fix a bunch of issues with the original

CVS commit: src/doc

2017-01-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jan 22 14:41:19 UTC 2017 Modified Files: src/doc: 3RDPARTY Log Message: gdb-7.12.1 out. To generate a diff of this commit: cvs rdiff -u -r1.1398 -r1.1399 src/doc/3RDPARTY Please note that diffs are not public domain; they are