CVS commit: src/sys/dev

2017-07-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jul 18 08:22:55 UTC 2017 Modified Files: src/sys/dev/mii: ihphyreg.h src/sys/dev/pci: if_wm.c Log Message: - Add wm_write_smbus_addr() to set SMBus address by software. - Modify wm_gmii_hv_{read,write}reg_locked() to

CVS commit: src/sys/dev/pci

2017-07-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jul 18 08:05:03 UTC 2017 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Move some initialization stuff in wm_attach() before wm_reset(). Some flags and callback function is required to set correctly before wm_reset()

CVS commit: src/sys/netipsec

2017-07-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jul 18 09:00:55 UTC 2017 Modified Files: src/sys/netipsec: ipsec.c Log Message: Restore a comment removed in previous The comment is valid for the below code. To generate a diff of this commit: cvs rdiff -u -r1.103

CVS commit: src/sys/dev/pci

2017-07-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jul 18 08:01:07 UTC 2017 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Remove wrong semaphore access in wm_nvm_{read,write}_{ich8,spt} to prevent hungup. A semaphore is get/put in wm_nvm_{read,write}. To generate

CVS commit: src/sys/netipsec

2017-07-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jul 18 08:55:10 UTC 2017 Modified Files: src/sys/netipsec: ipsec.c Log Message: Remove m_tag_find(PACKET_TAG_IPSEC_PENDING_TDB) because nobody sets the tag To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103

CVS commit: src/sys/opencrypto

2017-07-18 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Tue Jul 18 06:01:37 UTC 2017 Modified Files: src/sys/opencrypto: crypto.c cryptodev.h Log Message: make cryptoret() context softint to balance dequeuing crypto_ret_q with enqueuing it. To generate a diff of this commit: cvs

CVS commit: src/tests/usr.bin/mixerctl

2017-07-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Jul 18 12:40:57 UTC 2017 Modified Files: src/tests/usr.bin/mixerctl: t_mixerctl.sh Log Message: Make sure that the open of /dev/pad0 has succeeded (or at the very least been attempted) before attempting to open /dev/mixer to

CVS commit: src/sbin/modload

2017-07-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 18 13:00:00 UTC 2017 Modified Files: src/sbin/modload: modload.8 Log Message: PR/52417: Edgar Pettijohn: modules.conf(5) not mentioned in related manuals To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/tests/usr.bin/mixerctl

2017-07-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Jul 18 13:17:37 UTC 2017 Modified Files: src/tests/usr.bin/mixerctl: t_mixerctl.sh Log Message: NFC: Typo in a comment corrected. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/share/mk

2017-07-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jul 18 14:36:43 UTC 2017 Modified Files: src/share/mk: bsd.own.mk Log Message: Build PIC libs on MIPS and PPC64. While the normal calling convention is position-independent, real PIC defaults to Global Dynamic as TLS model,

CVS commit: src/lib/csu

2017-07-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jul 18 14:34:19 UTC 2017 Modified Files: src/lib/csu/arch/mips: crtend.S src/lib/csu/common: crtbegin.c Log Message: .eh_frame should be read-only on MIPS too. To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: [netbsd-8] src/usr.bin/make

2017-07-18 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Jul 18 15:26:14 UTC 2017 Modified Files: src/usr.bin/make [netbsd-8]: main.c make.1 Log Message: Pull up following revision(s) (requested by jmcneill in ticket #113): usr.bin/make/main.c: 1.266-1.272

CVS commit: [perseant-stdc-iso10646] src/distrib/sets/lists

2017-07-18 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Tue Jul 18 14:55:29 UTC 2017 Modified Files: src/distrib/sets/lists/debug [perseant-stdc-iso10646]: mi src/distrib/sets/lists/tests [perseant-stdc-iso10646]: mi Log Message: Add t_ducet test To generate a diff of this

CVS commit: [netbsd-8] src/sys/external/bsd/libfdt/dist

2017-07-18 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Jul 18 17:08:08 UTC 2017 Modified Files: src/sys/external/bsd/libfdt/dist [netbsd-8]: Makefile.libfdt fdt.c fdt.h fdt_addresses.c fdt_empty_tree.c fdt_ro.c fdt_rw.c fdt_strerror.c fdt_sw.c fdt_wip.c

CVS commit: [netbsd-8] src/doc

2017-07-18 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Jul 18 17:09:06 UTC 2017 Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: 113 To generate a diff of this commit: cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-8.0 Please note that diffs are not public domain;

CVS commit: src/usr.sbin/sysinst/arch/landisk

2017-07-18 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Jul 18 17:15:45 UTC 2017 Modified Files: src/usr.sbin/sysinst/arch/landisk: md.c Log Message: Clear the screen after running installboot. If we don't, there will be a leftover line saying "Status: Finished" at the top of

CVS commit: [netbsd-8] src

2017-07-18 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Jul 18 17:32:50 UTC 2017 Modified Files: src/distrib/sets [netbsd-8]: mkvars.mk src/distrib/sets/lists/comp [netbsd-8]: mi src/distrib/sets/lists/debug [netbsd-8]: mi src/external/gpl2 [netbsd-8]: Makefile

CVS commit: [netbsd-8] src

2017-07-18 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Jul 18 18:09:44 UTC 2017 Modified Files: src/doc [netbsd-8]: 3RDPARTY src/external/bsd/byacc [netbsd-8]: byacc2netbsd src/external/bsd/byacc/bin [netbsd-8]: Makefile src/external/bsd/byacc/dist [netbsd-8]:

CVS commit: src/sbin/modload

2017-07-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jul 18 19:50:54 UTC 2017 Modified Files: src/sbin/modload: modload.8 Log Message: rgument. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sbin/modload/modload.8 Please note that diffs are not public domain;

CVS commit: [netbsd-8] src/doc

2017-07-18 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Jul 18 18:35:43 UTC 2017 Modified Files: src/doc [netbsd-8]: 3RDPARTY Log Message: Pull up following revision(s) (requested by jmcneill in ticket #114): doc/3RDPARTY: 1.1453 Add entry for dts To generate a diff of this

CVS commit: src/external/gpl3/gcc/dist/gcc/config/arm

2017-07-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jul 18 18:02:37 UTC 2017 Modified Files: src/external/gpl3/gcc/dist/gcc/config/arm: arm.h Log Message: Fix encoding of LSDA entries. .eh_frame references in non-PIC mode can use plain pointers. For PIC, any references to

CVS commit: src/distrib/newsmips/floppies/ramdisk

2017-07-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 18 23:07:20 UTC 2017 Modified Files: src/distrib/newsmips/floppies/ramdisk: Makefile Log Message: bump To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/distrib/newsmips/floppies/ramdisk/Makefile

CVS commit: src/sys/dev/usb

2017-07-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 18 23:11:01 UTC 2017 Modified Files: src/sys/dev/usb: ualea.c Log Message: don't subtract uninitialized pktsize in error path. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/usb/ualea.c

CVS commit: [netbsd-8] src/doc

2017-07-18 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Wed Jul 19 00:19:51 UTC 2017 Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: 144 To generate a diff of this commit: cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/doc/CHANGES-8.0 Please note that diffs are not public domain;

CVS commit: [netbsd-8] src/sys/arch/evbarm/include

2017-07-18 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Wed Jul 19 00:19:10 UTC 2017 Modified Files: src/sys/arch/evbarm/include [netbsd-8]: bootconfig.h Log Message: Pull up following revision(s) (requested by jmcneill in ticket #144): sys/arch/evbarm/include/bootconfig.h:

CVS commit: src/distrib/cobalt/ramdisk

2017-07-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 18 23:12:24 UTC 2017 Modified Files: src/distrib/cobalt/ramdisk: Makefile Log Message: bump To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/distrib/cobalt/ramdisk/Makefile Please note that diffs are

CVS commit: src/tests/net/ipsec

2017-07-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Jul 19 02:06:47 UTC 2017 Modified Files: src/tests/net/ipsec: t_ipsec_misc.sh Log Message: Add tests that explicitly delete SAs instead of waiting for expirations To generate a diff of this commit: cvs rdiff -u -r1.12

CVS commit: src/tests/net/ipsec

2017-07-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Jul 19 02:06:11 UTC 2017 Modified Files: src/tests/net/ipsec: t_ipsec_misc.sh Log Message: Make tests more stable sleep command seems to wait longer than expected on anita so use polling to wait for a state change. To