CVS commit: src/sys/dev/pci

2017-06-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 25 16:07:48 UTC 2017 Modified Files: src/sys/dev/pci: yds.c ydsvar.h Log Message: PR/52331: ydc driver: sleep-under-spin-mutex bugs in yds_allocmem Don't hold the spin interrupt mutex while calling yds_init from resume.

CVS commit: src/sys/dev/pci

2017-06-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 25 15:56:32 UTC 2017 Modified Files: src/sys/dev/pci: mpii.c Log Message: PR/52330: Jia-Ju Bai: mpii driver: a sleep-in-interrupt bug in mpii_intr Since the enclosing routime mpii_event_raid already calls malloc with

CVS commit: [netbsd-8] src

2017-06-25 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Jun 25 06:22:57 UTC 2017 Modified Files: src/share/man/man4 [netbsd-8]: siisata.4 src/sys/dev/pci [netbsd-8]: pcidevs siisata_pci.c Log Message: Pull up following revision(s) (requested by jdolecek in ticket #55):

CVS commit: src/sys/arch/cats/conf

2017-06-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 25 10:06:27 UTC 2017 Modified Files: src/sys/arch/cats/conf: GENERIC Log Message: Comment out a bunch of thing so that a GENERIC kernel boots on my cats with cyclone firmware To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/sbus

2017-06-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 25 12:02:59 UTC 2017 Modified Files: src/sys/dev/sbus: be.c Log Message: spl leak, found by Mootja a long time ago To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sys/dev/sbus/be.c Please note that

CVS commit: src/sys/dev/pcmcia

2017-06-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 25 12:25:02 UTC 2017 Modified Files: src/sys/dev/pcmcia: if_malo_pcmcia.c Log Message: two spl leaks, found by Mootja To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pcmcia/if_malo_pcmcia.c

CVS commit: src/sys/dev/ieee1394

2017-06-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 25 12:39:27 UTC 2017 Modified Files: src/sys/dev/ieee1394: fwdev.c Log Message: memory leak, found by Mootja; it seems that we should check the return value of 'fw_bindadd' in several other places, but whatever To

CVS commit: src/sys/dev

2017-06-25 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Jun 25 09:42:40 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Don't start playback or recording on the hw ring only stream ring buffers. To generate a diff of this commit: cvs rdiff -u -r1.364 -r1.365

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

2017-06-25 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jun 25 12:42:40 UTC 2017 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Page tables are not writable under Xen, so we can't memcpy() to them. Rewite to do the copy using pmap_pte_set() in the Xen case. To

CVS commit: src/sys/arch/ia64/stand/ia64/ski

2017-06-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 25 12:04:37 UTC 2017 Modified Files: src/sys/arch/ia64/stand/ia64/ski: devicename.c Log Message: uninitialized variable, found by Mootja To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/arch/acorn32/podulebus

2017-06-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 25 12:07:23 UTC 2017 Modified Files: src/sys/arch/acorn32/podulebus: if_ie.c Log Message: spl leak, found by Mootja To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/arch/acorn32/podulebus/if_ie.c

CVS commit: src/sys/dev/hpc

2017-06-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 25 12:21:00 UTC 2017 Modified Files: src/sys/dev/hpc: hpcapm.c Log Message: spl leak, found by Mootja To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/hpc/hpcapm.c Please note that diffs are not

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

2017-06-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 25 12:44:04 UTC 2017 Modified Files: src/sys/arch/arm/gemini: if_gpn.c Log Message: NULL deref, found by Mootja; not sure how to fix it, so just add a big XXX To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch/bebox/stand/boot

2017-06-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 25 12:15:04 UTC 2017 Modified Files: src/sys/arch/bebox/stand/boot: siop.c Log Message: uninitialized var, found by Mootja; don't know which value to put, so add a big XXX To generate a diff of this commit: cvs rdiff -u

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

2017-06-25 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Jun 25 06:29:25 UTC 2017 Modified Files: src/sys/dev/pci [netbsd-8]: mvsata_pci.c siisata_pci.c Log Message: Pull up following revision(s) (requested by jdolecek in ticket #56): sys/dev/pci/mvsata_pci.c: revision 1.9

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

2017-06-25 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Jun 25 06:31:58 UTC 2017 Modified Files: src/sys/net [netbsd-8]: route.c Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #57): sys/net/route.c: revision 1.195 Fix locking in rtalloc1 (affected

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

2017-06-25 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Jun 25 06:26:40 UTC 2017 Modified Files: src/sys/arch/x68k/dev: vs.c vsvar.h Log Message: Avoid panic when the device is closed when not playing. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/sys/dev

2017-06-25 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Jun 25 10:28:23 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Don't autoconfig for 24 bits precision. It does not work as yet. To generate a diff of this commit: cvs rdiff -u -r1.365 -r1.366 src/sys/dev/audio.c

CVS commit: src/sys/dev/ic

2017-06-25 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Jun 25 09:40:17 UTC 2017 Modified Files: src/sys/dev/ic: am7930.c Log Message: Set hw parameters for linear to ulaw filters. Tested by flxd@. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

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

2017-06-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 25 12:11:30 UTC 2017 Modified Files: src/sys/arch/arm/imx: imx51_ipuv3.c Log Message: memory leak, found by Mootja To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/imx/imx51_ipuv3.c Please

CVS commit: src/sys/dev/ata

2017-06-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 25 12:29:32 UTC 2017 Modified Files: src/sys/dev/ata: ata_raid_subr.c Log Message: dumb instruction To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ata/ata_raid_subr.c Please note that diffs are

CVS commit: src/sys/dev/ppbus

2017-06-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 25 12:27:13 UTC 2017 Modified Files: src/sys/dev/ppbus: if_plip.c Log Message: spl leak, found by Mootja To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/ppbus/if_plip.c Please note that diffs

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

2017-06-25 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jun 25 22:16:46 UTC 2017 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Xen/i386PAE is special, in that top-level entries are not in per-pmap tables but per-CPU pages. pmap_alloc_level() takes care of making new

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

2017-06-25 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jun 25 20:22:32 UTC 2017 Modified Files: src/sys/arch/i386/conf: kern.ldscript.Xen Log Message: Restore alignement of _end to rev 1.12: this is where the Xen loader puts the symbol table and should not be changed (maybe we

CVS commit: [netbsd-8] src/doc

2017-06-25 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Jun 25 06:34:38 UTC 2017 Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: 55-57 To generate a diff of this commit: cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-8.0 Please note that diffs are not public

CVS commit: src/sys/dev/pci

2017-06-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 26 04:18:14 UTC 2017 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Add missing "else" in wm_nvm_release(). To generate a diff of this commit: cvs rdiff -u -r1.515 -r1.516 src/sys/dev/pci/if_wm.c Please note

CVS commit: src/sys/opencrypto

2017-06-25 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Jun 26 05:34:49 UTC 2017 Modified Files: src/sys/opencrypto: crypto.c Log Message: simplify mutex_enter/exit(crypto_q_mtx), and fix missing exit. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91

CVS commit: src/sys/dev/pci

2017-06-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 26 04:15:06 UTC 2017 Modified Files: src/sys/dev/pci: if_wm.c Log Message: - Flush every MTA write. Same as Linux. - Move the location of calling wm_set_filter. Same as some other OSes. - Add CSR_WRITE_FLUSH() after

CVS commit: src/sys/dev/pci

2017-06-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 26 04:22:47 UTC 2017 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: - Make new wm_phy_post_reset() and use this function at all location after reseting phy. - Move the location of calling

CVS commit: src/sys/dev/pci

2017-06-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 26 04:09:02 UTC 2017 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: - Fix wm_set_ral(): - Fix a bug that a RAL was written at incorrect address when the index number is more than 16 on 82544 and

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

2017-06-25 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Jun 26 03:15:16 UTC 2017 Modified Files: src/sys/arch/evbarm/conf: BCM5301X BCM56340 BEAGLEBOARDXM BEAGLEBONE GEMINI GEMINI_MASTER GEMINI_SLAVE GOLDENGATE N900 PANDABOARD Log Message: Add a heading to describe the

CVS commit: src

2017-06-25 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Jun 26 03:13:40 UTC 2017 Modified Files: src/sys/net: rtsock.c src/tests/net/arp: t_arp.sh src/tests/net/ndp: t_ndp.sh src/usr.sbin/arp: arp.c src/usr.sbin/ndp: ndp.c Log Message: Fix usage of

CVS commit: src

2017-06-25 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Jun 26 03:16:28 UTC 2017 Modified Files: src/sys/net: rtsock.c src/tests/net/arp: t_arp.sh src/tests/net/ndp: t_ndp.sh Log Message: Improve backward compatibility of (fake) routing messages on adding an

CVS commit: src/sys/dev/pci

2017-06-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 26 04:03:34 UTC 2017 Modified Files: src/sys/dev/pci: if_wm.c if_wmvar.h Log Message: Print sc_flags with snprintb(). To generate a diff of this commit: cvs rdiff -u -r1.512 -r1.513 src/sys/dev/pci/if_wm.c cvs rdiff